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-06atrac9dec: convert to lavu/txLynne
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
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/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-15atrac9: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
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-12-08avcodec/atrac9dec: Make VLCs staticAndreas Rheinhardt
2020-12-08avcodec/atrac9dec: Don't create VLCs that are never usedAndreas Rheinhardt
2020-12-08avcodec/atrac9tab: Unify tables used to initialize VLCsAndreas Rheinhardt
2020-12-08avcodec/atrac9dec: Make tables used to initialize VLCs smallerAndreas Rheinhardt
2020-11-24avcodec/atrac9dec: Replace av_free() by av_freep() in close functionAndreas Rheinhardt
2020-11-24avcodec/atrac9dec: Don't use unnecessarily large VLC tablesAndreas Rheinhardt
2020-11-24avcodec/atrac9dec: Use least max_depth in calls to get_vlc2()Andreas Rheinhardt
2020-11-24avcodec/atrac9dec: Don't confuse max_depth of VLC with max codelengthAndreas Rheinhardt
2019-12-28avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped.Michael Niedermayer
2019-12-07avcodec/atrac9dec: Check q_unit_cnt more completely before using it to access...Michael Niedermayer
2019-11-20avcodec/atrac9dec: Check precision_fine/coarseMichael Niedermayer
2019-10-21avcodec/atrac9dec: Set channelsMichael Niedermayer
2019-08-27avcodec/atrac9dec: Check block_alignMichael Niedermayer
2019-08-05avcodec/atrac9dec: Check grad_range[1] more tightlyMichael Niedermayer
2019-08-05avcodec/atrac9dec: Remove impossible conditionMichael Niedermayer
2019-07-19avcodec/atrac9dec: Check conditions before apply_band_extension() to avoid ou...Michael Niedermayer
2019-06-29avcodec/atrac9dec: Check q_unit_cnt in parse_band_ext()Michael Niedermayer
2019-06-29avcodec/atrac9dec: Check that the reused block has succeeded initilizationMichael Niedermayer
2019-06-20libavcodec: Reduce the size of some arraysAndreas Rheinhardt
2018-08-28atrac9dec: clean up code slightlyRostislav Pehlivanov
2018-08-28atrac9dec: implement LFE channel decodingRostislav Pehlivanov
2018-08-28atrac9dec: relax gradient value requirementsRostislav Pehlivanov
2018-07-03lavc: implement an ATRAC9 decoderRostislav Pehlivanov