Location:
Search - H264解码器
Search list
Description: 是一篇关于H.264软件解码器的优化的文章-is one of the H.264 software decoder optimized article
Platform: |
Size: 145480 |
Author: 毕松林 |
Hits:
Description: H264解码器,WINDOWS,已测试
Platform: |
Size: 268531 |
Author: baiqiang1@126.com |
Hits:
Description: H264解码器,FFMPEG中移植到WINDOWS下,已经测试
Platform: |
Size: 268531 |
Author: baiqiang1@126.com |
Hits:
Description: 诺基亚开源h264编解码器源代码,c程序的。
Platform: |
Size: 371078 |
Author: chinaflys |
Hits:
Description: 一个媒体播放器,可以播放264格式的文件,是对H.264算法的软件实现。注意,本代码仅仅供学习实验使用-a media player that can play 264 files, the H.264 algorithm software implementation. Note that this code only for the use of experimental study
Platform: |
Size: 67584 |
Author: 韩志达 |
Hits:
Description: 是一篇关于H.264软件解码器的优化的文章-is one of the H.264 software decoder optimized article
Platform: |
Size: 145408 |
Author: 毕松林 |
Hits:
Description: h.264解码器,可设置码率以及视频格式,cif或者qcif。开发环境:vc-h.264 codec, bit rate can be set and video formats, or qcif cif. Development environment : vc
Platform: |
Size: 2433024 |
Author: egal |
Hits:
Description: H264资料集合,一次下载,就可以拥有n多的代码, )希望大家喜欢-H264 information gathered once the download, you can get the code n), hope you like
Platform: |
Size: 7171072 |
Author: H264资料集合 |
Hits:
Description: 开放源代码的一个最小化H.264解码器,Minimal H.264 decoder by Martin Fiedler-open source a minimum H.264 codec, H.264 decoder Minimal by Martin Fiedler
Platform: |
Size: 31744 |
Author: yangtm |
Hits:
Description: 视频编码标准H264解码器源代码
视频编码标准H264解码器源代码-video coding standard H264 decoder source code H264 video coding standard decoder source code
Platform: |
Size: 2944000 |
Author: li |
Hits:
Description: 论文翻译,主要介绍缓存的设计对H.264解码器的性能优化-Thesis translation, mainly introduces the design of the cache on the H.264 decoder performance optimization
Platform: |
Size: 271360 |
Author: rongrongxia |
Hits:
Description: 本文首先简要介绍国内外H264编码与解码系
统的研究进展情况;然后详细阐述H264解码器的设计及其优化实现;最后给出测试结果。-The paper first briefly introduce domestic and foreign H264 encoding and decoding system progress then elaborated H264 decoder realize the design and optimization Finally, test results.
Platform: |
Size: 294912 |
Author: 李峥 |
Hits:
Description: H264 解码器 vs2005版本,绝对可用-H264 decoder VS2005 version available absolute
Platform: |
Size: 18432 |
Author: 张强 |
Hits:
Description: H.264编解码器源码,已在vc6 vc7 linux下编译通过,另有DM642工程文件,可供h264编解码学习参考-H.264 source codecs have been compiled under vc6 vc7 linux adoption, and another DM642 project file for reference learning h264 codec
Platform: |
Size: 231424 |
Author: 李康茂 |
Hits:
Description: h264解码器,该解码器拥有非常好的性能。程序可以编译-h264 decoder, the decoder has a very good performance. Programs can be compiled
Platform: |
Size: 68608 |
Author: du |
Hits:
Description: H264 视频解码器 用于多媒体 视频流方面的开发-H264 encode mutilmedia video stream program development
Platform: |
Size: 367616 |
Author: george |
Hits:
Description: h264解码器,包含详细的结构介绍,详细介绍了使用配置和端口说明-h264 decoder, the structure contains a detailed introduction, detailed description of the use of configuration and port
Platform: |
Size: 806912 |
Author: nickye |
Hits:
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:
Description: H264解码器源码,移植ffmpeg中的H264解码部分到windows,深度删减优化,在VC6中验证通过。-H264 decoder source code, porting ffmpeg s H264 decoding to the windows, the depth of cut optimization, in VC6 verify pass.
Platform: |
Size: 59392 |
Author: caoliang |
Hits:
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: