summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_data.h
Commit message (Expand)AuthorAge
* ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-08
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-30
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-23
* cosmetics: Reorder some tables/lines to make future diffs smaller.Diego Biurrun2009-07-22
* #include just the required stdint.h instead of libavutil/common.h.Diego Biurrun2009-07-22
* eac3dec: make GAQ dequantization 24-bitJustin Ruggles2009-05-21
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-21
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-17
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-13
* add support for spectral extensionJustin Ruggles2008-11-13
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* cosmetics: rename a tableJustin Ruggles2008-08-27
* right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles2008-08-25
* Hardcode the table for ungrouping 3 values in 5 bits. It will be reused byJustin Ruggles2008-08-03
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-08
* add ac3dec_data.[c,h]Justin Ruggles2008-06-08