搜索资源列表
YUVviewer_src
- yuv格式的播放器源码,力荐 采用多线程的vc++编写-YUV format player source, highly recommended the use of multithreading prepared vc
DirectX_demo
- directx开发图形显示技术,高速显示视频。此源代码是我修改后的可以播放yuv数据的代码-DirectX graphics technology development, high-speed video shows. This source code is modified, I can play the YUV data code
YUV2BMP.rar 将yuv转化为bmp的程序源代码
- 一个将yuv转化为bmp的程序源代码,编译通过,Yuv a bmp into a program source code, compiled through
VideoTestSource.zip
- 实现了directshow中的一个source filter,可以捕捉采集的视频,输入支持PAL制式和NTSC制式,输出支持RGB和YUV格式。,Directshow implementation of a source filter, can capture video collection, input support PAL and NTSC standard formats, support for RGB and YUV output format.
files.rar
- 可以在DirectShow中使用的一组控件,包括了mp4流mux,h264编码filter,yuv源filter等。,DirectShow can be used in a group of controls, including the mp4 stream mux, h264 encoding filter, yuv source filter and so on.
YUVviewer
- YUVviewer源码,注解了源码,并将界面汉化,学习YCbCr必备的资料性源码,可以了解YUV存储序列及播放方式-YUVviewer source code, annotated source code, and interface localization, learn the necessary information of the source YCbCr, YUV can understand the storage and playback sequence
YUV2RGB
- 关于YUV转RGB的verilog源代码、说明文档和modelsin仿真,相信对大家一定有很大的帮助,我费了好长时间才找到的!-YUV to RGB on the verilog source code, documentation and modelsin simulation, we believe that there will be a great help, I spent a good long time to find it!
an_introduction_to_python
- python编程很好的入门材料,包括讲义和源码.-Programming python good entry materials, including notes and source.
filter_ax
- 用Delphi开发的directshow 过滤器(filter)的源码,带已编释AX的档案。 功能:可实现现时的edge detection过滤。-Developed by Delphi DirectShow filter (filter) the source, has been released with AX files. Function: to achieve the edge detection filter.
YUVviewerSrc
- YUV viewer source code
PlayerForYUV.ZIP
- YUV播放器源码,供研究yuv数据格式的大侠们参考。-YUV player source code for the study of the heroes yuv data format reference.
frame_merge
- this source is YUV sequence merge program. It works windowsxp console application.-this source is YUV sequence merge program. It works windowsxp console application.
avi2yuv
- This covert avi file to yuv file. This is not a open source. so you have to check the rule..
YUVplayer
- 功能强大的YUV播放器 可进行分辨率的设置以及帧率的设置 播放质量流畅 上传源码供大家学习-YUV powerful players can set resolution and frame rate smooth playback quality settings for your upload source learning
RGB2YUV_src1
- 这是一个RGB转换YUV的源代码,用VC++ MFC编写-RGB to YUV source code, writed by VC++ MFC
mplayer1
- 在linux上的一款开源功能强大的播放器 可支持MP3 MP4 AVI qt等许多格式的文件-In linux on an open source powerful player that supports MP3 MP4 AVI qt and many other file formats
YUV-Player-(Open-source)
- This a YUV player with its codes. The format that this software can read is 4:2:0. this software can open using command line and it can facilitate opening your YUV files.-This is a YUV player with its codes. The format that this software can read is
Yuv-Viewer
- windows 环境下的 YUV格式的查看源码-windows environment YUV format View source
RecvRTSP
- 从网络摄像头获取YUV源数据帧,保存到内存中,并返回指向数据的指针。(Obtain YUV source data frame from webcam.)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通