搜索资源列表
FarSight
- 运行于Windows Moblie 上的手机视频实时监控程序。使用ffmpeg解码h264编码的视频数据,并使用directDraw技术进行显示。-Runs on Windows Moblie phone on real-time video monitoring program. Use ffmpeg decode h264 encoded video data, and use directDraw display technology.
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.
DXSurfaceMgr_src
- 基于directDraw的双缓冲绘图实例代码, 很有参考价值。-The double buffering graphics with directDraw e, could very well refer.
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
VMR9_Demo_src
- 一个模板类做成的DirectShow框架,有助于DirectShow在不同版本windows下移植-A DirectDraw Framework made of template classes. the new VMR9 looks great but it s not The default renderer, regardless of Windows version... We ve to build it manually, and this is why I wrote this
codew
- 程序运用DirectShow技术创建一个播放器,可以用视窗或全屏显示,特点是结合了DirectDraw映射平面显示,因此显示操作时,画面反映速度快。-Program to use DirectShow technology to create a player, you can use window or full screen display, characterized by a combination of flat panel display DirectDraw maps, thus
kxplay
- 一个使用VC开发的播放器; 涉及到的技术:MFC编程\DirectShow多媒体框架以及DirectDraw编程;-A player Developed by VC++ Use MFC\DirectShow\DirectDraw Technology in it
DDrawClipper
- 测试DirectDraw的裁剪器(Clippers)的例子。-Test the DirectDraw clipper (Clippers) example.
directdraw
- 用DirectDraw打开显示图片,可以改变图片大小-use DirectDraw open and show picture ,you could change the size
MoviePlay
- 本实例将介绍一个电影媒体播放器.可以播放AVI、MOV、mpf、或mpeg等格式的电影文件。通过这个实例。读者可以掌握使用DirectDraw进行多媒体编程方法。-This example describes a movie media player that can play movie files AVI, MOV, mpf, or mpeg and other formats. Through this instance. Readers can master the use of Dir
VSYNCTest
- 利用directdraw检测显示器垂直同步信号,在vblank的间隙交换显示前后页。-use directdraw to dectecd the vsync signal,swap buffer when vblank comes...
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通