-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathChangeLog
38 lines (33 loc) · 828 Bytes
/
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
x.y.z ()
=====
* Be more specific when enabling MIPS assembly routines.
* Fix wave header reading on big endian machines (#34)
3.1.1 (2017-07-28)
=====
* Remove invalid MPEG 2.5 bitrates.
3.1.0 (2014-08-01):
=====
* Fixed WAV file parsing.
* Explicitely unroll some loops
to enhance encoding speed. Thanks
to @ckthomas on github for these
changes!
* Add -funroll-loops to CFLAGS
* Major code cleanup by @zhaoxiu-zeng
on `LingYunZhi/shine`.
* Added interleaved API, also contributed
by @zhaoxiu-zeng
* Bumped ABI to 3.1.0
3.0.0 (2013-07-21):
======
* Added support for MPEG-II and 2.5
* Added Javascript build and API.
2.0.0 (2013-04-07):
======
* Prefix symbols to avoid name clash
with libmp3lame.
* Rename public API from L3_ to shine_
to also avoid name clash.
1.0.0 (2013-02-02):
======
* Initial release