summaryrefslogtreecommitdiff
path: root/libavcodec/eac3dec.c
Commit message (Expand)AuthorAgeFilesLines
...
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-171-18/+20
* Add documentation about missing E-AC-3 features.Justin Ruggles2009-03-171-0/+28
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-071-3/+4
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-081-5/+6
* ac3dec: add missing feature log message for block start infoJustin Ruggles2008-12-061-0/+1
* ac3dec: use skip_bits_long() for block start bitsJustin Ruggles2008-12-061-1/+1
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-131-105/+8
* add support for spectral extensionJustin Ruggles2008-11-131-8/+105
* simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles2008-08-311-12/+12
* use correct table nameJustin Ruggles2008-08-311-1/+1
* skip converter exponent strategy for all channels at onceJustin Ruggles2008-08-311-3/+1
* merge declaration and init. variable is not used outside the loop.Justin Ruggles2008-08-311-2/+1
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-301-0/+411
* change eac3dec.c license to LGPLJustin Ruggles2008-08-241-4/+4
* add more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-231-0/+80