Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - android code
Search - android code - List
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.
Date : 2025-12-26 Size : 635kb User : caoliang

android 播放器源代码 android开发-android player source code android development
Date : 2025-12-26 Size : 4.21mb User : logan

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).
Date : 2025-12-26 Size : 166kb User : 葛伟

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
Date : 2025-12-26 Size : 343kb User : 葛伟

高通android硬解码示例代码,h264,yuv-Qualcomm android hardware decoding sample code, h264, yuv
Date : 2025-12-26 Size : 7.26mb User : lengend

wifi display项目工程源码,可以移植到android手机,机顶盒,pad等设备,端到端的screen mirro功能-the wifi display project source code can be ported to android mobile phones, set-top boxes, pad equipment, end-to-end screen mirro function
Date : 2025-12-26 Size : 2.72mb User : leonsun

基于android平台的视频采集以及上传到服务器的设计(源代码)-Android platform based video capture and upload to server design (source code)
Date : 2025-12-26 Size : 1.83mb User : wangming

android ffmpeg 2.1.4 BSAC porting source code
Date : 2025-12-26 Size : 9.58mb User : lee

一段很好的PS 文件,帮助开发的朋友调试用,欢迎下载- PS file for some good help develop debugging friend, welcome to download 英语 日语 基于android手机的远程视频监控系统,很好的源代码,欢迎下载 Remote video monitoring system based on android phone, a good source code, welcome to download
Date : 2025-12-26 Size : 11.79mb User : yangyang

libstreaming** is an API that allows you, with only a few lines of code, to stream the camera and/or microphone of an android powered device using RTP over UDP.
Date : 2025-12-26 Size : 344kb User : diogenesricardo

Android 视频音频播放器源码,支持MP3,MP4,M3U8,RTSP-Android video and audio player source code
Date : 2025-12-26 Size : 2.62mb User : wy

VLC最新源码,已经经过个人优化,可以放心下载- VLC latest source code, has passed the individual optimization
Date : 2025-12-26 Size : 1.53mb User : longkaizhong

视频源码与文章,Android,Java-Vedio player, source code and article,for Android and Java
Date : 2025-12-26 Size : 17.22mb User : Andy

基于FFMPEG开发的安卓直播源码,支持硬编码和软编码,以及FFMPEG解码播放(FFMPEG based Android live source code, support for hard coding and soft coding, as well as FFMPEG decoding playback)
Date : 2025-12-26 Size : 11.09mb User : netuml
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.