Paul B Mahol
e6067acc8d
lavfi/biquads: switch to an AVOptions-based system
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Paul B Mahol
7c79ec66b6
lavfi/framestep: remove request_frame hack
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Paul B Mahol
f77db72965
lavfi/framestep: switch to an AVOptions-based system
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Matthieu Bouron
f43da3def7
lavfi/aphaser: switch to AVOption-based system
12 years ago
Matthieu Bouron
a5ce5ac9fb
lavfi/apad: switch to AVOption-based system
12 years ago
Matthieu Bouron
2b17e58163
lavfi/afade: switch to AVOption-base system
12 years ago
Matthieu Bouron
6afed2aec1
lavfi/blend: switch to AVOption-based system
12 years ago
Clément Bœsch
7668b6832d
lavfi/idet: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
b2d589188f
lavfi/histogram: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
d5226fc575
lavfi/stereo3d: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
a689a6b698
lavfi/noise: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
e4bd1db88e
lavfi/histeq: switch to an AVOptions-based system.
12 years ago
Matthieu Bouron
531158e6be
lavfi/kerndeint: switch to AVOption-based system
12 years ago
Matthieu Bouron
6f46403cb0
lavfi/il: switch to AVOption-based system
12 years ago
Clément Bœsch
4ecee69b20
lavfi/mptestsrc: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
791da4706c
lavfi/mandelbrot: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
bd85fee914
lavfi/life: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
169880e31d
lavfi/cellauto: switch to an AVOptions-based system.
12 years ago
Stefano Sabatini
cff8f91ddf
lavfi/decimate: switch to an AVOption-based system
12 years ago
Stefano Sabatini
2040b428b4
lavfi/field: switch to AVOption-based system
Also remove mention to syntax explanation which is or will be redundant
and possibly confusing.
12 years ago
Stefano Sabatini
8695d9de47
lavfi/smarblur: add missing newline at end of verbose message
12 years ago
Stefano Sabatini
2ffee3ec14
lavfi/smartblur: switch to AVOption-based system
12 years ago
Clément Bœsch
e2b0edb6ac
lavfi/subtitles: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
8da1fff85a
lavfi/pp: switch to an AVOptions-based system.
Also add and use the '|' separator instead of ':' since it's
incompatible with the new option system...
12 years ago
Clément Bœsch
f8eabab04d
lavfi/geq: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
1cdb9f48db
lavfi/edgedetect: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
34610e11e7
lavfi/curves: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
8da1f1f208
lavfi/colormatrix: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
8388e1e2b3
lavfi/perms: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
5afd58fbb4
lavfi/ebur128: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
4964ec2cd4
lavfi/showspectrum: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
1b1688bfc6
lavfi/silencedetect: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
7c11c21669
lavfi/thumbnail: switch to an AVOptions-based system.
12 years ago
Paul B Mahol
16f1e832ba
lavfi/overlay: remove dupe initializer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Michael Niedermayer
9280fc7da1
vf_curves: add option to set all curves at once
Reviewed-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Stefano Sabatini
e62fca11a8
lavfi/amerge: drop duplicated "Buffer queue overflow" message
The same message is shown already by the called function
ff_bufqueue_is_full().
12 years ago
Michael Niedermayer
a3cb303a4c
avfilter/blackframe: add "thres" back as alternative
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Michael Niedermayer
90efdf98b1
avfilter: support alternative keys in the alternative shorthand system
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Stefano Sabatini
d2752ef061
lavfi/overlay: add process_command callback
12 years ago
Stefano Sabatini
006e20bd36
lavfi/overlay: add enable expression
This expression is useful to enable/disable overlaying on the fly.
Note that this can't be easily done relying on the filtergraph structure,
since this implies caching issues or a null frame overlaying in the best
case, which is better avoided for performance and convenience reasons.
12 years ago
Stefano Sabatini
cc3edd99a6
lavfi/overlay: add dynamic expression evaluation support
Add support for dynamic x, y expressions evaluation.
Also add support for an evaluation mode which allows to disable per-frame
evaluation, so that there is no speedloss in case the expression does not
depend on frame variables.
12 years ago
Clément Bœsch
d2e051e30c
lavfi/separatefields: adjust tb to avoid rounding errors.
Since the PTS need double accuracy, the timebase denominator is doubled
as well, and this new time base is used for the timestamp unit.
12 years ago
Paul B Mahol
d0073c7a0b
separatefields filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Anton Khirnov
a42d6e6c4c
vsrc_movie: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
b7b3302f8f
vsrc_nullsrc: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
7bc1a883c9
vsrc_color: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
73d5d405d4
split: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
b13623e184
af_volume: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
dd7fc37c71
af_join: switch to an AVOptions-based system.
Change the mappings separator from comma to '|' to avoid excessive
escaping, since comma is already used for separating filters in the
filtergraph description.
12 years ago
Anton Khirnov
3f14febbdf
af_channelsplit: switch to an AVOptions-based system.
12 years ago