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

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.