Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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