Anton Khirnov
1565cbc65c
lavfi: make avfilter_free() remove the filter from its graph.
13 years ago
Anton Khirnov
111367263a
lavfi: add AVFilterContext.graph.
It will be useful in the following commits.
13 years ago
Anton Khirnov
c2c9801bc9
lavfi: deprecate avfilter_graph_add_filter().
Since this function adds a standalone filter to a filter graph and we do
not support creating such filters, there is no reason for this function
to exist.
13 years ago
Anton Khirnov
bc1a985ba0
lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().
Since we do not support "standalone" filters not attached to an
AVFilterGraph, we should not have a public function to create such
filters. In addition that function is horribly named, the action it does
cannot be possibly described as "opening" a filter.
13 years ago
Anton Khirnov
38f0c0781a
lavfi: merge avfiltergraph.h into avfilter.h
We do not support using filters without AVFilterGraph in practice
anyway, so there is no point in pretending we do.
13 years ago
Anton Khirnov
4a37d4b3f8
lavfi: add const to the pads parameter of avfilter_pad_get_name/type
13 years ago
Anton Khirnov
91d2efa7d6
lavfi: add const to AVFilterContext.filter.
lavfi should never modify the filter through that pointer.
13 years ago
Clément Bœsch
c1907bd732
lavfi/removelogo: switch to an AVOptions-based system.
13 years ago
Michael Niedermayer
865e20daf3
avfilter/f_select: use AVFrame metadata accessor function
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Clément Bœsch
c74b0eda34
lavfi/amerge: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
23a750c994
lavfi: do not warn inappropriately with aevalsrc.
13 years ago
Clément Bœsch
64ce15b9f4
lavfi/aevalsrc: switch to an AVOptions-based system.
13 years ago
Paul B Mahol
567feaafa8
lavfi/bbox: remove unused variables and functions
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Clément Bœsch
ad9e66a565
lavfi: add pp to the ':'-to-'|' compat layer.
13 years ago
Clément Bœsch
e2e992c077
lavfi/asetnsamples: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
1c0feee059
lavfi/anullsrc: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
7464b9e319
lavfi: remove bbox from the filters left to update.
The filter doesn't take any option and thus works with the new system.
13 years ago
Paul B Mahol
11f6174a91
lavfi/blend: support more yuv pixel formats
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Clément Bœsch
7fdebb116c
lavfi/astreamsync: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
2fb8ca7d2c
lavfi/astreamsync: fix eval memleak.
13 years ago
Clément Bœsch
ab4afcb85b
lavfi/blackdetect: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
7eb1ea2ae6
lavfi/sendcmd: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
389eb0a919
lavfi/testsrc: remove useless args/NULL passing.
13 years ago
Michael Niedermayer
dd97736d4f
avfilter: add missing ,
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Paul B Mahol
38d1a5a270
lavfi/smptebars: switch to AVOptions-based system
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Clément Bœsch
3c2e4c2a9b
lavfi/showwaves: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
38788f2de5
lavfi: replace new filter list with filters left to update.
13 years ago
Paul B Mahol
32a7b858c9
lavfi: remove telecine libmpcodecs wrapper
Native, with more features, filter is available.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Paul B Mahol
10b1cc63c2
lavfi: remove double .priv_class initializers
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Paul B Mahol
661e284b4a
telecine filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Nicolas George
0d58bbb28d
lavfi/buffersrc: update for compatibility with the fork.
Merge and adapt commit d28cb84 by Anton Khirnov.
13 years ago
Clément Bœsch
2844ea86c8
lavfi/curves: introduce "all" field in presets and use it.
13 years ago
Clément Bœsch
7e7dc1489f
lavfi/curves: make possible to customize presets.
13 years ago
Clément Bœsch
a1e798ef0a
lavfi/curves: fix a spacing weirdness.
13 years ago
highgod0401
9d442b9cc0
opencl: add spec opencl device APIs 20130411
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Clément Bœsch
4c9b031559
lavfi/smartblur: cleanup unused shorthand and doc.
13 years ago
Clément Bœsch
fcaea2170f
lavfi/overlay: cleanup unused shorthand.
13 years ago
Clément Bœsch
3417280b57
lavfi/field: cleanup unused shorthand and doc.
13 years ago
Clément Bœsch
77add967a5
lavfi/setfield: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
73c1a00e73
lavfi/asettb: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
cb2327e88d
lavfi/aselect: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
bca4cafaf2
lavfi/sine: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
9ceb7bdf6f
lavfi/deshake: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
c85f56bb4f
lavfi/tinterlace: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
64a103138c
lavfi/tile: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
35a27402ad
lavfi/concat: switch to an AVOptions-based system.
13 years ago
Clément Bœsch
b89ce54e74
lavfi: restore mixed short/long option support with the new system.
process_unnamed_options() is renamed to process_options() and its code
is heavily based on av_opt_set_from_string().
13 years ago
Paul B Mahol
e6067acc8d
lavfi/biquads: switch to an AVOptions-based system
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Paul B Mahol
7c79ec66b6
lavfi/framestep: remove request_frame hack
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Paul B Mahol
f77db72965
lavfi/framestep: switch to an AVOptions-based system
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago