搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
Video Camera Android视频采集和实现
- Android视频采集和实现,采用h264视频编码,3gp格式-Android video capture and implementation of video encoding with h264, 3gp format
H264Android_code
- 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
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
H264EncodeDemo
- Android H264编码解码示例代码-Android H264 codec sample code
s3c6410-h264-encode-ok
- 已产品化代码,用华恒S3C6410-R2开发板采集视频并压缩为H264格式,不带IDR帧,提供c源程序和MAKEFILE,头文件开发板配套资料有,使用时.c文件要改名为cam2fb.c-Product of the code has been used huaheng S3C6410-R2 development board acquisition and compression for the H264 video format, without IDR frame, providing c
android H264 Encoder与android H264 Decoder
- 基于Android手机的视频采集、h264编码、ffmpeg解码,然后立即显示,完成的程序,在手机上调试成功
H264 Android
- 支持在Andoid手机系统运行的ffmpeg软件包,用于Android端对H264视频流的解码,供Andoid下开发视频的朋友们使用.-ffmpegforAndroid
3Gmonitornew0120
- android vedio player source code
H264-OPhone
- 流媒体程序开发之:H264解码器移植到OPhone:并写一个测试程序(OPhoneSDK+Java)测试解码库是否正常运行,此方法也可用在android手机上。-Program development of streaming media: H264 decoder ported to OPhone: and write a test program (OPhoneSDK+ Java) test whether the normal operation of the decoder librar
Video_Camera
- 基于android的视频解码H264的实现-The video decoding based on android H264 realization
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-h264-decoder-master
- 安卓视频传输编码,h264编码源码,亲测可用-Andrews video transmission coding, h264 encoded source, pro-test available
android-h264
- 安卓编程 h264视频转换源码, -Andrews h264 video conversion program source code
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)