summaryrefslogtreecommitdiff
path: root/doc/ffplay.texi
Commit message (Collapse)AuthorAge
* doc/ffplay: put keystrokes to decrease and increase volume on the same lineStefano Sabatini2022-04-21
| | | | Fix trac issue http://trac.ffmpeg.org/ticket/7832
* fftools/ffplay: drop options deprecated since 2011Anton Khirnov2022-03-22
|
* doc: include general in *-all pages.Nicolas George2020-09-08
|
* ffplay: always show stats at all log levels if requested by userGyan Doshi2020-04-04
| | | | | | | Since 3b491c5a500, stats would be hidden if loglevel was lower than info, even if -stats was set. Fixes #6962
* ffplay: added option always on top for video windowDaniel Kucera2019-05-20
| | | | | Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Daniel Kucera <github@danman.eu>
* ffplay: add support for setting the number of filter threadsMarton Balint2019-02-07
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* ffplay: add options to specify window positionDave Rice2018-10-07
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* ffplay: add option to allow custom seek intervalGyan Doshi2018-09-05
| | | | At present, left and right keys are hardcoded to seek by 10 seconds.
* Remove the ffserver programRostislav Pehlivanov2018-01-06
| | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* ffplay: allow borderless playback windowsLucas Sandery2017-02-01
| | | | | | | | | For a pure video tile effect, and enabling better integration of playback windows into other programs. It would improve the looks in many situations and avoid ugly hacks like this: http://stackoverflow.com/q/31465630/315024 Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* ffplay: add startup volume optionGanesh Ajjanagadde2016-12-25
| | | | | | | Fixes Ticket 5389. Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Ganesh Ajjanagadde <gajjanag@alum.mit.edu>
* Avoid using the term "file" and prefer "url" in some docs and commentsMichael Niedermayer2016-12-05
| | | | | | This should make it less ambigous that these are URLs Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* ffplay: update docs after previous changes in ffplay mouse behaviourVittorio Gambaletta (VittGam)2016-01-20
| | | | | Signed-off-by: Vittorio Gambaletta <ffmpeg-dev@vittgam.net> Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/ffplay, ffplay: add information regarding volume controlGanesh Ajjanagadde2015-09-27
| | | | | | | | | ffplay now supports dynamic volume control. This documents the supported behavior. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/ffmpeg,doc/ffplay: reference timespec definitionsGanesh Ajjanagadde2015-08-12
| | | | | | | | | Reference time definition syntax in option descriptions when appropriate. Fixes trac ticket #4595. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* Merge commit 'e2d50fc2f5f3600e13055acf1a10fec35e941f37'Michael Niedermayer2015-05-02
|\ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e2d50fc2f5f3600e13055acf1a10fec35e941f37': avplay: Add support for rotated video Conflicts: configure doc/ffplay.texi ffplay.c See: 08c51e12b1c3f3e3e68e33eb46be7131df5b3682 Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: set documentencoding on toplevel texi files.Nicolas George2015-02-19
| | | | | | | | | | | | Fix double UTF-8 encoding on output files. makeinfo / texi2any does not seem to provide a way of setting it globally for toplevel files.
* | ffplay: add support for stream specifiers in -ast, -vst, -sst optionsMarton Balint2015-01-01
| | | | | | | | | | | | Also fix the outdated documentation of these options. Signed-off-by: Marton Balint <cus@passwd.hu>
* | doc/ffplay: remove duplicate threads option, this is documented in codecs.*Michael Niedermayer2014-12-15
| | | | | | | | | | | | Fixes Ticket3610 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffplay: update documentationMarton Balint2014-10-18
| | | | | | | | | | Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* | ffplay: remove manual bug option handling codeMarton Balint2014-10-17
| | | | | | | | | | | | It is supported as a codec option, and those are already parsed. Signed-off-by: Marton Balint <cus@passwd.hu>
* | Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos2014-09-08
| | | | | | | | Fixes ticket #3919.
* | Merge commit '041caf1a63f091745b95a6d51c23fbdcb604d4ce'Michael Niedermayer2014-09-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '041caf1a63f091745b95a6d51c23fbdcb604d4ce': avplay: Exit by default at the end of playback Conflicts: Changelog ffplay.c Changes to ffplay not merged as they would break -autoexit as a way to override -noautoexit, the change of the default will be implemented in the next commit Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | ffplay: support rotated video.Clément Bœsch2014-05-23
| | | | | | | | | | | | | | with -f lavfi -i testsrc=s=hd1080 as source: rotate=90*PI/180 vs transpose=clock: 42fps -> 64fps rotate=180*PI/180 vs vflip,hflip: 75fps -> 77fps rotate=270*PI/180 vs transpose=cclock: 43fps -> 63fps
* | ffplay: add support for toggling between multiple video filters with the w keyMarton Balint2014-05-17
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | ffplay: fix typo in docsMarton Balint2014-05-17
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'Michael Niedermayer2014-02-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d': avplay: add support for seeking to chapter marks Conflicts: doc/ffplay.texi ffplay.c ffplay uses pageup/down for seeking by +-10min thus this use of the keys conflicts. The merge thus uses them to seek to chapters when there are some or +-10min when there are not Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-allTimothy Gu2014-01-09
| | | | | | | | | | | | ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | ffplay: add documentation for "s" keyWerner Robitza2014-01-01
| | | | | | | | With various edits suggested by Stefano Sabatini and Clément Bœsch.
* | ffplay: update and extend documentation for channel and stream switchingMarton Balint2013-10-26
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | 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: remove all-components.texi, include its content verbatimStefano Sabatini2013-04-25
| | | | | | | | | | | | | | | | | | | | Force re-generation of the manuals when an included file is modified. The current dependency generation system is enable to track nested inclusions. The drawback is that the files will be generated even when there is no strict need (for example if filters.texi is modified, ffmpeg.1 is rebuilt), thus it trades a false negative with a false positive.
* | doc: enable compilation of -all tool pagesStefano Sabatini2013-04-05
| | | | | | | | | | | | | | In particular, add documentation configuration system, through the doc/config.texi file. Fix trac issue #2374.
* | doc: Consistently use 'filtergraph'Derek Buitenhuis2013-03-31
| | | | | | | | | | | | | | | | | | We used to use 'filtergraph' or 'filter graph' randomly. 'filtergraph' was chosen due to having 57 occurrences in the documentation, whereas 'filter graph' had only 19. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | ffplay: add -af optionMarton Balint2013-03-17
| | | | | | | | | | | | | | Based on a patch by Stefano Sabatini <stefasab@gmail.com>: http://ffmpeg.org/pipermail/ffmpeg-devel/2013-February/138452.html Signed-off-by: Marton Balint <cus@passwd.hu>
* | doc/ffplay,ffmpeg: mention the corresponding negated option for -statsStefano Sabatini2013-03-10
| | | | | | | | | | | | | | | | | | This helps lazy users who didn't read the part about boolean options, in case they grep for "-nostats". -stdin and -stats are the only booleans option enabled by default. This is a partial fix for Trac ticket #2332, a complete overhaul of boolean options documentation is probably overkill.
* | doc: fix reference to ffmpeg-bitstream-filters.html pageStefano Sabatini2013-02-15
| |
* | ffplay: extend documentation for the -vf optionStefano Sabatini2013-01-13
| | | | | | | | In particular, make it consistent with the ffmpeg docs.
* | doc: remove inclusion of libav* documentation in toolsStefano Sabatini2012-12-20
| | | | | | | | | | | | | | | | | | This shrinks the tool manuals to a manageable size. Relevant manuals are referenced in the "See Also" chapter. Overall documentation inclusion should still be possible through the use of a conditional variable set during configuration time, if someone feels the need for a huge-wall-of-text-fashioned manual.
* | doc: extend "See Also" chapter rendering for ff* toolsStefano Sabatini2012-12-19
| | | | | | | | | | | | Add more references, and generate alternative variants for HTML and POD output. In particular, this allows to render a "See Also" chapter in the HTML output.
* | doc: rework synopsis section for ff* toolsStefano Sabatini2012-12-19
| | | | | | | | | | Fix syntax, remove pointless introductory sentence, improve overall consistency.
* | doc: use a common authors.texi file blurbStefano Sabatini2012-12-19
| | | | | | | | Factorize.
* | ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodecStefano Sabatini2012-12-16
| | | | | | | | | | | | | | Fail with a meaningfull error message in case of bogus input. Also the new options are more consistent with the rest of the tool options, since it does not support generic stream specifiers.
* | doc: add syntax.texi fileStefano Sabatini2012-05-22
| |
* | ffplay: add 10 minute seek support to ffplayPanagiotis H.M. Issaris2011-12-14
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | ffplay.texi: document -codecMichael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (31 commits) audioconvert: add explanatory comments to channel_names array audioconvert: K&R whitespace cosmetics avconv: use correct index when selecting metadata to write to. avconv: fix inverted variable doc/avconv: document option types (input/output/per-stream/...) doc/avtools-common-opts: write a section about stream specifiers. doc/avconv: remove two pointless paragraphs. doc/avconv: document that global options should be specified first. doc/avconv: remove entries for nonexistent options doc/avconv: remove documentation for removed 'timestamp' option doc: cosmetics, rename fftools-common-opts to avtools-.... avconv: move streamid_map to options context. avconv: extend -vf syntax avconv: move top_field_first to options context. avconv: move inter/intra matrix to options context. avconv: remove -psnr option. avconv: remove me_threshold option. avconv: move video_rc_override_string to options context. avconv: move frame pixel format to the options context. avconv: move frame aspect ratio to the options context. ... Conflicts: avconv.c cmdutils_common_opts.h doc/avconv.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Rename ffplay to avplay.Anton Khirnov2011-08-09
| |
* | Unbreak ffplay -s and ffplay -pix_fmt.Carl Eugen Hoyos2011-08-01
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ffmpeg: fix some indentation ffmpeg: fix operation with --disable-avfilter simple_idct: remove disabled code motion_est: remove disabled code vc1: remove disabled code fate: separate lavf-mxf_d10 test from lavf-mxf cabac: Move code only used in the cabac test program to cabac.c. ffplay: warn that -pix_fmt is no longer working, suggest alternative ffplay: warn that -s is no longer working, suggest alternative lavf: rename enc variable in utils.c:has_codec_parameters() lavf: use designated initialisers for all (de)muxers. wav: remove a use of deprecated AV_METADATA_ macro rmdec: remove useless ap parameter from rm_read_header_old() dct-test: remove write-only variable des: fix #if conditional around P_shuffle Use LOCAL_ALIGNED in ff_check_alignment() Conflicts: ffmpeg.c libavformat/avidec.c libavformat/matroskaenc.c libavformat/mp3enc.c libavformat/oggenc.c libavformat/utils.c tests/ref/lavf/mxf Merged-by: Michael Niedermayer <michaelni@gmx.at>