summaryrefslogtreecommitdiff
path: root/libavcodec/eac3dec.c
Commit message (Collapse)AuthorAge
...
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
| | | | | | to ff_log_missing_feature. Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: add missing feature log message for block start infoJustin Ruggles2008-12-06
| | | | Originally committed as revision 16020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: use skip_bits_long() for block start bitsJustin Ruggles2008-12-06
| | | | Originally committed as revision 16019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-13
| | | | Originally committed as revision 15818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for spectral extensionJustin Ruggles2008-11-13
| | | | Originally committed as revision 15812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles2008-08-31
| | | | Originally committed as revision 15101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct table nameJustin Ruggles2008-08-31
| | | | Originally committed as revision 15099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip converter exponent strategy for all channels at onceJustin Ruggles2008-08-31
| | | | Originally committed as revision 15092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge declaration and init. variable is not used outside the loop.Justin Ruggles2008-08-31
| | | | Originally committed as revision 15090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
| | | | Originally committed as revision 15067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change eac3dec.c license to LGPLJustin Ruggles2008-08-24
| | | | Originally committed as revision 14936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-23
Originally committed as revision 14912 to svn://svn.ffmpeg.org/ffmpeg/trunk