home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / SDL / gcc346 / !SDL / doc / sdl-mixer1.2-1.2.6 / CHANGES next >
Encoding:
Text File  |  2004-12-16  |  8.7 KB  |  207 lines

  1. 1.2.6:
  2. Jonathan Atkins - Wed, 15 Sep 2004 23:26:42 -0500
  3.  * Added support for using the system version of libmikmod
  4. Martin_Storsjö -  Sun, 22 Aug 2004 02:21:14 +0300 (EEST)
  5.  * Added SDL_RWops support for reading Ogg Vorbis files
  6. Greg Lee - Wed, 14 Jul 2004 05:13:14 -1000
  7.  * Added 4 and 6 channel surround sound output support
  8.  * Added support for RMID format MIDI files
  9.  * Improved timidity support (reverb, chorus, Roland & Yamaha sysex dumps, etc.)
  10. Sam Lantinga - Wed Nov 19 00:23:44 PST 2003
  11.  * Updated libtool support for new mingw32 DLL build process
  12. Ryan C. Gordon - Sun Nov  9 23:34:47 EST 2003
  13.  * Patch from Steven Fuller to fix positioning effect on bigendian systems.
  14. Laurent Ganter - Mon, 6 Oct 2003 11:51:33 +0200
  15.  * Fixed bug with MIDI volume in native Windows playback
  16. Andre Leiradella - Fri, 30 May 2003 16:12:03 -0300
  17.  * Added SDL_RWops support for reading MOD files
  18. Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500
  19.  * Added .la files to the development RPM, fixing RPM build on RedHat 8
  20.  
  21. 1.2.5:
  22. Darrell Walisser - Tue Mar  4 09:24:01 PST 2003
  23.  * Worked around MacOS X deadlock between CoreAudio and QuickTime
  24. Darrell Walisser - Fri, 14 Feb 2003 20:56:08 -0500
  25.  * Fixed crash in native midi code with files with more than 32 tracks
  26. Marc Le Douarain - Sat, 15 Feb 2003 14:46:41 +0100
  27.  * Added 8SVX format support to the AIFF loader
  28. Sam Lantinga Wed Feb 12 21:03:57 PST 2003
  29.  * Fixed volume control on WAVE music chunks
  30. Ben Nason - Mon, 10 Feb 2003 11:50:27 -0800
  31.  * Fixed volume control on MOD music chunks
  32. Patrice Mandin - Fri, 31 Jan 2003 15:17:30 +0100
  33.  * Added support for the Atari platform
  34. Ryan C. Gordon - Fri Dec 27 10:14:07 EST 2002
  35.  * Patch from Steven Fuller to fix panning effect with 8-bit sounds.
  36. Ryan C. Gordon - Thu Jan  2 12:31:48 EST 2003
  37.  * Patch from guy on 3DRealms forums to fix native win32 midi volume.
  38. Ryan C. Gordon - Wed Oct 30 07:12:06 EST 2002
  39.  * Small, looping music samples should now be able to fade out correctly.
  40. Sam Lantinga - Sun Oct 20 20:52:24 PDT 2002
  41.  * Added shared library support for MacOS X
  42. Pete Shinners - Wed Oct 16 17:10:08 EDT 2002
  43.  * Correctly report an error when using an unknown filetype
  44. Vaclav Slavik - Sun Sep  8 18:57:38 PDT 2002
  45.  * Added support for loading Ogg Vorbis samples as an audio chunk
  46. Martin Storsjö - Tue Jul 16 10:38:12 PDT 2002
  47.  * Fixed to start playing another sample immediately when one finishes
  48. Martin Storsjö - Tue May 28 13:08:29 PDT 2002
  49.  * Fixed a volume bug when calling Mix_HaltChannel() on unused channel
  50. Xavier Wielemans - Wed Jun 12 14:28:14 EDT 2002
  51.  * Fixed volume reset bug at end of channel fade.
  52. Ryan C. Gordon - Wed Jun 26 16:30:59 EDT 2002
  53.  * Mix_LoadMUS() will now accept an MP3 by file extension, instead of relying
  54.     entirely on the magic number.
  55.  
  56. 1.2.4:
  57. Sam Lantinga - Mon May 20 09:11:22 PDT 2002
  58.  * Updated the CodeWarrior project files
  59. Sam Lantinga - Sun May 19 13:46:29 PDT 2002
  60.  * Added a function to query the music format: Mix_GetMusicType()
  61. Sam Lantinga - Sat May 18 12:45:16 PDT 2002
  62.  * Added a function to load audio data from memory: Mix_QuickLoad_RAW()
  63. Sam Lantinga - Thu May 16 11:26:46 PDT 2002
  64.  * Cleaned up threading issues in the music playback code
  65. Ryan Gordon - Thu May  2 21:08:48 PDT 2002
  66.  * Fixed deadlock introduced in the last release
  67.  
  68. 1.2.3:
  69. Sam Lantinga - Sat Apr 13 07:49:47 PDT 2002
  70.  * Updated autogen.sh for new versions of automake
  71.  * Specify the SDL API calling convention (C by default)
  72. Ryan Gordon - Sat Apr 13 07:33:37 PDT 2002
  73.  * Fixed recursive audio lock in the mixing function
  74. jean-julien Filatriau - Sat Mar 23 18:05:37 PST 2002
  75.  * Fixed setting invalid volume when querying mixer and music volumes
  76. Guillaume Cottenceau - Wed Feb 13 15:43:20 PST 2002
  77.  * Implemented Ogg Vorbis stream rewinding
  78. Peter Kutak - Wed Feb 13 10:26:57 PST 2002
  79.  * Added native midi support on Linux, using GPL code
  80.     --enable-music-native-midi-gpl
  81. Pete Shinners - Mon Jan 14 11:31:26 PST 2002
  82.  * Added seek support for MP3 files
  83. Ryan Gordon - Mon Jan 14 11:30:44 PST 2002
  84.  * Sample "finished" callbacks are now always called when a sample is stopped.
  85.  
  86. 1.2.2:
  87. Guillaume Cottenceau - Wed Dec 19 08:59:05 PST 2001
  88.  * Added an API for seeking in music files (implemented for MOD and Ogg music)
  89.     Mix_FadeInMusicPos(), Mix_SetMusicPosition()
  90.  * Exposed the mikmod synchro value for music synchronization
  91.     Mix_SetSynchroValue(), Mix_GetSynchroValue()
  92.  
  93. 1.2.1:
  94. Yi-Huang Han - Wed Oct 24 21:55:47 PDT 2001
  95.  * Fixed MOD music volume when looping
  96. David Hedbor - Thu Oct 18 10:01:41 PDT 2001
  97.  * Stop implicit looping, set fade out and other flags on MOD files
  98. Sam Lantinga - Tue Oct 16 11:17:12 PDT 2001
  99.  * The music file type is now determined by extension as well as magic
  100. Ryan C. Gordon - Tue Sep 11 12:05:54 PDT 2001
  101.  * Reworked playwave.c to make it more useful as a mixer testbed
  102.  * Added a realtime sound effect API to SDL_mixer.h
  103.  * Added the following standard sound effects:
  104.     panning, distance attenuation, basic positional audio, stereo reversal
  105.  * Added API for mixer versioning: Mix_Linked_Version() and MIX_VERSION()
  106. Sam Lantinga - Tue Sep 11 11:48:53 PDT 2001
  107.  * Updated MikMod code to version 3.1.9a
  108. Torbjörn Andersson - Tue Sep 11 11:22:29 PDT 2001
  109.  * Added support for loading AIFF audio chunks
  110. Max Horn - Tue Sep  4 20:38:11 PDT 2001
  111.  * Added native MIDI music support on MacOS and MacOS X
  112. Florian Schulze - Sun Aug 19 14:55:37 PDT 2001
  113.  * Added native MIDI music support on Windows
  114. Sam Lantinga - Sun Aug 19 02:20:55 PDT 2001
  115.  * Added Project Builder projects for building MacOS X framework
  116. Darrell Walisser - Sun Aug 19 00:47:22 PDT 2001
  117.  * Fixed compilation problems with mikmod under MacOS X
  118. Torbjörn Andersson - Sun, 19 Aug 2001 16:03:30
  119.  * Fixed AIFF music playing support
  120. Sam Lantinga - Sat Aug 18 04:14:13 PDT 2001
  121.  * Fixed building Ogg Vorbis support on Windows
  122. Ryan C. Gordon - Thu, 7 Jun 2001 13:15:51
  123.  * Added Mix_ChannelFinished() and Mix_GetChunk()
  124. Ryan C. Gordon - Tue, 5 Jun 2001 11:01:51
  125.  * Added VOC sound file support
  126. Guillaume Cottenceau - Thu May 10 11:17:55 PDT 2001
  127.  * Fixed crashes when API used with audio not initialized
  128. Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
  129.  * Added support for building RPM directly from tar archive
  130.  
  131. 1.2.0:
  132. Sam Lantinga - Wed Apr  4 12:42:20 PDT 2001
  133.  * Synchronized release version with SDL 1.2.0
  134.  
  135. 1.1.1:
  136. John Hall - Tue Jan  2 13:46:54 PST 2001
  137.  * Added support to playmus for track switching with Ctrl-C
  138.  * Added support to playmus for multiple command line files
  139.  
  140. 1.1.0:
  141. Sam Lantinga - Wed Nov 29 20:47:13 PST 2000
  142.  * Package specifically for SDL 1.1 (no real reason API-wise, but for clarity)
  143.  
  144. 1.0.7:
  145. Sam Lantinga - Tue Nov  7 10:22:09 PST 2000
  146.  * Fixed hang in mikmod re-initialization
  147. Stephane Peter - Oct 17 13:07:32 PST 2000
  148.  * Fixed music fading
  149. Ray Kelm - Fri, 04 Aug 2000 20:58:00 -0400
  150.  * Added support for cross-compiling Windows DLL from Linux
  151.  
  152. 1.0.6:
  153. Sam Lantinga - Sun Jul  2 14:16:44 PDT 2000
  154.  * Added support for the Ogg Vorbis music format: http://www.vorbis.org/
  155. Darrell Walisser - Wed Jun 28 11:59:40 PDT 2000
  156.  * Added Codewarrior projects for MacOS
  157. Sam Lantinga - Mon Jun 26 12:01:11 PDT 2000
  158.  * Fixed symbol aliasing problem with "channel"
  159. Matt - Wed, 12 Apr 2000 15:36:13 -0700
  160.  * Added SDL_RWops support for mikmod loading (not hooked into music.c yet)
  161.  
  162. 1.0.5:
  163. Paul Furber - Fri Mar  3 14:58:50 PST 2000
  164.  * Fixed MP3 detection with compilers that use signed char datatypes
  165.  
  166. 1.0.4:
  167. Sam Lantinga - Thu Feb 10 19:42:03 PST 2000
  168.  * Ported the base mixer and mikmod libraries to MacOS
  169. Markus Oberhumer - Wed Feb  2 13:16:17 PST 2000
  170.  * Fixed problem with short looping sounds
  171. Sam Lantinga - Tue Feb  1 13:25:44 PST 2000
  172.  * Added Visual C++ project file
  173. Markus Oberhumer - Tue Feb  1 13:23:11 PST 2000
  174.  * Cleaned up code for compiling with Visual C++
  175.  * Don't hang in Mix_HaltMusic() if the music is paused
  176. Sam Lantinga - Fri Jan 28 08:54:56 PST 2000
  177.  * Fixed looping WAVE chunks that are not aligned on sample boundaries
  178.  
  179. 1.0.3:
  180. Sam Lantinga - Mon Jan 17 19:48:09 PST 2000
  181.  * Changed the name of the library from "mixer" to "SDL_mixer"
  182.  * Instead of including "mixer.h", include "SDL_mixer.h",
  183.  * Instead of linking with libmixer.a, link with libSDL_mixer.a
  184.  
  185. 1.0.2:
  186. Sam Lantinga - Fri Jan 14 11:06:56 PST 2000
  187.  * Made the CHANGELOG entries Y2K compliant. :)
  188. MFX -    Updated the mikmod support to MikMod 3.1.8
  189. MFX -    Added Mix_HookMusicFinished() API function
  190.  
  191. 1.0.1:
  192. SOL -    Added a post-mixing callback
  193. SP  -    A few music-related bugfixes
  194.  
  195. 1.0.0:
  196. SOL -   Added autoconf support
  197. SP  -   Added MP3 support using SMPEG
  198. SP  -   Added fading in/out of music and samples
  199. SP  -   Added dynamic allocation of channels
  200. SP  -   Added channel grouping functions
  201. SP  -   Added expiration delay for samples
  202.  
  203. Initial Key:
  204. SOL - Sam Lantinga (hercules@lokigames.com)
  205. SP  - Stephane Peter (megastep@lokigames.com)
  206. MFX - Markus Oberhumer (markus.oberhumer@jk.uni-linz.ac.at)
  207.