summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/overlay_vaapi: set defalut alpha value as 1.0Fei Wang2022-08-091-1/+1
* avfilter/avfiltergraph: remove unnecessary channel layout copyJames Almer2022-08-061-7/+8
* avfilter/vsrc_ddagrab: set sRGB color information on output framesTimo Rothenpieler2022-08-061-0/+12
* avfilter/vsrc_ddagrab: make output format user configurableTimo Rothenpieler2022-08-061-1/+28
* avfilter/vsrc_ddagrab: move most of init to config_propsTimo Rothenpieler2022-08-051-43/+37
* avfilter/vsrc_ddagrab: fix mouse cursor render initTimo Rothenpieler2022-08-051-6/+6
* avfilter/vf_cropdetect: Remove set-but-unused variableAndreas Rheinhardt2022-07-301-2/+0
* lavfi/vf_cropdetect: Reindent after last commitThilo Borgmann2022-07-301-4/+4
* lavfi/cropdetect: Add new mode to detect crop-area based on motion vectors an...Thilo Borgmann2022-07-302-2/+211
* lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobelThilo Borgmann2022-07-305-86/+150
* fflcms2: move to libavcodecNiklas Haas2022-07-302-357/+2
* qsv: Update ffmpeg qsv_errors to recognize GPU hang and other statusesDmitry Rogozhkin2022-07-291-0/+6
* avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typoMattias Wadman2022-07-281-1/+2
* lavf/dnn: dump OpenVINO model input/output names to OVMdel struct.Ting Fu2022-07-241-18/+48
* lavf/sr: fix the segmentation fault caused by incorrect input frame free.Ting Fu2022-07-221-2/+3
* libavfilter/vf_overlay_qsv: Use format of first input to set output format fo...Wenbin Chen2022-07-201-0/+2
* avfilter/vsrc_ddagrab: check for existence of DPI_AWARENESS_CONTEXTTimo Rothenpieler2022-07-191-4/+4
* lavfi/vf_showinfo: print frame durationsAnton Khirnov2022-07-191-2/+5
* lavfi: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-194-0/+44
* avfilter/vsrc_ddagrab: dynamically load SetThreadDpiAwarenessContextTimo Rothenpieler2022-07-191-8/+33
* avfilter/vsrc_ddagrab: fix checkheaders errorTimo Rothenpieler2022-07-181-0/+2
* avfilter: add vsrc_ddagrabTimo Rothenpieler2022-07-185-1/+1105
* Bump versions after 5.1 branchn5.2-devMichael Niedermayer2022-07-131-1/+1
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-131-1/+1
* avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer2022-07-121-2/+2
* avfilter/vf_xfade: fix zx and zy comparison for slide*George Floarea2022-07-121-4/+4
* avfilter/vf_zscale: enable AVX512 zimg functionsMarton Balint2022-07-101-2/+2
* avfilter/vf_zscale: simplify and fix slice_params calculationsMarton Balint2022-07-101-14/+4
* avfilter/vf_zscale: remove some unneeded initializationsMarton Balint2022-07-101-6/+0
* avfilter: add chromakey_cuda filterMohamed Khaled Mohamed2022-07-105-1/+676
* avfilter/vf_xfade: add two more transitionsPaul B Mahol2022-07-091-0/+70
* avfilter: add remap opencl filterPaul B Mahol2022-07-076-1/+432
* avfilter/xstack: Add support for fixed size gridVignesh Venkatasubramanian2022-07-041-13/+67
* avfilter/vf_atadenoise: Remove unused-but-set variablesAndreas Rheinhardt2022-07-031-6/+0
* avfilter/Makefile: always make colorspace.oGyan Doshi2022-06-251-5/+6
* avfilter/vf_gblur: properly round outputPaul B Mahol2022-06-231-6/+4
* avfilter/x86/vf_bwdif: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-222-20/+0
* avfilter/x86/vf_idet: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-222-73/+1
* avfilter/x86/vf_yadif: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-224-37/+0
* avfilter/x86/vf_eq_init: Remove obsolete MMXEXT functionAndreas Rheinhardt2022-06-222-30/+2
* avfilter/x86/vf_noise: Remove obsolete MMX functionAndreas Rheinhardt2022-06-221-29/+0
* avfilter/vf_estdif: tweak ecost optionPaul B Mahol2022-06-211-1/+1
* libavfilter/vf_frei0r.c: Use UTF-8 version of getenv()Nil Admirari2022-06-211-4/+10
* lavfi/drawutils: improve colorspace supportrcombs2022-06-192-36/+74
* lavfi/colorspace: add ff_matrix_mul_3x3_vecrcombs2022-06-192-0/+12
* avfilter/vf_zscale: dissallow too small slicesPaul B Mahol2022-06-161-2/+3
* avfilter: add virtualbass filterPaul B Mahol2022-06-164-1/+186
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-1537-86/+122
* avfilter/showinfo: refactor to use avutil/uuidPierre-Anthony Lemieux2022-06-121-13/+5
* lavfi/blockdetect: Reindent after last commitThilo Borgmann2022-06-061-4/+4