14414
|
1 On the origin of the files:
|
|
2 ==========================
|
|
3
|
|
4 The code is a mixture of Tremor 1.0 code (API, parser, part of math
|
|
5 code) and December 2004 Trunk fetched from xiph.org's Subversion
|
|
6 (mostly math).
|
|
7
|
|
8 1.0 Release:
|
|
9 -----------
|
|
10 backends.h
|
|
11 block.c
|
|
12 codebook.c
|
|
13 codebook.h
|
|
14 codec_internal.h
|
|
15 config_types.h
|
|
16 info.c
|
|
17 ivorbiscodec.h
|
|
18 lsp_lookup.h
|
|
19 mapping0.c
|
|
20 os.h
|
|
21 registry.c
|
|
22 registry.h
|
|
23 res012.c
|
|
24 sharedbook.c
|
|
25
|
|
26 Dec 2004 SVN Trunk:
|
|
27 ------------------
|
|
28 asm_arm.h
|
|
29 COPYING
|
|
30 floor0.c
|
|
31 floor1.c
|
|
32 mdct.c
|
|
33 mdct.h
|
|
34 mdct_lookup.h
|
|
35 misc.h
|
|
36 os_types.h
|
|
37 window.c
|
|
38 window.h
|
|
39 window_lookup.h
|
|
40
|
15250
|
41 libogg 1.1.2:
|
|
42 ------------
|
|
43 bitwise.c
|
|
44 framing.c
|
|
45 ogg.h
|
|
46
|
14414
|
47 Additional MPlayer-specific changes are contained in tremor.diff.
|
|
48 This file should be updated with each modification of the Tremor code.
|