搜索资源列表
YUVDiff
- Haskell 代码。 对于 YUV 420 的图象,比较两个图象文件的差别像素,以宏块的方式表现。 我本人主要将之用于 H264 编解码器的 deblock 过程的测试辅助定位。 很容易扩展为 YUV422 或 444 格式的图象。 更详细用法见程序内的帮助。-Haskell code. YUV 420 for the images to compare the differences between image pixels, macro bl
h264编解码器
- 诺基亚开源h264编解码器源代码,c程序的。
FFMPEG-H264
- 这个是使用ffmpeg编解码H264文件,非常好的东东哦!-This is to use ffmpeg codec H264 files, very good stuff Oh!
h264 dsp
- h264 dsp 编解码,不可错过的号代码,初学适宜,有详细代码和接口说明,内涵代码
ffmpeg_h264_vs2010
- vs2010下编译过的ffmpeg工程,学习h.264视频编解码的好资料。-the project of ffmpeg compiled in vs2010,it s useful for H.264 STUDY.
x264_explain
- 优化版h264编码器原代码。适合音视频编解码研究者。-H264 encoder optimized version of the original code. Suitable for audio and video codecs researchers.
JM93
- jm93 国际标准ITU-T h264 用于视频编解码 -jm93 h264 this software if for video coding and decoding
H264_sourcecode
- 这是一个基于Ti公司的dm642 DSP的H264编解码算法例程-This is a Ti-based company' s dm642 DSP routines H264 codec algorithm
T264Src
- t264编解码器源码,包括了编码器和解码器,比较全的哦,给你的应用一个好的开始-t264 codec Src
JM
- H264编解码,用于视频传输项目里。视频监控领域在传输的过程中经常用到视频编解码。-H264 codec for video transmission projects inside. Video surveillance areas in the course of transmission is often used in video codecs.
TIchinese_A936
- H264编解码的时候,使用的测试程序,帮助测试 H264多媒体处理-When the H264 codec, using the test procedures to help test H264 multimedia processing
x264
- H264编解码器.包括主要的函数和各种功能的过程。-H264 codec. Including the main functions and features of the process.
CAVLC
- CAVLC编码过程详解,从实例中阐述H264中CAVLC的编解码过程。-CAVLC encoding process Detailed.
Hx264_explain2
- 优化版h264编码器原代码。适合合音视频编解码研究者。可直接使用。 -Optimize version h264 encoder source code. For chorus video codec researchers. Can be used directly.
hh2664zip2
- h264编解码.用C+++实现了图像的编解码功能。 -h264 codec. with C+++ realize the image encoding and decoding capabilities.
Fh264Discoderr
- 从开源编解码器FFMPEG中提取了h264的解码程序,在在windows平台上测试效率较高, -Extracted from the open-source codec FFMPEG the h264 decoding process, the higher efficiency of the test on the windows platform.
H264Android
- android H264编解码源程序,包含本地代码!-android H264 codec source code contains the local code!
H264-Decoder_WinCE
- WindowsCE H.264的编解码程序,适用于Windows CE的嵌入式系统。-Windows CE H.264 decoder sourcecode.
VCPPh.264
- 这是一个h264的编解码程序,对学习h264编解码很有帮助-This is a h264 codec program, to learn helpful h264 codec
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通