aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
Commit message (Collapse)AuthorAgeFilesLines
* avfilter: remove af_compand_forkMichael Niedermayer2014-02-261-1/+0
| | | | | | All relevant changes except the float/double one have been merged Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-261-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavfi: add compand audio filter Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/af_compand.c libavfilter/allfilters.c libavfilter/version.h The filter is added as new one so as to ease clean merging of its changes in debug-able steps See: 6b68e2a43b3407522080be50a2a19cff2f9715ef Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add compand audio filterAndrew Kelley2014-02-261-0/+1
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavfi: adding dejudder filter to remove judder produced by partially ↵Nicholas Robbins2014-02-161-0/+1
| | | | | | | | | | | | | | telecined material. Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer2014-01-101-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a7d0e7ead95e584c4866617f046b2493066975c6': lavfi: add framepack filter Conflicts: Changelog doc/filters.texi libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add framepack filterVittorio Giovara2014-01-091-0/+1
| |
* | lavfi: add aeval filterStefano Sabatini2013-12-061-0/+1
| |
* | lavfi: add elbg filterStefano Sabatini2013-11-131-0/+1
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-4/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavfi: do not export the filters from shared objects Conflicts: libavfilter/af_amix.c libavfilter/af_anull.c libavfilter/asrc_anullsrc.c libavfilter/f_select.c libavfilter/f_settb.c libavfilter/split.c libavfilter/src_movie.c libavfilter/vf_aspect.c libavfilter/vf_blackframe.c libavfilter/vf_colorbalance.c libavfilter/vf_copy.c libavfilter/vf_crop.c libavfilter/vf_cropdetect.c libavfilter/vf_drawbox.c libavfilter/vf_format.c libavfilter/vf_framestep.c libavfilter/vf_frei0r.c libavfilter/vf_hflip.c libavfilter/vf_libopencv.c libavfilter/vf_lut.c libavfilter/vf_null.c libavfilter/vf_overlay.c libavfilter/vf_scale.c libavfilter/vf_transpose.c libavfilter/vf_unsharp.c libavfilter/vf_vflip.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-4/+4
| |
* | avfilter: add mergeplanes filterPaul B Mahol2013-10-271-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: replaygain scannerPaul B Mahol2013-10-211-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add ladspa wrapper filterPaul B Mahol2013-09-221-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: port pullup filter from libmpcodecsPaul B Mahol2013-09-171-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add adelay filterPaul B Mahol2013-09-161-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: Weston 3 Field Deinterlacing FilterPaul B Mahol2013-09-061-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port phase filter from libmpcodecsPaul B Mahol2013-09-031-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add compand filterPaul B Mahol2013-07-291-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port perspective filter from libmpcodecsPaul B Mahol2013-07-141-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add aecho filterPaul B Mahol2013-07-101-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add psnr filterPaul B Mahol2013-07-081-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add spp filter.Clément Bœsch2013-06-141-0/+1
| |
* | lavfi: add rotate filterStefano Sabatini2013-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the libavfilter SOC filter by Vitor Sessak, with the following additions: * integer arithmetic * bilinear interpolation * RGB path * configurable parametric angle, output width and height Address trac issue #1500. See thread: Subject: [FFmpeg-devel] [WIP] rotate filter(s) Date: 2010-10-03 17:35:49 GMT
* | lavfi: port sab filter from libmpcodecsStefano Sabatini2013-06-051-0/+1
| |
* | lavfi: port mcdeint filter from libmpcodecsStefano Sabatini2013-06-011-0/+1
| |
* | lavfi: add vignette filter.Clément Bœsch2013-05-301-0/+1
| |
* | lavfi: add haldclut filter.Clément Bœsch2013-05-271-0/+1
| | | | | | | | Fixes Ticket #2517.
* | lavfi: add haldclutsrc filter.Clément Bœsch2013-05-271-0/+1
| |
* | lavfi: add lut3d filter.Clément Bœsch2013-05-221-0/+1
| | | | | | | | Fixes part of Ticket #2517.
* | lavfi: port wavelet denoiser filter from libmpcodecs.Clément Bœsch2013-05-161-0/+1
| |
* | lavfi: add dctdnoiz filter.Clément Bœsch2013-05-151-0/+1
| |
* | lavfi: add zmq filtersStefano Sabatini2013-05-141-0/+2
| |
* | avfilter: Add 'drawgrid' video filterAndrey Utkin2013-05-131-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: avectorscope filterPaul B Mahol2013-05-101-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | extractplanes filterPaul B Mahol2013-05-031-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876'Michael Niedermayer2013-05-011-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876': lavfi: add trim and atrim filters. Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add trim and atrim filters.Anton Khirnov2013-04-301-0/+2
| |
| * lavfi: add an asetpts filterAnton Khirnov2013-04-301-0/+1
| |
* | astats filterPaul B Mahol2013-04-271-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add video stabilization plugins using vid.stab libraryGeorg Martius2013-04-241-0/+2
| | | | | | | | | | | | | | vidstabdetect and vidstabtransform common functions for interfacing vid.stab are in libavfilter/vidstabutils.c Signed-off-by: Georg Martius <martius@mis.mpg.de>
* | lavfi: add interleave filtersStefano Sabatini2013-04-211-0/+2
| |
* | lavfi: add asetrate filter.Nicolas George2013-04-211-0/+1
| |
* | colorchannelmixer filterPaul B Mahol2013-04-181-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | colorbalance filterPaul B Mahol2013-04-181-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port IVTC filters from vapoursynth.Clément Bœsch2013-04-141-0/+2
| |
* | lavfi: rename decimate to mpdecimate.Clément Bœsch2013-04-141-1/+1
| | | | | | | | | | | | | | | | The next commit will introduce a proper decimation filter to be used along with the field matching filter. To avoid confusion with this filter which has currently a very limited usage (and will not work properly with the fieldmatching filter), the new decimation filter will take the decimate name, and this filter is renamed to mpdecimate.
* | lavfi: add smptehdbars sourcePaul B Mahol2013-04-141-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-121-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: FATE: add a test for the interlace filter lavfi: new interlace filter Conflicts: Changelog configure doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c tests/fate/filter.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: new interlace filterVittorio Giovara2013-04-111-0/+1
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavfi: deprecate aconvert.Clément Bœsch2013-04-111-0/+2
| | | | | | | | This filter is not required anymore with aformat. Drop it at next bump.