]> git.sesse.net Git - ffmpeg/commit
lavc/hevc: rudimentary support for skip_loop_filter.
authorNicolas George <george@nsup.org>
Thu, 23 Jul 2015 10:10:14 +0000 (12:10 +0200)
committerNicolas George <george@nsup.org>
Thu, 23 Jul 2015 14:26:14 +0000 (16:26 +0200)
commit52c75d486ed5f75cbb79e5dbd07b7aef24f3071f
treecc678393efc953949a7fe390153141919e24a394
parent744051a57ad561a3a59bf0e89c56b67dabbd8692
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
doc/decoders.texi
libavcodec/hevc_filter.c