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

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.