aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* libavfilter/af_dcshift.c: Fixed repeated spelling errorKelly Ledford2017-12-131-10/+10
* avfilter/vf_hflip : move context func init in ff_hflip_initMartin Vignali2017-12-132-4/+11
* avfilter/formats: fix wrong function name in error messageJun Zhao2017-12-131-1/+1
* avfilter/vf_pseudocolor: add support for more formatsPaul B Mahol2017-12-121-2/+11
* avfilter/avfiltergraph: remove ugly dead codePaul B Mahol2017-12-111-5/+0
* avfilter/x86/vf_threshold : add threshold16 SIMD (SSE4 and AVX2)Martin Vignali2017-12-092-21/+34
* avfilter/vf_scale: add more aliases for "range" optionsPaul B Mahol2017-12-081-0/+2
* vf_zscale: Fix alpha destination graph for floating point pixel formatsVittorio Giovara2017-12-081-1/+1
* avfilter/vf_waveform: add default case when picking input formatsPaul B Mahol2017-12-081-0/+1
* x86/vf_hflip: use xor to zero initialize registersJames Almer2017-12-071-2/+2
* x86/vf_hflip: don't load the width argument twiceJames Almer2017-12-071-3/+2
* avfilter: add setrange filterPaul B Mahol2017-12-064-1/+86
* avfilter/vf_convolution: add 7x7 filterPaul B Mahol2017-12-041-5/+170
* x86/vf_threshold: make threshold8 functions work on x86_32James Almer2017-12-042-12/+17
* avfilter/x86/vf_hflip.asm: fix building on x32Paul B Mahol2017-12-041-6/+6
* avfilter: add hflip x86 SIMDPaul B Mahol2017-12-045-47/+275
* x86vf_threshold/: use the PBLENDVB macroJames Almer2017-12-041-1/+1
* avfilter/x86/vf_threshold : cosmetic indentMartin Vignali2017-12-031-8/+8
* avfilter/x86/vf_threshold : add avx2 version for threshold 8Martin Vignali2017-12-032-3/+22
* avfilter/x86/vf_threshold : make macro for threshold8 in order to add avx2 ve...Martin Vignali2017-12-031-1/+5
* avfilter/vf_threshold : move context func init in ff_threshold_initMartin Vignali2017-12-032-2/+8
* avfilter/vf_stack: always copy SAR from first inputPaul B Mahol2017-12-021-0/+3
* avfilter/vf_threshold: add x86 SIMDPaul B Mahol2017-12-025-22/+169
* avfilter: add fillborders filterPaul B Mahol2017-12-014-1/+397
* avfilter/vf_tile: add init_padding optionPaul B Mahol2017-12-011-1/+11
* lavfi/libvmaf: Rename local variable "main" as "master".Carl Eugen Hoyos2017-11-301-5/+5
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-291-0/+2
|\
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-281-0/+2
| * vaapi: Always free parameter buffers after vaEndPicture() with libva2Mark Thompson2017-10-252-2/+2
* | avfilter/drawbox: rename variable for maximum thicknessGyan Doshi2017-11-281-1/+1
* | vf_zscale: Add more supported input propertiesVittorio Giovara2017-11-281-0/+51
* | vf_zscale: Relax color properties maximum boundsVittorio Giovara2017-11-281-12/+12
* | avfilter/vf_threshold: use correct linesizePaul B Mahol2017-11-271-2/+2
* | avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol2017-11-271-0/+9
* | avfilter/af_silenceremove: fix logic error in EOF casePaul B Mahol2017-11-271-1/+1
* | avfilter: add lv2 wrapper filterPaul B Mahol2017-11-264-1/+605
* | avfilter: add normalize filterRichard Ling2017-11-254-1/+389
* | avfilter/af_amix: make use of av_asprintf()Paul B Mahol2017-11-241-3/+1
* | avfilter: add mix filterPaul B Mahol2017-11-244-2/+287
* | avfilter/af_ladspa: remove duplicate code linesPaul B Mahol2017-11-241-2/+0
* | avfilter/Makefile: skip building opencl.h when opencl is disabledJames Almer2017-11-231-0/+1
* | lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson2017-11-2214-1442/+3
* | vf_hwmap: Pass mapping mode when deriving frames context on an existing deviceMark Thompson2017-11-221-1/+2
* | lavfi: Add OpenCL unsharp mask filterMark Thompson2017-11-226-1/+586
* | lavfi: Add OpenCL overlay filterMark Thompson2017-11-226-1/+470
* | lavfi: Add infrastructure for building OpenCL source into libavfilterMark Thompson2017-11-222-0/+28
* | lavfi: Add some common code for OpenCL filteringMark Thompson2017-11-222-0/+338
* | avfilter/af_asetnsamples: add missing error checkPaul B Mahol2017-11-211-2/+5
* | avfilter/avf_avectorscope: add swap and mirror optionsPaul B Mahol2017-11-211-0/+17
* | lavf/qsv_vpp: check the return value of ff_formats_ref()Zhong Li2017-11-201-2/+7