Welcome![Sign In][Sign Up]
Location:
Downloads Documents Software Engineering
Title: H264Android Download
 Description: H264 decoder source code, porting the H264 decoding ffmpeg to Android, depth of cut optimization, in the simulator (320x480) is verified. Program using jni architecture. Part of the interface, file read, the video display is made ​ with java, the underlying video decoding using C do meet the speed requirements. In this version, from the H264 stream is segmented Nal java layer do so directly call the java layer decoding know whether displaying video, the disadvantage is that the degree of coupling/encapsulation almost. If you do use the underlying Nal segmentation method, you can get some good-looking package, but every time there is limited data to send, if sending too much data, the underlying may decode several time-frame video, but can only display notifications to the UI layer one, resulting in dropped frames phenomenon. If you send less data each time, there will be many times the underlying call no substantial decoding, a small gas practice, such a frame requ
 Downloaders recently: [More information of uploader caojin]
 To Search:
File list (Check if you may need any files):
 

H264Android
...........\.classpath
...........\.project
...........\AndroidManifest.xml
...........\Application.mk
...........\FAQ.txt
...........\assets
...........\bin
...........\...\H264Android.apk
...........\...\classes.dex
...........\...\h264
...........\...\....\com
...........\...\....\...\H264Android.class
...........\...\....\...\R$attr.class
...........\...\....\...\R$drawable.class
...........\...\....\...\R$layout.class
...........\...\....\...\R$string.class
...........\...\....\...\R.class
...........\...\....\...\VView.class
...........\...\resources.ap_
...........\default.properties
...........\gen
...........\...\h264
...........\...\....\com
...........\...\....\...\R.java
...........\jni
...........\...\Android.mk
...........\...\H264Android.c
...........\...\avcodec.h
...........\...\cabac.c
...........\...\cabac.h
...........\...\common.c
...........\...\common.h
...........\...\dsputil.c
...........\...\dsputil.h
...........\...\golomb.c
...........\...\golomb.h
...........\...\h264.c
...........\...\h264.h
...........\...\h264data.h
...........\...\h264utils.c
...........\...\main.c.old
...........\...\main.dsp.old
...........\...\mpegvideo.c
...........\...\mpegvideo.h
...........\libs
...........\....\armeabi
...........\....\.......\libH264Android.so
...........\res
...........\...\drawable-hdpi
...........\...\.............\icon.png
...........\...\drawable-ldpi
...........\...\.............\icon.png
...........\...\drawable-mdpi
...........\...\.............\icon.png
...........\...\layout
...........\...\......\main.xml
...........\...\values
...........\...\......\strings.xml
...........\src
...........\...\h264
...........\...\....\com
...........\...\....\...\H264Android.java
    

CodeBus www.codebus.net