[Scummvm-cvs-logs] SF.net SVN: scummvm:[39236] scummvm/trunk

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Mar 8 16:57:59 CET 2009


Revision: 39236
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39236&view=rev
Author:   sev
Date:     2009-03-08 15:57:59 +0000 (Sun, 08 Mar 2009)

Log Message:
-----------
Patch #2658710: "Add comments to specify which engines use which decoders"

Modified Paths:
--------------
    scummvm/trunk/graphics/iff.h
    scummvm/trunk/graphics/video/dxa_player.h
    scummvm/trunk/graphics/video/flic_player.h
    scummvm/trunk/graphics/video/smk_player.h
    scummvm/trunk/sound/adpcm.h
    scummvm/trunk/sound/aiff.h
    scummvm/trunk/sound/flac.h
    scummvm/trunk/sound/iff.h
    scummvm/trunk/sound/mods/infogrames.h
    scummvm/trunk/sound/mods/protracker.h
    scummvm/trunk/sound/mods/rjp1.h
    scummvm/trunk/sound/mods/soundfx.h
    scummvm/trunk/sound/mp3.h
    scummvm/trunk/sound/voc.h
    scummvm/trunk/sound/vorbis.h
    scummvm/trunk/sound/wave.h

Modified: scummvm/trunk/graphics/iff.h
===================================================================
--- scummvm/trunk/graphics/iff.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/graphics/iff.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -22,6 +22,11 @@
  * $Id$
  */
 
+/**
+ * Bitmap decoder used in engines:
+ *  - parallaction
+ *  - saga
+ */
 
 #ifndef GRAPHICS_IFF_H
 #define GRAPHICS_IFF_H

Modified: scummvm/trunk/graphics/video/dxa_player.h
===================================================================
--- scummvm/trunk/graphics/video/dxa_player.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/graphics/video/dxa_player.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,13 @@
  *
  */
 
+/**
+ * Video decoder used in engines:
+ *  - agos
+ *  - sword1
+ *  - sword2
+ */
+
 #ifndef GRAPHICS_VIDEO_DXA_PLAYER_H
 #define GRAPHICS_VIDEO_DXA_PLAYER_H
 

Modified: scummvm/trunk/graphics/video/flic_player.h
===================================================================
--- scummvm/trunk/graphics/video/flic_player.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/graphics/video/flic_player.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,11 @@
  *
  */
 
+/**
+ * Video decoder used in engines:
+ *  - tucker
+ */
+
 #ifndef GRAPHICS_VIDEO_FLICPLAYER_H
 #define GRAPHICS_VIDEO_FLICPLAYER_H
 

Modified: scummvm/trunk/graphics/video/smk_player.h
===================================================================
--- scummvm/trunk/graphics/video/smk_player.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/graphics/video/smk_player.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,15 @@
  *
  */
 
+/**
+ * Video decoder used in engines:
+ *  - agos
+ *  - saga
+ *  - scumm (he)
+ *  - sword1
+ *  - sword2
+ */
+
 // Based on http://wiki.multimedia.cx/index.php?title=Smacker
 // and the FFmpeg Smacker decoder (libavcodec/smacker.c), revision 16143
 // http://svn.ffmpeg.org/ffmpeg/trunk/libavcodec/smacker.c?revision=16143&view=markup

Modified: scummvm/trunk/sound/adpcm.h
===================================================================
--- scummvm/trunk/sound/adpcm.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/adpcm.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,14 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - agos
+ *  - saga
+ *  - scumm
+ *  - tinsel
+ */
+
 #ifndef SOUND_ADPCM_H
 #define SOUND_ADPCM_H
 

Modified: scummvm/trunk/sound/aiff.h
===================================================================
--- scummvm/trunk/sound/aiff.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/aiff.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,12 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - saga
+ *  - sword1
+ */
+
 #ifndef SOUND_AIFF_H
 #define SOUND_AIFF_H
 

Modified: scummvm/trunk/sound/flac.h
===================================================================
--- scummvm/trunk/sound/flac.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/flac.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,20 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - agos
+ *  - kyra
+ *  - m4
+ *  - queen
+ *  - saga
+ *  - scumm
+ *  - sword1
+ *  - sword2
+ *  - touche
+ *  - tucker
+ */
+
 #ifndef SOUND_FLAC_H
 #define SOUND_FLAC_H
 

Modified: scummvm/trunk/sound/iff.h
===================================================================
--- scummvm/trunk/sound/iff.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/iff.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,11 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - parallaction
+ */
+
 #ifndef SOUND_IFF_H
 #define SOUND_IFF_H
 

Modified: scummvm/trunk/sound/mods/infogrames.h
===================================================================
--- scummvm/trunk/sound/mods/infogrames.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/mods/infogrames.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,11 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - gob
+ */
+
 #ifndef SOUND_MODS_INFOGRAMES_H
 #define SOUND_MODS_INFOGRAMES_H
 

Modified: scummvm/trunk/sound/mods/protracker.h
===================================================================
--- scummvm/trunk/sound/mods/protracker.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/mods/protracker.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,12 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - agos
+ *  - parallaction
+ */
+
 #ifndef SOUND_MODS_PROTRACKER_H
 #define SOUND_MODS_PROTRACKER_H
 

Modified: scummvm/trunk/sound/mods/rjp1.h
===================================================================
--- scummvm/trunk/sound/mods/rjp1.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/mods/rjp1.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,11 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - queen
+ */
+
 #ifndef SOUND_MODS_RJP1_H
 #define SOUND_MODS_RJP1_H
 

Modified: scummvm/trunk/sound/mods/soundfx.h
===================================================================
--- scummvm/trunk/sound/mods/soundfx.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/mods/soundfx.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -21,6 +21,11 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - cine
+ */
+
 #ifndef SOUND_MODS_SOUNDFX_H
 #define SOUND_MODS_SOUNDFX_H
 

Modified: scummvm/trunk/sound/mp3.h
===================================================================
--- scummvm/trunk/sound/mp3.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/mp3.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,20 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - agos
+ *  - kyra
+ *  - m4
+ *  - queen
+ *  - saga
+ *  - scumm
+ *  - sword1
+ *  - sword2
+ *  - touche
+ *  - tucker
+ */
+
 #ifndef SOUND_MP3_H
 #define SOUND_MP3_H
 

Modified: scummvm/trunk/sound/voc.h
===================================================================
--- scummvm/trunk/sound/voc.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/voc.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,18 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - agos
+ *  - drascula
+ *  - igor
+ *  - kyra
+ *  - made
+ *  - saga
+ *  - scumm
+ *  - touche
+ */
+
 #ifndef SOUND_VOC_H
 #define SOUND_VOC_H
 

Modified: scummvm/trunk/sound/vorbis.h
===================================================================
--- scummvm/trunk/sound/vorbis.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/vorbis.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,20 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - agos
+ *  - kyra
+ *  - m4
+ *  - queen
+ *  - saga
+ *  - scumm
+ *  - sword1
+ *  - sword2
+ *  - touche
+ *  - tucker
+ */
+
 #ifndef SOUND_VORBIS_H
 #define SOUND_VORBIS_H
 

Modified: scummvm/trunk/sound/wave.h
===================================================================
--- scummvm/trunk/sound/wave.h	2009-03-08 15:40:46 UTC (rev 39235)
+++ scummvm/trunk/sound/wave.h	2009-03-08 15:57:59 UTC (rev 39236)
@@ -23,6 +23,17 @@
  *
  */
 
+/**
+ * Sound decoder used in engines:
+ *  - agos
+ *  - gob
+ *  - saga
+ *  - scumm
+ *  - sword1
+ *  - sword2
+ *  - tucker
+ */
+
 #ifndef SOUND_WAVE_H
 #define SOUND_WAVE_H
 


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