summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/mlpdec: Use 64bit for channel layoutMichael Niedermayer2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* mlp: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/thd: fix special stereo supportPaul B Mahol2021-12-18
* avcodec/mlpdec: cover case when >2 channels are in single substreamPaul B Mahol2021-11-11
* avcodec/mlpdec: skip decoding substreams if their channels are not to be usedPaul B Mahol2021-10-03
* avcodec/mlpdec: update matrix encoding only if it changedPaul B Mahol2021-10-03
* avcodec/mlpdec: fix decoding single stereo stream in TrueHDPaul B Mahol2021-09-23
* avcodec/mlpdec: fix integer sanitizer warning under clangPaul B Mahol2021-09-07
* avcodec/mlp: move sync defines to common headerPaul B Mahol2021-09-05
* avcodec/mlpdec: reset lossless crc checking when stream endsPaul B Mahol2021-08-31
* avcodec/mlpdec: add flush supportPaul B Mahol2021-08-29
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec/mlpdec: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-11-24
* avcodec/mlpdec: Make decoders init-threadsafeAndreas Rheinhardt2020-11-24
* avcodec/mlpdec: use get_bits_long for huff lsbsJai Luthra2020-02-08
* mlp: check huff_lsbs only when codebook is usedJai Luthra2020-02-04
* avcodec/mlp_parser: split off shared code to its own fileJames Almer2019-05-07
* avcodec/mlpdec: Insuffient typoMichael Niedermayer2019-02-23
* avcodec/mlpdec: Only change noise_type if the related fields are validMichael Niedermayer2018-05-26
* Merge commit '970c76f32283bddf3a5afd24fe52db7a96186244'James Almer2017-10-30
|\
| * mlp_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-27
* | Merge commit '94c54d97e7f4fe90570c323803f2bdf6246c1010'James Almer2017-10-30
|\|
| * mlp: Factor out channel layout subset checksVittorio Giovara2017-04-26
* | Merge commit '1f6e5dd4d4dd9c02371ad211049d27edb6d95286'James Almer2017-10-30
|\|
| * mlp: Rename the channel layout variableVittorio Giovara2017-04-26
| * Use bitstream_init8() where appropriateDiego Biurrun2017-02-07
| * mlp: Convert to the new bitstream readerAlexandra Hájková2016-12-19
| * mlpdec: Fix a undefined left shift of negative numberGanesh Ajjanagadde2015-09-29
* | avcodec/mlpdec: Check quant_step_size against huff_lsbsMichael Niedermayer2017-06-03
* | avcodec/mlpdec: Do not leave invalid values in matrix_out_ch[] on errorMichael Niedermayer2017-05-27
* | avcodec/mlpdec: Fix runtime error: shift exponent -5 is negativeMichael Niedermayer2017-05-22
* | avcodec/mlpdec: Do not leave a invalid num_primitive_matrices in the contextMichael Niedermayer2017-05-20
* | avcodec/mlpdec: Fix: runtime error: left shift of negative value -8Michael Niedermayer2017-05-18
* | avcodec/mlpdec: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-05-17
* | avcodec/mlpdec: Check that there is enough data for headersMichael Niedermayer2017-05-13
* | avcodec/mlp: Fix multiple runtime error: left shift of negative value -1Michael Niedermayer2017-05-13
* | avcodec/mlpdec: Fix runtime error: left shift of negative value -22Michael Niedermayer2017-05-06
* | avcodec/mlpdec: fix a undefined left shift of negative numberGanesh Ajjanagadde2015-09-20
* | Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'Hendrik Leppkes2015-09-05
|\|
| * lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-28
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|