[MPlayer-cvslog] r38155 - trunk/etc/codecs.conf
al
subversion at mplayerhq.hu
Tue Dec 24 12:41:25 EET 2019
Author: al
Date: Tue Dec 24 12:41:24 2019
New Revision: 38155
Log:
codecs.conf: Add AV1 decoder dav1d via FFmpeg
Thanks to
* Andrew-R (in ticket #2355)
* Sylvain (on mplayer-dev-eng ml)
* Carl Eugen Hoyos (in private communication)
You all provided helpful patches, suggestions and comments!
Fixes part of ticket #2355
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Sun Nov 17 18:32:22 2019 (r38154)
+++ trunk/etc/codecs.conf Tue Dec 24 12:41:24 2019 (r38155)
@@ -8,6 +8,16 @@ release 20111012
;=============================================================================
; VIDEO CODECS
;=============================================================================
+videocodec fflibdav1d
+ info "FFmpeg wrapper for libdav1d"
+ status working
+ fourcc AV01,av01
+ driver ffmpeg
+ dll libdav1d
+ out YV12,420P10,420P12
+ out 422P,422P10,422P12
+ out 444P,444P10,444P12
+ out GBR24P,GBR10P,GBR12P
videocodec ffiff
info "FFmpeg IFF ANIM/ILBM/PBM/RGB8/RGBN"
More information about the MPlayer-cvslog
mailing list