OSDN Git Service

update README
[android-x86/external-stagefright-plugins.git] / README
1 ================================================================================
2 Stagefright Plugins for Android
3 ================================================================================
4
5 1. Enhance the Android multimedia framework providing additional Plugins for
6    user interaction
7 2. FFmpeg provides demuxers and av codecs;
8 3. SDL provides basic library: thread, mutex, and timer, but all of sdl should 
9    be removed;
10 4. NamExtractor is a extractor plugin, it would be loaded by Stagefright when 
11    Stagefright started.
12 5. NamExtractor will load FFmpegExtractor, MplayerExtractor and VLCExtractor.
13    but only FFmpegExtractor is implemented now.
14 6. FFmpegExtractor is the reference to "ffmpeg/ffplay" to achieve. 
15
16 ================================================================================
17 Why is named nam?
18 ================================================================================
19
20 Namtso, or Lake Nam, is one of the three holy lakes in Tibet Autonomous Region
21 and should not be missed by any traveler to Tibet. In Tibetan, Namtso means
22 "Heavenly Lake." It is famous for its high altitude and imposing scenery.
23
24 I used to travel there in 2011 Sep.
25
26 ================================================================================
27 Requirements
28 ================================================================================
29
30 CyanogenMod 9.x (Ice Cream Sandwich)
31 http://wiki.cyanogenmod.com/wiki/Galaxy_Nexus_(GSM):_Compile_CyanogenMod_(Linux)
32
33 FFMPEG-0.12
34 http://ffmpeg.org
35
36 SDL-1.3.0
37 http://www.libsdl.org/tmp
38
39 ================================================================================
40  How to build
41 ================================================================================
42
43 ================================================================================
44  Additional documentation
45 ================================================================================
46
47 ================================================================================
48  Known issues
49 ================================================================================
50
51 If you need help with the library, or just want to discuss nam related issues, 
52 you can contact me: Michael Chen (omxcodec@gmail.com)
53