搜索资源列表
jm73
- h.264标准代码,用于视频编码!可以实现各种视频的编码和解码,可以在这个代码的基础上进行各种开发,比如算法的优化,转码技术,实现各种分辨了的转码-code for video coding! All can be achieved video encoding and decoding, this code can be the basis for all development, such as the optimization algorithm, code technology to a
ffmpeg_sdk
- 提供了目前最全面的音频,视频的编码和解码库,包括G.711,G.726,AMR,MP3,H.261,H.263,MPEG-1,MPEG-2,MPEG-4,H.264,使用MMX汇编优化,效率非常高。可以直接加入到自己的工程中使用,非常方便。-provide the most comprehensive audio, video encoding and decoding library, including G.711, G.726, AMR, MP3, H.261, H.263, MPEG-1
h[1].264AVC
- 此文详细介绍了h.264种熵编码算法的优化设计,取材比较前沿,内容新颖。-article details the h.264 types of entropy coding algorithm optimization of the design, drawing more forward, as novel.
System_Optimization_Techniques_for_Blackfin_Proces
- Blackfin 优化经典文章,特别对图像编码如H.264有极大的参考价值
Ciaramello2008
- 拉格朗日R-D 优化 H.264 视频编码
H264dm642optimise
- H.264编码器在TMS320DM642平台上的底层优化
opmizevideoDM642
- 基于DM642平台的H.264编码器优化代码
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
VC_Audio_Video_Tech_and_Application_Source_Code.ra
- 配套书信息:http://product.dang .com/product.aspx?product_id=20507035 一线音/视频开发工程师8年沉淀的经验奉献。9大经典案例全面剖析应用开发技术,学有所用。配套工程原型代码,快速构建用户应用程序。 音/视频工程师兼培训讲师8年经验的倾情奉献;本书剖析了DirectSound、DirectShow的功能与特性,以案例详细讲解技术开发过程;本书重点对主流的视频算法MPEG-4/h.264进行介绍,从编码原理、工程实践、算法优化、技
T264
- T264代码,有帮初学h.264的人来学习,分析其编码过程及如何用C语言来实现的,并在此基础上优化代码.-T264 code, there are people to help beginners learn h.264 analyze the coding process and how to use C language to implement, and optimize the code on this basis.
DaVinci-H_264
- 为实现基于达芬奇平台的视频系统,本文研究H.264视频编码算法移植和优化方法,针对达芬奇平台实现算法的xDM封装,以便算法通 codecEngine框架调用。基于QT设计并实现一套数字媒体处理算法的 Codecserver自动部署系统,具有快速集成、验证与修改xDM算法的功能,解决达芬奇平台上算法的CodecServer集成和应用程序部署不便的问题。 -DaVinci platform video system, this paper H.264 video coding algor
chuanko
- H.264编码器优化模型源码,在标准模型的基础上,本人进行算法优化,效率提高了。-H.264 encoder optimization model source, in the standard model, based on my algorithm to optimize efficiency.
jm
- 视频压缩标准H.264的编码器,该源代码是在官方的模型基础上优化的结果。-Video compression standard H.264 encoder, the source code is in the official model based on the optimization results.
jm86g
- H.264帧内编码优化源码,可供需要进行编码优化的朋友参阅,内有注释!-H.264 encoding optimized intra-source for the need for coding optimization refer a friend with a note!
H264
- 基于图像视频编码H.264的视频编码优化,实现图像的优化编码-H264
h_264_Video_encoder
- 介绍了基于嵌入式平台PxA255的h.2“视频编码器的实现。在描述了视频编码器的硬件结构设计及视频采集 软件的实现的基础上,详细介绍了h.2“对视频编码标准的一些改进以及基于PXA255结构和删汇编指令的h.264编 码程序的 优化。实验结果表明,优化后的h.264编码程序能够对采集到的视频进行实时编码,该视频编码器运行 状态良好.-Introduced based on embedded platform PxA255 of h. 2 " video en
H.264-Example-with-Loopback-v3.3
- 花钱买的资料。以seed开发板为基础,DSP c6000系列H.264解编码,包括例子 以及库函数 优化代码是封装过的。-Spending money to buy the data.Based on the SEED development board for DSP c6000 Series H.264 decoding and encoding. Including examples and library functions to optimize the code the packag
Ojm86ggp
- H.264帧内编码优化源码,可供需需要进行编码优化的朋友参阅,内有注释! -H.264 intra-frame coding optimized source, supply and demand need for coding optimized friends see, within a comment!
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两种(修改宏定
h.264
- h.264标准代码,用于视频编码!可以实现各种视频的编码和解码,可以在这个代码的基础上进行各种开发,比如算法的优化,转码技术,实现各种分辨了的转码-h.264 standard code for video encoding! Can achieve a variety of video encoding and decoding, this code can be based on a variety of development, such as optimization algorithm