aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/yadif: update output frame durationsAnton Khirnov2023-10-031-0/+3
* avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusionsAndreas Rheinhardt2023-10-031-0/+1
* avfilter/vf_iccdetect: use ff_icc_profile_sanitizeNiklas Haas2023-10-031-1/+3
* avfilter/f_ebur128: do not print summary log if nothing was processedPaul B Mahol2023-09-291-0/+2
* avfilter/vf_pseudocolor: add support for more planar alpha formatsPaul B Mahol2023-09-281-3/+6
* avfilter/vf_zscale: fix adding >8 bit alpha planePaul B Mahol2023-09-281-2/+10
* avfilter/vf_zscale: add more planar formats with alphaPaul B Mahol2023-09-281-1/+2
* avfilter/vf_negate: add support for more planar with alphaPaul B Mahol2023-09-281-1/+3
* avfilter/vf_extractplanes: add GBRAP14 supportPaul B Mahol2023-09-281-1/+1
* lavfi/framequeue: remove redundant logic code杨亚磊 via ffmpeg-devel2023-09-281-3/+2
* avfilter/bwdifdsp: Avoid including ff_bwdif_filter_line3_c()Andreas Rheinhardt2023-09-282-26/+29
* avfilter/bwdifdsp: ConstifyAndreas Rheinhardt2023-09-284-48/+48
* avfilter/vf_bwdif: Move DSP code to a new fileAndreas Rheinhardt2023-09-283-212/+252
* avfilter/bwdif: Add proper BWDIFDSPContextAndreas Rheinhardt2023-09-284-26/+27
* avfilter: add libvmaf_cudaKyle Swanson2023-09-273-0/+212
* libavfilter/dnn: Initialze DNNData variablesWenbin Chen2023-09-271-2/+2
* libavfilter/dnn: Add scale and mean preprocess to openvino backendWenbin Chen2023-09-273-19/+108
* libavfilter/dnn: add layout option to openvino backendWenbin Chen2023-09-273-20/+185
* avfilter/af_astats: extend and improve bit depth outputPaul B Mahol2023-09-251-31/+64
* lavfi/vf_libvmaf: add warning when color ranges differChema Gonzalez2023-09-231-0/+7
* lavfi/vf_ssim: add warning when color ranges differChema Gonzalez2023-09-231-0/+7
* lavfi/vf_psnr: add warning when color ranges differChema Gonzalez2023-09-231-0/+7
* avfilter: use ptrdiff_t instead of int for linesizePaul B Mahol2023-09-2213-124/+124
* avfilter/vf_smartblur: pass old context to sws_getCachedContextZhao Zhili2023-09-201-1/+1
* avfilter/x86/af_afir: add FMA3 SIMDPaul B Mahol2023-09-172-0/+32
* avfilter/dnn_backend_openvino: fix wild pointer on error pathZhao Zhili2023-09-151-2/+7
* avfilter/dnn_backend_openvino: fix input_port/output_port leaksZhao Zhili2023-09-151-0/+4
* avfilter/dnn_backend_openvino: fix leak of ov_shape_tZhao Zhili2023-09-151-1/+7
* avfilter/dnn_backend_openvino: fix leak or ov_core_t on error pathZhao Zhili2023-09-151-1/+1
* avfilter/dnn_backend_openvino: fix use uninitialized valuesZhao Zhili2023-09-151-6/+6
* avfilter/dnn_backend_openvino: reduce indentation in free_model_ovZhao Zhili2023-09-151-43/+46
* avfilter/dnn_backend_openvino: fix multiple memleaksZhao Zhili2023-09-151-2/+7
* avfilter/dnn_filter_common: fix memleakZhao Zhili2023-09-151-0/+6
* avfilter/avfilter: Don't report deprecated pkt_posAndreas Rheinhardt2023-09-141-2/+2
* avfilter/vf_drawtext: fix text width measurementyethie2023-09-121-3/+11
* avfilter/vf_framepack: Use dedicated pointer for accessAndreas Rheinhardt2023-09-121-12/+14
* avutil/imgutils: Add wrapper for av_image_copy() to avoid castsAndreas Rheinhardt2023-09-124-28/+21
* all: Use av_frame_replace() where appropriateAndreas Rheinhardt2023-09-102-4/+2
* avfilter/buffersrc: Use av_frame_clone() where appropriateAndreas Rheinhardt2023-09-101-8/+5
* avfilter/blend_modes: Always preserve constnessAndreas Rheinhardt2023-09-073-6/+6
* avfilter/vf_varblur: Don't use pointer-to-const for destinationAndreas Rheinhardt2023-09-071-2/+2
* avfilter/vsrc_testsrc: Don't use const uint8_t* when pointee changesAndreas Rheinhardt2023-09-071-1/+1
* avfilter/vf_vif: Don't cast const away unnecessarilyAndreas Rheinhardt2023-09-071-2/+2
* avfilter/f_select: Also deprecate "pos" variable nameAndreas Rheinhardt2023-09-071-0/+2
* avfilter/af_volume: Also deprecate position enum valueAndreas Rheinhardt2023-09-071-0/+2
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-049-0/+9
* avfilter/af_amultiply: Remove unnecessary emms_c()Andreas Rheinhardt2023-09-041-1/+0
* avfilter/af_headphone: Remove unnecessary emms_c()Andreas Rheinhardt2023-09-041-1/+0
* avfilter/af_sofalizer: Remove unnecessary emms_c()Andreas Rheinhardt2023-09-041-1/+0
* avfilter/af_volume: Remove unnecessary emms_c()Andreas Rheinhardt2023-09-041-2/+0