Use FFALIGN and FFMAX3
[mplayer/glamo.git] / tremor / FILES
blob9733e7a5a2d9f12d019ec411b845cfb2040fe5d9
1 On the origin of the files:
2 ==========================
4 The code is a mixture of Tremor SVN Trunk r3989 (API, parser, part of math
5 code) and December 2004 Trunk fetched from xiph.org's Subversion
6 (mostly math).
8 SVN Trunk r3989:
9 -----------
10 backends.h
11 block.c
12 codebook.c
13 codebook.h
14 codec_internal.h
15 config_types.h
16 info.c
17 ivorbiscodec.h
18 lsp_lookup.h
19 mapping0.c
20 os.h
21 registry.c
22 registry.h
23 res012.c
24 sharedbook.c
25 synthesis.c
27 Dec 2004 SVN Trunk:
28 ------------------
29 asm_arm.h
30 COPYING
31 floor0.c
32 floor1.c
33 mdct.c
34 mdct.h
35 mdct_lookup.h
36 misc.h
37 os_types.h
38 window.c
39 window.h
40 window_lookup.h
42 libogg 1.1.2:
43 ------------
44 bitwise.c
45 framing.c
46 ogg.h
48 Additional MPlayer-specific changes are contained in tremor.diff.
49 This file should be updated with each modification of the Tremor code.