summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAge
* Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Carl Eugen Hoyos2010-05-13
* ac3dec: return smaller of buf_size and frame_size instead of always returningJustin Ruggles2010-04-22
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-30
* Simplify error handling by processing header errors separate from CRC andJustin Ruggles2010-01-28
* Only check frame size if the header is valid.Justin Ruggles2010-01-24
* Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel ...Reimar Döffinger2010-01-12
* ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles2009-11-14
* ac3dec: revert r20089. The change was just wrong. 10l for me.Justin Ruggles2009-11-08
* Change an error to a warning to support broken AC-3 files known to exist.Justin Ruggles2009-10-01
* 10l: wrong operation in stereo rematrixingJustin Ruggles2009-09-30
* Simplify stereo rematrixing by only using one temporary variable. It is alsoJustin Ruggles2009-09-30
* remove unneeded assignment in inner loop. rematrixing bands are contiguous.Justin Ruggles2009-09-30
* Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl()Justin Ruggles2009-09-27
* Move variable declaration to inside of loop.Justin Ruggles2009-09-27
* Cosmetics: Rename some variables.Justin Ruggles2009-09-27
* Simplify coupling band loop.Justin Ruggles2009-09-27
* cosmetics: reindent after last commitJustin Ruggles2009-08-05
* ac3dec: simplify zero-bit mantissa dithering by calculating itJustin Ruggles2009-08-05
* cosmetics: indentation and line wrapJustin Ruggles2009-08-05
* cosmetics after last commitJustin Ruggles2009-08-05
* Modify decode_band_structure() so that the actual band structure is onlyJustin Ruggles2009-08-05
* Use coupling band sizes instead of coupling band structure whenJustin Ruggles2009-08-05
* cosmetics: add more detailed information to the documentation forJustin Ruggles2009-08-03
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-23
* Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.Diego Biurrun2009-07-23
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-21
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-19
* LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.Jason Garrett-Glaser2009-05-19
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-17
* ac3dec: fix coupling range check. the start subband must be less thanJustin Ruggles2009-05-16
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* cosmetics: line wrap and vertical alignmentJustin Ruggles2009-05-06
* ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles2009-05-06
* cosmetics: indentation after last commitJustin Ruggles2009-05-05
* ac3dec: move channel remapping to outside of block loopJustin Ruggles2009-05-05
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-19
* ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles2009-04-17
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-07
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
* cosmetics: alignment after last commitJustin Ruggles2008-12-08
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-08
* ac3dec: simplify exponent bounds checkingJustin Ruggles2008-12-06
* ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles2008-12-06