Stefano Sabatini
1de4cfe635
Add protocols.texi.
...
Originally committed as revision 24616 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
4419c8bf25
Add the indevs.texi and outdevs.texi files.
...
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Alexei Svitkine
07a90cd5bf
Add missing docs for the ffplay -autoexit option.
...
Patch by Alexei Svitkine print("%s.%s@gmail.%s" % ("alexei", "svitkine", "com")).
Originally committed as revision 24038 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Alexei Svitkine
066ce8c93d
Implement -onkeydown and -onmousedown options for ffplay.
...
Patch by Alexei Svitkine cout << name << "." << surname << "@" << "gmail.com".
See thread:
Subject: [FFmpeg-devel] new command-line option for ffplay
Date: Wed, 23 Jun 2010 09:13:50 -0400
Originally committed as revision 24037 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
3275ac6a23
Make the ffmpeg and ffplay man pages show the list of lavfi filters,
...
sinks and sources, and document the -vf option.
Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
a66d8cd91c
Rename the ff* tools @chapters "Invocation" to "Synopsis", and place
...
them at the beginning of the file, for consistency with the final
ordering of the corresponding man pages.
Also create a separate @chapter for the "Options" section, as it is
done for the man pages, rather than merge it in the same section of
"Synopsis".
Originally committed as revision 23541 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
aeadb3285d
Replace "Fabrice Bellard" with "The FFmpeg developers" as the authors
...
of the ff* tools man pages.
Originally committed as revision 23492 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
4fff60841f
Rename ffplay-doc.texi @chapter "Introduction" to "Description", for
...
consistency with the corresponding man section.
Originally committed as revision 23454 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
b26247ed86
Make consistent the various SEE ALSO sections in the FFmpeg man pages.
...
Also replace "the HTML documentation of @file{ffmpeg}" with "the FFmpeg
HTML documentation", which is more generic.
Originally committed as revision 23444 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Robert Krüger
d834d63b0e
Add -t option to ffplay.
...
Patch by Robert Krüger, krueger signal7 de
Originally committed as revision 22764 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Robert Krüger
1922c0a773
Add a loop option to ffplay.
...
Patch by Robert Krüger, krueger signal7 de
Originally committed as revision 22646 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Robert Krüger
076db5ed57
Add a -window_title option, which sets the FFplay window title.
...
Patch by Robert Krüger "krueger ET signal7 DOT de".
Originally committed as revision 22588 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
8b9da8b50a
Put all the options shared amongst the ff* tools under a dedicated
...
section "Generic options".
Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
dc7f38f59c
Re-add missing "@end table" which was erroneously removed in the
...
previous commit.
Originally committed as revision 20908 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
5f6cb6eb9c
Factorize common options documentation.
...
Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
870e015048
Add -?, -help, and --help as alternative options to get help.
...
Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
62d7566239
Implement a -filters option, listing all the available libavfilter
...
filters.
Currently filters are not registered, so the option will show none.
Originally committed as revision 20807 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Daniel Verkamp
0584b71823
Document -formats split
...
Originally committed as revision 20561 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
5a6d66640c
Add a -loglevel command line option to ffplay.
...
The -loglevel option makes possible to set the logging level used by
the libav* libraries.
Originally committed as revision 20027 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
4b03756748
Document ffplay -ast, -vst, and -sst options.
...
Originally committed as revision 17694 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Björn Axelsson
173c718500
Add missing ffplay subtitle cycling keybinding.
...
patch by Björn Axelsson, gecko acc.umu se
Originally committed as revision 17078 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
831ec93567
Run documentation through ispell, plus some minor fixes.
...
Originally committed as revision 13670 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
b467be729e
small consistency fixes for the ffplay manual
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13441 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
a28b7ed488
Add -formats option to ffplay.
...
Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 13246 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
8fdea2042e
Implement ffplay -L.
...
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13235 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
1b068b2984
Let ffplay support "-version".
...
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13208 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
a19caa0f3e
Mark option arguments as variables using @var{}.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12771 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Limin Wang
05e894bcdc
Explain a few more options that were recently added.
...
patch by Limin Wang, lance.lmwang gmail com
Originally committed as revision 8349 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
3c88ea2476
update docs to reflect AVImageFormat removing
...
Originally committed as revision 6899 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6527639b48
spelling/grammar/wording
...
Originally committed as revision 4363 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Fabrice Bellard
988a9f9e3a
doc update
...
Originally committed as revision 2285 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
e99c4e1037
added ffplay documentation - added automatic man page generation for ffmpeg, ffserver and ffplay
...
Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago