搜索资源列表
Hi_H.264_DEC_SDK_V2.1.0.3
- the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is
FTMCP210_DS_v1.0
- Faraday FTMCP210 H.264 Baseline Video Decoder. (Note: this is the datasheet, not the product brief as found on faraday website) The FTMCP210 is a hardware video encoder for the baseline profile followed the MPEG-4 AVC/JVT/H.264 video codi
H.264
- 电子书《新一代视频压缩编码标准H.264》。详细介绍H.264标准、及实现。对从事视频方向的研究者很有帮助-E-book " a new generation of video compression coding standard H.264" . Details H.264 standard, and implementation. Researchers engaged in the direction of the video helpful
Nk264decLib.zip
- The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command line option /QxP or SSE3 in "En
Nk264decLib20.zip
- The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command line option /QxP or SSE3 in "Ena
Nk264decLib30.zip
- The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command line option /QxP or SSE3 in "Ena
ffdshow_beta3_rev1324_20070701_src
- 一个经过修改的H.264解码器源代码,修改了一个些兼容性问题,并提高了源代码的效率。 -A modified H.264 decoder source code, modify a some compatibility issues, and improve the efficiency of the source code.
JM_motion_estimation
- 著名的H.264开发标准库JM,JM中的运动估计部分笔记,请大家一起学习-The development of a well-known H.264 standard library of JM, JM motion estimation part of the notebook, please join U.S. study
Visual.Cpp.H.264.source.code
- 以VisualC作为开发工具,H.264视频压缩编码技术与视频网络传送技术等视频通信工程的实例,是音视频编解码技术及实践一书的原代码-To VisualC as a development tool, H.264 video compression technology and video networks to deliver video communications engineering technology, examples are audio and video codec tech
iptv
- 本文介绍了一种基于STb7109 芯片的IPTV 机顶盒方案,并给出了一个较完整的 IPTV 系统测试环境。该方案涉及底层硬件平台、嵌入式操作系统、中间件API 和上层的软 件系统,支持MPEG-2 和H.264 视频编码标准和MPEG-1、AAC 等音频编码标准,支持直 播电视、点播电视和相关的用户设置等操作。-This paper describes a chip IPTV set-top boxes based on STb7109 program, and gives
H.264--standard
- 一本非常好的介绍H264 的原版英文学习资料,分享给大家-A very good introduction to the H264 original English learning materials, for everyone to share
H264 Decode
- 提问,寻找哪儿有H.264解码器,询问如何从ffmpeg中提取H.264的解码器,询问 是否有VC下的工程,可以实现H.264的解码,……,为了满足这些朋友的要求, ffmpeg工程组成员“hust_xcl”特地从ffmpeg中提取出了H.264的解码器部分(H.264 的编码器有独立的工程:x264),并用VC++生成了工程文件,各位有需要的朋友 可以在本工程的基础上进行适当的修改,以满足自己的需求。-As
02.x264_cavlc_dataflow
- H.264视频编码压缩标准 熵编码CAVLC流程图-X264-depth understanding of the importance of article 5 of algorithm, each function of the x264 have done a detailed descr iption of the overall process can be expressed with a diagram in the form of friends really want to
3nityMediaPlayer_src_3.0.0.3_delphi2007
- 3nity Media Player is a highly portable multimedia player capable of reading most audio and video formats (MPEG-2, MPEG-4, H.264, DivX, MPEG-1, mp3, ogg, aac ...) as well as DVDs, Audio CDs VCDs, and network streams. 3nity Media Player is a grap
H264Player
- 用VS编写的H.264播放器,自带解码器,具有一定的参考价值-Written by VS H.264 player, comes with a decoder, with some reference value
WMPlayer_win_source
- 该RTSP播放器实现了主流RTSP播放器的基本功能,并有所拓展: 1、RTSP 标准码流(包括音视频)的实时预览播放; 2、网络数据流的断线重连; 3、对存储文件的解码播放以及控制; 4、音视频码流的同步存储,文件存储时以当前系统的时间戳作为音视频 播放时的索引,方便在文件播放时以时间戳作为检索条件来点播文件; 5、视频播放格式上支持 h.264、mpeg4、mpeg2 等,音频播放格式上支 持 AAC、AMR、G711 等;
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通