[MPlayer-cvslog] CVS: main/etc codecs.conf,1.460,1.461

Roberto Togni CVS syncmail at mplayerhq.hu
Tue Feb 14 23:10:25 CET 2006


CVS change done by Roberto Togni CVS

Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv25632

Modified Files:
	codecs.conf 
Log Message:
Add some more fourcc for DV and MPEG2 needed for some mov samples posted 
on ffmpeg-devel list


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -r1.460 -r1.461
--- codecs.conf	12 Feb 2006 12:57:25 -0000	1.460
+++ codecs.conf	14 Feb 2006 22:10:22 -0000	1.461
@@ -50,6 +50,8 @@
   fourcc VCR2
   fourcc mpg2,MPG2
   fourcc MPEG
+  fourcc hdv3        ; HDV 1080i50
+  fourcc mx5p        ; MPEG IMX 625/50 (50 Mb/s)
   driver libmpeg2
 ;  dll "libmpeg2"
   out YV12,I420,IYUV
@@ -75,6 +77,8 @@
   fourcc "DVR "
   fourcc hdv2
   fourcc MPEG
+  fourcc hdv3        ; HDV 1080i50
+  fourcc mx5p        ; MPEG IMX 625/50 (50 Mb/s)
   driver ffmpeg
   dll "mpeg2video"
   out YV12,I420,IYUV
@@ -92,6 +96,8 @@
   fourcc "DVR "
   fourcc hdv2
   fourcc MPEG
+  fourcc hdv3        ; HDV 1080i50
+  fourcc mx5p        ; MPEG IMX 625/50 (50 Mb/s)
   driver ffmpeg
   dll "mpegvideo"
   out YV12,I420,IYUV
@@ -108,6 +114,8 @@
   fourcc PIM1        ; Pinnacle hardware-MPEG-1
   fourcc VCR2
   fourcc MPEG
+  fourcc hdv3        ; HDV 1080i50
+  fourcc mx5p        ; MPEG IMX 625/50 (50 Mb/s)
   driver ffmpeg
   dll "mpegvideo_xvmc"
   out IDCT_MPEG2
@@ -1128,6 +1136,7 @@
   fourcc DVCS,dvcs   ; NTSC ?
   fourcc "dvcp"      ; PAL DV in .mov
   fourcc "dvc "      ; NTSC DV in .mov
+  fourcc dvpp        ; DVCPRO - PAL
   driver ffmpeg
   dll dvvideo
   out 411P,YV12
@@ -1139,6 +1148,7 @@
   fourcc DVCS,dvcs   ; NTSC ?
   fourcc "dvcp"      ; PAL DV in .mov
   fourcc "dvc "      ; NTSC DV in .mov
+  fourcc dvpp        ; DVCPRO - PAL
   fourcc AVdv        ; AVID DV
   driver libdv
   dll libdv.so.2




More information about the MPlayer-cvslog mailing list