搜索资源列表
macroblock
- 这个是H.264中的C代码源程序中宏块那部分的 仅供参考-the H.264 is the C source code macros in that part of the block for reference
feng-0.1.13
- 目前的流媒体服务器代码有Darwin(苹果公司),是用c++开发的,过于复杂不适合用在嵌入式设备上,live555是c开发的但是只支持mpeg格式的音频,Feng 流媒体服务器支持h.264格式的视频,mp3音频,支持RTSP,RTP/RTCP,可以用来在嵌入式设备上开发流媒体服务器.-current streaming media server code Darwin (Apple), is the development of the c, too complex not suitable
avc2avi.rar
- 该程序包提供了"***.264"格式的文件转换为"***.avi"格式视频的源代码。 "***.264"是未经封装的H.264格式的视频文件,经过该程序添加avi封装后,形成"***.avi"格式的视频文件,从而可以用普通的播放器进行播放。 通过该源代码还可以学习到avi格式封装的实现方法。 该程序开发语言是C++,开发环境是VS。,The package provides a "***. 264" format files into the "***. avi" format video so
arm-download-98665.rar
- The OpenMAX DL (Development Layer) APIs contain a comprehensive set of audio, video, signal processing function primitives which can be implemented and optimized on various CPUs and hardware engines and then used for accelerated codec functionality.
JM
- 基于H.264的标准JM代码,非常适合初学者参考,visual c++下运行,操作方便。-H.264-based standard JM code, very suitable for beginners reference, visual c run, easy to operate
s3c6410-h264-IDR-encode-ok
- 这是上一个代码的优化,加了IDR帧编码,适合不稳定网络(如移动通信网),已产品化,基于华恒S3C6410-R2开发板采集视频并压缩为H264格式,带IDR帧,使用时.c文件要改名为cam2fb.c-This is a code optimization, plus the IDR frame coding for unstable networks (such as mobile communications network), has been product oriented, huahen
H[1].264
- 可以用H.264编码解码器源码(c语言)-can use H.264 codec source (c language). -Can use H.264 codec source code (c language)-can use H.264 codec source (c language).
MotionSearch
- H.264运动搜索算法代码,包括三步法,改进的三步法,菱形搜索法,改进的菱形搜索法等算法的源码-H.264 motion search algorithm code, including three-step, improved three-step method, the diamond search method to improve the diamond search algorithm, such as source
ldecod
- H.264基于baseline解码器的C++实现源码,适于初学者-H.264 decoder based on the baseline of the C++ to achieve source code, suitable for beginners
jm86
- JM 86 用于H.264 的编解码,用C语言写成 -The code of H.264 is jm86 which is used for coding and decoding the video
x264
- x264的源代码第一部分,这是一款H.264的编码器-x264 source code for the first part, which is a H.264 encoder
73462702H264CODEC
- c code for h.264 codec
h.264
- C++编写的H.264编码解码器源码,可以在VC平台上应用,用于视频的网络传输时的压缩与解压。-Written in C++ H.264 codec source code, can be applied in the VC platform, transmission network for video compression and decompression.
JM19
- this file is a set of c++ source code for JM software. this software is useful for h.264 simulation proce-this file is a set of c++ source code for JM software. this software is useful for h.264 simulation process
x264-snapshot-20120109-2245
- 非常好的源代码关于H.264的开发,是c语言下的-a very good source code for H.264(SVC)in c language
feng-2.1.0_rc1
- 目前的流媒体服务器代码有Darwin(苹果公司),是用c++开发的,过于复杂不适合用在嵌入式设备上; live555是c开发的但是只支持mpeg格式的音频;Feng 流媒体服务器支持h.264格式的视频,mp3音频,支持RTSP,RTP/RTCP,可以用来在嵌入式设备上开发流媒体服务器。-The streaming server code Darwin (Apple), C++ development, too complex and not suitable for use in embe
HH264CODEEC
- H.264视频编解码的C源代码码。可在Visual C下编译。 -C source code for the H.264 video codec. In Visual C compiler.
high_ff
- H264 decode in VC 9 include sse3 codec 1. install MinGW 2. set executable files path for VC EX. C:\Program Files\MinGW\bin 3. build path name only in ascii code, can not unicode EX. c:\hi_ff264 or d:\hi_ff264 is good 4. Choice register in
mtest1.c
- RGB TO YUV转换原理及代码示例 RGB TO YUV转换原理及代码示例 由于H.264等压缩算法都是在YUV的颜色空间上进行的,所有在进行压缩前,首先要进行颜色空间的转换。如果摄像头采集的资源是RGB的,那么首先要转换成YUV,如果是YUV的,那么要根据压缩器具体支持的YUV格式做数据的重排。本文以RGB24àYUV420(YV12)为例,讲解颜色空间转换的原理。-RGB TO YUV conversion principle and code examples RGB TO
video-p2p-based-on-H.264
- 本程序是在H.263的P2P视频聊天程序(本站可下载到)基础上优化升级而成,vs 2008环境,实现了点对点视频通信,分辨率和视频质量有了大幅提升。包括3个工程:x264实现视频编码,ffmpeg实现视频解码,testvideo实现视频采集界面显示和TCP协议传输,需先编译前2个工程生成库文件后供第三个工程调用,编译库时注意修改工程路径及代码中的extern C,也可直接用我编译好的库文件。支持RGB和YUY2(4:2:2)格式输出的摄像头,分辨率支持176x144或352x288两种(修改宏定