[Mplayer-cvslog] CVS: main/etc codecs.conf,1.103,1.104
Alex Beregszaszi
alex at mplayer.dev.hu
Sat Dec 22 15:40:23 CET 2001
Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv15383
Modified Files:
codecs.conf
Log Message:
added FFmpeg rv10 codec, extended raw codecs, added PIM1 codec (no picture :( ) and mpg1,mpg2 fourcc's added to FFmpeg mpg12 decoder
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- codecs.conf 21 Dec 2001 23:41:16 -0000 1.103
+++ codecs.conf 22 Dec 2001 14:40:21 -0000 1.104
@@ -216,6 +216,14 @@
dll h263
out YV12
+videocodec ffrv10
+ info "FFmpeg RV10 decoder"
+ status working
+ fourcc RV10,rv10
+ driver ffmpeg
+ dll rv10
+ out YV12
+
videocodec ffdivx
info "FFmpeg DivX ;-) (MS MPEG-4 v3)"
status working
@@ -245,6 +253,7 @@
status working
format 0x10000001 ; mpeg 1
format 0x10000002 ; mpeg 2
+ fourcc mpg1,mpg2
driver ffmpeg
dll "mpegvideo"
out YV12
@@ -548,6 +557,18 @@
; out YUY2
out BGR32,BGR24,BGR16,BGR15
+videocodec pim1
+ info "PIM1"
+ status buggy
+ comment "no picture"
+ fourcc PIM1
+ driver vfw
+ dll "PCLEPIM1.DLL"
+ out BGR24 flip
+; out I420
+; out YUY2
+; out BGR32,BGR24,BGR16,BGR15
+
videocodec 3ivXqtx
info "3ivX Delta 3.5"
status crashing
@@ -631,12 +652,17 @@
; ============== RAW (uncompressed) and NULL CODECS =========
; these raw codecs are used mostly by tv input
+; 0x20776172 is used by Quicktime ('raw ')
+; 0x0 is used by AVI
+; YV12,RGB|32,RGB|24.. is created by MPlayer
+
videocodec rawyv12
info "RAW YV12"
comment "pre-postprocessing support"
status working
driver raw
format 0x0
+ format 0x20776172
fourcc yv12,YV12
out YV12
@@ -645,6 +671,7 @@
status working
driver raw
format 0x0
+ format 0x20776172
fourcc yuy2,YUY2
out YUY2
@@ -653,6 +680,7 @@
status working
driver raw
format 0x0
+ format 0x20776172
fourcc uyvy,UYVY
out UYVY
@@ -661,6 +689,7 @@
status working
driver raw
format 0x0
+ format 0x20776172
format 0x52474220
out RGB32
@@ -669,6 +698,7 @@
status working
driver raw
format 0x0
+ format 0x20776172
format 0x52474218
out RGB24
@@ -677,6 +707,7 @@
status working
driver raw
format 0x0
+ format 0x20776172
format 0x52474210
out RGB16
@@ -685,6 +716,7 @@
status working
driver raw
format 0x0
+ format 0x20776172
out BGR24 flip
videocodec rawbgr15
@@ -692,6 +724,7 @@
status working
driver raw
format 0x0
+ format 0x20776172
out BGR15 flip
videocodec null
@@ -911,5 +944,6 @@
status untested
comment "does not work yet - just noise :("
format 0x111 ; vivo g.723
+ format 0x112 ; vivo siren
driver g72x
dll "g72x.c"
More information about the MPlayer-cvslog
mailing list