Mercurial > SDL_sound_CoreAudio
comparison decoders/mpglib/README @ 261:9b6e82f7c853
Initial add.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 21 Feb 2002 19:46:09 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
260:44a4730a1e6f | 261:9b6e82f7c853 |
---|---|
1 MP3 library | |
2 ----------- | |
3 Version 0.2a | |
4 | |
5 This decoder is a 'light' version (thrown out all unnecessay parts) | |
6 from the mpg123 package. I made this for a company. | |
7 | |
8 Currently only Layer3 is enabled to save some space. Layer1,2 isn't | |
9 tested at all. The interface will not change significantly. | |
10 A backport to the mpg123 package is planed. | |
11 | |
12 compiled and tested only on Solaris 2.6 | |
13 main.c contains a simple demo application for library. | |
14 | |
15 COPYING: you may use this source under LGPL terms! | |
16 (Yes, I switched to LGPL for the _mpglib_ part!) | |
17 | |
18 PLEASE NOTE: This software may contain patented algorithms (at least | |
19 patented in some countries). It may be not allowed to sell/use products | |
20 based on this source code in these countries. Check this out first! | |
21 | |
22 COPYRIGHT of MP3 music: | |
23 Please note, that the duplicating of copyrighted music without explicit | |
24 permission violates the rights of the owner. | |
25 | |
26 SENDING PATCHES: | |
27 The current version is under LGPL. Please consider this when sending patches or | |
28 changes. I also want to have the freedom to sell the code to companies that | |
29 cannot or do not want to use the code under LGPL. So, if you send me | |
30 significant patches, I need your explicit permission to do this. Of course, | |
31 there will always be the LGPLed open source version of the 100% same code. | |
32 In the case you cannot accept this: the code is free, it's your freedom | |
33 to distribute your changes again under LGPL. | |
34 | |
35 FEEDBACK: | |
36 I'm interessted to here from you, when you use this package as part | |
37 of another project. | |
38 | |
39 |