Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-03 22:21:00 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-23 14:55:53 +0400
commit7671dd7cd7d51bbd637cc46d8f104a141bc355ea (patch)
tree894b4ff07c05f8cb2d7b2f266335b3c3fe9f8d56 /Changelog
parent07fd0a22192805d56c635eb294dc26b0a54ae325 (diff)
avconv: add support for VDPAU decoding
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1e58a2ca7a..15e5ac9591 100644
--- a/Changelog
+++ b/Changelog
@@ -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: