summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/audio, video: Remove references to avfilter_unref_buffer()Andreas Rheinhardt2021-09-27
* avfilter/vf_blend: add softdifference blend modePaul B Mahol2021-09-26
* avfilter/vf_colorchannelmixer: add extended preserve color supportPaul B Mahol2021-09-26
* avfilter/vf_colorchannelmixer: simplify code a littlePaul B Mahol2021-09-26
* avfilter/vf_colorlevels: add preserve color optionPaul B Mahol2021-09-26
* avfilter/vf_colorlevels: refactor code so all components are processed in sam...Paul B Mahol2021-09-26
* avfilter/elbg: Extend filter to include alpha values in the quantization proc...Soft Works2021-09-26
* avfilter/formats: Avoid reallocations for video in ff_all_formats()Andreas Rheinhardt2021-09-26
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-26
* avfilter/vf_swaprect: Use ff_formats_pixdesc_filter()Andreas Rheinhardt2021-09-26
* avfilter/vf_colorbalance: fix min/max check that can never be truePaul B Mahol2021-09-26
* avfilter/vf_selectivecolor: reduce number of operations with r/g/b/a pointersPaul B Mahol2021-09-26
* avfilter/vf_selectivecolor: refactor some repeating calculationsPaul B Mahol2021-09-26
* avfilter/vf_v360: refactor uf/vf scalingPaul B Mahol2021-09-24
* avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avfilter/vf_elbg: Check call to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avfilter/af_silenceremove: improve trimming middle silencePaul B Mahol2021-09-23
* avfilter/framesync: Remove redundant setting of AVClassAndreas Rheinhardt2021-09-23
* avfilter/vf_convolve: Deduplicate framesync auxiliary functionsAndreas Rheinhardt2021-09-23
* avfilter/vf_lut3d: Deduplicate optionsAndreas Rheinhardt2021-09-23
* avfilter/framesync: Separate framesync AVClass and auxiliary functionsAndreas Rheinhardt2021-09-23
* avfilter/vf_geq: Simplify creating stringAndreas Rheinhardt2021-09-21
* avfilter/vf_xfade: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_vif: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_threshold: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_ssim: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_psnr: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_premultiply: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_midequalizer: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_maskedthreshold: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_maskedminmax: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_maskedmerge: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_maskedclamp: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_libvmaf: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_identity: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_hysteresis: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_guided: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_displace: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_convolve: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_bm3d: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/vf_blend: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/af_sidechaincompress: Remove always-false samplerate checkAndreas Rheinhardt2021-09-21
* avfilter/af_amerge: Remove always-false samplerate checkAndreas Rheinhardt2021-09-21
* avfilter/af_agate: Remove always-false samplerate checkAndreas Rheinhardt2021-09-21
* avfilter/af_sidechaincompress: Honour query_formats API, fix segfaultAndreas Rheinhardt2021-09-21
* avfilter/af_agate: Honour query_formats API, fix segfaultAndreas Rheinhardt2021-09-21
* avfilter/af_afade: Remove redundant checks and assignmentsAndreas Rheinhardt2021-09-21
* avfilter/avf_showspectrum: rewrite frequency log axis/bin scalingPaul B Mahol2021-09-20
* avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt2021-09-20
* avfilter/vf_elbg: Rename ELBGContext->ELBGFilterContextAndreas Rheinhardt2021-09-20