aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavf/qsv_overlay: check the return value of ff_formats_ref()Zhong Li2017-11-201-3/+9
* avfilter/avfiltergraph: pass correct audio/video flagsPaul B Mahol2017-11-201-6/+8
* avfilter/af_afftfilt: add missing error checkPaul B Mahol2017-11-201-2/+4
* avfilter/af_headphone: add missing error checkPaul B Mahol2017-11-201-7/+14
* avfilter/af_afir: add missing error checkPaul B Mahol2017-11-201-11/+18
* avfilter/af_surround: add missing error checkPaul B Mahol2017-11-201-5/+6
* avfilter/af_extrastereo: fix filtering when clipping is disabledPaul B Mahol2017-11-201-2/+5
* avfilter/af_surround: add some more layoutsPaul B Mahol2017-11-191-0/+201
* avfilter: fix indentationPaul B Mahol2017-11-192-16/+14
* lavfi/af_pan: fix sign handling in channel coefficient parserMichael Roitzsch2017-11-191-0/+1
* avfilter: add acontrast filterPaul B Mahol2017-11-194-1/+222
* avfilter: add multiband compand filterPaul B Mahol2017-11-174-2/+693
* avfilter/vf_subtitles: remove usage of AVCodecContext accessorsJames Almer2017-11-151-1/+1
* avfilter/vf_premultiply: fix memory-leak on failureTimo Rothenpieler2017-11-131-2/+3
* lavfi/paletteuse: check get_color return valueTimo Rothenpieler2017-11-131-1/+4
* avfilter/vf_*_qsv: Fix flagsMichael Niedermayer2017-11-132-2/+2
* avfilter/vf_tile: add overlap optionPaul B Mahol2017-11-121-9/+45
* avfilter/vf_hysteresis: allow using framesync optionsPaul B Mahol2017-11-121-3/+4
* avfilter/vf_maskedmerge: ignore SAR from all inputsPaul B Mahol2017-11-121-18/+6
* avfilter/vf_lut2: ignore SAR from all inputsPaul B Mahol2017-11-121-11/+4
* avfilter/vf_blend: ignore SAR from all inputsPaul B Mahol2017-11-121-11/+4
* avfilter/vf_hysteresis: ignore SAR from all inputsPaul B Mahol2017-11-121-11/+4
* avfilter/vf_maskedclamp: ignore SAR from all inputsPaul B Mahol2017-11-121-18/+6
* Merge commit 'ea25ccd1b2a980df8d43cc1f86a23e3c094090a6'James Almer2017-11-111-0/+3
|\
| * qsv: Join the derived session to the parentLuca Barbato2017-09-271-0/+3
* | Merge commit 'a5a6ac1a123a927e5bed984ed757a29b7ff87dab'James Almer2017-11-116-0/+1690
|\|
| * libavfilter/overlay_qsv: Add QSV overlay vpp filterHuang, Zhengxu2017-09-175-0/+1287
| * libavfilter/vf_vpp: Add common filters of the qsv vppHuang, Zhengxu2017-09-173-0/+403
* | Merge commit 'feed239021bad89743d5e7989b426ae594322eb7'James Almer2017-11-111-11/+17
|\|