annotate tremor/FILES @ 15533:ddf15d233d58

Do not switch to audio tracks whose codec private data differs from the main audio track's as this will most likely result in messed up audio output. Patch by Michael Behrisch <list () behrisch ! de>
author mosu
date Sat, 21 May 2005 06:50:08 +0000
parents e891ff7a7b6c
children e9437f0553d1
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 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
c899845eb030 more information about source files
henry
parents:
diff changeset
25
c899845eb030 more information about source files
henry
parents:
diff changeset
26 Dec 2004 SVN Trunk:
c899845eb030 more information about source files
henry
parents:
diff changeset
27 ------------------
c899845eb030 more information about source files
henry
parents:
diff changeset
28 asm_arm.h
c899845eb030 more information about source files
henry
parents:
diff changeset
29 COPYING
c899845eb030 more information about source files
henry
parents:
diff changeset
30 floor0.c
c899845eb030 more information about source files
henry
parents:
diff changeset
31 floor1.c
c899845eb030 more information about source files
henry
parents:
diff changeset
32 mdct.c
c899845eb030 more information about source files
henry
parents:
diff changeset
33 mdct.h
c899845eb030 more information about source files
henry
parents:
diff changeset
34 mdct_lookup.h
c899845eb030 more information about source files
henry
parents:
diff changeset
35 misc.h
c899845eb030 more information about source files
henry
parents:
diff changeset
36 os_types.h
c899845eb030 more information about source files
henry
parents:
diff changeset
37 window.c
c899845eb030 more information about source files
henry
parents:
diff changeset
38 window.h
c899845eb030 more information about source files
henry
parents:
diff changeset
39 window_lookup.h
c899845eb030 more information about source files
henry
parents:
diff changeset
40
15250
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
41 libogg 1.1.2:
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
42 ------------
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
43 bitwise.c
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
44 framing.c
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
45 ogg.h
e891ff7a7b6c update to libogg 1.1.2 (needed for Theora)
henry
parents: 14414
diff changeset
46
14414
c899845eb030 more information about source files
henry
parents:
diff changeset
47 Additional MPlayer-specific changes are contained in tremor.diff.
c899845eb030 more information about source files
henry
parents:
diff changeset
48 This file should be updated with each modification of the Tremor code.