summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles2010-12-14
* Use sizeof(array value) instead of sizeof(int16_t).Justin Ruggles2010-12-14
* cosmetics: use lowercase letters for function namesJustin Ruggles2010-12-14
* cosmetics: add new function documentation and clean up existing documentationJustin Ruggles2010-12-14
* cosmetics: add more space between functionsJustin Ruggles2010-12-14
* cosmetics: rearrange some functions/typedefs/macrosJustin Ruggles2010-12-14
* Simplify group size calculation in 2 places.Justin Ruggles2010-12-14
* cosmetics: make a switch/case more compactJustin Ruggles2010-12-14
* Clean up fft_init() and mdct_init()Justin Ruggles2010-12-14
* cosmetics: pretty-printing, alignment, etc...Justin Ruggles2010-12-14
* Remove unneeded #includeJustin Ruggles2010-12-14
* Simplify fix15().Justin Ruggles2010-12-14
* Fix the fixed-point MDCT and FFT tests so that they actually compile and work.Justin Ruggles2010-12-14
* Split out initialization of MDCT tables into a separate function.Justin Ruggles2010-12-14
* cosmetics: Document AC3EncodeContext fields.Justin Ruggles2010-12-14
* Remove unneeded debugging messages.Justin Ruggles2010-12-14
* cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2.Justin Ruggles2010-12-14
* cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles2010-12-14
* Remove duplicate AC3EncodeContext fields, sr_shift and sr_code.Justin Ruggles2010-12-14
* cosmetics: rename some fields in AC3EncodeContextJustin Ruggles2010-12-14
* cosmetics: change all short to int16_tJustin Ruggles2010-12-14
* Change some unsigned types to signed types in AC3EncodeContextJustin Ruggles2010-12-14
* cosmetics: rearrange AC3EncodeContext fieldsJustin Ruggles2010-12-14
* Return the amount of input data actually used in the qdm2 decoder,Reimar Döffinger2010-12-13
* Avoid rollover in settings conversion.James Zern2010-12-12
* Fix avpicture_alloc(), which was aligning the linesizes with 0 and thusStefano Sabatini2010-12-12
* Fix indention of one forgotten line in ffv1.cMichael Niedermayer2010-12-12
* cosmetics: vertical alignment after last commitJustin Ruggles2010-12-12
* flac_parser: only buffer the estimated amount of input needed.Michael Chinen2010-12-12
* Make FLAC parser return frames when it has the required amountMichael Chinen2010-12-12
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-09
* Make avpicture_alloc() return meaningful values.Stefano Sabatini2010-12-08
* Reindent.Stefano Sabatini2010-12-08
* Use av_image_alloc() in avpicture_alloc(), simplify.Stefano Sabatini2010-12-08
* Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen2010-12-07
* Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLACMichael Chinen2010-12-07
* Add a FLAC parser.Michael Chinen2010-12-07
* cosmetics: line wrap after last commitJustin Ruggles2010-12-07
* Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen2010-12-07
* Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen2010-12-07
* Check validity of the frame sync code in ff_flac_decode_frame_header().Michael Chinen2010-12-07
* Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen2010-12-07
* Add fullrange support to libx264.c x264 interfaceJason Garrett-Glaser2010-12-07
* alsdec: Correct the ALS decoder by storing some parameters per-channel ratherSprezz2010-12-06
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-06
* Add CODEC_CAP_NEG_LINESIZES.Stefano Sabatini2010-12-04
* Add forgotten deprecation to avcodec_pix_fmt_string().Stefano Sabatini2010-12-04
* 10l, add ff_pw_1 to dsputil_mmx for yadif sse2Baptiste Coudurier2010-12-04
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-04
* Try to improve reordered_opaque doxy.Michael Niedermayer2010-12-04