summaryrefslogtreecommitdiff
path: root/libavcodec/dcahuff.c
Commit message (Expand)AuthorAge
* avcodec/dca_lbr: Inline nb_bits for VLCsAndreas Rheinhardt2022-09-16
* avcodec/dcahuff: Replace DCAVLC by ordinary VLCsAndreas Rheinhardt2022-09-16
* avcodec/dca_core: Inline number of bits of scale factor VLCsAndreas Rheinhardt2022-09-16
* avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creationAndreas Rheinhardt2022-09-16
* avcodec/dcahuff: Combine tables, use ff_init_vlc_from_lengths()Andreas Rheinhardt2022-09-16
* avcodec/dcaenc: Create encoder-adapted tablesAndreas Rheinhardt2022-09-16
* avcodec/dcahuff: Always use three bits for transition mode VLCsAndreas Rheinhardt2022-09-16
* avcodec/dca_core, dcahuff: Don't use DCAVLC unnecessarilyAndreas Rheinhardt2022-09-16
* avcodec/dcahuff: Avoid redundant offset tableAndreas Rheinhardt2022-09-16
* avcodec/dcahuff: Remove unused defineAndreas Rheinhardt2022-09-16
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/dca*: Make decoder init-threadsafeAndreas Rheinhardt2021-05-02
* dcaenc: Use Huffman codes for Bit Allocation IndexDaniil Cherednik2017-01-20
* dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik2017-01-15
* avcodec/dca: add DTS Express (LBR) decoderfoo862016-05-10
* avcodec/dca: move huffman data into separate object filefoo862016-05-01