~ubuntu-branches/ubuntu/lucid/mpg123/lucid

« back to all changes in this revision

Viewing changes to mpglib/README

Tags: upstream-0.60
ImportĀ upstreamĀ versionĀ 0.60

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
MP3 library
2
 
-----------
3
 
Version 0.2
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
 
comiled 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 GPL terms!
16
 
 
17
 
PLEASE NOTE: This software may contain patented alogrithm (at least
18
 
  patented in some countries). It may be not allowed to sell/use products
19
 
  based on this source code in these countries. Check this out first!
20
 
 
21
 
COPYRIGHT of MP3 music:
22
 
  Please note, that the duplicating of copyrighted music without explicit
23
 
  permission violates the rights of the owner.
24
 
 
25
 
SENDING PATCHES:
26
 
  Maybe I change the copyright policy (ie some kind of more free BSD licencse).
27
 
  Please consider this when sending patches/changes.
28
 
  I also want to have the freedom to sell the code to companies that
29
 
  can not use the code under GPL. So, if you send me significant patches,
30
 
  I need your explicit permission to do this. Of course, there will also 
31
 
  be the GPLed open source version of the 100% same code.
32
 
  For the case you cannot accept this: the code is GPL, it's your freedom 
33
 
  to distribute your changes again under GPL. 
34
 
 
35
 
FEEDBACK:
36
 
  I'm interessted to here from you, when you use this package as part
37
 
  of another project.
38
 
 
39