aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec_data.c
Commit message (Collapse)AuthorAgeFilesLines
* eac3dec: make GAQ dequantization 24-bitJustin Ruggles2009-05-211-11/+10
| | | | Originally committed as revision 18888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-211-10/+11
| | | | | | dequantization 24-bit in a separate commit. Originally committed as revision 18887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-171-11/+10
| | | | | | simpler and also fixes a bug in GAQ dequantization. Originally committed as revision 18860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-131-46/+0
| | | | Originally committed as revision 15818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for spectral extensionJustin Ruggles2008-11-131-0/+46
| | | | Originally committed as revision 15812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (additional) const to many global tables.Reimar Döffinger2008-10-021-1/+1
| | | | Originally committed as revision 15515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename a tableJustin Ruggles2008-08-271-1/+1
| | | | Originally committed as revision 15003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles2008-08-251-10/+11
| | | | Originally committed as revision 14958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-241-10/+9
| | | | Originally committed as revision 14953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-241-9/+10
| | | | Originally committed as revision 14952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hardcode the table for ungrouping 3 values in 5 bits. It will be reused byJustin Ruggles2008-08-031-0/+16
| | | | | | the E-AC-3 decoder. Originally committed as revision 14527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-2/+2
| | | | Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-081-0/+6
| | | | Originally committed as revision 13716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ac3dec_data.[c,h]Justin Ruggles2008-06-081-0/+1111
Originally committed as revision 13715 to svn://svn.ffmpeg.org/ffmpeg/trunk