Welcome![Sign In][Sign Up]
Location:
Search - h264 android

Search list

[Multimedia programmtv

Description:  Designed and Optimized H264 Decoder on ARM9 and ARM11 (25 optimized).  Designed and Optimized H263/MPEG4 Decoder on Freescale SC3400 QuadCore platform (18 optimized).  Designed and Optimized MPEG4 Encoder and improved video quality by changing bitrate algorithm on Freescale StarCore QuadCore platform and ARM11 processors (25 optimized).  Designed and Optimized RealVideo Decoder for ARM11 processor (20 optimized).  Worked on porting of various codecs on ARM processors - Designed and Optimized H264 Decoder on ARM9 and ARM11 (25 optimized).  Designed and Optimized H263/MPEG4 Decoder on Freescale SC3400 QuadCore platform (18 optimized).  Designed and Optimized MPEG4 Encoder and improved video quality by changing bitrate algorithm on Freescale StarCore QuadCore platform and ARM11 processors (25 optimized).  Designed and Optimized RealVideo Decoder for ARM11 processor (20 optimized).  Worked on porting of various codecs on ARM processors
Platform: | Size: 22528 | Author: satya | Hits:

[Embeded Linuxs3c6410-h264-encode-ok

Description: 已产品化代码,用华恒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 source code and MAKEFILE, the first development board supporting data files are, used. C file to be renamed cam2fb . c
Platform: | Size: 2048 | Author: 杨在 | Hits:

[Streaming Mpeg4H264Android_code

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 注意解码库写死了视频大小240x320,其他视频大小要简单修改一下底层的代码。-H264 decoder source code, porting ffmpeg s H264 decoding to Android, the depth of cut optimization, in the simulator (320x480) in the validation passed.
Platform: | Size: 650240 | Author: caoliang | Hits:

[androidH264Android

Description: 支持在Andoid手机系统运行的ffmpeg软件包,用于Android端对H264视频流的解码,供Andoid下开发视频的朋友们使用.-ffmpegforAndroid
Platform: | Size: 17738752 | Author: 王忠海 | Hits:

[androidH264Android

Description: Android 解码h264文件,移植FFMPEG实现编解码。-Android decode h264 files to achieve transplantation FFMPEG codec.
Platform: | Size: 229376 | Author: | Hits:

[android3Gmonitornew0120

Description: android vedio player source code
Platform: | Size: 734208 | Author: goscam | Hits:

[androidVideoCamera

Description: Android视频采集和实现,采用h264视频编码,3gp格式-Android video capture and implementation of video encoding with h264, 3gp format
Platform: | Size: 55296 | Author: Allen young | Hits:

[androidH264EncodeDemo

Description: Android H264编码解码示例代码-Android H264 codec sample code
Platform: | Size: 143360 | Author: li | Hits:

[androidH264Android-264encode

Description: android上使用x264编码H264-android using x264 encoding H264
Platform: | Size: 1990656 | Author: zhbigstar | Hits:

[androidH264Android

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。-H264 decoder source code, porting ffmpeg s H264 decoder part to Android, the depth of cut optimization, in the simulator (320x480) to verify through. Program using jni architecture. Interface portion of the file to read, the video display is made with java, the underlying video decoding in C to do to meet the speed requirements. In this version, the H264 stream from a separate layer of Nal is done in java, so call decoding in java layer directly whether there is to know when to display video, drawback is the coupling/packaging of almost. If used at the bottom do Nal segmentation method can be encapsulated look good, but each time there is limited data to send, if you get too much data, the underlying may be a decoding of several frames of video, but the notice to the interface layer can only display one, resulting in dropped frames phenomenon. If you send less data each time, there will be many times not to call the underlying substance of decoding, a small gas practices, s
Platform: | Size: 230400 | Author: wyc | Hits:

[Streaming Mpeg4H264-OPhone

Description: 流媒体程序开发之: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 library, this method can also be used in the android phone.
Platform: | Size: 268288 | Author: u1001234 | Hits:

[androidH264Android

Description: 实现Android摄像头视频的捕捉以及H.264压缩传输-Achieve Android camera video capture and H.264 compression and transmission
Platform: | Size: 1345536 | Author: Jason | Hits:

[androidH264_decoding_src_Android0_java

Description: 安卓系统的H264解码程序源代码,java语言。-H264 decoding src for andriod in java。
Platform: | Size: 550912 | Author: chen xu | Hits:

[androidstagefright_h264

Description: android源码中提取的h264编解码部分-android H264 encoder & decoder source code
Platform: | Size: 98304 | Author: jiakai | Hits:

[androidVideo_Camera

Description: 基于android的视频解码H264的实现-The video decoding based on android H264 realization
Platform: | Size: 53248 | Author: B_FIve | Hits:

[androidandroid-h264_cpp

Description: android 开发 h.264解码 功能好 直接用-android development h.264 decoding function, the direct use
Platform: | Size: 197632 | Author: 王启政 | Hits:

[androidH264AndroidDecoder

Description: h264 android 解码器源代码,移植ffmepg-h264 android
Platform: | Size: 233472 | Author: wjk | Hits:

[OtherH264Android

Description: android 移植ffmpeg解码.H264 -android Porting ffmpeg decoder. the H264
Platform: | Size: 230400 | Author: 许庆庆 | Hits:

[androidbutterfly.h264

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 如果程序崩溃退出,优先考虑: 1)是否是baseline 2)byte [] NalBuf = new byte[40980] 缓冲区是否溢出。 如果有B帧,那肯定不是baseline。 这个是测试码流-If the program crashes to exit, giving priority to: 1) whether the baseline 2) byte [] NalBuf = new byte [40 980] buffer overflow. If B frames, it certainly is not the baseline. This is a test stream
Platform: | Size: 419840 | Author: 李军 | Hits:

[androidRtsp-Android-Client-master

Description: rtsp h264 //可以单独传入port值,不在地址中增加 //如未传入port只,且地址中没有port,默认使用554 int port = 554; //支持传入用户名密码,某些RTSP服务器需要认证使用 String username = "80444"; String password = "123456"; //传入使用协议和认证信息 // RtspClient(method,host,username,password,port); String host = "rtsp://114.119.37.185/80444.264"; RtspClient mRtspClient = new RtspClient(method,host,username,password,port); mRtspClient.setSurfaceView(mSurfaceView); //开始显示 mRtspClient.start();(RtspClient(method,host,username,password,port); mRtspClient.setSurfaceView(mSurfaceView); mRtspClient.start();)
Platform: | Size: 17408 | Author: lingege | Hits:
« 12 3 4 »

CodeBus www.codebus.net