• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ACM/H03-May-2022-12,1367,537

Dll/H13-Oct-2017-3,2412,365

debian/H07-May-2022-860659

doc/H13-Oct-2017-2,8792,525

dshow/H03-May-2022-6,0834,225

frontend/H13-Oct-2017-12,3319,222

include/H13-Oct-2017-2,4831,520

libmp3lame/H03-May-2022-32,36623,411

mac/H03-May-2022-678530

macosx/H13-Oct-2017-2,1811,919

misc/H03-May-2022-4,8173,684

mpglib/H13-Oct-2017-7,0765,281

vc_solution/H13-Oct-2017-6,4926,394

APIH A D12-Jun-20023.6 KiB10867

COPYINGH A D10-Oct-200524.7 KiB482399

ChangeLogH A D13-Oct-2017898.3 KiB40,60222,864

DEFINESH A D07-Feb-2003940 4632

HACKINGH A D15-Aug-20173.9 KiB12283

INSTALLH A D15-Aug-20176.8 KiB195133

INSTALL.configureH A D18-Sep-20007.6 KiB184143

LICENSEH A D15-Aug-2017487 149

Makefile.MSVCH A D29-Jan-201617.4 KiB706427

Makefile.amH A D19-Jun-20121.7 KiB6542

Makefile.am.globalH A D29-Jan-2016165 84

Makefile.inH A D13-Oct-201727.4 KiB907788

Makefile.unixH A D29-Jan-201620 KiB669324

READMEH A D15-Aug-20171.7 KiB4531

README.WINGTKH A D15-Aug-20172.2 KiB6139

STYLEGUIDEH A D01-Nov-20006.8 KiB188134

TODOH A D15-Aug-20174.5 KiB13986

USAGEH A D15-Aug-201737.2 KiB969716

acinclude.m4H A D18-Jun-201210.6 KiB282261

aclocal.m4H A D15-Aug-2017431.6 KiB11,98110,919

compileH A D02-Jul-20177.2 KiB349259

config.guessH A D02-Jul-201742.3 KiB1,4341,241

config.h.inH A D15-Aug-20178.8 KiB372272

config.rpathH A D20-Apr-201118 KiB673569

config.subH A D02-Jul-201735.2 KiB1,8051,667

configMS.hH A D07-Feb-20122.7 KiB12173

configureH A D15-Aug-2017588 KiB20,18617,035

configure.inH A D15-Aug-201733.8 KiB1,2661,108

depcompH A D02-Jul-201723 KiB792502

install-shH A D02-Jul-201714.3 KiB502327

lame.batH A D14-Dec-20021.1 KiB4238

lame.specH A D13-Oct-20175.6 KiB189144

lame.spec.inH A D05-Apr-20085.7 KiB189147

ltmain.shH A D20-Jun-2017316.5 KiB11,1487,979

missingH A D02-Jul-20176.7 KiB216143

README

1                      LAME 3.xx
2               LAME Ain't an MP3 Encoder
3                  http://lame.sf.net
4	                  May 2011
5
6Originally developed by Mike Cheng (www.uq.net.au/~zzmcheng) and was
7latter developed by Mark Taylor (www.mp3dev.org). Currently maintained
8by The LAME Project.
9
10This code is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
11(LGPL, see www.gnu.org), version 2.
12
13As LAME may contain software for which some companies may claim software
14patents, if you are in a location where software patents are recognized, it is
15suggested that you seek legal advice before deploying and/or redistributing
16LAME.
17
18In particular, it is suggested to visit
19
20    http://www.mp3licensing.com/
21
22if it applies to your jurisdiction.
23
24============================================================================
25
26see the file "INSTALL" for installation (compiling) instructions.
27see the file "USAGE" for the most up-to-date guide to the command line options.
28see the file "LICENSE" for details on how to use LAME in non-GPL programs.
29see the file "HACKING" if you are interested in working on LAME
30see the file "API" for details of the LAME encoding library API
31
32There is HTML documentation and a man page in the doc directory.
33
34============================================================================
35
36LAME uses the MPGLIB decoding engine, from the mpg123 package, written
37by: Michael Hipp (www.mpg123.de) MPGLIB is released under the GPL.
38
39Copyrights (c) 1999-2011 by The LAME Project
40Copyrights (c) 1999,2000,2001 by Mark Taylor
41Copyrights (c) 1998 by Michael Cheng
42Copyrights (c) 1995,1996,1997 by Michael Hipp: mpglib
43
44As well as additional copyrights as documented in the source code.
45

README.WINGTK

1       Installation notes on MP3X (the LAME frame analyzer) for WIN32
2
3===========================================================================
4Document History:
5===========================================================================
6
7Initial version by Albert Faber, March 30, 2000
8
9Update by Albert Faber (Sept 07 2000), changed instructions
10to compile with latest glib/gtk libraries.
11
12Update by Albert Faber (Sept 07 2000), changed instructions
13to compile with latest glib/gtk libraries.
14
15Update by Albert Faber (Oct 20 2000), small adaptions to be conform
16the new lame directory structure.
17
18Update by Gabriel Bouvigne (Jan 07 2004), changes to be conform to the
19VC6 worspace structure.
20
21Update by Gabriel Bouvigne (Nov 11 2006), changes to be conform to the
22VC8 worspace structure. Tested with gtk+-dev-1.3.0-20030115 and glib-dev-2.12.4
23
24
25===========================================================================
26How to compile the MP3 frame analyzer (MP3x):
27===========================================================================
28
29You first need to get hold of the latest GTK and GLIB include files and lib
30files. You can download them freely from the WINGTK project WEB site.
31(see http://www.gtk.org, and click on the WINGTK link.)
32
33Download: glib-dev-VERSION.zip, gtk+-dev-VERSION.zip and extralibs-dev-VERSION.zip
34where VERSION indicates the release data, so it will look something like 20000805
35
36unzip all three zip files in a WinGTK subdirectory, which is created from the lame
37analyzer directory (for example, D:\CVS\lame\WinGtk)
38
39You will end up with the following directory tree
40  D:\CVS\lame\analyzer\WinGtk\src\glib
41  D:\CVS\lame\analyzer\WinGtk\src\gtk+\glib
42  D:\CVS\lame\analyzer\WinGtk\src\gtk+
43
44Set Mp3x as your current active project, recompile everything, and you're done.
45
46===========================================================================
47How to run and use the MP3 Frame analyzer
48===========================================================================
49
50To run MP3x.exe, you need the GTK DLL files: Either instal them on your system,
51or put them in the same directory mp3x.exe resides.
52
53
54Example:
55mp3x.exe myfile
56
57myfile can be a mp3 file, or a wav file.
58
59
60                                === End of Document ===
61