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 Requirements
18 ================================================================================
19
20 CyanogenMod 9.x (Ice Cream Sandwich)
21 http://wiki.cyanogenmod.com/wiki/Galaxy_Nexus_%28GSM%29:_Compile_CyanogenMod_%28Linux%29
22
23 FFMPEG-0.12
24 http://ffmpeg.org
25
26 SDL-1.3.0
27 http://www.libsdl.org/tmp
28
29 ================================================================================
30  How to build
31 ================================================================================
32
33 ================================================================================
34  Additional documentation
35 ================================================================================
36
37 ================================================================================
38  Known issues
39 ================================================================================
40
41 If you need help with the library, or just want to discuss nam related issues, 
42 you can contact me: Michael Chen (omxcodec@gmail.com),
43