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-09-23avfilter/vf_convolve: Deduplicate framesync auxiliary functionsAndreas Rheinhardt
2021-09-23avfilter/vf_lut3d: Deduplicate optionsAndreas Rheinhardt
2021-09-23avfilter/framesync: Separate framesync AVClass and auxiliary functionsAndreas Rheinhardt
2021-09-23avformat/astenc: Simplify writing paddingAndreas Rheinhardt
2021-09-23avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264Nicolas Gaullier
2021-09-23avformat/demux: Use r_frame_rate in compute_frame_duration if codec_framerate...Nicolas Gaullier
2021-09-23avcodec/h264_parser: Set AVCodecContext.framerateNicolas Gaullier
2021-09-22avformat/mxfdec: rename sub_descriptors as file_descriptorsMarc-Antoine Arnaud
2021-09-22avcodec/cbs_h265: support general_profile_idc 11James Almer
2021-09-22avformat/concatdec: Use FAIL() macro instead of direct return in concat_parse...Michael Niedermayer
2021-09-22avcodec/dynamic_hdr10_plus: check size before using itLimin Wang
2021-09-22avcodec/dynamic_hdr10_plus: use AVERROR_INVALIDDATA instead of AVERROR(EINVAL)Limin Wang
2021-09-22avcodec/hevc_sei: check size before using itLimin Wang
2021-09-21avcodec/libdav1d: let libdav1d choose optimal max frame delayJames Almer
2021-09-21avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer...Michael Niedermayer
2021-09-21avfilter/vf_geq: Simplify creating stringAndreas Rheinhardt
2021-09-21avfilter/vf_xfade: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_vif: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_threshold: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_ssim: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_psnr: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_premultiply: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_midequalizer: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_maskedthreshold: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_maskedminmax: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_maskedmerge: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_maskedclamp: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_libvmaf: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_identity: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_hysteresis: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_guided: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_displace: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_convolve: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_bm3d: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/vf_blend: Remove always-false format checkAndreas Rheinhardt
2021-09-21avfilter/af_sidechaincompress: Remove always-false samplerate checkAndreas Rheinhardt
2021-09-21avfilter/af_amerge: Remove always-false samplerate checkAndreas Rheinhardt
2021-09-21avfilter/af_agate: Remove always-false samplerate checkAndreas Rheinhardt
2021-09-21avfilter/af_sidechaincompress: Honour query_formats API, fix segfaultAndreas Rheinhardt
2021-09-21avfilter/af_agate: Honour query_formats API, fix segfaultAndreas Rheinhardt
2021-09-21avfilter/af_afade: Remove redundant checks and assignmentsAndreas Rheinhardt
2021-09-21ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formatsJames Almer
2021-09-21configure: arm: Don't add -march= to the compiler if no preference was passedMartin Storsjö
2021-09-21doc/demuxers: fix typo in concatdec optionsrcombs
2021-09-21avcodec/libdav1d: pass auto threads value to libdav1dJames Almer
2021-09-20avfilter/avf_showspectrum: rewrite frequency log axis/bin scalingPaul B Mahol
2021-09-20avcodec/elbg: Keep buffers to avoid allocations and freesAndreas Rheinhardt
2021-09-20avcodec/elbg: Move arguments to the context early if possibleAndreas Rheinhardt
2021-09-20avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt
2021-09-20avcodec/elbg: Rename elbg_data to ELBGContextAndreas Rheinhardt