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/rotate: add angle commandStefano Sabatini
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 haldclutsrc filter.Clément Bœsch
2013-05-26lavfi/bbox: make min_val user configurablePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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-23lavfi/testsrc: make nb_decimals available only in testsrc.Clément Bœsch
2013-05-22lavfi: add lut3d filter.Clément Bœsch
Fixes part of Ticket #2517.
2013-05-21lavfi/geq: add aliases for RGB optionsStefano Sabatini
2013-05-21lavfi/yadif: add timeline support.Clément Bœsch
2013-05-18Merge commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec'Michael Niedermayer
* commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec': lavfi doxy: add a page for lavfi. jpegls: check the scan offset Conflicts: libavcodec/jpeglsdec.c libavfilter/avfilter.h libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-17lavfi doxy: add a page for lavfi.Anton Khirnov
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-14lavfi: add zmq filtersStefano Sabatini
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
With the introduction of AVFilterContext->is_disabled, we can simplify the custom passthrough mode in filters. This commit is technically a small compat break, but the timeline was introduced very recently. Doxy by Stefano Sabatini.
2013-05-10lavfi: avectorscope filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-03lavfi/testsrc: add support for color interactive commandStefano Sabatini
2013-05-03extractplanes filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 an asetpts filterAnton Khirnov
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-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-18lavfi/select: add support for dynamic number of outputsStefano Sabatini
2013-04-17lavfi: remove bad inverse telecine filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-15lavfi/curves: add support for Photoshop curves files (.acv).Clément Bœsch
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 commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer
* commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da': lavfi: change the filter registering system to match the other libraries Conflicts: cmdutils.c ffplay.c libavfilter/avfilter.c libavfilter/avfilter.h This removes the ability to put AVFilters in read only memory and having them shareable. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-12Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer
* commit '48a5adab62bd2a553f5069d41fa632a0701835e5': lavfi: add avfilter_init_str() to replace avfilter_init_filter(). avfilter_graph_create_filter() opaque is still passed to avfilter_init_filter() which continues to pass it to init_opaque as its still used in the buffer sinks the sinks should be changed and the opaque passing removed Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-12Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer
* commit 'bc1a985ba030e9861d24965d42792850b43a43ea': lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). Conflicts: libavfilter/avfiltergraph.c libavfilter/internal.h libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-12lavfi/overlay: add repeatlast optionStefano Sabatini
2013-04-12Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer
* commit '38f0c0781a6e099f11c0acec07f9b8be742190c4': lavfi: merge avfiltergraph.h into avfilter.h Conflicts: doc/APIchanges ffmpeg_filter.c libavfilter/avfilter.h libavfilter/avfiltergraph.h libavfilter/version.h tools/graph2dot.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-12lavfi: deprecate aconvert.Clément Bœsch
This filter is not required anymore with aformat. Drop it at next bump.