搜索资源列表
huffyuv_220_src
- Huffyuv is a very fast, lossless Win32 video codec intended to replace uncompressed YUV as a video capture format. Supporting lossless compression of RGB data, it can be used for the output of programs like VirtualDub.-Huffyuv is a very fast, Win32 l
yuv-view
- 流媒体中的yuv图像装换成rgb显示,测试运行通用过的-streaming media images of yuv loaded replaced by rgb, definitive test run-off
fast_yuv2rgb
- 最快的yuv to rgb的转换程序,效率比较高,值得一看-fastest yuv to rgb conversion process more efficient, an eye-catcher
yuv_play
- 真正的YUV显示,不要转化为RGB就直接能显示出来,你改一改,就可以用到很多应用上的,我的心备,都花了我好多细胞啊
cmpeg4
- 我自己封装的xvid对mpeg4压缩解压缩的库,可以直接使用用来解压mpeg4视频和压缩yuv或rgb数据.
RGB2YUV
- 代码里可以详细的看到从RGB转化成YUV的具体算法-Code where you can see from the RGB detail the specific algorithm into YUV
myRGBtoYUV420(422)
- rgb to yuv mpeg4 data format
mpeg4decsrc
- MP4解码的原代码.[珍藏很久],并有YUV,RGB格式转换的参考代码.-mp4 decode source code
Ffmpeg H264 Decoder Lib
- 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
MyRGB2YUV
- RGB与YUV互相转化的程序,非常实用!-RGB and YUV conversion process to each other, very practical!
RGB2YUV-Class
- RGB转YUV格式的封装类,希望能帮到别人-RGB to YUV format, the wrapper class, hoping to help others
yuv2h264_endec
- camera的yuv数据转h264,然后h264解码本地显示-encode yuv from camera to h264, then decode h264 and display in rgb
mpeg4_enc_dec
- 使用ffmpeg API将RGB或YUV图像进行mpeg4编码和解码-Using ffmpeg API , RGB or YUV image mpeg4 encoding and decoding
yuv2rgb
- 本程序实现的功能是把yuv文件变为RGB,以便于matlab处理!-The implementation of the program function is to put the yuv file into RGB, in order to deal with matlab
ARM-asm-libswcale
- 使用arm 汇编,实现yuv 转rgb的快速转换的patch,用于ffmepg 1.0版本的libswscale库。- Using the arm assembly to achieve rapid conversion yuv rgb turn the patch, for ffmepg 1.0 version of the libswscale library.
YUV-change-into-RGB
- 本段程序代码实现了在matlab中将YUV视频分解成GRB三个分量的转换,并可以显示出三个分量转换的结果。-This segment achieved in the matlab code will convert YUV video into GRB three components, and can display the results of the three components of the conversion.
src
- 从YUV文件中读取YUV数据,再将YUV数据转换为RGB数据,再通过SDL显示到手机上-YUV YUV file is read from the data, then the data is converted to RGB YUV data, and then displayed on the phone by SDL
simplest_media_play
- 简单的视音频播放示例 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。 一共包括了如下几个子工程: simplest_audio_play_directsound: 使用DirectSound播放PCM
yuvtool
- 一个RGB转YUV的类,非常简单,可以参考使用。-An RGB to YUV class, very simple, you can reference.
