-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
54 lines (37 loc) · 1.53 KB
/
ChangeLog
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
2007-11-26 Benjamin Zores <[email protected]>
* Release 0.2.3.
* FIX: one header file was missing from previous tarball release.
* Support for LPCM and HeAACv2 profiles introduced in DLNA 1.5.
* Better check of AAC ADTS frame header.
2007-11-24 Benjamin Zores <[email protected]>
* Release 0.2.2.
* Proper build of both shared and static library.
* Remove some GNU CC specific syntax.
* Hide some elements from public API.
2007-11-18 Benjamin Zores <[email protected]>
* Release 0.2.1.
* Corrected many compilation warnings.
* Support for shared/static library build.
* Generates valid DMS description.
* Updates of public API.
2007-11-10 Benjamin Zores <[email protected]>
* Release 0.2.0.
* Updated public API.
* Code simplifications and bug fixes.
* Ensure library's thread-safety.
2007-11-08 Benjamin Zores <[email protected]>
* Release 0.1.4.
* Support for inclusion in C++ programs.
2007-11-09 Alexis Saettler <[email protected]>
* Added lib's version in configure, and use it to build the lib file
* Debianization of the library
2007-11-08 Benjamin Zores <[email protected]>
* Added support for AAC variants decoding.
2007-11-04 Benjamin Zores <[email protected]>
* New public release (version 0.1.1)
Fixes build with ATRAC codec with old revisions of FFMPEG.
2007-11-02 Benjamin Zores <[email protected]>
* First public release (version 0.1.0)
* support for all DLNA profiles discovery as found in
"DLNA Networked Device Interoperability Guidelines,
Volume 2: Media Format Profiles".