-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChangeLog.txt
69 lines (49 loc) · 2.69 KB
/
ChangeLog.txt
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
===========================================================================================
LIBZPLAY HISTORY
===========================================================================================
Version 2.02 May 2010.
-------------------------------------------------------------
- fixed problem with ID3v1 algorithm
- fixed problem with callback function (blocking thread)
Version 2.00 April 2010.
-------------------------------------------------------------
- fixed memory leaks
- fixed problem with ID3v2 algorithm
- added support for extended ID3 fields(composer, encoder, ...)
- added support for embeded pictures(jpeg, png, bmp) in tags(ID3v2, VORBIS COMMENT, FLAC VORBIS COMMENT)
- added support for sfWaveIn format (read samples from line-in, microphine, ...)
and play these samples to wave-out with specifed effects.
- added support for encoding (mp3, ogg, flac, aac)
Version 1.14 April 2010.
-------------------------------------------------------------
- fixed crash bug in ID3v2 tag algorithm
- fixed memory leak when open function fails on mp3 file
- fixed error in .NET interface (wrong layout of ID3 fields)
Version 1.12 April 2010.
-------------------------------------------------------------
- added MP3 and AAC license informations
Version 1.11 April 2010.
-------------------------------------------------------------
- PF (patent free) version of version 1.12
This is version 1.12 without MP3 and AAC support
Version 1.04 April 2010.
-------------------------------------------------------------
- fixed reverse playing on mp3 stream. Sorry for this bug.
This bug wasn't present in version 1.01 but I made some
testing and debugging, and unwanted code wasn't deleted.
And there is, bug in version 1.02 and 1.03. Sorry for this.
Now is fixed.
Version 1.03 April 2010.
-------------------------------------------------------------
+ added AAC ADTS support
- fixed crash bug on Windows Vista and Windows 7 for .NET interface
Version 1.02 March 2010.
-------------------------------------------------------------
- fix mp3 dynamic stream management (loss of samples)
- fix support for FLAC OGG (added spearate sfFLACOgg format)
+ added A/52 aka AC-3 support
+ added Spectrum FFT graph type
+ added FFT graph color management and background bitmap
Version 1.01 March 2010.
-------------------------------------------------------------
- first release