文件名称:H264Android

  • 所属分类:
  • android开发
  • 资源属性:
  • [Android] [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 225kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • w**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

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 fr a mes of video, but the notice to the interface layer can only display one, resulting in dropped fr a mes 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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

H264Android\.classpath

...........\.project

...........\AndroidManifest.xml

...........\Application.mk

...........\bin\classes.dex

...........\...\h264\com\H264Android.class

...........\...\....\...\R$attr.class

...........\...\....\...\R$drawable.class

...........\...\....\...\R$layout.class

...........\...\....\...\R$string.class

...........\...\....\...\R.class

...........\...\....\...\VView.class

...........\...\H264Android.apk

...........\...\resources.ap_

...........\default.properties

...........\FAQ.txt

...........\gen\h264\com\R.java

...........\jni\Android.mk

...........\...\avcodec.h

...........\...\cabac.c

...........\...\cabac.h

...........\...\common.c

...........\...\common.h

...........\...\dsputil.c

...........\...\dsputil.h

...........\...\golomb.c

...........\...\golomb.h

...........\...\h264.c

...........\...\h264.h

...........\...\H264Android.c

...........\...\h264data.h

...........\...\h264utils.c

...........\...\main.c.old

...........\...\main.dsp.old

...........\...\mpegvideo.c

...........\...\mpegvideo.h

...........\libs\armeabi\libH264Android.so

...........\res\drawable-hdpi\icon.png

...........\...\.........ldpi\icon.png

...........\...\.........mdpi\icon.png

...........\...\layout\main.xml

...........\...\values\strings.xml

...........\src\h264\com\H264Android.java

...........\bin\h264\com

...........\gen\h264\com

...........\src\h264\com

...........\bin\h264

...........\gen\h264

...........\libs\armeabi

...........\res\drawable-hdpi

...........\...\drawable-ldpi

...........\...\drawable-mdpi

...........\...\layout

...........\...\values

...........\src\h264

...........\assets

...........\bin

...........\gen

...........\jni

...........\libs

...........\res

...........\src

H264Android

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org