summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdec.c
Commit message (Expand)AuthorAge
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-07
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* mlp: move pack_output pointer to decoder contextRémi Denis-Courmont2023-12-21
* libavcodec/mlpdec: add missing correction to ch_layout when downmixingGeoffrey McRae2023-11-26
* avcodec/mlpdec: support for truehd with channels not representable with 5bit ...Paul B Mahol2023-10-27
* avcodec/mlp*: merge flags used by encoder and decoderPaul B Mahol2023-10-18
* avcodec/mlpdec: set extended_substream_info from headerPaul B Mahol2023-10-06
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-11
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec/mlpdec: add detection of Atmos spatial extension profile in TrueHDMarth642023-03-02
* avcodec/mlpdec: parse and use substream info bitsPaul B Mahol2023-01-31
* avcodec/mlpdec: Check max matrix instead of max channel in noise checkMichael Niedermayer2022-11-28
* avcodec/mlpdec: add max channels checkMichael Niedermayer2022-10-04
* avcodec/mlpdec: unbreak TrueHD single substream mono decodingPaul B Mahol2022-09-18
* avcodec/mlpdec: relax channels checkingPaul B Mahol2022-09-18
* avcodec/mlpdec: fix decoding of overlapping channels in substreamsPaul B Mahol2022-09-17
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* 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