summaryrefslogtreecommitdiff
path: root/doc/fftools-common-opts.texi
Commit message (Collapse)AuthorAge
* lavf: add V as a video stream specifier which is not an attached pictureMarton Balint2015-09-02
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
* Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer2015-04-20
|\ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e': log: Introduce a more verbose debug level Conflicts: doc/APIchanges doc/fftools-common-opts.texi libavutil/log.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: add aarch64 cpuflags to fftools documentationJames Almer2015-04-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | doc: add missing arm cpuflags to fftools documentationJames Almer2015-04-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | doc: add missing x86 cpuflags to fftools documentationJames Almer2015-04-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '342fc46c69199b076b7c210f42208ce39a2bde1c'Michael Niedermayer2015-03-20
|\| | | | | | | | | | | | | | | | | | | * commit '342fc46c69199b076b7c210f42208ce39a2bde1c': cmdutils: Add a stream specifier to map usable streams Conflicts: cmdutils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/fftools-common-opts: update/extend documentation for -opencl_bench optionManeesh Gupta2015-01-28
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc: add FFREPORT exampleLou Logan2014-12-12
| | | | | | | | | | | | And fix a few nits. Signed-off-by: Lou Logan <lou@lrcd.com>
* | doc: add loglevel numerical valuesLou Logan2014-12-10
| | | | | | | | | | | | Useful for setting FFREPORT log level. Signed-off-by: Lou Logan <lou@lrcd.com>
* | opts: add list device sources/sinks optionsLukasz Marek2014-10-25
| | | | | | | | | | | | | | Allows to list sources/sinks of the devices that implement that functionality. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | doc/fftools-common-opts: document -devices optionLukasz Marek2014-10-25
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | Replace incorrect use of "multiply" with "multiple"James Darnley2014-08-27
| | | | | | | | Also replace the plural form "multiplies" with "multiples".
* | doc: fix toolnameMichael Niedermayer2014-08-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '481a3667495425db9fdffb653292b6460fb68208'Michael Niedermayer2014-08-14
|\| | | | | | | | | | | | | | | | | | | | | * commit '481a3667495425db9fdffb653292b6460fb68208': cmdutils: allow matching by metadata in stream specifiers Conflicts: Changelog cmdutils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | cmdutils: implement FFREPORT=level=...Michael Niedermayer2014-06-14
| | | | | | | | | | | | Fixes Ticket3057 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-13
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: avconv: Match stream id Conflicts: cmdutils.c doc/fftools-common-opts.texi See: ea07063fd82686af3fabb45e5ed10aa48d084d61 Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Allow hiding the banner.Carl Eugen Hoyos2013-12-29
| | | | | | | | Fixes ticket #3246.
* | cmdutils & opencl: add -opencl_bench option to test and show available ↵Lenny Wang2013-12-09
| | | | | | | | | | | | | | | | OpenCL devices Reviewed-by: Wei Gao <highgod0401@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cmdutils: add -colors optionStefano Sabatini2013-10-27
| |
* | doc/fftools: rework some paragraph in the AVOptions chapterStefano Sabatini2013-09-22
| | | | | | | | Fix typos, and clarify note about codec AVOptions.
* | doc/fftools-common-opts: document -help long and full outputStefano Sabatini2013-09-17
| |
* | doc: Rename avtools-common-opts to fftools-common optsTimothy Gu2013-09-10
|/ | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: cosmetics, rename fftools-common-opts to avtools-....Anton Khirnov2011-09-11
|
* avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-11
| | | | | Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
* cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-12
|
* doc/fftools-common-opts: wording fixes missing from the previous commit.Anton Khirnov2011-07-28
|
* doc: document using AVOptions in fftools.Anton Khirnov2011-07-28
|
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-16
| | | | unless it stands for ffmpeg the program or is historic
* Deprecate the use of the NO_COLOR environment variable.Stefano Sabatini2010-12-06
| | | | Originally committed as revision 25900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini2010-12-06
| | | | | | NO_COLOR (but properly prefixed for avoiding namespace conflicts). Originally committed as revision 25899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to force colored output.Etienne Buira2010-12-05
| | | | | | Patch by Etienne Buira, etienne d buira d lists a free d fr Originally committed as revision 25888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document terminal coloring in the -loglevel option.Stefano Sabatini2010-06-16
| | | | Originally committed as revision 23633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document how to set boolean options.Stefano Sabatini2010-06-16
| | | | Originally committed as revision 23632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make all the numeric options accept in input an expression which isStefano Sabatini2010-06-09
| | | | | | | | evaluated through av_strtod(). Fix roundup issue #551. Originally committed as revision 23556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put all the options shared amongst the ff* tools under a dedicatedStefano Sabatini2010-02-21
| | | | | | section "Generic options". Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini2009-12-21
| | | | | | formats. Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common options documentation.Stefano Sabatini2009-12-21
Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk