bzt 244e86e116 Initial commit 1 anno fa
..
COPYING 244e86e116 Initial commit 1 anno fa
LICENSE 244e86e116 Initial commit 1 anno fa
README 244e86e116 Initial commit 1 anno fa
VbrTag.c 244e86e116 Initial commit 1 anno fa
VbrTag.h 244e86e116 Initial commit 1 anno fa
bitstream.c 244e86e116 Initial commit 1 anno fa
bitstream.h 244e86e116 Initial commit 1 anno fa
config.h 244e86e116 Initial commit 1 anno fa
encoder.c 244e86e116 Initial commit 1 anno fa
encoder.h 244e86e116 Initial commit 1 anno fa
fft.c 244e86e116 Initial commit 1 anno fa
fft.h 244e86e116 Initial commit 1 anno fa
gain_analysis.c 244e86e116 Initial commit 1 anno fa
gain_analysis.h 244e86e116 Initial commit 1 anno fa
id3tag.c 244e86e116 Initial commit 1 anno fa
id3tag.h 244e86e116 Initial commit 1 anno fa
l3side.h 244e86e116 Initial commit 1 anno fa
lame-analysis.h 244e86e116 Initial commit 1 anno fa
lame.c 244e86e116 Initial commit 1 anno fa
lame.h 244e86e116 Initial commit 1 anno fa
lame_global_flags.h 244e86e116 Initial commit 1 anno fa
lameerror.h 244e86e116 Initial commit 1 anno fa
machine.h 244e86e116 Initial commit 1 anno fa
mpglib_interface.c 244e86e116 Initial commit 1 anno fa
newmdct.c 244e86e116 Initial commit 1 anno fa
newmdct.h 244e86e116 Initial commit 1 anno fa
presets.c 244e86e116 Initial commit 1 anno fa
psymodel.c 244e86e116 Initial commit 1 anno fa
psymodel.h 244e86e116 Initial commit 1 anno fa
quantize.c 244e86e116 Initial commit 1 anno fa
quantize.h 244e86e116 Initial commit 1 anno fa
quantize_pvt.c 244e86e116 Initial commit 1 anno fa
quantize_pvt.h 244e86e116 Initial commit 1 anno fa
reservoir.c 244e86e116 Initial commit 1 anno fa
reservoir.h 244e86e116 Initial commit 1 anno fa
set_get.c 244e86e116 Initial commit 1 anno fa
set_get.h 244e86e116 Initial commit 1 anno fa
tables.c 244e86e116 Initial commit 1 anno fa
tables.h 244e86e116 Initial commit 1 anno fa
takehiro.c 244e86e116 Initial commit 1 anno fa
util.c 244e86e116 Initial commit 1 anno fa
util.h 244e86e116 Initial commit 1 anno fa
vbrquantize.c 244e86e116 Initial commit 1 anno fa
vbrquantize.h 244e86e116 Initial commit 1 anno fa
version.c 244e86e116 Initial commit 1 anno fa
version.h 244e86e116 Initial commit 1 anno fa

README

Comments by bzt: removed autoconf, replaced with a brainfuck simple Makefile.
Also fixed some include issues, lots of macro and casting issues and two
buffer overflows in quantize.c...

Original readme follows:

------------------------------------------------------------------------------

LAME 3.xx
LAME Ain't an MP3 Encoder
http://lame.sf.net
May 2011

Originally developed by Mike Cheng (www.uq.net.au/~zzmcheng) and was
latter developed by Mark Taylor (www.mp3dev.org). Currently maintained
by The LAME Project.

This code is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
(LGPL, see www.gnu.org), version 2.

As LAME may contain software for which some companies may claim software
patents, if you are in a location where software patents are recognized, it is
suggested that you seek legal advice before deploying and/or redistributing
LAME.

In particular, it is suggested to visit

http://www.mp3licensing.com/

if it applies to your jurisdiction.

============================================================================

see the file "INSTALL" for installation (compiling) instructions.
see the file "USAGE" for the most up-to-date guide to the command line options.
see the file "LICENSE" for details on how to use LAME in non-GPL programs.
see the file "HACKING" if you are interested in working on LAME
see the file "API" for details of the LAME encoding library API

There is HTML documentation and a man page in the doc directory.

============================================================================

LAME uses the MPGLIB decoding engine, from the mpg123 package, written
by: Michael Hipp (www.mpg123.de) MPGLIB is released under the GPL.

Copyrights (c) 1999-2011 by The LAME Project
Copyrights (c) 1999,2000,2001 by Mark Taylor
Copyrights (c) 1998 by Michael Cheng
Copyrights (c) 1995,1996,1997 by Michael Hipp: mpglib

As well as additional copyrights as documented in the source code.