搜索资源列表
reply
- YUV格式播放的例子,采用了Directdraw原理-YUV format player example, using the principle Directdraw
PictTest
- 实际的视频工程项目经常和YUV格式的全电视信号打交道,另一方面为了增强系统 在PC平台上的实时性,必须发挥显卡系统的工效,即不采用GDI方式来显示视频帧。 本演示程序告诉读者这种做法的大至步骤: 读入YUV文件(采用YUV422格式),然后通过DirectDraw在主平面上显示出来。 每次显示一帧图象。
Overlay.zip
- 枚举显卡支持的RGB/YUV Overlay的方法及其colorkey的使用.,Enumeration graphics support RGB/YUV Overlay of methods and their use of colorkey.
关于AMR-WB标准的音频压缩编码的算法和思想
- 详细介绍了关于AMR-WB标准的音频压缩编码的算法和思想,Detailed introduction on the AMR-WB standard audio compression coding algorithms and thought
ddrawYUV
- 使用directdraw显示YUV数据的例子,类似于YUV player,已经建好工程,编译直接使用即可。-Example of YUV data display using directdraw, similar to the YUV player, with VC6.0 project, can be used directly.
YuvDemo_use-DirectDraw
- 使用DirectDraw实现的YUV播放器,支持多种视频格式,支持多种分辨率。实现了播放、暂停、停止、快进等功能。-Implemented using DirectDraw YUV player that supports multiple video formats, support for multiple resolutions. To achieve a play, pause, stop, fast forward and other functions.
frameratesample0203
- 用来测试windwos显示视频的各个方式效率的关键代码,用于对比GDI,DIRECTDRAW YUV OVERLAY,DIRECT3D显示效率的差异-Used to test Windows to display video in various ways the key to efficient code, for comparison GDI, DIRECTDRAW YUV OVERLAY, DIRECT3D show differences in efficiency
directdraw
- directdraw类,输入YUV格式,hwnd,既可以在界面显示-directdraw class, input yuv type to display on window
YUVddraw
- 对YUV进行旋转90,270度,并用directdraw播放出来。里面也有对rgb24位图像进行旋转,但我没进行测试。2012-11-21-YUV rotate 9,027.0 degrees and out directdraw play. The inside rotation rgb24 bit image, but I did not test.
DirectDraw
- DDRAW实现的 查看yuv图片,可以缩放 并且没有锯齿-My English is so bad.
SDL_dx5yuv
- This the DirectDraw implementation of YUV video overlays. -This is the DirectDraw implementation of YUV video overlays.
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通