Clément Bœsch
3c2e4c2a9b
lavfi/showwaves: switch to an AVOptions-based system.
12 years ago
Paul B Mahol
661e284b4a
telecine filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Nicolas George
0d58bbb28d
lavfi/buffersrc: update for compatibility with the fork.
...
Merge and adapt commit d28cb84
by Anton Khirnov.
12 years ago
Clément Bœsch
7e7dc1489f
lavfi/curves: make possible to customize presets.
12 years ago
Michael Niedermayer
c66c92add6
doc/opencl: speling and gramer fixes
...
Found-by: durandal_1707
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
highgod0401
9d442b9cc0
opencl: add spec opencl device APIs 20130411
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Anton Khirnov
f223ad1e00
doc: document the prores encoder options
...
Adapted from the author's blag.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years ago
Clément Bœsch
4c9b031559
lavfi/smartblur: cleanup unused shorthand and doc.
12 years ago
Clément Bœsch
3417280b57
lavfi/field: cleanup unused shorthand and doc.
12 years ago
Anton Khirnov
9e6b5e61a0
img2enc: add an option for overwriting one file with subsequent images
...
Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
12 years ago
Clément Bœsch
77add967a5
lavfi/setfield: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
73c1a00e73
lavfi/asettb: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
cb2327e88d
lavfi/aselect: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
bca4cafaf2
lavfi/sine: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
9ceb7bdf6f
lavfi/deshake: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
c85f56bb4f
lavfi/tinterlace: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
64a103138c
lavfi/tile: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
35a27402ad
lavfi/concat: switch to an AVOptions-based system.
12 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().
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
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
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
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
215ca86475
doc/filters: review introductory example and explanation
...
In particular, fix wrong vertical mirroring command, and clarify
and extend explanation.
Based on a patch by littlebat <dashing.meng@gmail.com>.
Should fix trac ticket #2413 .
12 years ago