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
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
2a7f885fe1
lavf: add libquvi demuxer.
12 years ago
Paul B Mahol
d0073c7a0b
separatefields filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Anton Khirnov
cdac3acb11
lavfi: add a bump and docs entries for the AVOptions switch
12 years ago
Anton Khirnov
7b3eb745b9
vsrc_testsrc: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
a42d6e6c4c
vsrc_movie: 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
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
ba8efac977
af_channelmap: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
7536c67104
vf_yadif: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
b83e9efc53
vf_unsharp: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
0c2466dec7
vf_transpose: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
ffea3b00c3
vf_settb: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
33b97faaba
vf_setpts: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
95f1f56a21
vf_select: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
40c885c589
vf_pad: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
9087eaf193
vf_overlay: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
20b46f8f4f
vf_lut: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
ee0e8d4b15
vf_libopencv: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
8c747d46f7
vf_hqdn3d: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
7ed833d78e
vf_gradfun: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
c334c113d4
vf_scale: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
5aa1a668cf
vf_frei0r: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
a39c154049
vf_fieldorder: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
b9dfee9fa2
vf_fade: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
8ec464c61c
vf_drawtext: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
335c31293b
vf_drawbox: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
63e58c55c1
vf_delogo: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
460e7b4f6d
vf_cropdetect: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
fba0156af7
vf_crop: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
51def31dbe
vf_boxblur: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
62dcdb028c
vf_blackframe: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
2831b307e6
vf_aspect: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
e67a87eac8
vf_(no)format: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
0af7fe1f95
af_aformat: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
d28cb84989
buffersrc: switch to an AVOptions-based system.
12 years ago
Anton Khirnov
b439c992c2
lavfi: switch to an AVOptions-based system.
12 years ago
Michael Niedermayer
0678c388ba
rtsp: add option to set the socket timeout of the lower protocol.
...
Fixes Ticket2294
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Stefano Sabatini
7775992c65
doc/filters: fix main/over mismatch in movie examples
...
Found-By: littlebat <dashing.meng@gmail.com>
12 years ago
Reinhard Tartler
a862c7d336
Integrate lcov/gcov into Libav
...
The gcov/lcov are a common toolchain for visualizing code coverage with
the GNU/Toolchain. The documentation and implementation of this
integration was heavily inspired from the blog entry by Mike Melanson:
http://multimedia.cx/eggs/using-lcov-with-ffmpeg/
12 years ago
Stefano Sabatini
029cca6fb3
doc/filters: clarify example explanation
12 years ago
Stefano Sabatini
89d581f15e
doc/filters: fix old broken syntax of color source in overlay example
...
Found-By: littlebat <dashing.meng@gmail.com>
12 years ago
Stefano Sabatini
9b4d9d8795
doc: enable compilation of -all tool pages
...
In particular, add documentation configuration system, through the
doc/config.texi file.
Fix trac issue #2374 .
12 years ago
Stefano Sabatini
702e743827
doc: move ffmpeg-scaler.texi content to separated file
...
This should simplify inclusion in monolithic tool manuals.
12 years ago
Stefano Sabatini
a6cd26fc93
doc: move ffmpeg-resampler.texi content to separated file
...
This should simplify inclusion in monolithic tool manuals.
12 years ago