summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a gitignore file for OpenCL compiled kernelsRostislav Pehlivanov2018-02-071-0/+1
* avfilter/af_join: Fix crash in join filterNikolas Bowe2018-02-031-0/+3
* avfilter: add comments for duplicate lineSteven Liu2018-02-013-0/+3
* avfilter/x86/vf_blend : avfilter/x86/vf_blend : add AVX2 version for each fun...Martin Vignali2018-01-282-84/+184
* avfilter/vf_framerate: add SIMD functions for frame blendingMarton Balint2018-01-285-54/+268
* avfilter/vf_framerate: change blend factor precisionMarton Balint2018-01-281-28/+26
* avfilter/vf_framerate: factorize blend functions and unify filter_sliceMarton Balint2018-01-281-51/+57
* avfilter/vf_framerate: unify luma and chroma blendingMarton Balint2018-01-281-45/+15
* avfilter/vf_transpose: Fix regression with packed pixel formatsMichael Niedermayer2018-01-281-1/+1
* avfilter/vf_transpose: Fix used plane count.Michael Niedermayer2018-01-271-1/+7
* lavfi/misc_vaapi: use default value setting if without arguments.Jun Zhao2018-01-251-34/+30
* lavfi/procamp_vaapi: fix the green video issue if without arguments.Jun Zhao2018-01-251-42/+31
* lavfi/vf_xxx_vaapi: fix typo.Jun Zhao2018-01-244-5/+5
* 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-213-0/+297
* lavfi: add ProcAmp (color balance) VAAPI video filter.Jun Zhao2018-01-213-0/+283
* lavfi: use common VAAPI VPP infrastructure for vf_deinterlace_vaapi.Jun Zhao2018-01-212-307/+46
* lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi.Jun Zhao2018-01-212-316/+42
* lavfi: VAAPI VPP common infrastructure.Jun Zhao2018-01-212-0/+461
* avfilter/drawtext - implement fix_boundsGyan Doshi2018-01-201-1/+27
* avfilter/formats: remove support for deprecated channel count specificationMarton Balint2018-01-201-10/+2
* lavfi/vf_scale_vaapi: set output SARRodger Combs2018-01-181-0/+5
* avfilter/af_afade: acrossfade: switch to activatePaul B Mahol2018-01-181-124/+83
* avfilter/vidstab: check bytesPerPixel only for packed formats.Gyan Doshi2018-01-172-2/+4
* lavfi/deinterlace_vaapi: fix can't show full option information.Jun Zhao2018-01-171-7/+7
* avfilter/vf_idet: added more YUVA formats to idet query_formatsRobert Nagy2018-01-141-0/+2
* avfilter/vf_framerate: simplify filterMarton Balint2018-01-121-267/+94
* avfilter/x86/vf_interlace : add AVX2 versionMartin Vignali2018-01-113-1/+50
* vf_program_opencl: Add missing error code returnsMark Thompson2018-01-101-0/+3
* vf_overlay_opencl: Don't leak output frame on errorMark Thompson2018-01-101-0/+1
* avfilter/af_aiir: add polar zeros/poles format variantPaul B Mahol2018-01-101-7/+71
* avfilter/af_aiir: unbreak clipping detectionPaul B Mahol2018-01-101-4/+4
* avfilter/af_aiir: do not leak memory on failure in convert_zp2tf()Paul B Mahol2018-01-101-10/+11
* avfilter/af_aiir: refactor code so it uses IIRChannel structPaul B Mahol2018-01-091-141/+126
* avfilter/af_aiir: make default processing to serially cascadedPaul B Mahol2018-01-091-3/+11
* avfilter/af_aiir: add slice threading supportPaul B Mahol2018-01-091-93/+108
* avfilter/af_aiir: add cascaded biquads supportPaul B Mahol2018-01-091-11/+253
* avfilter/af_aiir: do not forget to free gains tooPaul B Mahol2018-01-081-0/+2
* avfilter/af_aiir: fix typo which may cause overreadPaul B Mahol2018-01-081-1/+1
* lavfi: Add filters to run arbitrary OpenCL programsMark Thompson2018-01-073-0/+445
* lavfi/opencl: Use filter device if no input device is availableMark Thompson2018-01-071-6/+33
* avfilter/af_aiir: rename options, provide gains in separate optionPaul B Mahol2018-01-071-29/+66
* avfilter/af_aiir: add support for alternative coefficients formatPaul B Mahol2018-01-071-6/+147
* avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-063-1/+10
* avfilter/av_biquads: scale a0 tooPaul B Mahol2018-01-061-0/+1
* Revert "avfilter: deprecate avfilter_link_get_channels()"James Almer2018-01-053-16/+6
* avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-053-6/+16
* avfilter/af_aiir: do not crash with invalid optionsPaul B Mahol2018-01-051-3/+23
* avfilter: use a mutex instead of atomics in avfilter_register()James Almer2018-01-051-4/+11
* avfilter: add arbitrary audio IIR filterPaul B Mahol2018-01-055-1/+339