File: ChangeLog

package info (click to toggle)
libmpcdec 1.2.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 2,900 kB
  • ctags: 4,893
  • sloc: sh: 8,435; ansic: 2,735; cpp: 237; makefile: 88
file content (33 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
1.2.2
    * Fixed compilation under OpenBSD
    * Unix EOF again

1.2.1
    * Warnings cleanup, patch by Tomas Salfischberger, Thom Johansen and
    Daniel Stenberg (Rockbox)
    * Mplayer interface, patch by Reimar Doffinger
    * Unix EOF everywhere

1.2
    * 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
    * Fixed relative/absolute includes (#include "stuff.h" in /include/mpcdec, #include <mpcdec/stuff> in src/)
    * Added msvc project files
    * Changed mpc_reader_t structure, any specific data of the reader's
    implementations should be hidden behind the (void*) data pointer. (example
    in default implementation mpc_reader_file)
    * Renamed to libmpcdec (to make room for libmpcenc)

1.1.1
    * fix for fixed-point mode bug

1.1
    * add compliance & cleanup patches from Michael Roitzsch of xine project 	
    * switch to BSD license
    * port to pure C
    * add doxygen documentation
    * revise API somewhat
	
1.0.3			
    * autotools build process
    * sample binary added
    * floating-point mode by default