summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
Commit message (Collapse)AuthorAge
* 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.
* | lavfi/buffersink: rename filter structures.Nicolas George2013-03-12
| | | | | | | | Reduce the diff with the fork.
* | lavfi: add curves filter.Clément Bœsch2013-03-10
| |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7e350379f87e7f74420b4813170fe808e2313911': lavfi: switch to AVFrame. Conflicts: doc/filters.texi libavfilter/af_ashowinfo.c libavfilter/audio.c libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/buffersink.c libavfilter/buffersrc.c libavfilter/buffersrc.h libavfilter/f_select.c libavfilter/f_setpts.c libavfilter/fifo.c libavfilter/split.c libavfilter/src_movie.c libavfilter/version.h libavfilter/vf_aspect.c libavfilter/vf_bbox.c libavfilter/vf_blackframe.c libavfilter/vf_delogo.c libavfilter/vf_drawbox.c libavfilter/vf_drawtext.c libavfilter/vf_fade.c libavfilter/vf_fieldorder.c libavfilter/vf_fps.c libavfilter/vf_frei0r.c libavfilter/vf_gradfun.c libavfilter/vf_hqdn3d.c libavfilter/vf_lut.c libavfilter/vf_overlay.c libavfilter/vf_pad.c libavfilter/vf_scale.c libavfilter/vf_showinfo.c libavfilter/vf_transpose.c libavfilter/vf_vflip.c libavfilter/vf_yadif.c libavfilter/video.c libavfilter/vsrc_testsrc.c libavfilter/yadif.h Following are notes about the merge authorship and various technical details. Michael Niedermayer: * Main merge operation, notably avfilter.c and video.c * Switch to AVFrame: - afade - anullsrc - apad - aresample - blackframe - deshake - idet - il - mandelbrot - mptestsrc - noise - setfield - smartblur - tinterlace * various merge changes and fixes in: - ashowinfo - blackdetect - field - fps - select - testsrc - yadif Nicolas George: * Switch to AVFrame: - make rawdec work with refcounted frames. Adapted from commit 759001c534287a96dc96d1e274665feb7059145d by Anton Khirnov. Also, fix the use of || instead of | in a flags check. - make buffer sink and src, audio and video work all together Clément Bœsch: * Switch to AVFrame: - aevalsrc - alphaextract - blend - cellauto - colormatrix - concat - earwax - ebur128 - edgedetect - geq - histeq - histogram - hue - kerndeint - life - movie - mp (with the help of Michael) - overlay - pad - pan - pp - pp - removelogo - sendcmd - showspectrum - showwaves - silencedetect - stereo3d - subtitles - super2xsai - swapuv - thumbnail - tile Hendrik Leppkes: * Switch to AVFrame: - aconvert - amerge - asetnsamples - atempo - biquads Matthieu Bouron: * Switch to AVFrame - alphamerge - decimate - volumedetect Stefano Sabatini: * Switch to AVFrame: - astreamsync - flite - framestep Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com> Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: port MP stereo3d filterPaul B Mahol2013-03-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | blend filterPaul B Mahol2013-02-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port MP noise filterPaul B Mahol2013-02-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: port MP il filterPaul B Mahol2013-02-09
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | histogram filterPaul B Mahol2013-02-09
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Port biquads filters from SoXPaul B Mahol2013-01-31
| | | | | | | | | | | | | | Adds allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass and treble filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | afade filterPaul B Mahol2013-01-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>