[MPlayer-cvslog] CVS: main/etc codecs.conf,1.474,1.475
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed May 17 13:18:05 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv2245/etc
Modified Files:
codecs.conf
Log Message:
Add FFmpeg Smacker audio and video.
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.474
retrieving revision 1.475
diff -u -r1.474 -r1.475
--- codecs.conf 15 May 2006 09:38:46 -0000 1.474
+++ codecs.conf 17 May 2006 11:18:02 -0000 1.475
@@ -1585,6 +1585,15 @@
dll "vmnc.dll"
out BGR24,BGR15,BGR8 query,flip
+videocodec ffsmkvid
+ info "FFmpeg Smacker Video"
+ status working
+ fourcc SMK2
+ fourcc SMK4
+ out BGR8
+ driver ffmpeg
+ dll "smackvid"
+
; quicktime codecs:
@@ -2328,6 +2337,13 @@
driver ffmpeg
dll "roq_dpcm"
+audiocodec ffsmkaud
+ info "FFmpeg Smacker Audio"
+ status buggy
+ fourcc SMKA
+ driver ffmpeg
+ dll "smackaud"
+
audiocodec libdv
info "raw DV audio decoder (libdv)"
status working
More information about the MPlayer-cvslog
mailing list