Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-23refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun
Originally committed as revision 19501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-23cosmetics: Reorder some tables/lines to make future diffs smaller.Diego Biurrun
Originally committed as revision 19498 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-23cosmetics: small typo fixesDiego Biurrun
Originally committed as revision 19496 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-21eac3dec: make GAQ dequantization 24-bitJustin Ruggles
Originally committed as revision 18888 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-21eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles
dequantization 24-bit in a separate commit. Originally committed as revision 18887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-17eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles
simpler and also fixes a bug in GAQ dequantization. Originally committed as revision 18860 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
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
2008-11-14revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles
Originally committed as revision 15818 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-13add support for spectral extensionJustin Ruggles
Originally committed as revision 15812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-02Add (additional) const to many global tables.Reimar Döffinger
Originally committed as revision 15515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-28cosmetics: rename a tableJustin Ruggles
Originally committed as revision 15003 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-25right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles
Originally committed as revision 14958 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-251000l to me. committed to wrong repo. revert last commit.Justin Ruggles
Originally committed as revision 14953 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-25cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles
Originally committed as revision 14952 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-04Hardcode the table for ungrouping 3 values in 5 bits. It will be reused byJustin Ruggles
the E-AC-3 decoder. Originally committed as revision 14527 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-09move rematrixing band table to ac3dec_data.cJustin Ruggles
Originally committed as revision 13716 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-09add ac3dec_data.[c,h]Justin Ruggles
Originally committed as revision 13715 to svn://svn.ffmpeg.org/ffmpeg/trunk