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

FfmpegSdl2.0Demo_vs2005

于 2015-11-29 发布 文件大小:13259KB
0 190
下载积分: 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 个回复

  • PCL818
    毕业设计时做DC600V逆变器测试系统,采用工控机为主控制器,PCL-818数据采集卡, VC++作编程工具,对25T、25k型客车使用的逆变器进行性能测试。(Graduation time to do DC600V inverter test system, IPC-based controller, PCL-818 data acquisition card, VC++ as a programming tool, 25T, 25k bus-type inverter used for performance testing.)
    2011-10-22 08:44:46下载
    积分:1
  • connection-two-methods
    connection的两种连通域方法,上传上去大家应该能看懂的,我从基础学的是能够看得懂,不懂得翻下书(The connection of the two methods of connected domain, uploaded you should be able to understand, I the foundation to learn is to be able to read, not understand through books)
    2016-03-09 17:19:33下载
    积分:1
  • Protues-jiaocheng
    protues的教程,初学者的必备,可以学习很多东西,对自己收益很大(study protues)
    2013-11-28 11:53:19下载
    积分:1
  • Virtualserialport
    虚拟串口,在Proteus中可用实际串口与其通信(Virtual serial port, available at Proteus its actual serial communication)
    2009-03-22 23:44:31下载
    积分:1
  • sine_demo
    本程序的功能是在TI的32位单片机LM3S9D96官方开发板上,基于IAR软件平台的,在触屏上显示一个动态的正弦波的C程序。用的是官方的开发板,液晶屏也是官方的。本程序是自己原创。程序非常规范,有详尽英语代码注释。 本程序是该单片机的一个高级液晶显示应用。(The function of the program is a dynamic sine wave C program in TI' s 32 the microcontroller LM3S9D96 official development board, based on the the IAR software platform, touch screen display. Official development board, the LCD screen is also an official. This program is original. The program is very standardized, detailed English code comments. This program is an advanced LCD microcontroller applications.)
    2013-04-11 10:01:51下载
    积分:1
  • PCA--stm32
    stm32F410X PCA例程,Stm32F410x很好的学习资料(Stm32F410X PCA routines, stm32F410X very good learning material )
    2012-08-08 10:52:44下载
    积分:1
  • Automatic-traffic-control-system-
    自动交通控制系统用红、绿、黄三支共两组发光二极管表示交通信号灯,利用单片机模拟有时间显示的定时交通信号灯控制管理。信号灯的变化规律可如下: 1)放行线:绿灯亮放行25秒,黄灯亮警告5秒,然后红灯亮禁止。 2)禁示线:红灯亮禁止30秒,然后绿灯亮放行。 3)当某一方向的红灯亮时,若该方向有车通过,则用扬声器声报警。(撞红灯信号可用3-5V模拟量表示)(Automatic traffic control system using red, green, yellow light-emitting diodes, said a total of three traffic lights, the use of single-chip analog time display on a regular traffic signal control and management. Changes of lights to be as follows: 1) Release Line: green clearance 25 seconds, the yellow light warning for 5 seconds, then the red light is prohibited. 2) ban shows lines: the red light is prohibited for 30 seconds, then the green light to release. 3) When the red light in one direction, if the direction of the car through, the alarm speaker sound. (Hit the red signal available 3-5V analog representation))
    2013-12-19 18:26:11下载
    积分:1
  • CT
    说明:  双路输出控制器”具有信号输出时间设定、 输出信号占空比调整、 当前输出通道及时 间显示、系统工作参数存储、串口通讯及 LED 指示等功能。 “双路输出控制器”通过串口完 成信号输出时间设定功能;通过 EEPROM 完成系统工作参数存储功能;通过按键完成输出通 道切换、 输出信号占空比调整及停止信号输出功能; 系统硬件电路主要由 MCU 控制单元、独 立按键、 LCD 显示单元、 串口通讯单元、 EEPROM 数据存储单元和 LED 指示单元组成(Dual output controller has the signal output time setting, adjust the duty cycle of the output signal, the current output channel in time Between display, system operating parameters are stored, serial communications and LED indicator. Dual Output Controller through serial END A signal output time setting function complete system operating parameters via EEPROM memory function complete output pass through the key Channel switching, adjust the duty cycle of the output signal and the stop signal output function the system hardware circuit is mainly controlled by the MCU unit, alone Li buttons, LCD display unit, serial communication unit, EEPROM data storage unit and LED indication units)
    2015-03-10 20:14:34下载
    积分:1
  • udfconfig
    此程序是CFD中用户自定义中的定义速度变化的程序,输入到Fluent中控制入口速度(This program is a change of user-defined in the definition of speed in CFD program, the input to control the inlet velocity in Fluent)
    2012-05-29 16:36:47下载
    积分:1
  • dianji
    超再生遥控-遥控步进电机正反转AB的程序(Superregeneration Remote- remote control stepper motor program AB)
    2013-07-23 20:00:21下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载