| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mlpdec: use get_bits_long for huff lsbs | Jai Luthra | 2020-02-08 | 1 | -1/+1 |
* | mlp: check huff_lsbs only when codebook is used | Jai Luthra | 2020-02-04 | 1 | -1/+1 |
* | avcodec/mlp_parser: split off shared code to its own file | James Almer | 2019-05-07 | 1 | -1/+1 |
* | avcodec/mlpdec: Insuffient typo | Michael Niedermayer | 2019-02-23 | 1 | -1/+1 |
* | avcodec/mlpdec: Only change noise_type if the related fields are valid | Michael Niedermayer | 2018-05-26 | 1 | -4/+5 |
* | Merge commit '970c76f32283bddf3a5afd24fe52db7a96186244' | James Almer | 2017-10-30 | 1 | -1/+6 |
|\ |
|
| * | mlp_parser: Drop in-parser downmix functionality | Vittorio Giovara | 2017-04-27 | 1 | -1/+6 |
* | | Merge commit '94c54d97e7f4fe90570c323803f2bdf6246c1010' | James Almer | 2017-10-30 | 1 | -2/+2 |
|\| |
|
| * | mlp: Factor out channel layout subset checks | Vittorio Giovara | 2017-04-26 | 1 | -2/+2 |
* | | Merge commit '1f6e5dd4d4dd9c02371ad211049d27edb6d95286' | James Almer | 2017-10-30 | 1 | -13/+13 |
|\| |
|
| * | mlp: Rename the channel layout variable | Vittorio Giovara | 2017-04-26 | 1 | -12/+12 |
| * | Use bitstream_init8() where appropriate | Diego Biurrun | 2017-02-07 | 1 | -2/+2 |
| * | mlp: Convert to the new bitstream reader | Alexandra Hájková | 2016-12-19 | 1 | -99/+102 |
| * | mlpdec: Fix a undefined left shift of negative number | Ganesh Ajjanagadde | 2015-09-29 | 1 | -1/+1 |
* | | avcodec/mlpdec: Check quant_step_size against huff_lsbs | Michael Niedermayer | 2017-06-03 | 1 | -9/+25 |
* | | avcodec/mlpdec: Do not leave invalid values in matrix_out_ch[] on error | Michael Niedermayer | 2017-05-27 | 1 | -4/+8 |
* | | avcodec/mlpdec: Fix runtime error: shift exponent -5 is negative | Michael Niedermayer | 2017-05-22 | 1 | -1/+6 |
* | | avcodec/mlpdec: Do not leave a invalid num_primitive_matrices in the context | Michael Niedermayer | 2017-05-20 | 1 | -0/+1 |
* | | avcodec/mlpdec: Fix: runtime error: left shift of negative value -8 | Michael Niedermayer | 2017-05-18 | 1 | -1/+1 |
* | | avcodec/mlpdec: Fix runtime error: left shift of negative value -1 | Michael Niedermayer | 2017-05-17 | 1 | -1/+1 |
* | | avcodec/mlpdec: Check that there is enough data for headers | Michael Niedermayer | 2017-05-13 | 1 | -0/+5 |
* | | avcodec/mlp: Fix multiple runtime error: left shift of negative value -1 | Michael Niedermayer | 2017-05-13 | 1 | -3/+3 |
* | | avcodec/mlpdec: Fix runtime error: left shift of negative value -22 | Michael Niedermayer | 2017-05-06 | 1 | -1/+1 |
* | | avcodec/mlpdec: fix a undefined left shift of negative number | Ganesh Ajjanagadde | 2015-09-20 | 1 | -1/+1 |
* | | Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c' | Hendrik Leppkes | 2015-09-05 | 1 | -13/+0 |
|\| |
|
| * | lavc: Drop deprecated request_channels related functions | Vittorio Giovara | 2015-08-28 | 1 | -13/+0 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
| * | mlpdec: support TrueHD streams with an Atmos substream | Hendrik Leppkes | 2015-03-11 | 1 | -1/+3 |
| * | mlpdec: support major sync headers with optional extension blocks | Hendrik Leppkes | 2015-03-11 | 1 | -1/+6 |
* | | Merge commit '2ffb0598dbdb81c40650952aa9299fa02fa5e834' | Michael Niedermayer | 2014-11-13 | 1 | -1/+1 |
|\| |
|
| * | mlpdec: check for negative index | Vittorio Giovara | 2014-11-13 | 1 | -1/+1 |
| * | truehd: break out part of output_data into platform-specific callback. | Ben Avison | 2014-03-26 | 1 | -17/+23 |
* | | x86/mlpdec: add ff_mlp_rematrix_channel_{sse4,avx2} | James Almer | 2014-10-02 | 1 | -2/+2 |
* | | mlpdec: move rematrix_channels code to output_data() | James Almer | 2014-10-02 | 1 | -27/+18 |
* | | mlpdec: support TrueHD streams with an Atmos substream | Hendrik Leppkes | 2014-09-21 | 1 | -1/+3 |
* | | mlpdec: support major sync headers with optional extension blocks | Hendrik Leppkes | 2014-09-21 | 1 | -1/+6 |
* | | avcodec/mlpdec: fix () in MSB_MASK() macro | Michael Niedermayer | 2014-05-25 | 1 | -1/+1 |
* | | Merge commit 'fcf5fc444522d24caa9907225802817ae788f511' | Michael Niedermayer | 2014-03-26 | 1 | -1/+1 |
|\| |
|
| * | truehd: tune VLC decoding for ARM. | Ben Avison | 2014-03-26 | 1 | -3/+10 |
| * | truehd: break out part of rematrix_channels into platform-specific callback. | Ben Avison | 2014-03-26 | 1 | -25/+12 |
| * | mlpdec: fix request_channel_layout behavior. | Michael Niedermayer | 2014-02-08 | 1 | -1/+1 |
* | | truehd: break out part of output_data into platform-specific callback. | Ben Avison | 2014-03-26 | 1 | -17/+23 |
* | | truehd: break out part of rematrix_channels into platform-specific callback. | Ben Avison | 2014-03-26 | 1 | -25/+12 |
* | | truehd: tune VLC decoding for ARM. | Ben Avison | 2014-03-19 | 1 | -3/+10 |
* | | avcodec/mlpdec: fix mulichannel output | Michael Niedermayer | 2014-02-08 | 1 | -1/+1 |
* | | Merge commit 'c0c45188e56cfa3050bb39f8299025345b8a204c' | Michael Niedermayer | 2014-02-08 | 1 | -2/+2 |
|\| |
|
| * | mlp: improve request_channel_layout behavior. | Tim Walker | 2014-02-08 | 1 | -2/+2 |
* | | Merge commit 'e92123093dfdca0ef6608998240e2f9345d63bff' | Michael Niedermayer | 2014-01-05 | 1 | -0/+4 |
|\| |
|
| * | mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data. | Tim Walker | 2014-01-05 | 1 | -0/+4 |