summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec_data.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-6/+0
|\
| * ac3enc: add channel coupling supportJustin Ruggles2011-05-241-6/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-081-6/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-301-0/+6
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-231-1067/+0
* cosmetics: Reorder some tables/lines to make future diffs smaller.Diego Biurrun2009-07-221-6/+6
* cosmetics: small typo fixesDiego Biurrun2009-07-221-3/+3
* eac3dec: make GAQ dequantization 24-bitJustin Ruggles2009-05-211-11/+10
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-211-10/+11
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-171-11/+10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-131-46/+0
* add support for spectral extensionJustin Ruggles2008-11-131-0/+46
* Add (additional) const to many global tables.Reimar Döffinger2008-10-021-1/+1
* cosmetics: rename a tableJustin Ruggles2008-08-271-1/+1
* right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles2008-08-251-10/+11
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-241-10/+9
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-241-9/+10
* Hardcode the table for ungrouping 3 values in 5 bits. It will be reused byJustin Ruggles2008-08-031-0/+16
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-2/+2
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-081-0/+6
* add ac3dec_data.[c,h]Justin Ruggles2008-06-081-0/+1111
OpenPOWER on IntegriCloud