summaryrefslogtreecommitdiff
path: root/libavcodec/dcahuff.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dca_lbr: Inline nb_bits for VLCsAndreas Rheinhardt2022-09-161-0/+11
* avcodec/dcahuff: Replace DCAVLC by ordinary VLCsAndreas Rheinhardt2022-09-161-7/+2
* avcodec/dca_core: Inline number of bits of scale factor VLCsAndreas Rheinhardt2022-09-161-1/+2
* avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creationAndreas Rheinhardt2022-09-161-1/+0
* avcodec/dcahuff: Combine tables, use ff_init_vlc_from_lengths()Andreas Rheinhardt2022-09-161-5/+1
* avcodec/dcaenc: Create encoder-adapted tablesAndreas Rheinhardt2022-09-161-5/+11
* avcodec/dcahuff: Always use three bits for transition mode VLCsAndreas Rheinhardt2022-09-161-0/+1
* avcodec/dca_core, dcahuff: Don't use DCAVLC unnecessarilyAndreas Rheinhardt2022-09-161-1/+1
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-3/+4
* dcaenc: Use Huffman codes for Bit Allocation IndexDaniil Cherednik2017-01-201-0/+3
* dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik2017-01-151-0/+3
* avcodec/dca: add DTS Express (LBR) decoderfoo862016-05-101-0/+13
* avcodec/dca: move huffman data into separate object filefoo862016-05-011-1009/+14
* Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce'Michael Niedermayer2014-09-161-491/+456
|\
| * dca: K&R formatting cosmeticsGabriel Dume2014-09-161-491/+456
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Fix huffman coded dca samples.Benjamin Larsson2008-10-281-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* mark read-only data as constStefan Gehrer2008-06-241-2/+2
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+3
* DCA decoderKostya Shishkov2007-02-271-0/+1068