annotate tremor/FILES @ 14414:c899845eb030

more information about source files
author henry
date Fri, 07 Jan 2005 13:22:37 +0000
parents
children e891ff7a7b6c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14414
c899845eb030 more information about source files
henry
parents:
diff changeset
1 On the origin of the files:
c899845eb030 more information about source files
henry
parents:
diff changeset
2 ==========================
c899845eb030 more information about source files
henry
parents:
diff changeset
3
c899845eb030 more information about source files
henry
parents:
diff changeset
4 The code is a mixture of Tremor 1.0 code (API, parser, part of math
c899845eb030 more information about source files
henry
parents:
diff changeset
5 code) and December 2004 Trunk fetched from xiph.org's Subversion
c899845eb030 more information about source files
henry
parents:
diff changeset
6 (mostly math).
c899845eb030 more information about source files
henry
parents:
diff changeset
7
c899845eb030 more information about source files
henry
parents:
diff changeset
8 1.0 Release:
c899845eb030 more information about source files
henry
parents:
diff changeset
9 -----------
c899845eb030 more information about source files
henry
parents:
diff changeset
10 backends.h
c899845eb030 more information about source files
henry
parents:
diff changeset
11 bitwise.c
c899845eb030 more information about source files
henry
parents:
diff changeset
12 block.c
c899845eb030 more information about source files
henry
parents:
diff changeset
13 codebook.c
c899845eb030 more information about source files
henry
parents:
diff changeset
14 codebook.h
c899845eb030 more information about source files
henry
parents:
diff changeset
15 codec_internal.h
c899845eb030 more information about source files
henry
parents:
diff changeset
16 config_types.h
c899845eb030 more information about source files
henry
parents:
diff changeset
17 framing.c
c899845eb030 more information about source files
henry
parents:
diff changeset
18 info.c
c899845eb030 more information about source files
henry
parents:
diff changeset
19 ivorbiscodec.h
c899845eb030 more information about source files
henry
parents:
diff changeset
20 lsp_lookup.h
c899845eb030 more information about source files
henry
parents:
diff changeset
21 mapping0.c
c899845eb030 more information about source files
henry
parents:
diff changeset
22 ogg.h
c899845eb030 more information about source files
henry
parents:
diff changeset
23 os.h
c899845eb030 more information about source files
henry
parents:
diff changeset
24 registry.c
c899845eb030 more information about source files
henry
parents:
diff changeset
25 registry.h
c899845eb030 more information about source files
henry
parents:
diff changeset
26 res012.c
c899845eb030 more information about source files
henry
parents:
diff changeset
27 sharedbook.c
c899845eb030 more information about source files
henry
parents:
diff changeset
28
c899845eb030 more information about source files
henry
parents:
diff changeset
29 Dec 2004 SVN Trunk:
c899845eb030 more information about source files
henry
parents:
diff changeset
30 ------------------
c899845eb030 more information about source files
henry
parents:
diff changeset
31 asm_arm.h
c899845eb030 more information about source files
henry
parents:
diff changeset
32 COPYING
c899845eb030 more information about source files
henry
parents:
diff changeset
33 floor0.c
c899845eb030 more information about source files
henry
parents:
diff changeset
34 floor1.c
c899845eb030 more information about source files
henry
parents:
diff changeset
35 mdct.c
c899845eb030 more information about source files
henry
parents:
diff changeset
36 mdct.h
c899845eb030 more information about source files
henry
parents:
diff changeset
37 mdct_lookup.h
c899845eb030 more information about source files
henry
parents:
diff changeset
38 misc.h
c899845eb030 more information about source files
henry
parents:
diff changeset
39 os_types.h
c899845eb030 more information about source files
henry
parents:
diff changeset
40 window.c
c899845eb030 more information about source files
henry
parents:
diff changeset
41 window.h
c899845eb030 more information about source files
henry
parents:
diff changeset
42 window_lookup.h
c899845eb030 more information about source files
henry
parents:
diff changeset
43
c899845eb030 more information about source files
henry
parents:
diff changeset
44 Additional MPlayer-specific changes are contained in tremor.diff.
c899845eb030 more information about source files
henry
parents:
diff changeset
45 This file should be updated with each modification of the Tremor code.