搜索资源列表
AVS20060322
- avs标准解读,适用于音频视频研究,与h264类似-standard interpretation, applicable to audio and video research, and similar ENG
TranslationOfH264standard
- h264视频压缩标准的中文翻译稿,并带有译者的进一步理解和解释-h264 video compression standard Chinese translation of the draft, with a translator and the further understanding and interpretation
bar.1_0
- 用于mpeg,h264标准图像解码块效应边缘检测的源代码
x264
- 针对h264标准视频图像编码,解码测试用源代码
ldecod
- 用于H264标准的视频图像编码,解码测试用源代码(JM11)
JM93
- jm93 国际标准ITU-T h264 用于视频编解码 -jm93 h264 this software if for video coding and decoding
H.264
- h264视频压缩标准的官方文档,很经典很难得-h264 video compression standard official document, it is a rare classic
H264_RTP_STREAMING
- 本示例代码在我的电脑上实现了对标准H264码流的RTP打包发送到本机的1234端口,用VLC播放器从1234端口能接收到该码流并实时播放。代码附有详细的注释,应该很容易理解(前提是大家稍微对RFC3550 RFC3984协议有了解)。内有使用说明-The sample code on my computer to achieve the right standard H264 stream of RTP package sent to the machine' s 1234 port, u
H264
- h264解码器,使用VC实现的,可以解码标准的H264码流。-h264 decoder, the use of VC in, you can decode standard H264 stream.
ffmpeg-1.2.3
- ffmpeg-1.2.3,本代码编译后生成exe,可对视频进行编解码,支持MPEG4标准,H264-this is ffmpeg-1.2.3.the source code is employed to encode or decode video
VideoDecode
- 基于开源解码库在Qt框架下实现的一个标准h264文件的解码和显示()
新一代视频压缩编码标准H.264.pdf
- 详细介绍H264编码标准................(The H264 coding standard is introduced in detail)
mp4v2
- h264转码mp4,利用lib库转换,标准H264转码mp4(H264 transcoding MP4, using lib library conversion)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通