-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathreadme.txt
158 lines (112 loc) · 4.58 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
The Core Pocket Media Player
1) Homepage
-----------
http://www.tcpmp.com
2) Authors
----------
- Player engine
Copyright (C) 2004-2006 Gabor Kovacs <[email protected]>
- Ogg Vorbis Tremor
Copyright (c) 2002, Xiph.org Foundation
- libmad - MPEG audio decoder library
Copyright (C) 2000-2004 Underbit Technologies, Inc.
- liba52
Copyright (C) 2000-2003 Michel Lespinasse <[email protected]>
Copyright (C) 1999-2000 Aaron Holtzman <[email protected]>
- libfaad - FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
- MatroskaParser
Copyright (c) 2004-2005 Mike Matsnev
- zlib data compression
Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler
- Portable Musepack decoder (as separate plugin)
http://www.musepack.net
- FFmpeg library
Copyright (c) 2000-2005 The FFmpeg Project.
- Intel 2700G SDK headers
Copyright (c) 2004, Intel Corporation
- Mobile Stream Rotation extension headers
Copyright (c) 2005 Mobile Stream (http://www.mobile-stream.com)
- MikMod sound library
Copyright (c) 1998, 1999, 2002 Miodrag Vallat and others - see file AUTHORS for complete list.
- CoreTheque
Copyright (c) 2005 Steve Lhomme
- libFLAC - Free Lossless Audio Codec library
Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson
- TTA Hardware Players Library
Copyright (c) 2004 True Audio Software. All rights reserved.
- WAVPACK
Copyright (c) 1998-2004 Conifer Software. All rights reserved.
- CoreASP
Copyright (C) 2004-2006 Gabor Kovacs <[email protected]>
- CoreAVC
Copyright (C) 2004-2006 Gabor Kovacs <[email protected]>
- CoreMP3
Copyright (C) 2004-2006 Gabor Kovacs <[email protected]>
Special thanks for these project - used as reference:
- PocketMVP
- FFmpeg
- XviD
- The Magic Lantern
3) Licensing
------------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
4) Latest version
-----------------
You can export or checkout the latest version with
SubVersion (http://subversion.tigris.org) from the repository:
http://svn.corecodec.org/tcpmp/trunk
4) WinCE Compiling Info
-----------------
What you need for compiling:
* eMbedded Visual C++ 4.0 (+SP4) (http://download.microsoft.com)
additionaly for AMR decoder:
* AMR reference code from:
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-610.zip
http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-600.zip
additionaly for x86 or emulator build:
* nasm - The Netwide Assembler (http://nasm.sourceforge.net)
additionaly for batch building (build.bat) you need:
* eMbedded Visual Tools 3.0 - 2002 Edition (EVC3)
* GCC ARM cross compiler (see crossgcc.txt)
* Smartphone 2002 SDK (included in EVC3)
* EZSETUP (http://www.spbsoftwarehouse.com/products/ezsetup/?en)
* UPX (http://upx.sourceforge.net/)
* tar,zip
For the release version I use a special mixture enviroment
to get the best code. I use EVC3 with armasm.exe from EVC4 (wce420\bin)
and GCC ARM cross compiler for some codec parts.
EVC compiling settings (if project files are recreated)
* warning level 1
* for release: optimizations = maximize speed (except MIPS common.dll which should be default!)
* for dlls define: <NAME>_EXPORTS
* check 'changelog' in library directoies for other defines
* insert '../' before output file name for all player projects
* linker: /stack:0x20000
5) Palm Compiling info
----------------------
For the non plugin version (Makefile) you will need the
official prc-tools, pilrc, make, gcc packages (gcc needed to compile some
tools helping compilation on desktop)
Additionally for the official plugin version (Makeplugin)
you need a modified gcc. Check cross-compile subdirectory
for details and binutils,gcc patches.
Additionally required tools:
Palm OS SDK from PalmSource
http://www.palmos.com/dev/tools/core.html
(minimum version 5r4)
palmOne SDK from palmOne (have to sign in to PluggedIn member area)
(minimum version 4.3)
Sony CLIE SDK
http://www.palm.projekt-base.de/wiki/cgi-bin/wiki.cgi?ClieDeveloper/Sony_SDK5
(minimum version 50e)
AMR reference code from:
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-610.zip
http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-600.zip