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

..03-May-2022-

regress/H03-May-2022-542411

AUTHORSH A D12-May-200032 21

COPYINGH A D12-May-200017.6 KiB341281

INSTALLH A D02-Dec-20039 KiB230175

Makefile.amH A D19-Apr-2002208 126

Makefile.inH A D06-Nov-200421.5 KiB651567

NEWSH A D06-Nov-200442 42

READMEH A D06-Nov-2004950 2718

THANKSH A D12-May-2000237 64

TODOH A D01-Aug-20021.4 KiB3635

aclocal.m4H A D06-Nov-200438.6 KiB1,045900

build_frame_tab.cH A D26-Jun-20002.8 KiB11177

config.h.inH A D06-Nov-2004717 2919

configureH A D06-Nov-2004132.7 KiB4,4333,587

configure.inH A D06-Nov-2004751 3322

crc.cH A D19-Apr-20022.1 KiB10354

depcompH A D02-Dec-200313.4 KiB473299

getopt.cH A D12-May-200020.7 KiB745418

getopt.hH A D12-May-20004.3 KiB13048

getopt1.cH A D12-May-20004 KiB177116

id3.cH A D19-Apr-20024.5 KiB229159

inbuf.cH A D06-Nov-20044.6 KiB242168

inbuf.hH A D14-May-20002.1 KiB6428

install-shH A D02-Dec-20037 KiB295169

malint.cH A D25-Oct-200418.6 KiB787625

malint.hH A D19-Apr-20023.5 KiB11562

missingH A D02-Dec-200310 KiB337263

mkinstalldirsH A D02-Dec-20031.9 KiB11285

mpeg.cH A D17-May-20001 KiB345

mpeg.hH A D17-May-20002.9 KiB9347

mpg123.cH A D26-Jun-20007.5 KiB324227

mpg123.hH A D26-Jun-20002.3 KiB9148

strerror.cH A D12-May-20001 KiB4212

vbr.cH A D08-Jan-20022 KiB9353

vbr.hH A D14-May-20001.2 KiB4314

README

1  This is malint, an MPEG Audio stream validator.
2
3  It parses an MPEG audio stream and prints information about the
4stream and format violations it finds.
5
6  Many of the checks (and information outputs) can be enabled or
7disabled via command line switches.  Run `malint --help' for a list.
8
9  `malint -I' (--fast-info) only prints information that can be
10provided without reading (and parsing) the whole MPEG stream.
11
12  For generic installation instructions, see file `INSTALL'.
13
14  If you make a binary distribution, please include a pointer to the
15distribution site:
16        ftp.nih.at /pub/nih/malint
17        http://www.nih.at/malint
18
19  The latest version can always be found there and on the backup sites:
20        ftp.giga.or.at /pub/nih/malint
21        http://ftp.giga.or.at/pub/nih/malint
22
23        sunsite.univie.ac.at /pub/nih/malint
24        http://sunsite.univie.ac.at/pub/nih/malint
25
26  Mail suggestions and bug reports to <dillo@giga.or.at>.
27