[Mplayer-cvslog] CVS: main/etc codecs.conf,1.339,1.340
Roberto Togni CVS
syncmail at mplayerhq.hu
Sat May 8 20:00:13 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main Makefile, 1.286, 1.287 configure, 1.861, 1.862 subreader.c, 1.130, 1.131 subreader.h, 1.31, 1.32
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv7527
Modified Files:
codecs.conf
Log Message:
Use roqvideo and roqaudio decoders from libavcodec
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -r1.339 -r1.340
--- codecs.conf 7 May 2004 21:43:18 -0000 1.339
+++ codecs.conf 8 May 2004 18:00:11 -0000 1.340
@@ -184,6 +184,15 @@
dll "msrle"
out BGR8
+videocodec ffroqvideo
+ info "Id RoQ File Video Decoder"
+ status buggy
+ comment "buggy"
+ fourcc RoQV ; RoQV is an internal MPlayer FOURCC
+ driver ffmpeg
+ dll "roqvideo"
+ out YV12
+
videocodec roqvideo
info "Id RoQ File Video Decoder"
status buggy
@@ -1923,6 +1932,13 @@
; registered with Microsoft
driver dk3adpcm
+audiocodec ffroqaudio
+ info "Id RoQ File Audio Decoder"
+ status working
+ fourcc RoQA ; RoQA is an internal MPlayer FOURCC
+ driver ffmpeg
+ dll "roq_dpcm"
+
audiocodec roqaudio
info "Id RoQ File Audio Decoder"
status working
- Previous message: [Mplayer-cvslog] CVS: main Makefile, 1.286, 1.287 configure, 1.861, 1.862 subreader.c, 1.130, 1.131 subreader.h, 1.31, 1.32
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list