Welcome![Sign In][Sign Up]
Location:
Search - H264Android

Search list

[SourceCodeH264android

Description: 这是一个视频采集以及播放的项目
Platform: | Size: 1990706 | Author: 642125661@qq.com | 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:

[androidH264Android-264encode

Description: H264Android-264encode 源代码-H264Android-264encode source code
Platform: | Size: 1837056 | Author: 泱泱 | 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:

[androidH264Android

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

[androidH264Android

Description: android h.264解码播放器,直接播放h.264格式文件-android h.264 decode player,
Platform: | Size: 244736 | Author: 郑迎 | Hits:

[OtherH264Android

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

[Multimedia programH264Android

Description: H264视频解码,大家可以参考一下,虽然比较简单-H264 video decoding
Platform: | Size: 141312 | Author: leesome | Hits:

[OtherH264Android

Description: 实现H264的解码,从而实现H264视频的播放,很不错的代码-Decoding of H264 and H264 video playback, very good code
Platform: | Size: 230400 | Author: 韩非 | Hits:

[androidH264Android

Description: 使用ffmpeg 进行android下h264文件的处理-Ffmpeg h264 file handling in android under
Platform: | Size: 230400 | Author: King | Hits:

[androidH264Android

Description: android手机开发中,一个关于h264解码器的例子-a demo of h264 on android
Platform: | Size: 286720 | Author: 王永刚 | Hits:

[OtherH264Android

Description: H.264的解码器的源代码,主要用于Androidk开发H.264解码器用到的本地c代码。-The code of encoding H.264 vedios.
Platform: | Size: 2048 | Author: 李雷 | Hits:

[OtherH264Android

Description: android H264编解码源程序,包含本地代码!-android H264 codec source code contains the local code!
Platform: | Size: 1835008 | Author: luo | Hits:

[JSP/JavaH264Android

Description: 通过jni实现的java调用语言版H264解码库实现的android简易视频播放器-Achieved through jni call java language version of android H264 decoding library implements simple video player
Platform: | Size: 241664 | Author: 梁代久 | Hits:

[Software EngineeringH264Android

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

[CommunicationH264Android

Description: android 上 h264 解码与编码简易程序-the android h264 decoding and encoding summary
Platform: | Size: 230400 | Author: lx | Hits:

[JSP/JavaH264Android

Description: 基于图像解码的安卓应用程序,可以方便的在手机客户端使用-Android-based image decoding applications, you can easily use the mobile client
Platform: | Size: 76800 | Author: 周海伟 | Hits:

[OtherH264Android

Description: android开发,对H264视频解码并显示-decode video
Platform: | Size: 275456 | Author: wang | Hits:
« 12 »

CodeBus www.codebus.net