summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '8c747d46f721cffa8ea51990805ad1d3a3a4fd0a'Michael Niedermayer2013-04-101-1/+0
|\ | | | | | | | | | | | | * commit '8c747d46f721cffa8ea51990805ad1d3a3a4fd0a': vf_hqdn3d: switch to an AVOptions-based system. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov2013-04-091-1/+0
| |
* | Merge commit '7ed833d78ea661d619124fd898547a900f6480bc'Michael Niedermayer2013-04-101-10/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit '7ed833d78ea661d619124fd898547a900f6480bc': vf_gradfun: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/gradfun.h libavfilter/vf_gradfun.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_gradfun: switch to an AVOptions-based system.Anton Khirnov2013-04-091-12/+16
| |
* | Merge commit 'c334c113d4d9e9a41bc38a3e4458d7ab21010401'Michael Niedermayer2013-04-101-11/+13
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c334c113d4d9e9a41bc38a3e4458d7ab21010401': vf_scale: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/avfilter.c libavfilter/vf_scale.c scale keeps using our shorthand system due to the alternative not supporting the more complex syntactical things like 1 parameter dimensions Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_scale: switch to an AVOptions-based system.Anton Khirnov2013-04-091-12/+24
| |
* | Merge commit '5aa1a668cfae7f617e1a06efad20f87283badd8a'Michael Niedermayer2013-04-101-24/+34
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '5aa1a668cfae7f617e1a06efad20f87283badd8a': vf_frei0r: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/vf_frei0r.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_frei0r: switch to an AVOptions-based system.Anton Khirnov2013-04-091-26/+37
| |
* | vf_curves: add option to set all curves at onceMichael Niedermayer2013-04-101-0/+5
| | | | | | | | | | Reviewed-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'a39c154049a2d0c4fb02a5c74f58d6986ec21cec'Michael Niedermayer2013-04-101-9/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'a39c154049a2d0c4fb02a5c74f58d6986ec21cec': vf_fieldorder: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/vf_fieldorder.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_fieldorder: switch to an AVOptions-based system.Anton Khirnov2013-04-091-8/+6
| |
* | Merge commit 'b9dfee9fa259dfc885508179a359dccc9e7840bd'Michael Niedermayer2013-04-101-12/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'b9dfee9fa259dfc885508179a359dccc9e7840bd': vf_fade: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/vf_fade.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_fade: switch to an AVOptions-based system.Anton Khirnov2013-04-091-14/+18
| |
* | Merge commit '8ec464c61c46a5d088b43d24e384d6c37b7ef14a'Michael Niedermayer2013-04-101-3/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '8ec464c61c46a5d088b43d24e384d6c37b7ef14a': vf_drawtext: switch to an AVOptions-based system. Conflicts: libavfilter/vf_drawtext.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_drawtext: switch to an AVOptions-based system.Anton Khirnov2013-04-091-3/+0
| |
* | Merge commit '335c31293baec6e6cf5907bd29840af3de8ff735'Michael Niedermayer2013-04-101-6/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '335c31293baec6e6cf5907bd29840af3de8ff735': vf_drawbox: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/vf_drawbox.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_drawbox: switch to an AVOptions-based system.Anton Khirnov2013-04-091-5/+2
| |
* | doc/filters: review introductory example and explanationStefano Sabatini2013-04-101-16/+23
| | | | | | | | | | | | | | | | | | 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.
* | Merge commit '63e58c55c17d7f8b5eec9c082fe0f8edc305a24e'Michael Niedermayer2013-04-101-12/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '63e58c55c17d7f8b5eec9c082fe0f8edc305a24e': vf_delogo: switch to an AVOptions-based system. Conflicts: libavfilter/vf_delogo.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_delogo: switch to an AVOptions-based system.Anton Khirnov2013-04-091-12/+1
| |
| * vf_cropdetect: switch to an AVOptions-based system.Anton Khirnov2013-04-091-4/+1
| |
* | Merge commit 'fba0156af77b11ec99edf4ee8f511b7aaa6b1891'Michael Niedermayer2013-04-101-5/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'fba0156af77b11ec99edf4ee8f511b7aaa6b1891': vf_crop: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/vf_crop.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_crop: switch to an AVOptions-based system.Anton Khirnov2013-04-091-9/+27
| |
* | Merge commit '51def31dbe5b6e857536de8fa428f263d64f3ae5'Michael Niedermayer2013-04-101-1/+15
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '51def31dbe5b6e857536de8fa428f263d64f3ae5': vf_boxblur: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/vf_boxblur.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_boxblur: switch to an AVOptions-based system.Anton Khirnov2013-04-091-4/+14
| |
* | Merge commit '62dcdb028cc84845fd263bb09304c4c6500bda7a'Michael Niedermayer2013-04-101-10/+12
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '62dcdb028cc84845fd263bb09304c4c6500bda7a': vf_blackframe: switch to an AVOptions-based system. vf_aspect: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/vf_aspect.c libavfilter/vf_blackframe.c In the aspect filter most changes are merged but not the final switch to the libav API because that is too restrictive and has difficulty handling the syntax. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_blackframe: switch to an AVOptions-based system.Anton Khirnov2013-04-091-8/+10
| |
| * vf_aspect: switch to an AVOptions-based system.Anton Khirnov2013-04-091-15/+19
| |
* | Merge commit 'e67a87eac814c7805d18c983c43033a8a1bd62af'Michael Niedermayer2013-04-101-12/+24
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit 'e67a87eac814c7805d18c983c43033a8a1bd62af': vf_(no)format: switch to an AVOptions-based system. af_aformat: switch to an AVOptions-based system. Conflicts: doc/filters.texi libavfilter/af_aformat.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_(no)format: switch to an AVOptions-based system.Anton Khirnov2013-04-091-8/+20
| |
| * af_aformat: switch to an AVOptions-based system.Anton Khirnov2013-04-091-4/+4
| |
| * buffersrc: switch to an AVOptions-based system.Anton Khirnov2013-04-091-24/+13
| |
* | lavfi/overlay: add process_command callbackStefano Sabatini2013-04-101-1/+16
| |
* | lavfi/overlay: add enable expressionStefano Sabatini2013-04-101-3/+9
| | | | | | | | | | | | | | | | 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.
* | lavfi/overlay: add dynamic expression evaluation supportStefano Sabatini2013-04-101-17/+62
| | | | | | | | | | | | | | | | 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.
* | Merge commit 'b439c992c23f3e0f3832fffd2a34a664b236c525'Michael Niedermayer2013-04-101-2/+19
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit 'b439c992c23f3e0f3832fffd2a34a664b236c525': lavfi: switch to an AVOptions-based system. dfa: implement missing TDLT coding method Conflicts: libavcodec/dfa.c libavfilter/avfilter.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: switch to an AVOptions-based system.Anton Khirnov2013-04-091-2/+19
| |
* | lavf: add libquvi demuxer.Clément Bœsch2013-04-101-0/+12
| |
* | separatefields filterPaul B Mahol2013-04-101-0/+11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | rtsp: add option to set the socket timeout of the lower protocol.Michael Niedermayer2013-04-081-0/+5
| | | | | | | | | | | | Fixes Ticket2294 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'a862c7d3368241e72a465ab944afa38ea62a6640'Michael Niedermayer2013-04-061-0/+24
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'a862c7d3368241e72a465ab944afa38ea62a6640': Integrate lcov/gcov into Libav Conflicts: Makefile common.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Integrate lcov/gcov into LibavReinhard Tartler2013-04-051-0/+24
| | | | | | | | | | | | | | 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/
* | doc/filters: fix main/over mismatch in movie examplesStefano Sabatini2013-04-061-4/+6
| | | | | | | | Found-By: littlebat <dashing.meng@gmail.com>
* | doc/filters: clarify example explanationStefano Sabatini2013-04-051-2/+2
| |
* | doc/filters: fix old broken syntax of color source in overlay exampleStefano Sabatini2013-04-051-1/+1
| | | | | | | | Found-By: littlebat <dashing.meng@gmail.com>
* | doc: enable compilation of -all tool pagesStefano Sabatini2013-04-056-8/+116
| | | | | | | | | | | | | | In particular, add documentation configuration system, through the doc/config.texi file. Fix trac issue #2374.
* | doc: move ffmpeg-scaler.texi content to separated fileStefano Sabatini2013-04-052-99/+100
| | | | | | | | This should simplify inclusion in monolithic tool manuals.
* | doc: move ffmpeg-resampler.texi content to separated fileStefano Sabatini2013-04-052-222/+223
| | | | | | | | This should simplify inclusion in monolithic tool manuals.
* | doc: move ffmpeg-devices.texi content to separated fileStefano Sabatini2013-04-052-21/+22
| | | | | | | | This should simplify inclusion in monolithic tool manuals.
* | doc: move ffmpeg-formats.texi content to separated fileStefano Sabatini2013-04-052-146/+147
| | | | | | | | This should simplify inclusion in monolithic tool manuals.
OpenPOWER on IntegriCloud