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-11-06aacsbr: convert to lavu/txLynne
2022-11-06aacdec: convert to lavu/tx and support fixed-point 960-sample decodingLynne
2022-11-04avcodec/aacdec: refactor the channel layout derivation codeJames Almer
2022-11-04avcodec/aacdec: don't force a layout when a channel position is unknownJames Almer
2022-11-04avcodec/aacdec: add support for channel configuration 14James Almer
2022-11-04avcodec/aacdec: fix parsing streams with channel configuration 11James Almer
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-08-02avcodec/aacdec_fixed: also clip samples on the second channel for stereo HE-AACJames Almer
2022-07-30avcodec/aacdec: print a log message when treating mono HE-AAC as stereoJames Almer
2022-07-22avcodec/aacdec: remove skip samples multiplierJames Almer
2022-07-08avcodec/aacdec: fix parsing of dual mono filesJames Almer
2022-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-15lavc: drop temporary compat wrappers for channel layout API changeAnton Khirnov
2022-03-15aac: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-07-09avcodec/aacdec_template: Avoid some invalid values to be set by decode_audio_...Michael Niedermayer
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2021-03-09avcodec: Constify some AVPacketsAndreas Rheinhardt
2021-03-09avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld()Michael Niedermayer
2021-02-17lavc/aacdec_template: Fix 7.1 decoding with default strictness.KM
2021-02-07avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only userAndreas Rheinhardt
2020-12-08avcodec/aac: Share common init code of float decoder and encoderAndreas Rheinhardt
2020-12-08avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt
2020-12-08avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdecAndreas Rheinhardt
2020-12-08avcodec/aacdec_template: Use VLC symbols tableAndreas Rheinhardt
2020-12-08avcodec/aacdec_template: Avoid code duplication when initializing VLCsAndreas Rheinhardt
2020-08-30avcodec/aacdec_template: Initialize `layout_map` on declarationXiaohan Wang
2020-08-25avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2Jan Ekström
2020-08-25avcodec/aacdec_template: keep tabs on layout in sniff_channel_orderJan Ekström
2020-08-04avcodec/aacdec_template: add support for 22.2 / channel_config 13Jan Ekström
2020-08-04avcodec/aacdec_template: mark second LFE element as LFE2Jan Ekström
2020-05-10avcodec/aacdec_template: Pass AVCodecContext seperatly to set_default_channel...Michael Niedermayer
2020-04-05lavc/aacdec_template: Only warn once about unusual 7.1 encoding.Carl Eugen Hoyos
2019-11-01avcodec/aacdec_template: Check samplerateMichael Niedermayer
2019-10-16avcodec/aacdec_template: Check decode_extension_payload() for failureMichael Niedermayer
2019-09-27avcodec/mpeg4audio: add avpriv_mpeg4audio_get_config2()James Almer
2019-08-11avcodec/aacdec_template: fix integer overflow in imdct_and_windowing()Michael Niedermayer
2019-06-04avcodec/aacdec_template: skip apply_tns() if max_sfb is 0 (from previous head...Michael Niedermayer
2019-06-04avcodec/aacdec_template: Merge 3 #ifs related to noise handlingMichael Niedermayer
2019-01-01avcodec/aacdec_fixed: Provide context to av_log()Michael Niedermayer
2018-10-12avcodec/aacdec_template: Allow duplicated elementsMichael Niedermayer
2018-08-04avcodec/aacdec_template: Check for duplicate elementsMichael Niedermayer
2018-04-19aac: Rework extradata parsing codeVittorio Giovara
2018-02-22Parse and drop gain control data, so that SSR packets decode.Dale Curtis
2018-02-20avcodec/aacdec_templat: Fix integer overflow in apply_ltp()Michael Niedermayer
2017-10-31Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'James Almer