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 bitwise.c
|
|
12 block.c
|
|
13 codebook.c
|
|
14 codebook.h
|
|
15 codec_internal.h
|
|
16 config_types.h
|
|
17 framing.c
|
|
18 info.c
|
|
19 ivorbiscodec.h
|
|
20 lsp_lookup.h
|
|
21 mapping0.c
|
|
22 ogg.h
|
|
23 os.h
|
|
24 registry.c
|
|
25 registry.h
|
|
26 res012.c
|
|
27 sharedbook.c
|
|
28
|
|
29 Dec 2004 SVN Trunk:
|
|
30 ------------------
|
|
31 asm_arm.h
|
|
32 COPYING
|
|
33 floor0.c
|
|
34 floor1.c
|
|
35 mdct.c
|
|
36 mdct.h
|
|
37 mdct_lookup.h
|
|
38 misc.h
|
|
39 os_types.h
|
|
40 window.c
|
|
41 window.h
|
|
42 window_lookup.h
|
|
43
|
|
44 Additional MPlayer-specific changes are contained in tremor.diff.
|
|
45 This file should be updated with each modification of the Tremor code.
|