搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
H264Android
- 实现Android摄像头视频的捕捉以及H.264压缩传输-Achieve Android camera video capture and H.264 compression and transmission
H264Android-264encode
- android上使用x264编码H264-android using x264 encoding H264
H264Android-264encode
- H264Android-264encode 源代码-H264Android-264encode source code
H264Android
- Android 解码h264文件,移植FFMPEG实现编解码。-Android decode h264 files to achieve transplantation FFMPEG codec.
stagefright_h264
- android源码中提取的h264编解码部分-android H264 encoder & decoder source code
android-h264_cpp
- android 开发 h.264解码 功能好 直接用-android development h.264 decoding function, the direct use
butterfly.h264
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
H264EncodeDemo
- Android H264编码解码示例代码-Android H264 codec sample code
android H264 Encoder与android H264 Decoder
- 基于Android手机的视频采集、h264编码、ffmpeg解码,然后立即显示,完成的程序,在手机上调试成功
H264 Android
- 支持在Andoid手机系统运行的ffmpeg软件包,用于Android端对H264视频流的解码,供Andoid下开发视频的朋友们使用.-ffmpegforAndroid
3Gmonitornew0120
- android vedio player source code
Video_Camera
- 基于android的视频解码H264的实现-The video decoding based on android H264 realization
H264
- android rtmp h264解码 播放 在手机端播放-android rtmp h264 decode and play player in the mobile terminal
libh264-android
- android h264编码源程序,荡了几天才找到的-android h264 encoded source, swing a few days to find
android-h264-decoder-master
- 是一个Android的H264视频解码类,它使用JNI作为接口来调用FFMPEG库-Android H264 video decoding class, using JNI as an interface to the FFmpeg libraries
android-project-sdl2
- android 操作 sdl1.2的例子,显示h264的视频 android 操作 sdl1.2的例子,显示h264的视频 android 操作 sdl1.2的例子,显示h264的视频-Examples of the android operating sdl1.2, showing examples of the android operating sdl1.2 h264 video, showing examples of the android operating sdl1.2 h264
H264android
- android h264 通过jni 方式 解码-android h264 decode
Rtsp-Android-Client-master
- rtsp h264 //可以单独传入port值,不在地址中增加 //如未传入port只,且地址中没有port,默认使用554 int port = 554; //支持传入用户名密码,某些RTSP服务器需要认证使用 String username = "80444"; String password = "123456"; //传入使用协议和认
H264Demo
- 安卓使用 surfaceview 播放h264视频(Android plays H264 video)