| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mlpdec: add detection of Atmos spatial extension profile in TrueHD | Marth64 | 2023-03-02 | 1 | -0/+10 |
* | avcodec/mlpdec: parse and use substream info bits | Paul B Mahol | 2023-01-31 | 1 | -1/+14 |
* | avcodec/mlpdec: Check max matrix instead of max channel in noise check | Michael Niedermayer | 2022-11-28 | 1 | -1/+1 |
* | avcodec/mlpdec: add max channels check | Michael Niedermayer | 2022-10-04 | 1 | -0/+3 |
* | avcodec/mlpdec: unbreak TrueHD single substream mono decoding | Paul B Mahol | 2022-09-18 | 1 | -0/+5 |
* | avcodec/mlpdec: relax channels checking | Paul B Mahol | 2022-09-18 | 1 | -22/+1 |
* | avcodec/mlpdec: fix decoding of overlapping channels in substreams | Paul B Mahol | 2022-09-17 | 1 | -6/+19 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -3/+0 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+0 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/mlpdec: Use 64bit for channel layout | Michael Niedermayer | 2022-03-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -14/+14 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | mlp: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -39/+81 |
* | avcodec/thd: fix special stereo support | Paul B Mahol | 2021-12-18 | 1 | -1/+3 |
* | avcodec/mlpdec: cover case when >2 channels are in single substream | Paul B Mahol | 2021-11-11 | 1 | -1/+2 |
* | avcodec/mlpdec: skip decoding substreams if their channels are not to be used | Paul B Mahol | 2021-10-03 | 1 | -0/+7 |
* | avcodec/mlpdec: update matrix encoding only if it changed | Paul B Mahol | 2021-10-03 | 1 | -2/+8 |
* | avcodec/mlpdec: fix decoding single stereo stream in TrueHD | Paul B Mahol | 2021-09-23 | 1 | -1/+3 |
* | avcodec/mlpdec: fix integer sanitizer warning under clang | Paul B Mahol | 2021-09-07 | 1 | -1/+1 |
* | avcodec/mlp: move sync defines to common header | Paul B Mahol | 2021-09-05 | 1 | -2/+2 |
* | avcodec/mlpdec: reset lossless crc checking when stream ends | Paul B Mahol | 2021-08-31 | 1 | -2/+14 |
* | avcodec/mlpdec: add flush support | Paul B Mahol | 2021-08-29 | 1 | -0/+14 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -2/+2 |
* | avcodec/mlpdec: Avoid code duplication when initializing VLCs | Andreas Rheinhardt | 2020-11-24 | 1 | -9/+8 |
* | avcodec/mlpdec: Make decoders init-threadsafe | Andreas Rheinhardt | 2020-11-24 | 1 | -3/+6 |
* | 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 |