summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/ChangeLog')
-rw-r--r--apps/codecs/libmusepack/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/ChangeLog b/apps/codecs/libmusepack/ChangeLog
index 6a9b7dfdf8..6c998480bd 100644
--- a/apps/codecs/libmusepack/ChangeLog
+++ b/apps/codecs/libmusepack/ChangeLog
@@ -1,3 +1,31 @@
11.3.0
2 * first sv8 release
3 * major changes in the API (decoder and demuxer are split)
4
51.2.3
6 * Reduced memory usage and code size. Patch by Peter Pawlowski
7
81.2.2
9 * Fixed compilation under OpenBSD
10 * Unix EOF again
11
121.2.1
13 * Warnings cleanup, patch by Tomas Salfischberger, Thom Johansen and
14 Daniel Stenberg (Rockbox)
15 * Mplayer interface, patch by Reimar Doffinger
16 * Unix EOF everywhere
17
181.2
19 * 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
20 * Fixed relative/absolute includes (#include "stuff.h" in /include/mpcdec, #include <mpcdec/stuff> in src/)
21 * Added msvc project files
22 * Changed mpc_reader_t structure, any specific data of the reader's
23 implementations should be hidden behind the (void*) data pointer. (example
24 in default implementation mpc_reader_file)
25 * Renamed to libmpcdec (to make room for libmpcenc)
26
271.1.1
28 * fix for fixed-point mode bug
1 29
21.1 301.1
3 * add compliance & cleanup patches from Michael Roitzsch of xine project 31 * add compliance & cleanup patches from Michael Roitzsch of xine project