文件名称:ffplaymfc
-
所属分类:
- 标签属性:
- 上传时间:2014-08-16
-
文件大小:12.3mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
自己做的FFPLAY移植到VC下的开源工程:ffplayfor MFC。本工程将ffmpeg项目中的ffplay播放器(ffplay.c)移植到了VC的环境下。并且使用MFC做了一套简单的界面。它可以完成一个播放器播放视频的基本流程:解协议,解封装,视频/音频解码,视音频同步,视音频输出。此外还包含一些控制功能:播放,暂停/继续,前进,后退,停止,逐帧播放,全屏等;以及一些简单的视频码流分析功能:视频解码分析和音频解码分析。
详情参见《ffplay播放器移植VC的工程:ffplay for MFC 》:
http://blog.csdn.net/leixiaohua1020/article/details/28685327-This software transplant ffplay to Microsoft VC++ environment.
And use MFC to build a simple Graphical User Interface.
详情参见《ffplay播放器移植VC的工程:ffplay for MFC 》:
http://blog.csdn.net/leixiaohua1020/article/details/28685327-This software transplant ffplay to Microsoft VC++ environment.
And use MFC to build a simple Graphical User Interface.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ffplaymfc/
ffplaymfc/.gitignore
ffplaymfc/ChangeLog
ffplaymfc/ffplaymfc/
ffplaymfc/ffplaymfc.sln
ffplaymfc/ffplaymfc.suo
ffplaymfc/ffplaymfc/.gitignore
ffplaymfc/ffplaymfc/AudiodecodeDlg.cpp
ffplaymfc/ffplaymfc/AudiodecodeDlg.h
ffplaymfc/ffplaymfc/avcodec-55.dll
ffplaymfc/ffplaymfc/avdevice-55.dll
ffplaymfc/ffplaymfc/avfilter-4.dll
ffplaymfc/ffplaymfc/avformat-55.dll
ffplaymfc/ffplaymfc/avutil-52.dll
ffplaymfc/ffplaymfc/cmdutils.cpp
ffplaymfc/ffplaymfc/cmdutils.h
ffplaymfc/ffplaymfc/cmdutils_common_opts.h
ffplaymfc/ffplaymfc/config.h
ffplaymfc/ffplaymfc/ffplaycore.cpp
ffplaymfc/ffplaymfc/ffplaycore.h
ffplaymfc/ffplaymfc/ffplaymfc.aps
ffplaymfc/ffplaymfc/ffplaymfc.cpp
ffplaymfc/ffplaymfc/ffplaymfc.h
ffplaymfc/ffplaymfc/ffplaymfc.rc
ffplaymfc/ffplaymfc/ffplaymfc.vcxproj
ffplaymfc/ffplaymfc/ffplaymfc.vcxproj.filters
ffplaymfc/ffplaymfc/ffplaymfc.vcxproj.user
ffplaymfc/ffplaymfc/ffplaymfcDlg.cpp
ffplaymfc/ffplaymfc/ffplaymfcDlg.h
ffplaymfc/ffplaymfc/include/
ffplaymfc/ffplaymfc/include/compat/
ffplaymfc/ffplaymfc/include/compat/getopt.c
ffplaymfc/ffplaymfc/include/compat/msvcrt/
ffplaymfc/ffplaymfc/include/compat/msvcrt/snprintf.c
ffplaymfc/ffplaymfc/include/compat/msvcrt/snprintf.h
ffplaymfc/ffplaymfc/include/compat/strtod.c
ffplaymfc/ffplaymfc/include/compat/va_copy.h
ffplaymfc/ffplaymfc/include/inttypes.h
ffplaymfc/ffplaymfc/include/libavcodec/
ffplaymfc/ffplaymfc/include/libavcodec/avcodec.h
ffplaymfc/ffplaymfc/include/libavcodec/avfft.h
ffplaymfc/ffplaymfc/include/libavcodec/dxva2.h
ffplaymfc/ffplaymfc/include/libavcodec/old_codec_ids.h
ffplaymfc/ffplaymfc/include/libavcodec/vaapi.h
ffplaymfc/ffplaymfc/include/libavcodec/vda.h
ffplaymfc/ffplaymfc/include/libavcodec/vdpau.h
ffplaymfc/ffplaymfc/include/libavcodec/version.h
ffplaymfc/ffplaymfc/include/libavcodec/xvmc.h
ffplaymfc/ffplaymfc/include/libavdevice/
ffplaymfc/ffplaymfc/include/libavdevice/avdevice.h
ffplaymfc/ffplaymfc/include/libavdevice/version.h
ffplaymfc/ffplaymfc/include/libavfilter/
ffplaymfc/ffplaymfc/include/libavfilter/asrc_abuffer.h
ffplaymfc/ffplaymfc/include/libavfilter/avcodec.h
ffplaymfc/ffplaymfc/include/libavfilter/avfilter.h
ffplaymfc/ffplaymfc/include/libavfilter/avfiltergraph.h
ffplaymfc/ffplaymfc/include/libavfilter/buffersink.h
ffplaymfc/ffplaymfc/include/libavfilter/buffersrc.h
ffplaymfc/ffplaymfc/include/libavfilter/version.h
ffplaymfc/ffplaymfc/include/libavformat/
ffplaymfc/ffplaymfc/include/libavformat/avformat.h
ffplaymfc/ffplaymfc/include/libavformat/avio.h
ffplaymfc/ffplaymfc/include/libavformat/version.h
ffplaymfc/ffplaymfc/include/libavresample/
ffplaymfc/ffplaymfc/include/libavresample/arm/
ffplaymfc/ffplaymfc/include/libavresample/arm/audio_convert_init.c
ffplaymfc/ffplaymfc/include/libavresample/arm/audio_convert_neon.S
ffplaymfc/ffplaymfc/include/libavresample/arm/Makefile
ffplaymfc/ffplaymfc/include/libavresample/audio_convert.c
ffplaymfc/ffplaymfc/include/libavresample/audio_convert.h
ffplaymfc/ffplaymfc/include/libavresample/audio_data.c
ffplaymfc/ffplaymfc/include/libavresample/audio_data.h
ffplaymfc/ffplaymfc/include/libavresample/audio_mix.c
ffplaymfc/ffplaymfc/include/libavresample/audio_mix.h
ffplaymfc/ffplaymfc/include/libavresample/audio_mix_matrix.c
ffplaymfc/ffplaymfc/include/libavresample/avresample-test.c
ffplaymfc/ffplaymfc/include/libavresample/avresample.h
ffplaymfc/ffplaymfc/include/libavresample/internal.h
ffplaymfc/ffplaymfc/include/libavresample/libavresample.v
ffplaymfc/ffplaymfc/include/libavresample/Makefile
ffplaymfc/ffplaymfc/include/libavresample/options.c
ffplaymfc/ffplaymfc/include/libavresample/resample.c
ffplaymfc/ffplaymfc/include/libavresample/resample.h
ffplaymfc/ffplaymfc/include/libavresample/resample_template.c
ffplaymfc/ffplaymfc/include/libavresample/utils.c
ffplaymfc/ffplaymfc/include/libavresample/version.h
ffplaymfc/ffplaymfc/include/libavresample/x86/
ffplaymfc/ffplaymfc/include/libavresample/x86/audio_convert.asm
ffplaymfc/ffplaymfc/include/libavresample/x86/audio_convert_init.c
ffplaymfc/ffplaymfc/include/libavresample/x86/audio_mix.asm
ffplaymfc/ffplaymfc/include/libavresample/x86/audio_mix_init.c
ffplaymfc/ffplaymfc/include/libavresample/x86/Makefile
ffplaymfc/ffplaymfc/include/libavresample/x86/util.asm
ffplaymfc/ffplaymfc/include/libavutil/
ffplaymfc/ffplaymfc/include/libavutil/adler32.h
ffplaymfc/ffplaymfc/include/libavutil/aes.h
ffplaymfc/ffplaymfc/include/libavutil/attributes.h
ffplaymfc/ffplaymfc/include/libavutil/audioconvert.h
ffplaymfc/ffplaymfc/include/libavutil/audio_fifo.h
ffplaymfc/ffplaymfc/include/libavutil/avassert.h
ffplaymfc/ffplaymfc/include/libavutil/avconfig.h
ffplaymfc/ffplaymfc/include/libavutil/avstring.h
ffplaymfc/ffplaymfc/include/libavutil/avutil.h
ffplaymfc/ffplaymfc/include/libavutil/base64.h
ffplaymfc/ffplaymfc/include/libavutil/blowfish.h
ffplaymfc/ffplaymfc/include/libavutil/bprint.h
ffplaymfc/ffplaymfc/include/libavutil/bswap.h
ffplaymfc/ffplaymfc/include/libavutil/buffer.h
ffplaymfc/ffplaymfc/include/libavutil/channel_layout.h
ffplaymfc/ffplaymfc/include/libavutil/colorspace.h
ffplaymfc/ffplaymfc/include/libavutil/common.h
ffplaymfc/ffplaymfc/include/li
ffplaymfc/.gitignore
ffplaymfc/ChangeLog
ffplaymfc/ffplaymfc/
ffplaymfc/ffplaymfc.sln
ffplaymfc/ffplaymfc.suo
ffplaymfc/ffplaymfc/.gitignore
ffplaymfc/ffplaymfc/AudiodecodeDlg.cpp
ffplaymfc/ffplaymfc/AudiodecodeDlg.h
ffplaymfc/ffplaymfc/avcodec-55.dll
ffplaymfc/ffplaymfc/avdevice-55.dll
ffplaymfc/ffplaymfc/avfilter-4.dll
ffplaymfc/ffplaymfc/avformat-55.dll
ffplaymfc/ffplaymfc/avutil-52.dll
ffplaymfc/ffplaymfc/cmdutils.cpp
ffplaymfc/ffplaymfc/cmdutils.h
ffplaymfc/ffplaymfc/cmdutils_common_opts.h
ffplaymfc/ffplaymfc/config.h
ffplaymfc/ffplaymfc/ffplaycore.cpp
ffplaymfc/ffplaymfc/ffplaycore.h
ffplaymfc/ffplaymfc/ffplaymfc.aps
ffplaymfc/ffplaymfc/ffplaymfc.cpp
ffplaymfc/ffplaymfc/ffplaymfc.h
ffplaymfc/ffplaymfc/ffplaymfc.rc
ffplaymfc/ffplaymfc/ffplaymfc.vcxproj
ffplaymfc/ffplaymfc/ffplaymfc.vcxproj.filters
ffplaymfc/ffplaymfc/ffplaymfc.vcxproj.user
ffplaymfc/ffplaymfc/ffplaymfcDlg.cpp
ffplaymfc/ffplaymfc/ffplaymfcDlg.h
ffplaymfc/ffplaymfc/include/
ffplaymfc/ffplaymfc/include/compat/
ffplaymfc/ffplaymfc/include/compat/getopt.c
ffplaymfc/ffplaymfc/include/compat/msvcrt/
ffplaymfc/ffplaymfc/include/compat/msvcrt/snprintf.c
ffplaymfc/ffplaymfc/include/compat/msvcrt/snprintf.h
ffplaymfc/ffplaymfc/include/compat/strtod.c
ffplaymfc/ffplaymfc/include/compat/va_copy.h
ffplaymfc/ffplaymfc/include/inttypes.h
ffplaymfc/ffplaymfc/include/libavcodec/
ffplaymfc/ffplaymfc/include/libavcodec/avcodec.h
ffplaymfc/ffplaymfc/include/libavcodec/avfft.h
ffplaymfc/ffplaymfc/include/libavcodec/dxva2.h
ffplaymfc/ffplaymfc/include/libavcodec/old_codec_ids.h
ffplaymfc/ffplaymfc/include/libavcodec/vaapi.h
ffplaymfc/ffplaymfc/include/libavcodec/vda.h
ffplaymfc/ffplaymfc/include/libavcodec/vdpau.h
ffplaymfc/ffplaymfc/include/libavcodec/version.h
ffplaymfc/ffplaymfc/include/libavcodec/xvmc.h
ffplaymfc/ffplaymfc/include/libavdevice/
ffplaymfc/ffplaymfc/include/libavdevice/avdevice.h
ffplaymfc/ffplaymfc/include/libavdevice/version.h
ffplaymfc/ffplaymfc/include/libavfilter/
ffplaymfc/ffplaymfc/include/libavfilter/asrc_abuffer.h
ffplaymfc/ffplaymfc/include/libavfilter/avcodec.h
ffplaymfc/ffplaymfc/include/libavfilter/avfilter.h
ffplaymfc/ffplaymfc/include/libavfilter/avfiltergraph.h
ffplaymfc/ffplaymfc/include/libavfilter/buffersink.h
ffplaymfc/ffplaymfc/include/libavfilter/buffersrc.h
ffplaymfc/ffplaymfc/include/libavfilter/version.h
ffplaymfc/ffplaymfc/include/libavformat/
ffplaymfc/ffplaymfc/include/libavformat/avformat.h
ffplaymfc/ffplaymfc/include/libavformat/avio.h
ffplaymfc/ffplaymfc/include/libavformat/version.h
ffplaymfc/ffplaymfc/include/libavresample/
ffplaymfc/ffplaymfc/include/libavresample/arm/
ffplaymfc/ffplaymfc/include/libavresample/arm/audio_convert_init.c
ffplaymfc/ffplaymfc/include/libavresample/arm/audio_convert_neon.S
ffplaymfc/ffplaymfc/include/libavresample/arm/Makefile
ffplaymfc/ffplaymfc/include/libavresample/audio_convert.c
ffplaymfc/ffplaymfc/include/libavresample/audio_convert.h
ffplaymfc/ffplaymfc/include/libavresample/audio_data.c
ffplaymfc/ffplaymfc/include/libavresample/audio_data.h
ffplaymfc/ffplaymfc/include/libavresample/audio_mix.c
ffplaymfc/ffplaymfc/include/libavresample/audio_mix.h
ffplaymfc/ffplaymfc/include/libavresample/audio_mix_matrix.c
ffplaymfc/ffplaymfc/include/libavresample/avresample-test.c
ffplaymfc/ffplaymfc/include/libavresample/avresample.h
ffplaymfc/ffplaymfc/include/libavresample/internal.h
ffplaymfc/ffplaymfc/include/libavresample/libavresample.v
ffplaymfc/ffplaymfc/include/libavresample/Makefile
ffplaymfc/ffplaymfc/include/libavresample/options.c
ffplaymfc/ffplaymfc/include/libavresample/resample.c
ffplaymfc/ffplaymfc/include/libavresample/resample.h
ffplaymfc/ffplaymfc/include/libavresample/resample_template.c
ffplaymfc/ffplaymfc/include/libavresample/utils.c
ffplaymfc/ffplaymfc/include/libavresample/version.h
ffplaymfc/ffplaymfc/include/libavresample/x86/
ffplaymfc/ffplaymfc/include/libavresample/x86/audio_convert.asm
ffplaymfc/ffplaymfc/include/libavresample/x86/audio_convert_init.c
ffplaymfc/ffplaymfc/include/libavresample/x86/audio_mix.asm
ffplaymfc/ffplaymfc/include/libavresample/x86/audio_mix_init.c
ffplaymfc/ffplaymfc/include/libavresample/x86/Makefile
ffplaymfc/ffplaymfc/include/libavresample/x86/util.asm
ffplaymfc/ffplaymfc/include/libavutil/
ffplaymfc/ffplaymfc/include/libavutil/adler32.h
ffplaymfc/ffplaymfc/include/libavutil/aes.h
ffplaymfc/ffplaymfc/include/libavutil/attributes.h
ffplaymfc/ffplaymfc/include/libavutil/audioconvert.h
ffplaymfc/ffplaymfc/include/libavutil/audio_fifo.h
ffplaymfc/ffplaymfc/include/libavutil/avassert.h
ffplaymfc/ffplaymfc/include/libavutil/avconfig.h
ffplaymfc/ffplaymfc/include/libavutil/avstring.h
ffplaymfc/ffplaymfc/include/libavutil/avutil.h
ffplaymfc/ffplaymfc/include/libavutil/base64.h
ffplaymfc/ffplaymfc/include/libavutil/blowfish.h
ffplaymfc/ffplaymfc/include/libavutil/bprint.h
ffplaymfc/ffplaymfc/include/libavutil/bswap.h
ffplaymfc/ffplaymfc/include/libavutil/buffer.h
ffplaymfc/ffplaymfc/include/libavutil/channel_layout.h
ffplaymfc/ffplaymfc/include/libavutil/colorspace.h
ffplaymfc/ffplaymfc/include/libavutil/common.h
ffplaymfc/ffplaymfc/include/li
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.