5 Just the Dist10 source code with all LayerI/III removed.
7 removed:l3bitstream-pvt.h
23 removed all functions from encode.c and common.c with the prefix "I_".
25 in musicin.c/main() Removed references to layer1 and layer3 in switch statements.
27 Cosmetic changes to : frame output in musicin.c/main()
30 Cleaned up header files of most superfluous stuff.
31 Changed most of the function args from K&R to ANSI.
32 Changed compile options to -Wall -ansi -pedantic to keep me coding on the
36 So much junk in the header files. Still being removed.
37 removed all references to 'lay' as only have lay=2
38 removed tables that we don't need.
39 changed all printf's to fprintf(stderr,) [except for usage() which still goes to stdout]
42 psy.c cleaned up the memory a little so that more of it is explicitly freed on exit.
43 ditched the 'II_' in front of all the routines.
44 started renaming variables in some sort of scheme.. much more to come.
45 absthr table files are now in the file absthr.h and included in the exe.
48 tweaked the absthr table code for psycho_two
49 tonal.c: critbands.h replaces tables/2cb?
50 tonal.c: freqtable.h replaces tables/2th?
51 encode.c: enwindow.h replaces tables/enwindow
52 common.c: alloc.h replaces tables/alloc_?
53 woohoo: All tables in exe.
56 Removed a whoooooole heap of unused functions