diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-03 19:21:00 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-23 11:55:53 +0100 |
commit | 7671dd7cd7d51bbd637cc46d8f104a141bc355ea (patch) | |
tree | 894b4ff07c05f8cb2d7b2f266335b3c3fe9f8d56 /Changelog | |
parent | 07fd0a22192805d56c635eb294dc26b0a54ae325 (diff) | |
download | ffmpeg-7671dd7cd7d51bbd637cc46d8f104a141bc355ea.tar.gz |
avconv: add support for VDPAU decoding
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ version 10: - setsar/setdar filters now support variables in ratio expressions - dar variable in the scale filter now returns the actual DAR (i.e. a * sar) - VP9 decoder +- support for decoding through VDPAU in avconv (the -hwaccel option) version 9: |