[Scummvm-cvs-logs] SF.net SVN: scummvm:[55455] scummvm/trunk/graphics/video

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sun Jan 23 02:27:40 CET 2011


Revision: 55455
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55455&view=rev
Author:   mthreepwood
Date:     2011-01-23 01:27:40 +0000 (Sun, 23 Jan 2011)

Log Message:
-----------
VIDEO: Update documentation on which decoder is used by what engine

Modified Paths:
--------------
    scummvm/trunk/graphics/video/avi_decoder.h
    scummvm/trunk/graphics/video/coktel_decoder.h
    scummvm/trunk/graphics/video/flic_decoder.h
    scummvm/trunk/graphics/video/qt_decoder.h
    scummvm/trunk/graphics/video/smk_decoder.h

Modified: scummvm/trunk/graphics/video/avi_decoder.h
===================================================================
--- scummvm/trunk/graphics/video/avi_decoder.h	2011-01-23 00:29:08 UTC (rev 55454)
+++ scummvm/trunk/graphics/video/avi_decoder.h	2011-01-23 01:27:40 UTC (rev 55455)
@@ -162,6 +162,12 @@
 	Common::Rect frame;
 };
 
+/**
+ * Decoder for AVI videos.
+ *
+ * Video decoder used in engines:
+ *  - sci
+ */
 class AviDecoder : public FixedRateVideoDecoder {
 public:
 	AviDecoder(Audio::Mixer *mixer,

Modified: scummvm/trunk/graphics/video/coktel_decoder.h
===================================================================
--- scummvm/trunk/graphics/video/coktel_decoder.h	2011-01-23 00:29:08 UTC (rev 55454)
+++ scummvm/trunk/graphics/video/coktel_decoder.h	2011-01-23 01:27:40 UTC (rev 55455)
@@ -49,6 +49,13 @@
 
 class Codec;
 
+/**
+ * Decoder for Coktel videos.
+ *
+ * Video decoder used in engines:
+ *  - gob
+ *  - sci
+ */
 class CoktelDecoder : public FixedRateVideoDecoder {
 public:
 	struct State {

Modified: scummvm/trunk/graphics/video/flic_decoder.h
===================================================================
--- scummvm/trunk/graphics/video/flic_decoder.h	2011-01-23 00:29:08 UTC (rev 55454)
+++ scummvm/trunk/graphics/video/flic_decoder.h	2011-01-23 01:27:40 UTC (rev 55455)
@@ -37,8 +37,8 @@
 namespace Graphics {
 
 /**
+ * Decoder for FLIC videos.
  *
- * Decoder for FLIC videos.
  * Video decoder used in engines:
  *  - tucker
  */

Modified: scummvm/trunk/graphics/video/qt_decoder.h
===================================================================
--- scummvm/trunk/graphics/video/qt_decoder.h	2011-01-23 00:29:08 UTC (rev 55454)
+++ scummvm/trunk/graphics/video/qt_decoder.h	2011-01-23 01:27:40 UTC (rev 55455)
@@ -51,7 +51,13 @@
 
 namespace Graphics {
 
-
+/**
+ * Decoder for QuickTime videos.
+ *
+ * Video decoder used in engines:
+ *  - mohawk
+ *  - sci
+ */
 class QuickTimeDecoder : public SeekableVideoDecoder {
 public:
 	QuickTimeDecoder();

Modified: scummvm/trunk/graphics/video/smk_decoder.h
===================================================================
--- scummvm/trunk/graphics/video/smk_decoder.h	2011-01-23 00:29:08 UTC (rev 55454)
+++ scummvm/trunk/graphics/video/smk_decoder.h	2011-01-23 01:27:40 UTC (rev 55455)
@@ -50,6 +50,7 @@
  *  - scumm (he)
  *  - sword1
  *  - sword2
+ *  - toon
  */
 class SmackerDecoder : public FixedRateVideoDecoder {
 public:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list