Ronald G. Minnich 76c5cd10c5 fixfmt: fix all usages of %u so that u is a type, not a modifier 8 년 전
..
README 492daa80aa Plan 9 from Bell Labs 2007-11-28 16 년 전
VbrTag.c 1ad29d2ba5 Convert all int8_t back to char 9 년 전
VbrTag.h 25de748849 GNU General Public License 9 년 전
bitstream.c 25de748849 GNU General Public License 9 년 전
bitstream.h 25de748849 GNU General Public License 9 년 전
brhist.h 25de748849 GNU General Public License 9 년 전
encoder.c 25de748849 GNU General Public License 9 년 전
encoder.h 25de748849 GNU General Public License 9 년 전
fft.c a70b8e9158 update all the types to the standard types. 9 년 전
fft.h 25de748849 GNU General Public License 9 년 전
get_audio.c 76c5cd10c5 fixfmt: fix all usages of %u so that u is a type, not a modifier 6 년 전
get_audio.h 25de748849 GNU General Public License 9 년 전
id3tag.c 1ad29d2ba5 Convert all int8_t back to char 9 년 전
id3tag.h 25de748849 GNU General Public License 9 년 전
l3side.h 25de748849 GNU General Public License 9 년 전
lame-analysis.h 25de748849 GNU General Public License 9 년 전
lame.c a70b8e9158 update all the types to the standard types. 9 년 전
lame.h 25de748849 GNU General Public License 9 년 전
lameerror.h 25de748849 GNU General Public License 9 년 전
lametime.c 25de748849 GNU General Public License 9 년 전
lametime.h 25de748849 GNU General Public License 9 년 전
machine.h 25de748849 GNU General Public License 9 년 전
main.c 1ad29d2ba5 Convert all int8_t back to char 9 년 전
main.h 25de748849 GNU General Public License 9 년 전
memory.h 25de748849 GNU General Public License 9 년 전
mkfile d3428530fa Plan 9 from Bell Labs 2009-07-08 15 년 전
mpglib_interface.c 1ad29d2ba5 Convert all int8_t back to char 9 년 전
newmdct.c 25de748849 GNU General Public License 9 년 전
newmdct.h 25de748849 GNU General Public License 9 년 전
parse.c 1ad29d2ba5 Convert all int8_t back to char 9 년 전
parse.h 25de748849 GNU General Public License 9 년 전
pcm.c a70b8e9158 update all the types to the standard types. 9 년 전
pcm.h 25de748849 GNU General Public License 9 년 전
portableio.c 1ad29d2ba5 Convert all int8_t back to char 9 년 전
portableio.h 25de748849 GNU General Public License 9 년 전
psymodel.c 25de748849 GNU General Public License 9 년 전
psymodel.h 25de748849 GNU General Public License 9 년 전
quantize.c 25de748849 GNU General Public License 9 년 전
quantize.h 25de748849 GNU General Public License 9 년 전
quantize_pvt.c 25de748849 GNU General Public License 9 년 전
quantize_pvt.h 25de748849 GNU General Public License 9 년 전
reservoir.c 25de748849 GNU General Public License 9 년 전
reservoir.h 25de748849 GNU General Public License 9 년 전
set_get.c 25de748849 GNU General Public License 9 년 전
tables.c 1ad29d2ba5 Convert all int8_t back to char 9 년 전
tables.h 25de748849 GNU General Public License 9 년 전
takehiro.c 25de748849 GNU General Public License 9 년 전
testcase.mp3 492daa80aa Plan 9 from Bell Labs 2007-11-28 16 년 전
testcase.wav 492daa80aa Plan 9 from Bell Labs 2007-11-28 16 년 전
timestatus.c 1ad29d2ba5 Convert all int8_t back to char 9 년 전
timestatus.h 25de748849 GNU General Public License 9 년 전
tools.c 25de748849 GNU General Public License 9 년 전
tools.h 25de748849 GNU General Public License 9 년 전
util.c 1ad29d2ba5 Convert all int8_t back to char 9 년 전
util.h 25de748849 GNU General Public License 9 년 전
vbrquantize.c 25de748849 GNU General Public License 9 년 전
version.c 25de748849 GNU General Public License 9 년 전
version.h 25de748849 GNU General Public License 9 년 전
vorbis_interface.c 25de748849 GNU General Public License 9 년 전

README

This is LAME 3.88 from www.mp3dev.org,
stripped down for Plan 9.

-rsc

=============================================
LAME 3.xx
LAME Ain't an MP3 Encoder
http://www.mp3dev.org
March 2001

Originally developed by Mike Cheng (www.uq.net.au/~zzmcheng). Now
maintained by Mark Taylor (www.sulaco.org/mp3).

This code is distributed under the GNU LESSER PUBLIC LICENSE
(LGPL, see www.gnu.org) with the following modification:

1. If you determine that distribution of LAME requires a patent license,
and you obtain a patent license, you may distribute LAME even though
redistribution of LAME may also require a patent license.

2. You agree not to enforce any patent claims for any aspect of
MPEG audio compression, or any other techniques contained in
the LAME source code.


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

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.
The HTML docs were contributed by Gabriel Bouvigne (www.mp3tech.org).
See www.mp3tech.org for more audio compression information and links.

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

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,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.