搜索资源列表
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
AndroidCtroll
- 一些关于ffmpeg移植的教程,android上的播放器。-Some tutorial on ffmpeg transplantation, android player.
H264Android_CPP
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。-The H264 decoder source code, transplant ffmpeg' s H264 decoding part to Android, depth deletion of optimized and verified by simulator (320x480).
352x288
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,此为测试码流-The H264 decoder source code, transplant ffmpeg' s H264 decoding part to Android, depth deletion optimization, this is a test stream
xmt-FFMpeg
- 解决ffmpeg在android移植的问题,使之不依赖底层surface和audiotrack-Solve the problem of ffmpeg in android transplant, so that does not depend on the underlying surface and audiotrack
ffmpeg-2.1.4.android-bsac
- android ffmpeg 2.1.4 BSAC porting source code
android_ffplay
- Android ffmpeg视频播放器源代码,可以直接播放H264的视频流数据-Android ffmpeg vodeo player source, It can play h264 stream
安卓ffmpeg直播源码
- 基于FFMPEG开发的安卓直播源码,支持硬编码和软编码,以及FFMPEG解码播放(FFMPEG based Android live source code, support for hard coding and soft coding, as well as FFMPEG decoding playback)