Blame ChangeLog

Packit 2af067
1.2.6
Packit 2af067
   * Fix an infinite loop regression from 1.2.3
Packit 2af067
   * Fix possible noise at the beginning of files
Packit 2af067
Packit 2af067
1.2.5
Packit 2af067
   * Properly increase API version since it has changed since 1.2.3
Packit 2af067
     Apps compiled with 1.2.2 WILL BREAK when used with 1.2.3 & 1.2.4 libs installed
Packit 2af067
Packit 2af067
1.2.4
Packit 2af067
	* Fix broken stream initialization on non-mpc files
Packit 2af067
Packit 2af067
1.2.3
Packit 2af067
    * Added fast-seeking (bit-perfect only with mppenc 1.16 files and later, optional but safe on pre mppenc 1.16 files). Patch by Nicolas Botti
Packit 2af067
    * Reduced memory usage and code size. Patch by Peter Pawlowski
Packit 2af067
Packit 2af067
1.2.2
Packit 2af067
    * Fixed compilation under OpenBSD
Packit 2af067
    * Unix EOF again
Packit 2af067
Packit 2af067
1.2.1
Packit 2af067
    * Warnings cleanup, patch by Tomas Salfischberger, Thom Johansen and
Packit 2af067
    Daniel Stenberg (Rockbox)
Packit 2af067
    * Mplayer interface, patch by Reimar Doffinger
Packit 2af067
    * Unix EOF everywhere
Packit 2af067
Packit 2af067
1.2
Packit 2af067
    * 1.1.1 broke the API (BOOL type changed to mpc_bool_t). Version bumped to 1.2 to reflect the major change. Sorry to those who were caught by this error
Packit 2af067
    * Fixed relative/absolute includes (#include "stuff.h" in /include/mpcdec, #include <mpcdec/stuff> in src/)
Packit 2af067
    * Added msvc project files
Packit 2af067
    * Changed mpc_reader_t structure, any specific data of the reader's
Packit 2af067
    implementations should be hidden behind the (void*) data pointer. (example
Packit 2af067
    in default implementation mpc_reader_file)
Packit 2af067
    * Renamed to libmpcdec (to make room for libmpcenc)
Packit 2af067
Packit 2af067
1.1.1
Packit 2af067
    * fix for fixed-point mode bug
Packit 2af067
Packit 2af067
1.1
Packit 2af067
    * add compliance & cleanup patches from Michael Roitzsch of xine project 	
Packit 2af067
    * switch to BSD license
Packit 2af067
    * port to pure C
Packit 2af067
    * add doxygen documentation
Packit 2af067
    * revise API somewhat
Packit 2af067
	
Packit 2af067
1.0.3			
Packit 2af067
    * autotools build process
Packit 2af067
    * sample binary added
Packit 2af067
    * floating-point mode by default