summaryrefslogtreecommitdiff
path: root/doc/decoders.texi
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2015-07-23 12:10:14 +0200
committerNicolas George <george@nsup.org>2015-07-23 16:26:14 +0200
commit52c75d486ed5f75cbb79e5dbd07b7aef24f3071f (patch)
treecc678393efc953949a7fe390153141919e24a394 /doc/decoders.texi
parent744051a57ad561a3a59bf0e89c56b67dabbd8692 (diff)
downloadffmpeg-52c75d486ed5f75cbb79e5dbd07b7aef24f3071f.tar.gz
lavc/hevc: rudimentary support for skip_loop_filter.
+~9% speed on Core i5 on test sample. All frames are treated as ref frames, skipping only applies at level "all". The following mail contains information on how to improve that: http://ffmpeg.org/pipermail/ffmpeg-devel/2015-July/176116.html
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r--doc/decoders.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index 2fb533ae2d..2a73cc6536 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -25,6 +25,13 @@ enabled decoders.
A description of some of the currently available video decoders
follows.
+@section hevc
+
+HEVC / H.265 decoder.
+
+Note: the @option{skip_loop_filter} option has effect only at level
+@code{all}.
+
@section rawvideo
Raw video decoder.