summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* cosmetics: fix comment after change in clipping rangeJustin Ruggles2010-12-22
* Change FIX15() back to clipping to -32767..32767.Justin Ruggles2010-12-21
* Add emms_c() after exp_diff calculations.Justin Ruggles2010-12-21
* Pre-calculate crc_inv at codec init.Justin Ruggles2010-12-21
* Fix make checkheadersMartin Storsjö2010-12-21
* Fix more matroska/webm muxer dependenciesMartin Storsjö2010-12-21
* g722: Move the low_inv_quant6 table up to the common tablesMartin Storsjö2010-12-21
* Fix -lowres with ffplay.Anatoly Nenashev2010-12-19
* bump lavcodec minor version for amr-wb decoder in r26051Ramiro Polla2010-12-18
* AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje2010-12-18
* Add some simple fallbacks for normal bit allocation failure.Justin Ruggles2010-12-17
* Check user-specified cutoff frequency in validate_options().Justin Ruggles2010-12-17
* 10l: fix encoding for LFE channelJustin Ruggles2010-12-17
* Add support for fixed-point MDCT sizes other than 512.Justin Ruggles2010-12-17
* cosmetics: reindent after last commitJustin Ruggles2010-12-17
* Simplify bit allocation search by using a loop for the SNR offset increment.Justin Ruggles2010-12-17
* Do not calculate psd and masking curve if exponents are being reused.Justin Ruggles2010-12-17
* cosmetics: reindent after last commitJustin Ruggles2010-12-16
* Copy bap from previous block when exponent strategy is EXP_REUSE.Justin Ruggles2010-12-16
* Count grouped mantissas for each block all at once at the end of bitJustin Ruggles2010-12-16
* Count bits for fixed parameters at start of encoding rather than in everyJustin Ruggles2010-12-16
* Use a LUT for number of exponent groups. This avoids recalculating it forJustin Ruggles2010-12-16
* Speed up group minimum and group output calculations for EXP_D25 and EXP_D45Justin Ruggles2010-12-16
* Convert a for() loop into a while() loop for the downward part of the exponentJustin Ruggles2010-12-16
* Redesign encode_exponents_blk_ch() so that duplicate exponent sets are noJustin Ruggles2010-12-16
* Use optimized function DSPContext.sad[0]() instead of calc_exp_diff().Justin Ruggles2010-12-16
* cosmetics: pretty-printing after last commitJustin Ruggles2010-12-16
* Add a goto for init failure instead of duplicate calls to ac3_encode_close().Justin Ruggles2010-12-16
* Use pre-allocated temp buffers in mdct512().Justin Ruggles2010-12-16
* Write results of post-rotation complex multiply directly to output.Justin Ruggles2010-12-16
* Use memcpy() instead of a for loop in mdct512().Justin Ruggles2010-12-16
* Allocate all large per-channel arrays using av_malloc().Justin Ruggles2010-12-16
* Make windowed_samples 16-byte aligned.Justin Ruggles2010-12-16
* Allocate planar_samples using av_mallocz().Justin Ruggles2010-12-16
* Allocate bap and bap1 buffers using av_malloc().Justin Ruggles2010-12-15
* Remove last_samples[] and copy directly from planar_samples[].Justin Ruggles2010-12-15
* Remove unneeded line. key_frame is already set to 1 in avcodec_alloc_frame().Justin Ruggles2010-12-15
* cosmetics: comment clean-up and misc cosmeticsJustin Ruggles2010-12-15
* Separate most of the per-block arrays into a separate per-block struct.Justin Ruggles2010-12-15
* Split bit allocation search into a separate function.Justin Ruggles2010-12-15
* SVQ3: Allow decoding if thread_count is > 1Alexander Strange2010-12-15
* 10l: fix typo in compute_exp_strategy()Justin Ruggles2010-12-14
* Move large arrays to AC3EncodeContext rather than passing them around.Justin Ruggles2010-12-14
* cosmetics: line wrap and spacingJustin Ruggles2010-12-14
* Use a single value for SNR offset in the bit allocation search rather thanJustin Ruggles2010-12-14
* Change bit_alloc() to return the mantissa bit count.Justin Ruggles2010-12-14
* cosmetics: alignment and line wrap after last commitJustin Ruggles2010-12-14
* Move bit counts to AC3EncodeContext.Justin Ruggles2010-12-14
* Split out setting of bit allocation parameters to a separate function.Justin Ruggles2010-12-14
* Split out counting of frame bits into a separate function.Justin Ruggles2010-12-14