资源列表
SimplyPlayer
- SimplyPlayer.vcproj 这是使用“应用程序向导”生成的 VC++ 项目的主项目文件。 它包含有关生成文件的 Visual C++ 版本的信息,以及 有关用“应用程序向导”所选择的平台、配置和 项目功能的信息。 SimplyPlayer.h 这是应用程序的主头文件。 它包含其他 项目特定的头文件(包括 Resource.h),并声明 CSimplyPlayerApp 应用程序类。 SimplyPlayer.cpp 这是包含应
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
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程序 希望对大家有帮助
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
- 程序能够求出视频文件中的关键帧,是学习多媒体编程的非常好的参考程序。
e_player1
- 自己编的MP3播放器,用VC++实现,对掌握windows多媒体编程 ,VC控件编程掌握,windows MFC开发有很大帮助
mp3towav
- 将mp3格式的音频文件转换为wav格式的音频文件,可用于一些音频播放器的开发。
DShowEncoder
- 基于DirectShow的音频转换程序的实现(WAV转换成MP3)
mpeg2enc0505122
- mpeg2编码器 1、编码和解码源代码改成vc6下的console32 project,调试成功 2、原来bin目录下的编解码可执行文件有问题,运行时出现堆栈溢出错误,已被替换 3、编码程序增加支持新的输入格式:所有yuv帧合成为一帧的序列文件(如.qcif,.cif等)
Snake
- 贪吃蛇完全原码,在ROCK的方案上调试过的,欢迎有用的人士下载.
3001614
- 用纯c编写的mpeg2编解码源代码,出自实现mpeg/jpeg编解码技术这本书