summaryrefslogtreecommitdiffstats
path: root/libavcodec/mlpdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mlp_parser: split off shared code to its own fileJames Almer2019-05-071-1/+1
* avcodec/mlpdec: Insuffient typoMichael Niedermayer2019-02-231-1/+1
* avcodec/mlpdec: Only change noise_type if the related fields are validMichael Niedermayer2018-05-261-4/+5
* Merge commit '970c76f32283bddf3a5afd24fe52db7a96186244'James Almer2017-10-301-1/+6
|\
| * mlp_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-271-1/+6
* | Merge commit '94c54d97e7f4fe90570c323803f2bdf6246c1010'James Almer2017-10-301-2/+2
|\ \ | |/
| * mlp: Factor out channel layout subset checksVittorio Giovara2017-04-261-2/+2
* | Merge commit '1f6e5dd4d4dd9c02371ad211049d27edb6d95286'James Almer2017-10-301-13/+13
|\ \ | |/
| * mlp: Rename the channel layout variableVittorio Giovara2017-04-261-12/+12
| * Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-2/+2
| * mlp: Convert to the new bitstream readerAlexandra Hájková2016-12-191-99/+102
| * mlpdec: Fix a undefined left shift of negative numberGanesh Ajjanagadde2015-09-291-1/+1
* | avcodec/mlpdec: Check quant_step_size against huff_lsbsMichael Niedermayer2017-06-031-9/+25
* | avcodec/mlpdec: Do not leave invalid values in matrix_out_ch[] on errorMichael Niedermayer2017-05-271-4/+8
* | avcodec/mlpdec: Fix runtime error: shift exponent -5 is negativeMichael Niedermayer2017-05-221-1/+6
* | avcodec/mlpdec: Do not leave a invalid num_primitive_matrices in the contextMichael Niedermayer2017-05-201-0/+1
* | avcodec/mlpdec: Fix: runtime error: left shift of negative value -8Michael Niedermayer2017-05-181-1/+1
* | avcodec/mlpdec: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-05-171-1/+1
* | avcodec/mlpdec: Check that there is enough data for headersMichael Niedermayer2017-05-131-0/+5
* | avcodec/mlp: Fix multiple runtime error: left shift of negative value -1Michael Niedermayer2017-05-131-3/+3
* | avcodec/mlpdec: Fix runtime error: left shift of negative value -22Michael Niedermayer2017-05-061-1/+1
* | avcodec/mlpdec: fix a undefined left shift of negative numberGanesh Ajjanagadde2015-09-201-1/+1
* | Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'Hendrik Leppkes2015-09-051-13/+0
|\ \ | |/
| * lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-281-13/+0
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
| * mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes2015-03-111-1/+3
| * mlpdec: support major sync headers with optional extension blocksHendrik Leppkes2015-03-111-1/+6
* | Merge commit '2ffb0598dbdb81c40650952aa9299fa02fa5e834'Michael Niedermayer2014-11-131-1/+1
|\ \ | |/
| * mlpdec: check for negative indexVittorio Giovara2014-11-131-1/+1
| * truehd: break out part of output_data into platform-specific callback.Ben Avison2014-03-261-17/+23
* | x86/mlpdec: add ff_mlp_rematrix_channel_{sse4,avx2}James Almer2014-10-021-2/+2
* | mlpdec: move rematrix_channels code to output_data()James Almer2014-10-021-27/+18
* | mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes2014-09-211-1/+3
* | mlpdec: support major sync headers with optional extension blocksHendrik Leppkes2014-09-211-1/+6
* | avcodec/mlpdec: fix () in MSB_MASK() macroMichael Niedermayer2014-05-251-1/+1
* | Merge commit 'fcf5fc444522d24caa9907225802817ae788f511'Michael Niedermayer2014-03-261-1/+1
|\ \ | |/
| * truehd: tune VLC decoding for ARM.Ben Avison2014-03-261-3/+10
| * truehd: break out part of rematrix_channels into platform-specific callback.Ben Avison2014-03-261-25/+12
| * mlpdec: fix request_channel_layout behavior.Michael Niedermayer2014-02-081-1/+1
* | truehd: break out part of output_data into platform-specific callback.Ben Avison2014-03-261-17/+23
* | truehd: break out part of rematrix_channels into platform-specific callback.Ben Avison2014-03-261-25/+12
* | truehd: tune VLC decoding for ARM.Ben Avison2014-03-191-3/+10
* | avcodec/mlpdec: fix mulichannel outputMichael Niedermayer2014-02-081-1/+1
* | Merge commit 'c0c45188e56cfa3050bb39f8299025345b8a204c'Michael Niedermayer2014-02-081-2/+2
|\ \ | |/
| * mlp: improve request_channel_layout behavior.Tim Walker2014-02-081-2/+2
* | Merge commit 'e92123093dfdca0ef6608998240e2f9345d63bff'Michael Niedermayer2014-01-051-0/+4
|\ \ | |/
| * mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker2014-01-051-0/+4
* | Merge commit '4b7f1a7ced0e98f2cc698d896f7ebab8d30eaa09'Michael Niedermayer2014-01-051-0/+42
|\ \ | |/
| * mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker2014-01-051-0/+42
OpenPOWER on IntegriCloud