搜索资源列表
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
tsdecoder
- TS流解码代码及JAVA JNI封装,可供C/C++、JAVA调用,应用于各类智能手机及PC端-TS Decoder and java JNI realization
libh264-android
- android上的h264解码器,可以通过JNI,应用层对h264数据进行解码-h264 decoder for android according to the jni interface to java
FFMPEGAndroid
- 在linux系统下安装eclipse,并导入NDK编译器,编写android.mk脚本文件。把ffmpeg移植到android,通过JNI为上层java提供接口-In the Linux system under eclipse installed, and import NDK compiler, compiling a android.mk scr ipt file. Porting ffmpeg to Android, through the JNI for the java interf
VideoEncode
- 在Eclipse环境下,通过jni,用NDK编译出来的H264格式的视频编码动态库,可用于java应用工程中。-In Eclipse environment, through the JNI, using NDK compiled H264 format video encoding dynamic library, can be used in Java application engineering.
AudioRecord
- 在Eclipse环境下,通过JNI,使用NDK编译出G729A音频格式的动态库,可用于JAVA应用工程中。-In the Eclipse environment, through the JNI, the use of NDK to compile the G729A audio format of the dynamic library, can be used in JAVA application engineering.
