annotate tremor/FILES @ 27319:09cf111f68b8

Revert to previous dependency checking behavior. Take included header files into account when generating dependency files. This has problems when header files are removed or renamed, but does not silently miscompile files.
author diego
date Sat, 26 Jul 2008 18:36:48 +0000
parents e9437f0553d1
children
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
19255
e9437f0553d1 Update upstream references, add a missing file
rtogni
parents: 15250
diff changeset
4 The code is a mixture of Tremor SVN Trunk r3989 (API, parser, part of math
14414
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
19255
e9437f0553d1 Update upstream references, add a missing file
rtogni
parents: 15250
diff changeset
8 SVN Trunk r3989:
14414
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 block.c
c899845eb030 more information about source files
henry
parents:
diff changeset
12 codebook.c
c899845eb030 more information about source files
henry
parents:
diff changeset
13 codebook.h
c899845eb030 more information about source files
henry
parents:
diff changeset
14 codec_internal.h
c899845eb030 more information about source files
henry
parents:
diff changeset
15 config_types.h
c899845eb030 more information about source files
henry
parents:
diff changeset
16 info.c
c899845eb030 more information about source files
henry
parents:
diff changeset
17 ivorbiscodec.h
c899845eb030 more information about source files
henry
parents:
diff changeset
18 lsp_lookup.h
c899845eb030 more information about source files
henry
parents:
diff changeset
19 mapping0.c
c899845eb030 more information about source files
henry
parents:
diff changeset
20 os.h
c899845eb030 more information about source files
henry
parents:
diff changeset
21 registry.c
c899845eb030 more information about source files
henry
parents:
diff changeset
22 registry.h
c899845eb030 more information about source files
henry
parents:
diff changeset
23 res012.c
c899845eb030 more information about source files
henry
parents:
diff changeset
24 sharedbook.c
19255
e9437f0553d1 Update upstream references, add a missing file
rtogni
parents: 15250
diff changeset
25 synthesis.c
14414
c899845eb030 more information about source files
henry
parents:
diff changeset
26
c899845eb030 more information about source files
henry
parents:
diff changeset
27 Dec 2004 SVN Trunk:
c899845eb030 more information about source files
henry
parents:
diff changeset
28 ------------------
c899845eb030 more information about source files
henry
parents:
diff changeset
29 asm_arm.h
c899845eb030 more information about source files
henry
parents:
diff changeset
30 COPYING
c899845eb030 more information about source files
henry
parents:
diff changeset
31 floor0.c
c899845eb030 more information about source files
henry
parents:
diff changeset
32 floor1.c
c899845eb030 more information about source files
henry
parents:
diff changeset
33 mdct.c
c899845eb030 more information about source files
henry
parents:
diff changeset
34 mdct.h
c899845eb030 more information about source files
henry
parents:
diff changeset
35 mdct_lookup.h
c899845eb030 more information about source files
henry
parents:
diff changeset
36 misc.h
c899845eb030 more information about source files
henry
parents:
diff changeset
37 os_types.h
c899845eb030 more information about source files
henry
parents:
diff changeset
38 window.c
c899845eb030 more information about source files
henry
parents:
diff changeset
39 window.h
c899845eb030 more information about source files
henry
parents:
diff changeset
40 window_lookup.h
c899845eb030 more information about source files
henry
parents:
diff changeset
41
15250
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
42 libogg 1.1.2:
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
43 ------------
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
44 bitwise.c
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
45 framing.c
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
46 ogg.h
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
47
14414
c899845eb030 more information about source files
henry
parents:
diff changeset
48 Additional MPlayer-specific changes are contained in tremor.diff.
c899845eb030 more information about source files
henry
parents:
diff changeset
49 This file should be updated with each modification of the Tremor code.