summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* cosmetics: rename variable 'n' to 'pad_bytes'Justin Ruggles2010-12-14
* Change output_frame_end() to return void. The frame size is already known.Justin Ruggles2010-12-14
* cosmetics: pretty-printingJustin Ruggles2010-12-14
* cosmetics: rename some iterator variables to match what they representJustin Ruggles2010-12-14
* cosmetics: rename a variable for consistencyJustin Ruggles2010-12-14
* cosmetics: rename exp_samples and global_exp to exp_shift.Justin Ruggles2010-12-14
* cosmetics: rename 2 functionsJustin Ruggles2010-12-14
* cosmetics: use some size macros in ac3tab.c/hJustin Ruggles2010-12-14
* Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.cJustin Ruggles2010-12-14
* 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