comparison tremor/FILES @ 14414:c899845eb030

more information about source files
author henry
date Fri, 07 Jan 2005 13:22:37 +0000
parents
children e891ff7a7b6c
comparison
equal deleted inserted replaced
14413:509cc39e6142 14414:c899845eb030
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.