[MPlayer-cvslog] r38156 - trunk/etc/codecs.conf

al subversion at mplayerhq.hu
Tue Dec 24 12:43:46 EET 2019


Author: al
Date: Tue Dec 24 12:43:45 2019
New Revision: 38156

Log:
codecs.conf: Add AOM AV1 decoder via FFmpeg

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Tue Dec 24 12:41:24 2019	(r38155)
+++ trunk/etc/codecs.conf	Tue Dec 24 12:43:45 2019	(r38156)
@@ -19,6 +19,16 @@ videocodec fflibdav1d
   out 444P,444P10,444P12
   out GBR24P,GBR10P,GBR12P
 
+videocodec fflibaomav1
+  info "FFmpeg wrapper for libaom/AV1"
+  status working
+  fourcc AV01,av01
+  driver ffmpeg
+  dll libaom-av1
+  out YV12,420P10,420P12
+  out 422P,422P10,422P12
+  out 444P,444P10,444P12
+
 videocodec ffiff
   info "FFmpeg IFF ANIM/ILBM/PBM/RGB8/RGBN"
   status working


More information about the MPlayer-cvslog mailing list