| Commit message (Expand) | Author | Age | Files | Lines |
* | ac3enc: add channel coupling support | Justin Ruggles | 2011-05-24 | 1 | -1/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add stereo rematrixing support to the AC-3 encoders. | Justin Ruggles | 2011-01-08 | 1 | -1/+0 |
* | Add spectral extension to the E-AC-3 decoder. | Carl Eugen Hoyos | 2010-03-30 | 1 | -0/+1 |
* | refactoring: properly separate AC-3 and E-AC-3 code | Diego Biurrun | 2009-07-23 | 1 | -7/+0 |
* | cosmetics: Reorder some tables/lines to make future diffs smaller. | Diego Biurrun | 2009-07-22 | 1 | -2/+2 |
* | #include just the required stdint.h instead of libavutil/common.h. | Diego Biurrun | 2009-07-22 | 1 | -1/+1 |
* | eac3dec: make GAQ dequantization 24-bit | Justin Ruggles | 2009-05-21 | 1 | -1/+1 |
* | eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ | Justin Ruggles | 2009-05-21 | 1 | -1/+1 |
* | eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is | Justin Ruggles | 2009-05-17 | 1 | -1/+1 |
* | revert r15812 (E-AC-3 Spectral Extension) pending further review | Justin Ruggles | 2008-11-13 | 1 | -2/+0 |
* | add support for spectral extension | Justin Ruggles | 2008-11-13 | 1 | -0/+2 |
* | Add (additional) const to many global tables. | Reimar Döffinger | 2008-10-02 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | cosmetics: rename a table | Justin Ruggles | 2008-08-27 | 1 | -1/+1 |
* | right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t. | Justin Ruggles | 2008-08-25 | 1 | -1/+1 |
* | Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by | Justin Ruggles | 2008-08-03 | 1 | -0/+1 |
* | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles | 2008-08-03 | 1 | -1/+1 |
* | move rematrixing band table to ac3dec_data.c | Justin Ruggles | 2008-06-08 | 1 | -0/+2 |
* | add ac3dec_data.[c,h] | Justin Ruggles | 2008-06-08 | 1 | -0/+37 |