summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
Commit message (Collapse)AuthorAge
* lavfi: add elbg filterStefano Sabatini2013-11-13
|
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-28
| |
* | avfilter: add mergeplanes filterPaul B Mahol2013-10-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: replaygain scannerPaul B Mahol2013-10-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add ladspa wrapper filterPaul B Mahol2013-09-22
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: port pullup filter from libmpcodecsPaul B Mahol2013-09-17
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add adelay filterPaul B Mahol2013-09-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: Weston 3 Field Deinterlacing FilterPaul B Mahol2013-09-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port phase filter from libmpcodecsPaul B Mahol2013-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add compand filterPaul B Mahol2013-07-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port perspective filter from libmpcodecsPaul B Mahol2013-07-14
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add aecho filterPaul B Mahol2013-07-10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add psnr filterPaul B Mahol2013-07-08
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add spp filter.Clément Bœsch2013-06-14
| |
* | lavfi: add rotate filterStefano Sabatini2013-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-05
| |
* | lavfi: port mcdeint filter from libmpcodecsStefano Sabatini2013-06-01
| |
* | lavfi: add vignette filter.Clément Bœsch2013-05-30
| |
* | lavfi: add haldclut filter.Clément Bœsch2013-05-27
| | | | | | | | Fixes Ticket #2517.
* | lavfi: add haldclutsrc filter.Clément Bœsch2013-05-27
| |
* | lavfi: add lut3d filter.Clément Bœsch2013-05-22
| | | | | | | | Fixes part of Ticket #2517.
* | lavfi: port wavelet denoiser filter from libmpcodecs.Clément Bœsch2013-05-16
| |
* | lavfi: add dctdnoiz filter.Clément Bœsch2013-05-15
| |
* | lavfi: add zmq filtersStefano Sabatini2013-05-14
| |
* | avfilter: Add 'drawgrid' video filterAndrey Utkin2013-05-13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: avectorscope filterPaul B Mahol2013-05-10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | extractplanes filterPaul B Mahol2013-05-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876'Michael Niedermayer2013-05-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | * 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-30
| |
| * lavfi: add an asetpts filterAnton Khirnov2013-04-30
| |
* | astats filterPaul B Mahol2013-04-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: add video stabilization plugins using vid.stab libraryGeorg Martius2013-04-24
| | | | | | | | | | | | | | 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-21
| |
* | lavfi: add asetrate filter.Nicolas George2013-04-21
| |
* | colorchannelmixer filterPaul B Mahol2013-04-18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | colorbalance filterPaul B Mahol2013-04-18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port IVTC filters from vapoursynth.Clément Bœsch2013-04-14
| |
* | lavfi: rename decimate to mpdecimate.Clément Bœsch2013-04-14
| | | | | | | | | | | | | | | | 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-14
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-11
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavfi: deprecate aconvert.Clément Bœsch2013-04-11
| | | | | | | | This filter is not required anymore with aformat. Drop it at next bump.
* | telecine filterPaul B Mahol2013-04-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | separatefields filterPaul B Mahol2013-04-10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | aphaser filterPaul B Mahol2013-04-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | deshake opencl based on comments on 20130402 3rdhighgod04012013-04-02
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add sine audio source.Nicolas George2013-03-20
| |
* | lavfi: add perms and aperms filters.Clément Bœsch2013-03-16
| |
* | lavfi/buffersink: schedule removing the "ff" variants.Nicolas George2013-03-12
| | | | | | | | | | They are no longer needed since there is no incompatible ABI version.