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 (Expand)Author
2022-05-15avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-09Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos
2009-07-23refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun
2009-07-23cosmetics: Reorder some tables/lines to make future diffs smaller.Diego Biurrun
2009-07-23cosmetics: small typo fixesDiego Biurrun
2009-05-21eac3dec: make GAQ dequantization 24-bitJustin Ruggles
2009-05-21eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles
2009-05-17eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-11-14revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles
2008-11-13add support for spectral extensionJustin Ruggles
2008-10-02Add (additional) const to many global tables.Reimar Döffinger
2008-08-28cosmetics: rename a tableJustin Ruggles
2008-08-25right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles
2008-08-251000l to me. committed to wrong repo. revert last commit.Justin Ruggles
2008-08-25cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles
2008-08-04Hardcode the table for ungrouping 3 values in 5 bits. It will be reused byJustin Ruggles
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-06-09move rematrixing band table to ac3dec_data.cJustin Ruggles
2008-06-09add ac3dec_data.[c,h]Justin Ruggles