资源列表
mp3sources
- I ve never managed to get the Mega128 TWI (two wire interface, also called I2C) interface working totally satisfactorily. It seems to require some \"magic numbers\" I suspect it does some wierd clocking tricks which results in strange waveforms
SimplyPlayer
- SimplyPlayer.vcproj 这是使用“应用程序向导”生成的 VC++ 项目的主项目文件。 它包含有关生成文件的 Visual C++ 版本的信息,以及 有关用“应用程序向导”所选择的平台、配置和 项目功能的信息。 SimplyPlayer.h 这是应用程序的主头文件。 它包含其他 项目特定的头文件(包括 Resource.h),并声明 CSimplyPlayerApp 应用程序类。 SimplyPlayer.cpp 这是包含应
xvidcore-1.1.0
- 网络流媒体播放程序源代码,适合于多媒体播放器编程参考
encore
- This MoMuSys implementation of MPEG-4 was originally developed in the course of development of the MPEG-4 Video (ISO/IEC 14496-2) standard. This software module is an implementation of a part of one or more MPEG-4 Video (ISO/IEC 14496-2) tool
ffmpeg-0.4.8
- 流媒体网络播放器程序源代码,适合于网络流媒体方向参考
admixer_mute
- There is a sea of conditional compile directives in the source, because of its multi-platform compiling. It was designed to be compileable on both Linux, Windows and the DSP of course. As a result, it can be quite difficult to browse some parts of th
live555-latest
- 网络多媒体播放器程序源代码,适合网络多媒体播放器设计参考
src_mp3
- The following files constitute the main C sourcecode. The tablefiles for the transforms are omitted - they can be autogenerated from within the main program using a #define statement. Please note that these files are presented as-is for reference onl
h263
- 在一个国外程序开发网站找到的关于H263的C程序 希望对大家有帮助
JM86
- 视频压缩标准H264的源码,并且含有已经整理好的流程图,很方便初学视频压缩的人学习
ffmpeg
- FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operating systems, including Windows.
KeyFrame_for_Lanber
- 程序能够求出视频文件中的关键帧,是学习多媒体编程的非常好的参考程序。