Version Changes
2.9 Numerous changes by Andrei Ellman: MinGW makefile can now do static builds and supports Cygwin; Added a makefile for DJGPP; Added an MSVC 6 project; Formatting changes to the examples.
2.8 Fixed MSVC solution paths. Added extern "C" in logg.h for C++ projects using LOGG. Copied more up to date code from Allegro 4.4 addon which fixes some bugs.
2.7 Added MSVC solution and modified to it compiles with MSVC.
2.6 Changed ov_open calls to ov_open_callbacks (necessary on Windows)
2.5 Made logg_load and logg_get_stream take const char* instead of char* as they should. LOGG can now be registered as a sample plugin with Allegro.
2.4 Increased default streaming buffer size so it works properly on Windows. Included allegro.h in logg.h. Lots of error checking. Fixed the play_ogg example to use correct timing.
2.3 Fixed the Makefile for Windows.
2.2 Added logg_stop_stream() and logg_restart_stream() functions.
2.1 Added support for looping streams.
2.0 Added support for streaming files from disk.
1.0 Initial release. Supported only loading OGG/Vorbis as a SAMPLE.
Back