• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

Makefile.amH A D08-Nov-2008347 76

Makefile.inH A D13-Nov-200813.8 KiB451383

READMEH A D08-Aug-20031.7 KiB4533

VbrTag.hH A D08-Nov-20082.9 KiB8737

bitstream.hH A D12-Aug-20031.4 KiB4013

common.cH A D18-Jan-20057.7 KiB332254

common.hH A D12-Aug-20031.4 KiB4519

dct64_i386.cH A D12-Aug-20039.5 KiB326259

dct64_i386.hH A D12-Aug-2003910 285

decode_i386.cH A D12-Aug-20036.1 KiB289234

decode_i386.hH A D08-Aug-2003978 286

encoder.hH A D12-Aug-20033.3 KiB13734

huffman.hH A D12-Aug-200315.7 KiB333299

interface.cH A D18-Jan-200514.7 KiB708487

interface.hH A D08-Aug-20031.3 KiB5122

l2tables.hH A D29-Mar-20028.3 KiB155142

lame-analysis.hH A D29-Mar-20022.6 KiB9155

lame.hH A D12-Aug-200331.3 KiB850312

layer1.cH A D29-Mar-20024.2 KiB171139

layer1.hH A D29-Mar-2002920 254

layer2.cH A D29-Mar-20029 KiB310257

layer2.hH A D29-Mar-20021.2 KiB4214

layer3.cH A D12-Aug-200344.1 KiB1,7131,402

layer3.hH A D08-Aug-2003938 286

machine.hH A D08-Aug-20033.8 KiB16487

mpg123.hH A D08-Aug-20032.6 KiB136102

mpglib.hH A D08-Aug-20031.2 KiB5847

tabinit.cH A D12-Aug-20034.6 KiB124111

tabinit.hH A D12-Aug-2003954 317

README

1MP3 library
2-----------
3Version 0.2a
4
5--some modifications made by Glen Sawyer for use with MP3Gain.
6--In particular, I changed it so that these routines pass back
7--the raw double decoded values instead of rounding (and clipping)
8--them to 16-bit integers.
9
10This decoder is a 'light' version (thrown out all unnecessay parts)
11from the mpg123 package. I made this for a company.
12
13Currently only Layer3 is enabled to save some space. Layer1,2 isn't
14tested at all. The interface will not change significantly.
15A backport to the mpg123 package is planed.
16
17compiled and tested only on Solaris 2.6
18main.c contains a simple demo application for library.
19
20COPYING: you may use this source under LGPL terms!
21  (Yes, I switched to LGPL for the _mpglib_ part!)
22
23PLEASE NOTE: This software may contain patented algorithms (at least
24  patented in some countries). It may be not allowed to sell/use products
25  based on this source code in these countries. Check this out first!
26
27COPYRIGHT of MP3 music:
28  Please note, that the duplicating of copyrighted music without explicit
29  permission violates the rights of the owner.
30
31SENDING PATCHES:
32  The current version is under LGPL. Please consider this when sending patches or
33  changes. I also want to have the freedom to sell the code to companies that
34  cannot or do not want to use the code under LGPL. So, if you send me
35  significant patches, I need your explicit permission to do this. Of course,
36  there will always be the LGPLed open source version of the 100% same code.
37  In the case you cannot accept this: the code is free, it's your freedom
38  to distribute your changes again under LGPL.
39
40FEEDBACK:
41  I'm interessted to here from you, when you use this package as part
42  of another project.
43
44
45