File: changelog.txt

package info (click to toggle)
libjmac-java 1.74-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,780 kB
  • sloc: java: 9,279; cpp: 4,375; xml: 369; makefile: 31; sh: 12
file content (105 lines) | stat: -rw-r--r-- 3,055 bytes parent folder | download | duplicates (5)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
JMAC Changelog
===================

version 1.0 (March 4, 2004)
-------------
Initial version
It supports the MAC format up to 3.97 version.

version 1.01 (March 8, 2004)
-------------
Small bug fixes with Player and file openings.

version 1.1 (March 14, 2004)
-------------
Support of playing/converting audio from stream (any InputStream) implemented.
Java Sound SPI for APE audio implemented.

version 1.11 (March 15, 2004)
-------------
Small performance improvements

version 1.12 (March 22, 2004)
-------------
The class CircularBuffer removed. Performance improvements.

version 1.13 (March 25, 2004)
-------------
Fixed bug with playing local files using jmacp.

version 1.14 (March 26, 2004)
-------------
Performance and reliability improvements.

version 1.15 (March 27, 2004)
-------------
More performance improvements.

version 1.16 (March 27, 2004)
-------------
Cleanup and bugfixing.

version 1.2 (April 2, 2004)
-------------
Java Sound SPI (based on Tritonus) for APE audio implemented.

version 1.3 (April 24, 2004)
-------------
The MAC format up to 3.98 version now supported. The ability to edit APE Tag info implemented.

version 1.4 (April 29, 2004)
-------------
The JNI wrapper around of original MAC library implemented. Now only Windows platform supported. Please, read readme.txt file for more details.

version 1.41 (April 30, 2004)
-------------
MD5 checking during file verification added.

version 1.5 (May 7, 2004)
-------------
The MAC format up to 3.99 version now supported.

version 1.6 (May 13, 2004)
-------------
The APE encoder (3.99) implemented, JNI wrapper updated and a lot of bug fixes.

version 1.61 (May 13, 2004)
-------------
Small bug fix in Tritonus based SPI.

version 1.62 (May 18, 2004)
-------------
Major bug fixing (generally in JNI wrapper). Small improvements.

version 1.63 (May 24, 2004)
-------------
Small improvements. Also, the ability to run jmac.jar as simple APE utility added.

version 1.64 (June 5, 2004)
-------------
The JNI wrapper around of original MAC library implemented (linux version).

version 1.65 (Jule 5, 2004)
-------------
Bug with compressing/decompressing of 24-bit audio fixed. There are several other small bug fixes.

version 1.70 (October 7, 2004)
-------------
Bug in compressing algorithm fixed (thanks to Dan). Also, the support of new features of JDK1.5 implemented. 

version 1.71 (October 8, 2004)
-------------
The support both the JDK1.3 and JDK1.5 implemented. Code cleanup.

version 1.72 (January 16, 2005)
-------------
Some problems with closing output/input streams during compression where fixed (thanks again to Dan Rollo).

version 1.73 (November 8, 2005)
-------------
Some problems with correct identification of MAC format in SPI were fixed. Thanks to javazoom.

version 1.74 (June 30, 2005)
-------------
The SPI can freeze up in getAudioFileFormat if the target file represented as URL. Fixed.
JNI wrapper recompiled under MSVS 2005.