CDXLPlay added with permission from Fredik Wikstrom.
[AROS-Contrib.git] / MultiMedia / cdxlplay / cdxlplay-sdl.src.readme
blob2701fe8388abe405d04bfcecae3312943fbd9c22
1 Short:        CDXL player (src)\r
2 Author:       Fredrik Wikstrom\r
3 Uploader:     Fredrik Wikstrom <fredrik@a500.org>\r
4 Type:         gfx/show\r
5 Version:      1.4\r
6 Architecture: generic\r
7 \r
8 This a portable, SDL-based commandline program for playing Amiga CDXL files on\r
9 today's computers. If you don't know what the CDXL file format is then you can\r
10 read this page:\r
11 http://en.wikipedia.org/wiki/CDXL\r
13 Compiling:\r
15 cd source\r
16 make -f Makefile.<platform>\r
18 Usage:\r
20 Type "CDXLPlay --help" or "CDXLPlay ?" depending on which OS you are using to\r
21 obtain a list of the commandline parameters.\r
23 The "normal" audio frequency for CDXL files seems to be 11025 Hz (this is the\r
24 default sample rate setting) but some files need other settings in order to\r
25 play correctly (the Genetic Species intro needs 22050 Hz f.e.).\r
27 Changes:\r
29 1.4 (16-Dec-2009)\r
30  - Fixed default display dimensions when using a pixel aspect ratio other than\r
31    the default (1:1)\r
33 1.3 (27-Nov-2009)\r
34  - Disabled pointer in fullscreen mode\r
35  - Added nonsquare pixel support (required for some CDXL files that use highres\r
36    or interlaced modes)\r
38 1.2 (27-Nov-2009)\r
39  - Implemented scaling with OpenGL\r
40  - Added fullscreen mode\r
41  - Pressing "escape" now quits CDXLPlay\r
43 1.1 (23-Nov-2009)\r
44  - First release with audio support\r
45  - Added commandline arguments support for samplerate, fps, looping, etc.\r
46  - Pressing the "space" key now pauses/unpauses playback\r
48 1.0 (19-Nov-2009)\r
49  - First released version\r