[MPlayer-dev-eng] [PATCH 1/3] codecs.conf: Add AV1 decoder dav1d via FFmpeg
Alexander Strasser
eclipse7 at gmx.net
Wed Dec 4 01:32:03 EET 2019
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
Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
---
etc/codecs.conf | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/etc/codecs.conf b/etc/codecs.conf
index b9cac51d1..bfc6c754f 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -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-dev-eng
mailing list