CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 搜索资源 - h264 解码

搜索资源列表

  1. h264

    0下载:
  2. H264解码内容,给你提供具体的协议说明.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:346647
    • 提供者:kevin pan
  1. H264-decode-design-improvement

    0下载:
  2. 本文首先简要介绍国内外H264编码与解码系 统的研究进展情况;然后详细阐述H264解码器的设计及其优化实现;最后给出测试结果。
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:295648
    • 提供者:李峥
  1. 标准H264解码播放

    2下载:
  2. 标准H264解码播放,采用VC6编写的播放库源码,其中还包含有delphi写的调用例子和VC6写的通过JRTP网络传输解码播放,采用Directx7.0解码显示,解码支持各种分辨率,是学习H264和Directx,JRTP的绝佳例子,代码为本人原创-H264 decoding broadcast standard, using the player library written in VC6 source, which also contains examples and calls writ
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2012-10-30
    • 文件大小:1738592
    • 提供者:lijun
  1. H264.rar

    1下载:
  2. H264解码进行简单的h264解码,参考ffmpeg项目代码,H264 decode test project release now
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-09
    • 文件大小:1049540
    • 提供者:guozd
  1. h264.rar

    1下载:
  2. 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
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-23
    • 文件大小:231484
    • 提供者:李康茂
  1. ffmpeg_h264_dec.rar

    1下载:
  2. 根据ffmepg开源代码,提取的H264解码参考模型,VC工程,According to ffmepg open source code, extracted from Reference Model H264 codec, VC works
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-30
    • 文件大小:308123
    • 提供者:peak
  1. ff_264_dec_vc.rar

    0下载:
  2. 从ffmpeg中提取的h.264解码器,网上从其他地方也不容易找的到,对于想理解H264标准,优化H264解码器,及开发H264相关应用的人,会有很大帮助。,Ffmpeg extracted from the h.264 codec, on-line from other places is not easy to find that the standard for H264 would like to understand and optimize the H264 decoder, and
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-26
    • 文件大小:309403
    • 提供者:liuchunlong
  1. H264Android_code

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:650207
    • 提供者:caoliang
  1. LinuxClient

    0下载:
  2. H264的解码器,能在PC机上对H264解码!很好用,-very good!
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-30
    • 文件大小:505024
    • 提供者:李杰
  1. H264-Demo

    0下载:
  2. h264解码库以及应用程序DEMO,可将h264数据解码成YV12数据-h264 decoding library, and application DEMO, the data can be decoded into YV12 data h264
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-24
    • 文件大小:841600
    • 提供者:姜小明
  1. H264

    0下载:
  2. 这是一个纯C语言的 H.264 解码程序,速度较慢-This is a pure C language of the H.264 decoding process is slow
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-09
    • 文件大小:120476
    • 提供者:佩雷拉
  1. H264

    0下载:
  2. H264编解码的流程图,非常实用,一边写程序,一边查询流程.事半功倍-H264 encoding and decoding of the diagram, very practical, while writing programs, while the query process. Multiplier
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-27
    • 文件大小:329421
    • 提供者:森林守护者
  1. H264_DShow_Filter

    0下载:
  2. 本程序使用directshow来显示h264,支持wince与win32,并开发了两个filter用于h264数据传输和h264解码。-H264 Decode of DirectShow Filter
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-13
    • 文件大小:3178930
    • 提供者:黄天佩
  1. ffmpegh264forPC

    0下载:
  2. ffmpeg提取h264解码,经过优化,适合多平台移植-ffmpeg extract h264 decoding, optimized for multi-platform migration
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-10
    • 文件大小:2080284
    • 提供者:和永智
  1. h264-and-rtp

    2下载:
  2. 用h264进行视频编解码,用rtp进行视频传输,效果良好。-Using H264 for video encoding and decoding, using RTP for video transmission, good results.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2014-06-17
    • 文件大小:5661696
    • 提供者:黎明
  1. VFW-compression-h264

    0下载:
  2. 一个用VFW方法来实现视频压缩的程序,实现用H264来压缩。但在使用前要安装合适的播放器,推荐使用完美解码播放器。-A video compression function used VFW mode.It can implement in h264, but it need you to install a suitable video player.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-09
    • 文件大小:2118502
    • 提供者:taiyongyu
  1. H.264

    0下载:
  2. h264编解码算法,及部分代码,绝对超值-h264 codec algorithm, and some code, the absolute value
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-26
    • 文件大小:111052
    • 提供者:630053570
  1. h264-src.tar

    0下载:
  2. H.264解码器,从国外网站下载的,不知道能不能用,没试过-H.264 decoder download site from abroad, I do not know can not, not tried
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-29
    • 文件大小:710613
    • 提供者:zhude
  1. h.264decoder

    0下载:
  2. h264解码器,该解码器拥有非常好的性能。程序可以编译-h264 decoder, the decoder has a very good performance. Programs can be compiled
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-31
    • 文件大小:68325
    • 提供者:du
  1. H264-OPhone

    0下载:
  2. 流媒体程序开发之: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 librar
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:268789
    • 提供者:u1001234
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com