| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dca_lbr: Inline nb_bits for VLCs | Andreas Rheinhardt | 2022-09-16 | 1 | -0/+11 |
* | avcodec/dcahuff: Replace DCAVLC by ordinary VLCs | Andreas Rheinhardt | 2022-09-16 | 1 | -7/+2 |
* | avcodec/dca_core: Inline number of bits of scale factor VLCs | Andreas Rheinhardt | 2022-09-16 | 1 | -1/+2 |
* | avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creation | Andreas Rheinhardt | 2022-09-16 | 1 | -1/+0 |
* | avcodec/dcahuff: Combine tables, use ff_init_vlc_from_lengths() | Andreas Rheinhardt | 2022-09-16 | 1 | -5/+1 |
* | avcodec/dcaenc: Create encoder-adapted tables | Andreas Rheinhardt | 2022-09-16 | 1 | -5/+11 |
* | avcodec/dcahuff: Always use three bits for transition mode VLCs | Andreas Rheinhardt | 2022-09-16 | 1 | -0/+1 |
* | avcodec/dca_core, dcahuff: Don't use DCAVLC unnecessarily | Andreas Rheinhardt | 2022-09-16 | 1 | -1/+1 |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -3/+4 |
* | dcaenc: Use Huffman codes for Bit Allocation Index | Daniil Cherednik | 2017-01-20 | 1 | -0/+3 |
* | dcaenc: Implementation of Huffman codes for DCA encoder | Daniil Cherednik | 2017-01-15 | 1 | -0/+3 |
* | avcodec/dca: add DTS Express (LBR) decoder | foo86 | 2016-05-10 | 1 | -0/+13 |
* | avcodec/dca: move huffman data into separate object file | foo86 | 2016-05-01 | 1 | -1009/+14 |
* | Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce' | Michael Niedermayer | 2014-09-16 | 1 | -491/+456 |
|\ |
|
| * | dca: K&R formatting cosmetics | Gabriel Dume | 2014-09-16 | 1 | -491/+456 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Fix huffman coded dca samples. | Benjamin Larsson | 2008-10-28 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -2/+2 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 1 | -1/+1 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 1 | -0/+5 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+3 |
* | DCA decoder | Kostya Shishkov | 2007-02-27 | 1 | -0/+1068 |