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-09-16avcodec/dca_lbr: Inline nb_bits for VLCsAndreas Rheinhardt
2022-09-16avcodec/dcahuff: Replace DCAVLC by ordinary VLCsAndreas Rheinhardt
2022-09-16avcodec/dca_core: Inline number of bits of scale factor VLCsAndreas Rheinhardt
2022-09-16avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creationAndreas Rheinhardt
2022-09-16avcodec/dcahuff: Combine tables, use ff_init_vlc_from_lengths()Andreas Rheinhardt
2022-09-16avcodec/dcaenc: Create encoder-adapted tablesAndreas Rheinhardt
2022-09-16avcodec/dcahuff: Always use three bits for transition mode VLCsAndreas Rheinhardt
2022-09-16avcodec/dca_core, dcahuff: Don't use DCAVLC unnecessarilyAndreas Rheinhardt
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2017-01-20dcaenc: Use Huffman codes for Bit Allocation IndexDaniil Cherednik
2017-01-15dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik
2016-05-11avcodec/dca: add DTS Express (LBR) decoderfoo86
2016-05-01avcodec/dca: move huffman data into separate object filefoo86
2014-09-16Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce'Michael Niedermayer
2014-09-16dca: K&R formatting cosmeticsGabriel Dume
2008-10-28Fix huffman coded dca samples.Benjamin Larsson
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-06-25mark read-only data as constStefan Gehrer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-02-27DCA decoderKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard