summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
Commit message (Collapse)AuthorAge
* lavfi/mp: remove mp=spp.Clément Bœsch2013-06-14
| | | | The filter was ported to a native libavfilter filter.
* 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/mp: remove mp=sabStefano Sabatini2013-06-05
| | | | The filter was ported to a native libavfilter filter.
* lavfi: port sab filter from libmpcodecsStefano Sabatini2013-06-05
|
* lavfi/mp: drop mcdeint wrapperStefano Sabatini2013-06-01
| | | | It was ported to a native libavfilter filter.
* 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 dual input helpers.Clément Bœsch2013-05-27
|
* lavfi: add haldclutsrc filter.Clément Bœsch2013-05-27
|
* Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer2013-05-24
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f': lavfi: add a slice threading infrastructure Conflicts: Changelog cmdutils.c doc/APIchanges libavfilter/Makefile libavfilter/avfilter.c libavfilter/avfilter.h libavfilter/avfiltergraph.c libavfilter/internal.h libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
| | | | | | | | Mostly based on libavcodec's
* | lavfi: add lut3d filter.Clément Bœsch2013-05-22
| | | | | | | | Fixes part of Ticket #2517.
* | lavfi: factorize drawgrid and drawbox codeStefano Sabatini2013-05-17
| |
* | lavfi/mp: remove mp=ow wrapper.Clément Bœsch2013-05-16
| | | | | | | | Filter ported natively as owdenoise.
* | lavfi: port wavelet denoiser filter from libmpcodecs.Clément Bœsch2013-05-16
| |
* | lavfi: add dctdnoiz filter.Clément Bœsch2013-05-15
| |
* | libavfilter/Makefile: unbreak make alltoolsMichael Niedermayer2013-05-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tools: add zmqsend tool, useful to test the zmq filtersStefano Sabatini2013-05-14
| |
* | 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>
* | lavfi: modify names of deshake_kernel.h and unsharp_kernel.hhighgod04012013-05-10
| | | | | | | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: remove alphaextract special codePaul B Mahol2013-05-09
| | | | | | | | 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
| |
* | Merge commit 'b472938233b98178ed6c1353c37e0dc7ab585902'Michael Niedermayer2013-05-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b472938233b98178ed6c1353c37e0dc7ab585902': lavfi: add an asetpts filter Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/f_setpts.c libavfilter/setpts.c libavfilter/version.h libavfilter/vf_setpts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add an asetpts filterAnton Khirnov2013-04-30
| |
* | lavfi: add two opencl headers to SKIPHEADERS.Clément Bœsch2013-04-30
| | | | | | | | Fix make checkheaders.
* | lavfi/mp: remove mp=tinterlace wrapperStefano Sabatini2013-04-28
| | | | | | | | | | | | | | | | | | | | From various tests, there is no evidence that the filter is faster than the native tinterlace, and it has several more limitations and a few bugs. See thread: Subject: [FFmpeg-devel] [NOPATCH] lavfi/mp: drop tinterlace wrapper Date: Wed, 5 Sep 2012 00:26:01 +0200
* | astats filterPaul B Mahol2013-04-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/unsharp: add opencl unsharp filterhighgod04012013-04-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add vidstabutils.h to SKIPHEADERS.Clément Bœsch2013-04-24
| | | | | | | | Fix checkheaders when vid.stab is not available.
* | 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: remove mp=down3drightPaul B Mahol2013-04-22
| | | | | | | | | | | | | | Same funcionality is provided by stereo3d=ab[2]{l,r}:sbs[2]{l,r}. Additional "features" are barely useful and cause crash or artifacts. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | 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: remove bad inverse telecine filtersPaul B Mahol2013-04-17
| | | | | | | | 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: remove telecine libmpcodecs wrapperPaul B Mahol2013-04-11
| | | | | | | | | | | | Native, with more features, filter is available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | 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>