annotate tremor/FILES @ 23597:8611e46ef592

r23504: -lavdopts threads is only implemented for mpeg[12] r23528: x264 no longer defaults to qp=26. r23530: Teletext support for tv:// (v4l and v4l2 only) r23548: give an example of -menu-chroot usage r23549: refine the example of -menu-chroot yet more r23561: add missing IDCT algothim, as defined in libavcodec/avcodec.h r23580: misc small fixes r23588: The audio balance feature implemented with af_pan. r23593: Revert r23530. r23609: Document the effect of -really-quiet on gmplayer.
author voroshil
date Sun, 24 Jun 2007 03:28:46 +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.