diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-09-30 23:03:30 -0400 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-11-15 10:16:28 +0100 |
commit | 72ca830f511fcdc01253689615faed25da7c57bf (patch) | |
tree | abed6bfb85862fbfa306f686d93c822a82722004 /Changelog | |
parent | 458446acfa1441d283dacf9e6e545beb083b8bb0 (diff) | |
download | ffmpeg-72ca830f511fcdc01253689615faed25da7c57bf.tar.gz |
lavc: VP9 decoder
Originally written by Ronald S. Bultje <rsbultje@gmail.com> and
Clément Bœsch <u@pkh.me>
Further contributions by:
Anton Khirnov <anton@khirnov.net>
Diego Biurrun <diego@biurrun.de>
Luca Barbato <lu_zero@gentoo.org>
Martin Storsjö <martin@martin.st>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ version 10: - Live HDS muxer - 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 version 9: |