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

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.