├── 20180223224324.png ├── Audio.cpp ├── Audio.h ├── ClassDiagram.cd ├── Debug ├── Audio.obj ├── DisplayMediaTimer.obj ├── FrameQueue.obj ├── ImageFilter.obj ├── Media.obj ├── MySlider.obj ├── PacketQueue.obj ├── QImageHandler.obj ├── QTPlayer.log ├── QTPlayer.obj ├── QTPlayer.tlog │ ├── CL.command.1.tlog │ ├── CL.read.1.tlog │ ├── CL.write.1.tlog │ ├── QTPlayer.lastbuildstate │ ├── QTPlayer.write.1u.tlog │ ├── custombuild.command.1.tlog │ ├── custombuild.read.1.tlog │ ├── custombuild.write.1.tlog │ ├── link.command.1.tlog │ ├── link.read.1.tlog │ └── link.write.1.tlog ├── ReadPacketsThread.obj ├── TitleBar.obj ├── Video.obj ├── VideoOpenGLWidget.obj ├── main.obj ├── menus.obj ├── moc_DisplayMediaTimer.obj ├── moc_MySlider.obj ├── moc_QTPlayer.obj ├── moc_ReadPacketsThread.obj ├── moc_TitleBar.obj ├── moc_VideoOpenGLWidget.obj ├── moc_menus.obj ├── qrc_QTPlayer.obj └── vc140.pdb ├── DisplayMediaTimer.cpp ├── DisplayMediaTimer.h ├── FrameQueue.cpp ├── FrameQueue.h ├── GeneratedFiles ├── Debug │ ├── moc_DisplayMediaThread.cpp │ ├── moc_DisplayMediaTimer.cpp │ ├── moc_QTPlayer.cpp │ ├── moc_ReadPacketsThread.cpp │ └── moc_VideoOpenGLWidget.cpp ├── qrc_QTPlayer.cpp ├── ui_QTPlayer.h └── ui_VideoOpenGLWidget.h ├── ImageFilter.cpp ├── ImageFilter.h ├── Media.cpp ├── Media.h ├── PacketQueue.cpp ├── PacketQueue.h ├── QImageHandler.cpp ├── QImageHandler.h ├── QQ图片20180223210613.png ├── QTPlayer.cpp ├── QTPlayer.h ├── QTPlayer.qrc ├── QTPlayer.ui ├── QTPlayer.vcxproj ├── QTPlayer.vcxproj.filters ├── QTPlayer.vcxproj.user ├── README.md ├── ReadPacketsThread.cpp ├── ReadPacketsThread.h ├── Resources ├── PauseH.png ├── PauseN.png ├── PauseP.png ├── PlayD.png ├── PlayH.png ├── PlayN.png ├── PlayP.png ├── bb.jpg ├── close.png ├── max.png ├── min.png ├── restore.png └── titleBar.css ├── Video.cpp ├── Video.h ├── VideoOpenGLWidget.cpp ├── VideoOpenGLWidget.h ├── VideoOpenGLWidget.ui └── main.cpp /20180223224324.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/20180223224324.png -------------------------------------------------------------------------------- /Audio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Audio.cpp -------------------------------------------------------------------------------- /Audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Audio.h -------------------------------------------------------------------------------- /ClassDiagram.cd: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Debug/Audio.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/Audio.obj -------------------------------------------------------------------------------- /Debug/DisplayMediaTimer.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/DisplayMediaTimer.obj -------------------------------------------------------------------------------- /Debug/FrameQueue.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/FrameQueue.obj -------------------------------------------------------------------------------- /Debug/ImageFilter.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/ImageFilter.obj -------------------------------------------------------------------------------- /Debug/Media.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/Media.obj -------------------------------------------------------------------------------- /Debug/MySlider.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/MySlider.obj -------------------------------------------------------------------------------- /Debug/PacketQueue.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/PacketQueue.obj -------------------------------------------------------------------------------- /Debug/QImageHandler.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QImageHandler.obj -------------------------------------------------------------------------------- /Debug/QTPlayer.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.log -------------------------------------------------------------------------------- /Debug/QTPlayer.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.obj -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/QTPlayer.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/QTPlayer.lastbuildstate -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/QTPlayer.write.1u.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/QTPlayer.write.1u.tlog -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/custombuild.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/custombuild.command.1.tlog -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/custombuild.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/custombuild.read.1.tlog -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/custombuild.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/custombuild.write.1.tlog -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /Debug/QTPlayer.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/QTPlayer.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /Debug/ReadPacketsThread.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/ReadPacketsThread.obj -------------------------------------------------------------------------------- /Debug/TitleBar.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/TitleBar.obj -------------------------------------------------------------------------------- /Debug/Video.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/Video.obj -------------------------------------------------------------------------------- /Debug/VideoOpenGLWidget.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/VideoOpenGLWidget.obj -------------------------------------------------------------------------------- /Debug/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/main.obj -------------------------------------------------------------------------------- /Debug/menus.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/menus.obj -------------------------------------------------------------------------------- /Debug/moc_DisplayMediaTimer.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/moc_DisplayMediaTimer.obj -------------------------------------------------------------------------------- /Debug/moc_MySlider.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/moc_MySlider.obj -------------------------------------------------------------------------------- /Debug/moc_QTPlayer.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/moc_QTPlayer.obj -------------------------------------------------------------------------------- /Debug/moc_ReadPacketsThread.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/moc_ReadPacketsThread.obj -------------------------------------------------------------------------------- /Debug/moc_TitleBar.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/moc_TitleBar.obj -------------------------------------------------------------------------------- /Debug/moc_VideoOpenGLWidget.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/moc_VideoOpenGLWidget.obj -------------------------------------------------------------------------------- /Debug/moc_menus.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/moc_menus.obj -------------------------------------------------------------------------------- /Debug/qrc_QTPlayer.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/qrc_QTPlayer.obj -------------------------------------------------------------------------------- /Debug/vc140.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Debug/vc140.pdb -------------------------------------------------------------------------------- /DisplayMediaTimer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/DisplayMediaTimer.cpp -------------------------------------------------------------------------------- /DisplayMediaTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/DisplayMediaTimer.h -------------------------------------------------------------------------------- /FrameQueue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/FrameQueue.cpp -------------------------------------------------------------------------------- /FrameQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/FrameQueue.h -------------------------------------------------------------------------------- /GeneratedFiles/Debug/moc_DisplayMediaThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/GeneratedFiles/Debug/moc_DisplayMediaThread.cpp -------------------------------------------------------------------------------- /GeneratedFiles/Debug/moc_DisplayMediaTimer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/GeneratedFiles/Debug/moc_DisplayMediaTimer.cpp -------------------------------------------------------------------------------- /GeneratedFiles/Debug/moc_QTPlayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/GeneratedFiles/Debug/moc_QTPlayer.cpp -------------------------------------------------------------------------------- /GeneratedFiles/Debug/moc_ReadPacketsThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/GeneratedFiles/Debug/moc_ReadPacketsThread.cpp -------------------------------------------------------------------------------- /GeneratedFiles/Debug/moc_VideoOpenGLWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/GeneratedFiles/Debug/moc_VideoOpenGLWidget.cpp -------------------------------------------------------------------------------- /GeneratedFiles/qrc_QTPlayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/GeneratedFiles/qrc_QTPlayer.cpp -------------------------------------------------------------------------------- /GeneratedFiles/ui_QTPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/GeneratedFiles/ui_QTPlayer.h -------------------------------------------------------------------------------- /GeneratedFiles/ui_VideoOpenGLWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/GeneratedFiles/ui_VideoOpenGLWidget.h -------------------------------------------------------------------------------- /ImageFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/ImageFilter.cpp -------------------------------------------------------------------------------- /ImageFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/ImageFilter.h -------------------------------------------------------------------------------- /Media.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Media.cpp -------------------------------------------------------------------------------- /Media.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Media.h -------------------------------------------------------------------------------- /PacketQueue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/PacketQueue.cpp -------------------------------------------------------------------------------- /PacketQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/PacketQueue.h -------------------------------------------------------------------------------- /QImageHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/QImageHandler.cpp -------------------------------------------------------------------------------- /QImageHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/QImageHandler.h -------------------------------------------------------------------------------- /QQ图片20180223210613.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/QQ图片20180223210613.png -------------------------------------------------------------------------------- /QTPlayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/QTPlayer.cpp -------------------------------------------------------------------------------- /QTPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/QTPlayer.h -------------------------------------------------------------------------------- /QTPlayer.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/QTPlayer.qrc -------------------------------------------------------------------------------- /QTPlayer.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/QTPlayer.ui -------------------------------------------------------------------------------- /QTPlayer.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/QTPlayer.vcxproj -------------------------------------------------------------------------------- /QTPlayer.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/QTPlayer.vcxproj.filters -------------------------------------------------------------------------------- /QTPlayer.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/QTPlayer.vcxproj.user -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/README.md -------------------------------------------------------------------------------- /ReadPacketsThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/ReadPacketsThread.cpp -------------------------------------------------------------------------------- /ReadPacketsThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/ReadPacketsThread.h -------------------------------------------------------------------------------- /Resources/PauseH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/PauseH.png -------------------------------------------------------------------------------- /Resources/PauseN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/PauseN.png -------------------------------------------------------------------------------- /Resources/PauseP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/PauseP.png -------------------------------------------------------------------------------- /Resources/PlayD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/PlayD.png -------------------------------------------------------------------------------- /Resources/PlayH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/PlayH.png -------------------------------------------------------------------------------- /Resources/PlayN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/PlayN.png -------------------------------------------------------------------------------- /Resources/PlayP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/PlayP.png -------------------------------------------------------------------------------- /Resources/bb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/bb.jpg -------------------------------------------------------------------------------- /Resources/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/close.png -------------------------------------------------------------------------------- /Resources/max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/max.png -------------------------------------------------------------------------------- /Resources/min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/min.png -------------------------------------------------------------------------------- /Resources/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/restore.png -------------------------------------------------------------------------------- /Resources/titleBar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Resources/titleBar.css -------------------------------------------------------------------------------- /Video.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Video.cpp -------------------------------------------------------------------------------- /Video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/Video.h -------------------------------------------------------------------------------- /VideoOpenGLWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/VideoOpenGLWidget.cpp -------------------------------------------------------------------------------- /VideoOpenGLWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/VideoOpenGLWidget.h -------------------------------------------------------------------------------- /VideoOpenGLWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/VideoOpenGLWidget.ui -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huimingli/QTFFmpegSDLPlayer/HEAD/main.cpp --------------------------------------------------------------------------------