登录
首页 » Visual C++ » FfmpegSdl2.0Demo_vs2005

FfmpegSdl2.0Demo_vs2005

于 2015-11-29 发布 文件大小:13259KB
0 127
下载积分: 1 下载次数: 17

代码说明:

  使用FFMPEG库进行视频解码,然后在一个Static控件上使用SDL2.0进行视频显示,相比SDL1.0,2.0版本支持多窗口同时显示,性能也大幅提升。(demo中未处理音频帧)。本Demo优点:将视频解码和显示分别封装了两个类CFfmpegDecod和CSdlShow,便于学习和理解播放流程。适合学习者使用。(Using the FFMPEG library for video decoding, and then on a Static control on the use of SDL2.0 video display, compared to the SDL1.0,2.0 version supports multi window at the same time, performance is also greatly improved. (demo is not processed for audio frames). The Demo advantages: the video decoding and display are encapsulated in two classes CFfmpegDecod and CSdlShow, easy to learn and understand the playback process. Suitable for learners to use.)

文件列表:

FfmpegSdl2.0Demo_vs2005
.......................\bin
.......................\...\avcodec-56.dll,22361088,2015-11-18
.......................\...\avformat-56.dll,6006272,2015-11-18
.......................\...\avutil-54.dll,493568,2015-11-18
.......................\...\demo.mp4,1067265,2015-10-24
.......................\...\FfmpegSdl2.0Demo_vs2005.exe,520192,2015-11-29
.......................\...\SDL2.dll,1007104,2015-11-18
.......................\...\swresample-1.dll,281088,2015-11-18
.......................\...\swscale-3.dll,452608,2015-11-18
.......................\FfmpegSdl2.0Demo_vs2005
.......................\.......................\FfmpegDecod.cpp,6903,2015-11-29
.......................\.......................\FfmpegDecod.h,827,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005.cpp,1613,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005.h,569,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005.rc,4363,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005.vcproj,6481,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005Dlg.cpp,3373,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005Dlg.h,841,2015-11-29
.......................\.......................\ReadMe.txt,2556,2015-11-29
.......................\.......................\res

.......................\.......................\...\FfmpegSdl20Demo_vs2005.rc2,378,2015-11-29
.......................\.......................\resource.h,605,2015-11-29
.......................\.......................\SdlShow.cpp,3596,2015-11-29
.......................\.......................\SdlShow.h,838,2015-11-29
.......................\.......................\stdafx.cpp,154,2015-11-29
.......................\.......................\stdafx.h,1545,2015-11-29
.......................\FfmpegSdl2.0Demo_vs2005.sln,934,2015-11-29
.......................\ffplay
.......................\......\include
.......................\......\.......\inttypes.h,5721,2015-10-11
.......................\......\.......\libavcodec
.......................\......\.......\..........\avcodec.h,181963,2015-10-11
.......................\......\.......\..........\avfft.h,3111,2015-10-11
.......................\......\.......\..........\d3d11va.h,2504,2015-10-11
.......................\......\.......\..........\dv_profile.h,3998,2015-10-11
.......................\......\.......\..........\dxva2.h,2358,2015-10-11
.......................\......\.......\..........\old_codec_ids.h,10623,2015-10-11
.......................\......\.......\..........\qsv.h,1185,2015-10-11
.......................\......\.......\..........\vaapi.h,4007,2015-10-11
.......................\......\.......\..........\vda.h,5928,2015-10-11
.......................\......\.......\..........\vdpau.h,7972,2015-10-11
.......................\......\.......\..........\version.h,6543,2015-10-11
.......................\......\.......\..........\vorbis_parser.h,2356,2015-10-11
.......................\......\.......\..........\xvmc.h,6062,2015-10-11
.......................\......\.......\libavdevice
.......................\......\.......\...........\avdevice.h,17923,2015-10-11
.......................\......\.......\...........\version.h,1859,2015-10-11
.......................\......\.......\libavfilter
.......................\......\.......\...........\asrc_abuffer.h,3321,2015-10-11
.......................\......\.......\...........\avcodec.h,2390,2015-10-11
.......................\......\.......\...........\avfilter.h,57143,2015-10-11
.......................\......\.......\...........\avfiltergraph.h,975,2015-10-11
.......................\......\.......\...........\buffersink.h,7539,2015-10-11
.......................\......\.......\...........\buffersrc.h,4899,2015-10-11
.......................\......\.......\...........\version.h,2919,2015-10-11
.......................\......\.......\libavformat
.......................\......\.......\...........\avformat.h,105794,2015-10-11
.......................\......\.......\...........\avio.h,22250,2015-10-11
.......................\......\.......\...........\version.h,2391,2015-10-11
.......................\......\.......\libavutil
.......................\......\.......\.........\adler32.h,1584,2015-10-11
.......................\......\.......\.........\aes.h,1834,2015-10-11
.......................\......\.......\.........\attributes.h,4236,2015-10-11
.......................\......\.......\.........\audioconvert.h,82,2015-10-11
.......................\......\.......\.........\audio_fifo.h,4475,2015-10-11
.......................\......\.......\.........\avassert.h,2113,2015-10-11
.......................\......\.......\.........\avconfig.h,211,2015-10-11
.......................\......\.......\.........\avstring.h,13319,2015-10-11
.......................\......\.......\.........\avutil.h,8632,2015-10-11
.......................\......\.......\.........\base64.h,2079,2015-10-11
.......................\......\.......\.........\blowfish.h,2313,2015-10-11
.......................\......\.......\.........\bprint.h,7797,2015-10-11
.......................\......\.......\.........\bswap.h,2858,2015-10-11
.......................\......\.......\.........\buffer.h,9772,2015-10-11
.......................\......\.......\.........\camellia.h,2139,2015-10-11
.......................\......\.......\.........\cast5.h,2512,2015-10-11
.......................\......\.......\.........\channel_layout.h,9071,2015-10-11
.......................\......\.......\.........\common.h,14756,2015-10-11
.......................\......\.......\.........\cpu.h,4989,2015-10-11
.......................\......\.......\.........\crc.h,2783,2015-10-11
.......................\......\.......\.........\dict.h,7857,2015-10-11
.......................\......\.......\.........\display.h,3192,2015-10-11
.......................\......\.......\.........\downmix_info.h,3235,2015-10-11
.......................\......\.......\.........\error.h,5468,2015-10-11
.......................\......\.......\.........\eval.h,5303,2015-10-11
.......................\......\.......\.........\ffversion.h,128,2015-10-11
.......................\......\.......\.........\fifo.h,5036,2015-10-11
.......................\......\.......\.........\file.h,2458,2015-10-11
.......................\......\.......\.........\frame.h,24233,2015-10-11
.......................\......\.......\.........\hash.h,3591,2015-10-11
.......................\......\.......\.........\hmac.h,2870,2015-10-11
.......................\......\.......\.........\imgutils.h,8329,2015-10-11
.......................\......\.......\.........\intfloat.h,1726,2015-10-11
.......................\......\.......\.........\intreadwrite.h,18346,2015-10-11
.......................\......\.......\.........\lfg.h,1986,2015-10-11
.......................\......\.......\.........\log.h,10669,2015-10-11
.......................\......\.......\.........\lzo.h,2048,2015-10-11
.......................\......\.......\.........\macros.h,1203,2015-10-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • USB_2.0.pdf
    stm32下跑通usb外设,编译环境基于keil(stm32 next run through usb peripherals, based on keil compiler environment)
    2013-10-05 21:34:54下载
    积分:1
  • A_I_Chat_R2258605212014
    artificial intelligence chatbot
    2015-02-22 21:52:57下载
    积分:1
  • 1
    说明:  CRC循环的代码,可以用,很详细,欢迎下载(CRC cyclic code can be used, in great detail, are welcome to download)
    2010-05-13 03:38:26下载
    积分:1
  • shuangkui
    双馈风电机组的PSCAD模型,是通用模型,有助于帮助解决双馈风电机组建模问题(PSCAD doubly-fed motor model)
    2013-12-23 21:47:00下载
    积分:1
  • SOES-master
    Simple Open Source EtherCAT Slave ==== SOES (Simple OpenSource EtherCAT Slave Stack) is an opensource slave stack that is very easy to use and provides a small footprint. It is a good alternative to more complex stacks on the market. Overview SOES is an EtherCAT slave stack written in c. Its purpose is to learn and to use. All users are invited to study the source to get an understanding how an EtherCAT slave functions. Features as of 1.0.0: - Address offset based HAL for easy ESC read/write access via any interface - Mailbox with data link layer - CoE - Object dictionary - SDO read and write for all sizes including segmented transfers - Easy portable C-code suited for embedded applications - Fixed PDO mapping - FoE with bootstrap template - Support for Little and Big endian targets. - Polling for interrupts
    2016-11-01 10:09:23下载
    积分:1
  • power-supply-standard
    开关电源测试 标准 (Switching power supply testing standards)
    2012-09-07 23:02:01下载
    积分:1
  • A-digital-adjustable-
    一个数字类型可提高开关电源的设计与实现,可以是很好的借鉴,但是要用特殊软件打开,把文件后缀复制到百度就可以找到(A digital type can increase the switching power supply design and implementation, can be a good reference, but use special software to open, copy the file suffix can be found on Baidu)
    2011-07-23 18:41:24下载
    积分:1
  • PWM
    NXP LPC11u24 cortex-M0 PWM 示例程序(NXP LPC11u24 cortex-M0 PWM sample programs)
    2014-02-11 10:27:56下载
    积分:1
  • STC-MCU-10-11-12C5A-GUIDE
    能够非常完美的在LED上显示漂亮的汉字和英文字母,很好啊(Can be perfectly nice in the LED display of Chinese characters and English letters, ah well)
    2011-06-09 14:35:58下载
    积分:1
  • CSE2009
    说明:  四方的通信管理机程序,绝对的超值,很多规约的处理,101 103 103 104 CDT DNP SC1801 CSC2000等,千万别走漏风声啊,(sifang processs protel control center )
    2021-02-25 11:19:38下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载