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

compn subversion at mplayerhq.hu
Sun Jan 13 04:11:43 EET 2019


Author: compn
Date: Sun Jan 13 04:11:42 2019
New Revision: 38122

Log:
codecs.conf: merge duplicate m100 decoders, got isom from .qtx strings

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sat Jan 12 21:24:57 2019	(r38121)
+++ trunk/etc/codecs.conf	Sun Jan 13 04:11:42 2019	(r38122)
@@ -423,14 +423,6 @@ videocodec qtsheer
   dll "SheerVideo Pro.qtx"
   out BGR24,BGR16,YUY2
 
-videocodec qtmedia100
-  info "QuickTime Media 100 transcoder"
-  status working ; tested on windows 7
-  fourcc 601P
-  driver qtvideo
-  dll "M100WinTranscoder.qtx"
-  out YUY2
-
 ; MPEG-1/2 decoding:
 
 videocodec ffmpeg1
@@ -3717,10 +3709,13 @@ videocodec ffm101
 videocodec qtm100
   info "Media-100 iFinish Transcoder"
   status working
-  fourcc dtPA,dtnt,dtmt   ;dtmt untested
+  fourcc dtPA,dtpa,dtNT,dtnt
+  fourcc 601P,601N
+  ; fourcc mjpb untested
   driver qtvideo
   dll "M100WinTranscoder.qtx"
   out UYVY
+  out YUY2
 
 videocodec qt3ivx
   info "win32/quicktime 3IV1 (3ivx)"


More information about the MPlayer-cvslog mailing list