summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
Commit message (Expand)AuthorAgeFilesLines
* vf_tonemap[_opencl]: Move determine_signal_peak() to a shared fileVittorio Giovara2018-08-061-1/+1
* avfilter: Add colorconstancy filterMina2018-07-231-0/+1
* Add lensfun filterStephen Seo2018-07-151-0/+1
* lavfi: add sobel, prewitt, roberts filtersDanil Iashchenko2018-07-031-1/+7
* Adds ESPCN super resolution filter merged with SRCNN filter.Sergey Lavrushkin2018-07-021-1/+1
* lavfi: make vf_colorspace use functions from colorspace.cRuiling Song2018-06-211-1/+1
* lavfi: add opencl tonemap filterRuiling Song2018-06-211-0/+2
* lavfi: Add boxblur_opencl filterDanil Iashchenko2018-06-211-2/+4
* Adds TensorFlow backend for dnn inference module.Sergey Lavrushkin2018-06-051-1/+3
* lavfi/Makefile: move dnn_*.o under vf_srcnnJan Ekström2018-06-021-3/+1
* avfilter: add adeclick and adeclip audio filtersPaul B Mahol2018-06-021-0/+2
* Adds dnn inference module for simple convolutional networks. Reimplements src...Sergey Lavrushkin2018-05-291-0/+2
* avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sourcesTobias Rapp2018-05-181-0/+2
* avfilter: add aderivative and aintegral filterPaul B Mahol2018-05-161-0/+2
* avfilter: add fftdnoiz filterPaul B Mahol2018-05-101-0/+1
* Adds SRCNN filter.Sergey Lavrushkin2018-05-041-0/+1
* avfilter: add amplify filterPaul B Mahol2018-04-291-0/+1
* avfilter: add tmix filterPaul B Mahol2018-04-261-0/+1
* avfilter/vf_interlace: remove duplicate code with same funcionalityVasile Toncu2018-04-231-1/+1
* lavf: make overlay_qsv work based on framesyncRuiling Song2018-04-211-1/+1
* avfilter: add deblock filterPaul B Mahol2018-04-211-0/+1
* avfilter: add lowshelf and highshelf filtersPaul B Mahol2018-04-171-0/+2
* avfilter: add vfrdet filterPaul B Mahol2018-04-131-0/+1
* libavfilter: Add OpenCL convolution filterDanil Iashchenko2018-03-261-0/+2
* lavfi: Add OpenCL avgblur filterdrfer32018-03-221-0/+2
* avfilter: add drmeter audio filterPaul B Mahol2018-03-111-0/+1
* avfilter/Makefile: skip compiling vaapi_vpp.h when vaapi is not enabledJames Almer2018-01-231-0/+1
* lavfi: add denoise and sharpness VAAPI video filters.Jun Zhao2018-01-211-0/+2
* lavfi: add ProcAmp (color balance) VAAPI video filter.Jun Zhao2018-01-211-0/+1
* lavfi: use common VAAPI VPP infrastructure for vf_deinterlace_vaapi.Jun Zhao2018-01-211-1/+1
* lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi.Jun Zhao2018-01-211-1/+1
* lavfi: Add filters to run arbitrary OpenCL programsMark Thompson2018-01-071-0/+2
* avfilter: add arbitrary audio IIR filterPaul B Mahol2018-01-051-0/+1
* avfilter: add hilbert source FIR filterPaul B Mahol2018-01-041-0/+1
* avfilter: add entropy filterPaul B Mahol2018-01-031-0/+1
* avfilter: add deconvolve filterPaul B Mahol2017-12-271-0/+1
* avfilter: add setrange filterPaul B Mahol2017-12-061-0/+1
* avfilter: add fillborders filterPaul B Mahol2017-12-011-0/+1
* avfilter: add lv2 wrapper filterPaul B Mahol2017-11-261-0/+1
* avfilter: add normalize filterRichard Ling2017-11-251-0/+1
* avfilter: add mix filterPaul B Mahol2017-11-241-0/+1
* avfilter/Makefile: skip building opencl.h when opencl is disabledJames Almer2017-11-231-0/+1
* lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson2017-11-221-3/+0
* lavfi: Add OpenCL unsharp mask filterMark Thompson2017-11-221-0/+2
* lavfi: Add OpenCL overlay filterMark Thompson2017-11-221-0/+2
* lavfi: Add infrastructure for building OpenCL source into libavfilterMark Thompson2017-11-221-0/+6
* avfilter: add acontrast filterPaul B Mahol2017-11-191-0/+1
* avfilter: add multiband compand filterPaul B Mahol2017-11-171-0/+1
* Merge commit 'a5a6ac1a123a927e5bed984ed757a29b7ff87dab'James Almer2017-11-111-0/+7
|\
| * libavfilter/overlay_qsv: Add QSV overlay vpp filterHuang, Zhengxu2017-09-171-0/+6