CHANGES
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:8k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. CoolPlayer Revision History
  2. ===========================
  3. Version 214
  4. + fixed loading of WinAmp plugins when not appropriate.
  5. + Don't use ID3v1.1 when comment is longer than 28 characters.
  6. + Fixed unnecesary tagging.
  7. + Do not tag non .mp3 files.
  8. + Fixed shuffle
  9. Version 213
  10. - Marcus checked out... This version is a merge of his changes and several new fixes.
  11. + OGG files now use OGG tags (no more ID3v2 for OGG files)
  12. + OGG Internet streaming works!
  13. + Fixed "Allow only once in playlist" sometimes not working
  14. + Fixed calling "CLOSE" from the system menu - making the Playlist window die forever
  15. + Added status area to the playlist (shows tagging progress)
  16. + Fixed file-rename not working on files with illegal chars in them (like : and / and )
  17. + Changed the WinAmp plugins loaded to be the first to try
  18. + All input codecs will get a chance now to play the file
  19. + Fix for sudden volume changes when using internal volume
  20. + Live EQ removed in Directsound Plugout. EQ changes will happen a bit slower, but no more clicking & skipping.
  21. + Changed some internals
  22. Version 212
  23. + SHIFT+DEL works again
  24. + Fixed a crashbug when opening a new file with EQ on
  25. + Fixed a rember playlist bug with relative paths
  26. + WAV File writer is back, even for streams
  27. + Fixed display of streams in playlist
  28. + Fixed a bug when loading the default playlist with backgroun ID3 tag loading. Sometimes it just wouldn't load
  29. + Updated ogg/vorbis to the latest CVS tree
  30. + Linked statically to runtime library
  31. + Fixed the commandline options help and the keyboard shortcuts
  32. + Commandline options handling internally changed.
  33. + Updated the about screen
  34. Version 211
  35. + Fixed HTTP streaming
  36. + Fixed a playlist read bug
  37. + Compiled with Visual Studio.NET
  38. Version 210
  39. + Can now automatically work out the track times (insead of r-clicking the time column)
  40. + Fixed AV if you pressed next to go beyond the end of the playlist and then clicked prev
  41. + Fixed "remember last played" not working
  42. + Fixed POP at *end* of some OGGs (bug in last block read code)
  43. + Fixed WAV reader getting confused by ID3v2 tags
  44. + Fixed "Playlist clear" leaving one file behind if there is a background ID3 read in progress
  45. + Dropped prioity of background ID3v2 reads (makes the interface respond more quickley to big file/playlist drops)
  46. + Added ability to rename based on Artist, tracknum and title - right click on text in the "Path" or "Filename" column for options
  47. Version 209
  48. + Fixed minimise and maximise on playlist
  49. + Added support for ID3v2 (read and write)
  50. + Fixed systray tooltip icon not showing artist and song title
  51. + Fixed some memory bugs (would have shown up as occasional crashes during closedown)
  52. + Fixed problem resizing the last column
  53. + Added background load of ID3 tags (this will prevent the delays on loading huge playlists)
  54. + Added track length to playlist - right hand click in the track's "Length" column to (re)calculate (these are stored in the ID3v2 tag)
  55. + Fixed track stack advancing over the next song if you remove the current song from the playlist
  56. + Fixed the volume setting to 100% at the start of every song (affected only a few soundcard/driver combinations)
  57. + Fixed occasional POP between songs (in OGG and MP3)
  58. Version 208
  59. + Fixed PLAY/PAUSE hotkey not working on some MM keyboards
  60. + Added option where volume control can either influence the system MASTER volume, system WAVE volume or none of the system controls
  61. + Fixed "Play from here" not working if a song was already playing
  62. + Added "live" EQ for DirectSound output device
  63. + Reduced noise on live EQ change
  64. + Increased DirectSound buffer (to reduce skipping)
  65. Version 207
  66. + Added "TrackStack" - right click in the track's "Stack" column for advanced play options
  67. + Fixed Mixer selection code (for volume control) should now affect the MASTER volume for the output device
  68. + Skin state no longer resets when you close the options dialog
  69. + Hitting the PLAY button during pause will now unpause
  70. + Added support for multimedia keyboards (also made the "PAUSE" button work on normal 102key keyboards)
  71. + Added support for "live" EQ changes - but only on the Cooler Wave mapper output device
  72. + Increased buffer size for the Cooler Wave mapper (will reduce skipping on slower systems)
  73. + Fixed (and improved) the rotating systray icon
  74. + Middle clicking on the systray icon now toggles pause state (if playing)
  75. Version 206
  76. + Totally new skin system for the playlist (rewrite of the window handling code & a custom listview)
  77. - faster
  78. - lower memory usage
  79. - skin support for the headers & scrollbars
  80. + Added ability to show/hide columns (R-Click on the header)
  81. + Fixed scrolling song title "jerking"
  82. + Added "Path" and "Filename" to playlist columns (R-Click on header to turn columns on and off)
  83. + Added "CoolPlayer Queue" and "CoolPlayer Play" to explorer folders (do a "Register Filetypes")
  84. + Removed Wave out writer - (this will be back in the "CoolerConverter" at a later date)
  85. + Added several new functions to the keyboard interface
  86. + Added auto renumber for track numbers (multi select and r-click on the track number)
  87. + Fixed bug in IP ID3 edit (where things started to slow down after a lot of changes)
  88. + Fixed playlist read code now works with unix generated files
  89. + Remove skip when EQ gets switched on and off (there is still a delay - that'll be fixed later)
  90. + Holding CTRL down while dropping files onto the player now adds the songs to the playlist (rather than replacing the current playlist)
  91. Version 205
  92. + Inplace ID3 tag editing - right hand click an item in the playlist (works with multi selects too)
  93. + Fixed shotcast streams in playlist being skipped
  94. + Now aborts startup if there are no output devices present in the system
  95. + Improved volume mapping code (so that the correct volume control is changed by CoolPlayer)
  96. + Removed bitrate display when playing WAV files
  97. Version 204
  98. + Totally new playlist system (with too much changed to say here!) 
  99. + Totally new "find" system
  100. + New (much faster) ID3 tag reading
  101. + New (much faster) M3U reading
  102. + Now supports Title entry in PLS files
  103. + Removed "not implemented" message from stream open
  104. + Fixed problem with Win95
  105. + Fixed problem where the play engine can get bogged down (with endless opens)
  106. + Fixed hang in streaming if server opens connection but does not send any data
  107. + Playlist column sequence is now saved in the ini file
  108. + Fixed occasional lockup in DirectSound output
  109. + Playlists can now handle UNC files
  110. Version 203
  111. + Added support for streaming MP3 (over http)
  112. Version 202
  113. + Linked player to new web site & tidied up About dialog
  114. + Added support for multiple instances
  115. + Improved seek performance
  116. + Made EQ on/off state immediate
  117. + Fixed EQ setting getting corrupted when options dialog is closed
  118. + Fixed EOS bug in DirectSound output
  119. + Fixed startup corruption in DirectSound
  120. + Added support for WinAmp IN plugins (dump them in the same dir as CoolPlayer.exe)
  121. + Now sorts files if a directory is added
  122. Version 201
  123. + Sorted out DirectSound seek
  124. + Fixed interface leak in DirectSound
  125. + Stopped DirectSound module overallocating timers
  126. + Removed need to restart CoolPlayer if Output module changes
  127. + Changed build system (to make producing releases easier)
  128. Version 200
  129. + Added MAD MP3 CoDec
  130. + Added Cooler Play engine
  131. + Added OGG Vorbis Support
  132. + Added WAV support
  133. + Added DirectSound support
  134. + Now sorts dropped files before adding to the playlist
  135. + Removed interface hang during startup
  136. + Added new Graphic Equaliser