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

compn subversion at mplayerhq.hu
Sun Jan 15 00:56:28 CET 2012


Author: compn
Date: Sun Jan 15 00:56:28 2012
New Revision: 34572

Log:
reimar says comments are C strings and so i move all urls to ;comments instead.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sat Jan 14 21:33:57 2012	(r34571)
+++ trunk/etc/codecs.conf	Sun Jan 15 00:56:28 2012	(r34572)
@@ -1226,8 +1226,9 @@ videocodec ffh264crystalhd
   dll h264_crystalhd
   out YUY2
 
+;http://corecodec.org/
 videocodec coreavcwindows
-  info "CoreAVC H.264 for x86 - http://corecodec.org/"
+  info "CoreAVC H.264 for x86"
   comment "this codec will only work after purchasing it"
   status working
   fourcc H264,h264
@@ -2352,9 +2353,10 @@ videocodec fflagarith
   dll lagarith
   out YV12
 
+;http://lags.leetcode.net/codec.html
 videocodec lagarith
   info "Lagarith Lossless Video Codec"
-  comment "http://lags.leetcode.net/codec.html, requires an MMX2 CPU."
+  comment "requires an MMX2 CPU."
   status working
   fourcc LAGS
   driver vfw
@@ -2369,9 +2371,9 @@ videocodec ffutvideo
   dll utvideo
   out YV12,422P,RGB24,RGB32
 
+ ;http://umezawa.dyndns.info/wordpress/
 videocodec utvideovfw
   info "UTVideo Codec"
-  comment "http://umezawa.dyndns.info/wordpress/"
   status working
   fourcc ULRA,ULRG,ULY2,ULY0
   driver vfw
@@ -2380,9 +2382,9 @@ videocodec utvideovfw
   out RGB32,RGB24 flip
   out YV12,UYVY,YUY2 flip
 
+ ;http://umezawa.dyndns.info/wordpress/
 videocodec utvideodmo
   info "UTVideo Codec"
-  comment "http://umezawa.dyndns.info/wordpress/"
   status buggy ; input format not accepted
   fourcc ULRA,ULRG,ULY2,ULY0
   driver dmo
@@ -2408,8 +2410,8 @@ videocodec psiv
   dll "psiv.dll"
   out BGR32,BGR24 query,flip
 
+;http://www.midivid.com/codec/download.html
 videocodec midivid1
-  info "http://www.midivid.com/codec/download.html"
   status working
   fourcc MVLZ
   driver vfw
@@ -2417,7 +2419,6 @@ videocodec midivid1
   out BGR24,BGR16 flip
 
 videocodec midivid2
-  info "http://www.midivid.com/codec/download.html"
   status working
   fourcc MVDV
   driver vfw
@@ -2425,7 +2426,6 @@ videocodec midivid2
   out BGR24 flip
 
 videocodec midivid3
-  info "www.midivid.com/codec/mv3codec.html"
   status working
   fourcc MV30
   driver vfw
@@ -5179,10 +5179,10 @@ audiocodec ffimc
   driver ffmpeg
   dll "imc"
 
+ ;driver at http://codeczone.virtualave.net/FXIMCAUD.zip
 audiocodec imc
   info "Intel Music Coder"
   status working
-  comment "driver at http://codeczone.virtualave.net/FXIMCAUD.zip"
   format 0x401
   driver acm
   dll "imc32.acm"


More information about the MPlayer-cvslog mailing list