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
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