ChangeLog
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:5k
源码类别:

Windows CE

开发平台:

C/C++

  1. ** 0.2.1 released on 2006-01-28
  2. 2006-01-27  Piotr Fusik  <fox@scene.pl>
  3. * configure.ac, Makefile.in: use ./install-sh because it can create missing
  4.   directories
  5. * Makefile.in: avoid $^ which is not supported by PMake ("make" on *BSD)
  6. * configure.ac, win32/Makefile, win32/wasap.rc: version 0.2.1
  7. * win32/foobar2000/foo_asap.cpp, win32/foobar2000/README, win32/Makefile:
  8.   foobar2000 plugin now supports subsongs
  9. 2006-01-24  Piotr Fusik  <fox@scene.pl>
  10. * players/tm2.asx, asap.c, asap.h, asap2wav.c, Makefile.in, win32/wasap.c,
  11.   win32/Makefile, win32/foobar2000/foo_asap.cpp, win32/winamp/in_asap.c,
  12.   xmms/libasap.c: TM2 (Theta Music Composer 2.x) input format
  13. 2006-01-20  Piotr Fusik  <fox@scene.pl>
  14. * xmms/libasap.c, win32/winamp/in_asap.c: forward declarations of "static"
  15.   variables should use "static" and not "extern" - this fixes the GCC 4
  16.   compilation error
  17. ** 0.2.0 released on 2006-01-15
  18. 2006-01-15  Piotr Fusik  <fox@scene.pl>
  19. * asap.c: support for subsongs in RMT files
  20. * configure.ac, Makefile.in: improved XMMS plugin compilation and installation
  21. 2006-01-14  Piotr Fusik  <fox@scene.pl>
  22. * asap.c: some SAPs are self-extracting and their initialization (which
  23.   includes decompression) takes more than 5 Atari frames which was
  24.   the limit (now it's 50 frames)
  25. * cmc_0500.raw, mpt_0500.raw, rmt_0390.raw, tmc_0500.raw, raw2c.pl,
  26.   players/cmc.asx, players/mpt.asx, players/rmt.asx, players/tmc.asx,
  27.   players/.cvsignore, asap.c, Makefile.in, win32/Makefile:
  28.   compiled 6502 routines replaced with their source code
  29.   (binaries will be included in source distributions);
  30.   added support for stereo RMT files
  31. * asap.h, win32/foobar2000/foo_asap.cpp, win32/foobar2000/README,
  32.   win32/foobar2000/.cvsignore, win32/Makefile: added foobar2000 plugin
  33. 2006-01-09  Piotr Fusik  <fox@scene.pl>
  34. * asap.c, asap.h, asap2wav.c, win32/wasap.c, win32/winamp/in_asap.c,
  35.   xmms/libasap.c: simplified code by passing full filename instead of just
  36.   the extension to ASAP_Load()
  37. * win32/wasap.ico: transparency did not always work for the 16x16 icon
  38. * asap.c, asap.h, asap2wav.c, asap2wav.1, configure.ac, win32/wasap.c,
  39.   win32/wasap.rc, win32/resource.h, win32/config.h, win32/winamp/in_asap.c,
  40.   xmms/libasap.c: stereo and 16-bit output
  41. * win32/wasap.c: accepts a filename on the command line (you can use
  42.   "Open with" from Windows Explorer)
  43. * atari800/src/pokeysnd.c: some fixes in RF pokeysnd for stereo
  44. 2006-01-04  Piotr Fusik  <fox@scene.pl>
  45. * xmms/libasap.c, Makefile.in: added XMMS plugin
  46. ** 0.1.0 released on 2005-12-31
  47. 2005-12-31  Piotr Fusik  <fox@scene.pl>
  48. * NEWS, README, asap2wav.1, win32/README, win32/winamp/README: created
  49. * configure.ac: link with "-lm" if necessary
  50. * CREDITS, INSTALL, TODO, win32/wasap.c: slight fixes
  51. * win32/Makefile: updated the "dist" target
  52. * win32/.cvsignore: ignore asap2wav.txt
  53. 2005-12-30  Piotr Fusik  <fox@scene.pl>
  54. * CREDITS, INSTALL: created
  55. * atari800/src/cpu.c, atari800/src/cpu.h, atari800/src/mzpokeysnd.c,
  56.   atari800/src/pokey.h, atari800/src/pokeysnd.c, atari800/src/remez.c:
  57.   committed changes required for ASAP to the Atari800 CVS
  58. 2005-12-28  Piotr Fusik  <fox@scene.pl>
  59. * rmt_0390.raw, asap.c, asap.h, asap2wav.c, Makefile.in, win32/wasap.c,
  60.   win32/Makefile, win32/winamp/in_asap.c: support RMT mono songs
  61. 2005-12-27  Piotr Fusik  <fox@scene.pl>
  62. * ChangeLog, TODO: created
  63. * .cvsignore: ignore autoconf-generated files
  64. * win32/wasap.c, win32/wasap.rc: use radio-marks instead of check-marks,
  65.   this even simplifies the code
  66. * asap.c: fixed an endless loop when a file other than SAP was loaded first;
  67.   made initialization of poly{9,17}_lookup several times faster;
  68.   implemented subsongs in MPT and TMC files; removed the unused DivN* arrays;
  69.   ASAP_PlaySong() first clears POKEY sound registers - this helps SAPs which
  70.   don't do that
  71. * maketar.pl, win32/Makefile: "nmake dist" creates release archives
  72. * asap.c, asap2wav.c, win32/wasap.c, win32/winamp/in_asap.c:
  73.   support DMC (DoublePlay CMC) and MPD (MPT DoublePlay) formats
  74. * win32/wasap.c: added file selector filters
  75. 2005-12-23  Piotr Fusik  <fox@scene.pl>
  76. * Makefile.in, config.guess, config.sub, install-sh: uploaded the latest
  77.   run-time config/install scripts
  78. 2005-12-21  Piotr Fusik  <fox@scene.pl>
  79. * .cvsignore, win32/.cvsignore, win32/winamp/.cvsignore: specified files
  80.   that are not stored in CVS
  81. * win32/Makefile: added icon dependencies
  82. * win32/wasap.ico: colored the 16x16 application icon
  83. 2005-12-20  Piotr Fusik  <fox@scene.pl>
  84. * COPYING, Makefile.in, asap.c, asap.h, asap2wav.c, asap_internal.h,
  85.   configure.ac, cmc_0500.raw, mpt_0500.raw, tmc_0500.raw, raw2c.pl,
  86.   win32/Makefile, win32/config.h, win32/play.ico, win32/stop.ico,
  87.   win32/wasap.ico, win32/resource.h, win32/wasap.c, win32/wasap.rc,
  88.   win32/winamp/in2.h, win32/winamp/out.h, win32/winamp/in_asap.c:
  89.   initial CVS checkin