Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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