Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-14lavfi/mp: remove mp=spp.Clément Bœsch
The filter was ported to a native libavfilter filter.
2013-06-14lavfi: add spp filter.Clément Bœsch
2013-06-13lavfi: add rotate filterStefano Sabatini
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
2013-06-05lavfi/mp: remove mp=sabStefano Sabatini
The filter was ported to a native libavfilter filter.
2013-06-05lavfi: port sab filter from libmpcodecsStefano Sabatini
2013-06-02lavfi/mp: drop mcdeint wrapperStefano Sabatini
It was ported to a native libavfilter filter.
2013-06-02lavfi: port mcdeint filter from libmpcodecsStefano Sabatini
2013-05-30lavfi: add vignette filter.Clément Bœsch
2013-05-27lavfi: add haldclut filter.Clément Bœsch
Fixes Ticket #2517.
2013-05-27lavfi: add dual input helpers.Clément Bœsch
2013-05-27lavfi: add haldclutsrc filter.Clément Bœsch
2013-05-24Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer
* 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>
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
Mostly based on libavcodec's
2013-05-22lavfi: add lut3d filter.Clément Bœsch
Fixes part of Ticket #2517.
2013-05-17lavfi: factorize drawgrid and drawbox codeStefano Sabatini
2013-05-16lavfi/mp: remove mp=ow wrapper.Clément Bœsch
Filter ported natively as owdenoise.
2013-05-16lavfi: port wavelet denoiser filter from libmpcodecs.Clément Bœsch
2013-05-15lavfi: add dctdnoiz filter.Clément Bœsch
2013-05-14libavfilter/Makefile: unbreak make alltoolsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-14tools: add zmqsend tool, useful to test the zmq filtersStefano Sabatini
2013-05-14lavfi: add zmq filtersStefano Sabatini
2013-05-13avfilter: Add 'drawgrid' video filterAndrey Utkin
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-10lavfi: avectorscope filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-10lavfi: modify names of deshake_kernel.h and unsharp_kernel.hhighgod0401
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-09lavfi: remove alphaextract special codePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-03extractplanes filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-01Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876'Michael Niedermayer
* 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>
2013-05-01Merge commit 'b472938233b98178ed6c1353c37e0dc7ab585902'Michael Niedermayer
* 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>
2013-04-30lavfi: add trim and atrim filters.Anton Khirnov
2013-04-30lavfi: add an asetpts filterAnton Khirnov
2013-04-30lavfi: add two opencl headers to SKIPHEADERS.Clément Bœsch
Fix make checkheaders.
2013-04-28lavfi/mp: remove mp=tinterlace wrapperStefano Sabatini
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
2013-04-27astats filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-26lavfi/unsharp: add opencl unsharp filterhighgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-24lavfi: add vidstabutils.h to SKIPHEADERS.Clément Bœsch
Fix checkheaders when vid.stab is not available.
2013-04-24lavfi: add video stabilization plugins using vid.stab libraryGeorg Martius
vidstabdetect and vidstabtransform common functions for interfacing vid.stab are in libavfilter/vidstabutils.c Signed-off-by: Georg Martius <martius@mis.mpg.de>
2013-04-22lavfi: remove mp=down3drightPaul B Mahol
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>
2013-04-21lavfi: add interleave filtersStefano Sabatini
2013-04-21lavfi: add asetrate filter.Nicolas George
2013-04-18colorchannelmixer filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-18colorbalance filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-17lavfi: remove bad inverse telecine filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-14lavfi: port IVTC filters from vapoursynth.Clément Bœsch
2013-04-14lavfi: rename decimate to mpdecimate.Clément Bœsch
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.
2013-04-14lavfi: add smptehdbars sourcePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2013-04-11lavfi: new interlace filterVittorio Giovara
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-04-11lavfi: remove telecine libmpcodecs wrapperPaul B Mahol
Native, with more features, filter is available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-11telecine filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-10separatefields filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>