]> git.sesse.net Git - ffmpeg/blobdiff - doc/avplay.texi
h264dec: reset nb_slice_ctx_queued for hwaccel decoding
[ffmpeg] / doc / avplay.texi
index e292481228e076dc8a5cebf976c8ead0c5f46d6d..0f72cfd9849deaacb03fb08132a20dc77479181d 100644 (file)
@@ -20,7 +20,7 @@ avplay [options] @file{input_file}
 @chapter Description
 @c man begin DESCRIPTION
 
-AVplay is a very simple and portable media player using the Libav
+avplay is a very simple and portable media player using the Libav
 libraries and the SDL library. It is mostly used as a testbed for the
 various Libav APIs.
 @c man end
@@ -28,7 +28,7 @@ various Libav APIs.
 @chapter Options
 @c man begin OPTIONS
 
-@include fftools-common-opts.texi
+@include avtools-common-opts.texi
 
 @section Main options
 
@@ -76,12 +76,8 @@ the option @var{pixel_format}.
 @item -stats
 Show the stream duration, the codec parameters, the current position in
 the stream and the audio/video synchronisation drift.
-@item -debug
-Print specific debug info.
 @item -bug
 Work around bugs.
-@item -vismv
-Visualize motion vectors.
 @item -fast
 Non-spec-compliant optimizations.
 @item -genpts
@@ -113,12 +109,14 @@ Select the desired subtitle stream number, counting from 0. The number
 refers to the list of all the input subtitle streams. If it is greater
 than the number of subtitle streams minus one, then the last one is
 selected, if it is negative the subtitle rendering is disabled.
-@item -autoexit
-Exit when video is done playing.
+@item -noautoexit
+Do not exit after playback is finished.
 @item -exitonkeydown
 Exit if any key is pressed.
 @item -exitonmousedown
 Exit if any mouse button is pressed.
+@item -noautorotate
+Disable automatically rotating video based on file metadata.
 @end table
 
 @section While playing
@@ -151,6 +149,9 @@ Seek backward/forward 10 seconds.
 @item down/up
 Seek backward/forward 1 minute.
 
+@item PGDOWN/PGUP
+Seek to the previous/next chapter.
+
 @item mouse click
 Seek to percentage in file corresponding to fraction of width.
 
@@ -159,6 +160,7 @@ Seek to percentage in file corresponding to fraction of width.
 @c man end
 
 @include eval.texi
+@include decoders.texi
 @include demuxers.texi
 @include muxers.texi
 @include indevs.texi
@@ -169,10 +171,10 @@ Seek to percentage in file corresponding to fraction of width.
 @ignore
 
 @setfilename avplay
-@settitle AVplay media player
+@settitle avplay media player
 
 @c man begin SEEALSO
-avconv(1), avprobe(1), avserver(1) and the Libav HTML documentation
+avconv(1), avprobe(1) and the Libav HTML documentation
 @c man end
 
 @c man begin AUTHORS