├── .gitattributes ├── .gitignore ├── .gitmodules ├── .ycm_extra_conf.py ├── 3rd ├── include │ ├── SDL2 │ │ ├── SDL.h │ │ ├── SDL_assert.h │ │ ├── SDL_atomic.h │ │ ├── SDL_audio.h │ │ ├── SDL_bits.h │ │ ├── SDL_blendmode.h │ │ ├── SDL_clipboard.h │ │ ├── SDL_config.h │ │ ├── SDL_config.h.cmake │ │ ├── SDL_config.h.in │ │ ├── SDL_config_android.h │ │ ├── SDL_config_iphoneos.h │ │ ├── SDL_config_macosx.h │ │ ├── SDL_config_macosx.h.orig │ │ ├── SDL_config_minimal.h │ │ ├── SDL_config_pandora.h │ │ ├── SDL_config_psp.h │ │ ├── SDL_config_windows.h │ │ ├── SDL_config_winrt.h │ │ ├── SDL_config_wiz.h │ │ ├── SDL_copying.h │ │ ├── SDL_cpuinfo.h │ │ ├── SDL_egl.h │ │ ├── SDL_endian.h │ │ ├── SDL_error.h │ │ ├── SDL_events.h │ │ ├── SDL_filesystem.h │ │ ├── SDL_gamecontroller.h │ │ ├── SDL_gesture.h │ │ ├── SDL_haptic.h │ │ ├── SDL_hints.h │ │ ├── SDL_joystick.h │ │ ├── SDL_keyboard.h │ │ ├── SDL_keycode.h │ │ ├── SDL_loadso.h │ │ ├── SDL_log.h │ │ ├── SDL_main.h │ │ ├── SDL_messagebox.h │ │ ├── SDL_metal.h │ │ ├── SDL_mouse.h │ │ ├── SDL_mutex.h │ │ ├── SDL_name.h │ │ ├── SDL_opengl.h │ │ ├── SDL_opengl_glext.h │ │ ├── SDL_opengles.h │ │ ├── SDL_opengles2.h │ │ ├── SDL_opengles2_gl2.h │ │ ├── SDL_opengles2_gl2ext.h │ │ ├── SDL_opengles2_gl2platform.h │ │ ├── SDL_opengles2_khrplatform.h │ │ ├── SDL_pixels.h │ │ ├── SDL_platform.h │ │ ├── SDL_power.h │ │ ├── SDL_quit.h │ │ ├── SDL_rect.h │ │ ├── SDL_render.h │ │ ├── SDL_revision.h │ │ ├── SDL_rwops.h │ │ ├── SDL_scancode.h │ │ ├── SDL_sensor.h │ │ ├── SDL_shape.h │ │ ├── SDL_stdinc.h │ │ ├── SDL_surface.h │ │ ├── SDL_system.h │ │ ├── SDL_syswm.h │ │ ├── SDL_test.h │ │ ├── SDL_test_assert.h │ │ ├── SDL_test_common.h │ │ ├── SDL_test_compare.h │ │ ├── SDL_test_crc32.h │ │ ├── SDL_test_font.h │ │ ├── SDL_test_fuzzer.h │ │ ├── SDL_test_harness.h │ │ ├── SDL_test_images.h │ │ ├── SDL_test_log.h │ │ ├── SDL_test_md5.h │ │ ├── SDL_test_memory.h │ │ ├── SDL_test_random.h │ │ ├── SDL_thread.h │ │ ├── SDL_timer.h │ │ ├── SDL_touch.h │ │ ├── SDL_types.h │ │ ├── SDL_version.h │ │ ├── SDL_video.h │ │ ├── SDL_vulkan.h │ │ ├── begin_code.h │ │ └── close_code.h │ ├── libavcodec │ │ ├── ac3_parser.h │ │ ├── adts_parser.h │ │ ├── avcodec.h │ │ ├── avdct.h │ │ ├── avfft.h │ │ ├── d3d11va.h │ │ ├── dirac.h │ │ ├── dv_profile.h │ │ ├── dxva2.h │ │ ├── jni.h │ │ ├── mediacodec.h │ │ ├── qsv.h │ │ ├── vaapi.h │ │ ├── vdpau.h │ │ ├── version.h │ │ ├── videotoolbox.h │ │ ├── vorbis_parser.h │ │ └── xvmc.h │ ├── libavdevice │ │ ├── avdevice.h │ │ └── version.h │ ├── libavfilter │ │ ├── avfilter.h │ │ ├── buffersink.h │ │ ├── buffersrc.h │ │ └── version.h │ ├── libavformat │ │ ├── avformat.h │ │ ├── avio.h │ │ └── version.h │ ├── libavutil │ │ ├── adler32.h │ │ ├── aes.h │ │ ├── aes_ctr.h │ │ ├── attributes.h │ │ ├── audio_fifo.h │ │ ├── avassert.h │ │ ├── avconfig.h │ │ ├── avstring.h │ │ ├── avutil.h │ │ ├── base64.h │ │ ├── blowfish.h │ │ ├── bprint.h │ │ ├── bswap.h │ │ ├── buffer.h │ │ ├── camellia.h │ │ ├── cast5.h │ │ ├── channel_layout.h │ │ ├── common.h │ │ ├── cpu.h │ │ ├── crc.h │ │ ├── des.h │ │ ├── dict.h │ │ ├── display.h │ │ ├── downmix_info.h │ │ ├── encryption_info.h │ │ ├── error.h │ │ ├── eval.h │ │ ├── ffversion.h │ │ ├── fifo.h │ │ ├── file.h │ │ ├── frame.h │ │ ├── hash.h │ │ ├── hdr_dynamic_metadata.h │ │ ├── hmac.h │ │ ├── hwcontext.h │ │ ├── hwcontext_cuda.h │ │ ├── hwcontext_d3d11va.h │ │ ├── hwcontext_drm.h │ │ ├── hwcontext_dxva2.h │ │ ├── hwcontext_mediacodec.h │ │ ├── hwcontext_qsv.h │ │ ├── hwcontext_vaapi.h │ │ ├── hwcontext_vdpau.h │ │ ├── hwcontext_videotoolbox.h │ │ ├── imgutils.h │ │ ├── intfloat.h │ │ ├── intreadwrite.h │ │ ├── lfg.h │ │ ├── log.h │ │ ├── lzo.h │ │ ├── macros.h │ │ ├── mastering_display_metadata.h │ │ ├── mathematics.h │ │ ├── md5.h │ │ ├── mem.h │ │ ├── motion_vector.h │ │ ├── murmur3.h │ │ ├── opt.h │ │ ├── parseutils.h │ │ ├── pixdesc.h │ │ ├── pixelutils.h │ │ ├── pixfmt.h │ │ ├── random_seed.h │ │ ├── rational.h │ │ ├── rc4.h │ │ ├── replaygain.h │ │ ├── ripemd.h │ │ ├── samplefmt.h │ │ ├── sha.h │ │ ├── sha512.h │ │ ├── spherical.h │ │ ├── stereo3d.h │ │ ├── tea.h │ │ ├── threadmessage.h │ │ ├── time.h │ │ ├── timecode.h │ │ ├── timestamp.h │ │ ├── tree.h │ │ ├── twofish.h │ │ ├── tx.h │ │ ├── version.h │ │ └── xtea.h │ ├── libpostproc │ │ ├── postprocess.h │ │ └── version.h │ ├── libswresample │ │ ├── swresample.h │ │ └── version.h │ └── libswscale │ │ ├── swscale.h │ │ └── version.h └── lib │ └── msvc2015_x64 │ ├── SDL2.lib │ ├── avcodec.lib │ ├── avdevice.lib │ ├── avfilter.lib │ ├── avformat.lib │ ├── avutil.lib │ ├── postproc.lib │ ├── swresample.lib │ └── swscale.lib ├── BUILD.md ├── LICENSE ├── README.md ├── bin └── msvc2015_x64 │ ├── Qt5Core.dll │ ├── Qt5Gui.dll │ ├── Qt5Widgets.dll │ ├── SDL2.dll │ ├── avcodec-58.dll │ ├── avdevice-58.dll │ ├── avfilter-7.dll │ ├── avformat-58.dll │ ├── avutil-56.dll │ ├── conf │ └── hplayer.conf.default │ ├── ffplay.exe │ ├── hplayer.exe │ ├── platforms │ └── qwindows.dll │ ├── postproc-55.dll │ ├── swresample-3.dll │ └── swscale-5.dll ├── favicon.ico ├── hplayer.png ├── hplayer.pro ├── hplayer.rc ├── hplayer.sln ├── hplayer.vcxproj ├── hplayer25.png ├── hplayer4.png ├── rc ├── image.qrc ├── image │ ├── add.png │ ├── capture.png │ ├── clear.png │ ├── close.png │ ├── disk.png │ ├── file.png │ ├── fullscreen.png │ ├── icon.png │ ├── media.png │ ├── media_bk.png │ ├── mute.png │ ├── network.png │ ├── next.png │ ├── pause.png │ ├── prev.png │ ├── start.png │ ├── stop.png │ ├── style1.png │ ├── style16.png │ ├── style2.png │ ├── style25.png │ ├── style36.png │ ├── style4.png │ ├── style49.png │ ├── style64.png │ ├── style9.png │ ├── sub.png │ ├── timeshow.png │ └── voice.png ├── lang │ ├── app_zh_CN.qm │ ├── app_zh_CN.ts │ ├── qt_zh_CN.qm │ └── qt_zh_CN.ts ├── skin.qrc └── skin │ ├── dark.qss │ └── dark │ ├── add_bottom.png │ ├── add_left.png │ ├── add_right.png │ ├── add_top.png │ ├── branch_close.png │ ├── branch_open.png │ ├── calendar_nextmonth.png │ ├── calendar_prevmonth.png │ ├── checkbox_checked.png │ ├── checkbox_checked_disable.png │ ├── checkbox_parcial.png │ ├── checkbox_parcial_disable.png │ ├── checkbox_unchecked.png │ ├── checkbox_unchecked_disable.png │ ├── radiobutton_checked.png │ ├── radiobutton_checked_disable.png │ ├── radiobutton_unchecked.png │ └── radiobutton_unchecked_disable.png └── src ├── GL ├── eglew.h ├── glew.c ├── glew.h ├── glxew.h └── wglew.h ├── appdef.h ├── avdef.h ├── confile.h ├── main.cpp ├── qt ├── HGLWidget.cpp ├── HGLWidget.h ├── qtfunctions.h ├── qtheaders.h ├── qtrcloader.cpp └── qtrcloader.h ├── ui ├── CentralWidget.cpp ├── CentralWidget.h ├── CustomEventType.h ├── GLWnd.cpp ├── GLWnd.h ├── HMediaInfoDlg.cpp ├── HMediaInfoDlg.h ├── HMultiView.cpp ├── HMultiView.h ├── HOpenMediaDlg.cpp ├── HOpenMediaDlg.h ├── HVideoTitlebar.cpp ├── HVideoTitlebar.h ├── HVideoToolbar.cpp ├── HVideoToolbar.h ├── HVideoWidget.cpp ├── HVideoWidget.h ├── HVideoWnd.cpp ├── HVideoWnd.h ├── HVideoWndFactory.h ├── LsideWidget.cpp ├── LsideWidget.h ├── MainWindow.cpp ├── MainWindow.h ├── RsideWidget.cpp ├── RsideWidget.h ├── SDL2Wnd.cpp ├── SDL2Wnd.h ├── htable.cpp ├── htable.h └── qtstyles.h ├── util ├── ffmpeg_util.h ├── hframe.cpp ├── hframe.h ├── hgl.h ├── hgui.h ├── opencv_util.h └── sdl_util.h ├── video ├── HVideoCapture.cpp ├── HVideoCapture.h ├── HVideoPlayer.h ├── HVideoPlayerFactory.h ├── hffplayer.cpp ├── hffplayer.h └── hmedia.h └── win32 ├── hdevice.cpp └── hdevice.h /.gitattributes: -------------------------------------------------------------------------------- 1 | *.h linguist-language=cpp 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/.gitmodules -------------------------------------------------------------------------------- /.ycm_extra_conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/.ycm_extra_conf.py -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_assert.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_atomic.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_audio.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_bits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_bits.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_blendmode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_blendmode.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_clipboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_clipboard.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config.h.cmake -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config.h.in -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config_android.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config_android.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config_iphoneos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config_iphoneos.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config_macosx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config_macosx.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config_macosx.h.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config_macosx.h.orig -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config_minimal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config_minimal.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config_pandora.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config_pandora.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config_psp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config_psp.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config_windows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config_windows.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config_winrt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config_winrt.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_config_wiz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_config_wiz.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_copying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_copying.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_cpuinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_cpuinfo.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_egl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_egl.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_endian.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_error.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_events.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_filesystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_filesystem.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_gamecontroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_gamecontroller.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_gesture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_gesture.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_haptic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_haptic.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_hints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_hints.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_joystick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_joystick.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_keyboard.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_keycode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_keycode.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_loadso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_loadso.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_log.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_main.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_messagebox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_messagebox.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_metal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_metal.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_mouse.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_mutex.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_name.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_name.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_opengl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_opengl.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_opengl_glext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_opengl_glext.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_opengles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_opengles.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_opengles2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_opengles2.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_opengles2_gl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_opengles2_gl2.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_opengles2_gl2ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_opengles2_gl2ext.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_opengles2_gl2platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_opengles2_gl2platform.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_opengles2_khrplatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_opengles2_khrplatform.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_pixels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_pixels.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_platform.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_power.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_power.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_quit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_quit.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_rect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_rect.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_render.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_revision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_revision.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_rwops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_rwops.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_scancode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_scancode.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_sensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_sensor.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_shape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_shape.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_stdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_stdinc.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_surface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_surface.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_system.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_syswm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_syswm.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_assert.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_common.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_compare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_compare.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_crc32.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_font.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_fuzzer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_fuzzer.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_harness.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_harness.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_images.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_images.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_log.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_md5.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_memory.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_test_random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_test_random.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_thread.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_timer.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_touch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_touch.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_types.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_version.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_video.h -------------------------------------------------------------------------------- /3rd/include/SDL2/SDL_vulkan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/SDL_vulkan.h -------------------------------------------------------------------------------- /3rd/include/SDL2/begin_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/begin_code.h -------------------------------------------------------------------------------- /3rd/include/SDL2/close_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/SDL2/close_code.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/ac3_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/ac3_parser.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/adts_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/adts_parser.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/avcodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/avcodec.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/avdct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/avdct.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/avfft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/avfft.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/d3d11va.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/d3d11va.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/dirac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/dirac.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/dv_profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/dv_profile.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/dxva2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/dxva2.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/jni.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/jni.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/mediacodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/mediacodec.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/qsv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/qsv.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/vaapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/vaapi.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/vdpau.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/vdpau.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/version.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/videotoolbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/videotoolbox.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/vorbis_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/vorbis_parser.h -------------------------------------------------------------------------------- /3rd/include/libavcodec/xvmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavcodec/xvmc.h -------------------------------------------------------------------------------- /3rd/include/libavdevice/avdevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavdevice/avdevice.h -------------------------------------------------------------------------------- /3rd/include/libavdevice/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavdevice/version.h -------------------------------------------------------------------------------- /3rd/include/libavfilter/avfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavfilter/avfilter.h -------------------------------------------------------------------------------- /3rd/include/libavfilter/buffersink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavfilter/buffersink.h -------------------------------------------------------------------------------- /3rd/include/libavfilter/buffersrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavfilter/buffersrc.h -------------------------------------------------------------------------------- /3rd/include/libavfilter/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavfilter/version.h -------------------------------------------------------------------------------- /3rd/include/libavformat/avformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavformat/avformat.h -------------------------------------------------------------------------------- /3rd/include/libavformat/avio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavformat/avio.h -------------------------------------------------------------------------------- /3rd/include/libavformat/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavformat/version.h -------------------------------------------------------------------------------- /3rd/include/libavutil/adler32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/adler32.h -------------------------------------------------------------------------------- /3rd/include/libavutil/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/aes.h -------------------------------------------------------------------------------- /3rd/include/libavutil/aes_ctr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/aes_ctr.h -------------------------------------------------------------------------------- /3rd/include/libavutil/attributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/attributes.h -------------------------------------------------------------------------------- /3rd/include/libavutil/audio_fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/audio_fifo.h -------------------------------------------------------------------------------- /3rd/include/libavutil/avassert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/avassert.h -------------------------------------------------------------------------------- /3rd/include/libavutil/avconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/avconfig.h -------------------------------------------------------------------------------- /3rd/include/libavutil/avstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/avstring.h -------------------------------------------------------------------------------- /3rd/include/libavutil/avutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/avutil.h -------------------------------------------------------------------------------- /3rd/include/libavutil/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/base64.h -------------------------------------------------------------------------------- /3rd/include/libavutil/blowfish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/blowfish.h -------------------------------------------------------------------------------- /3rd/include/libavutil/bprint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/bprint.h -------------------------------------------------------------------------------- /3rd/include/libavutil/bswap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/bswap.h -------------------------------------------------------------------------------- /3rd/include/libavutil/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/buffer.h -------------------------------------------------------------------------------- /3rd/include/libavutil/camellia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/camellia.h -------------------------------------------------------------------------------- /3rd/include/libavutil/cast5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/cast5.h -------------------------------------------------------------------------------- /3rd/include/libavutil/channel_layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/channel_layout.h -------------------------------------------------------------------------------- /3rd/include/libavutil/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/common.h -------------------------------------------------------------------------------- /3rd/include/libavutil/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/cpu.h -------------------------------------------------------------------------------- /3rd/include/libavutil/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/crc.h -------------------------------------------------------------------------------- /3rd/include/libavutil/des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/des.h -------------------------------------------------------------------------------- /3rd/include/libavutil/dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/dict.h -------------------------------------------------------------------------------- /3rd/include/libavutil/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/display.h -------------------------------------------------------------------------------- /3rd/include/libavutil/downmix_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/downmix_info.h -------------------------------------------------------------------------------- /3rd/include/libavutil/encryption_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/encryption_info.h -------------------------------------------------------------------------------- /3rd/include/libavutil/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/error.h -------------------------------------------------------------------------------- /3rd/include/libavutil/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/eval.h -------------------------------------------------------------------------------- /3rd/include/libavutil/ffversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/ffversion.h -------------------------------------------------------------------------------- /3rd/include/libavutil/fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/fifo.h -------------------------------------------------------------------------------- /3rd/include/libavutil/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/file.h -------------------------------------------------------------------------------- /3rd/include/libavutil/frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/frame.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hash.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hdr_dynamic_metadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hdr_dynamic_metadata.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hmac.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hwcontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hwcontext.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hwcontext_cuda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hwcontext_cuda.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hwcontext_d3d11va.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hwcontext_d3d11va.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hwcontext_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hwcontext_drm.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hwcontext_dxva2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hwcontext_dxva2.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hwcontext_mediacodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hwcontext_mediacodec.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hwcontext_qsv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hwcontext_qsv.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hwcontext_vaapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hwcontext_vaapi.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hwcontext_vdpau.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hwcontext_vdpau.h -------------------------------------------------------------------------------- /3rd/include/libavutil/hwcontext_videotoolbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/hwcontext_videotoolbox.h -------------------------------------------------------------------------------- /3rd/include/libavutil/imgutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/imgutils.h -------------------------------------------------------------------------------- /3rd/include/libavutil/intfloat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/intfloat.h -------------------------------------------------------------------------------- /3rd/include/libavutil/intreadwrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/intreadwrite.h -------------------------------------------------------------------------------- /3rd/include/libavutil/lfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/lfg.h -------------------------------------------------------------------------------- /3rd/include/libavutil/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/log.h -------------------------------------------------------------------------------- /3rd/include/libavutil/lzo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/lzo.h -------------------------------------------------------------------------------- /3rd/include/libavutil/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/macros.h -------------------------------------------------------------------------------- /3rd/include/libavutil/mastering_display_metadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/mastering_display_metadata.h -------------------------------------------------------------------------------- /3rd/include/libavutil/mathematics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/mathematics.h -------------------------------------------------------------------------------- /3rd/include/libavutil/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/md5.h -------------------------------------------------------------------------------- /3rd/include/libavutil/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/mem.h -------------------------------------------------------------------------------- /3rd/include/libavutil/motion_vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/motion_vector.h -------------------------------------------------------------------------------- /3rd/include/libavutil/murmur3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/murmur3.h -------------------------------------------------------------------------------- /3rd/include/libavutil/opt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/opt.h -------------------------------------------------------------------------------- /3rd/include/libavutil/parseutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/parseutils.h -------------------------------------------------------------------------------- /3rd/include/libavutil/pixdesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/pixdesc.h -------------------------------------------------------------------------------- /3rd/include/libavutil/pixelutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/pixelutils.h -------------------------------------------------------------------------------- /3rd/include/libavutil/pixfmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/pixfmt.h -------------------------------------------------------------------------------- /3rd/include/libavutil/random_seed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/random_seed.h -------------------------------------------------------------------------------- /3rd/include/libavutil/rational.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/rational.h -------------------------------------------------------------------------------- /3rd/include/libavutil/rc4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/rc4.h -------------------------------------------------------------------------------- /3rd/include/libavutil/replaygain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/replaygain.h -------------------------------------------------------------------------------- /3rd/include/libavutil/ripemd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/ripemd.h -------------------------------------------------------------------------------- /3rd/include/libavutil/samplefmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/samplefmt.h -------------------------------------------------------------------------------- /3rd/include/libavutil/sha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/sha.h -------------------------------------------------------------------------------- /3rd/include/libavutil/sha512.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/sha512.h -------------------------------------------------------------------------------- /3rd/include/libavutil/spherical.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/spherical.h -------------------------------------------------------------------------------- /3rd/include/libavutil/stereo3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/stereo3d.h -------------------------------------------------------------------------------- /3rd/include/libavutil/tea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/tea.h -------------------------------------------------------------------------------- /3rd/include/libavutil/threadmessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/threadmessage.h -------------------------------------------------------------------------------- /3rd/include/libavutil/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/time.h -------------------------------------------------------------------------------- /3rd/include/libavutil/timecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/timecode.h -------------------------------------------------------------------------------- /3rd/include/libavutil/timestamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/timestamp.h -------------------------------------------------------------------------------- /3rd/include/libavutil/tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/tree.h -------------------------------------------------------------------------------- /3rd/include/libavutil/twofish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/twofish.h -------------------------------------------------------------------------------- /3rd/include/libavutil/tx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/tx.h -------------------------------------------------------------------------------- /3rd/include/libavutil/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/version.h -------------------------------------------------------------------------------- /3rd/include/libavutil/xtea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libavutil/xtea.h -------------------------------------------------------------------------------- /3rd/include/libpostproc/postprocess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libpostproc/postprocess.h -------------------------------------------------------------------------------- /3rd/include/libpostproc/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libpostproc/version.h -------------------------------------------------------------------------------- /3rd/include/libswresample/swresample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libswresample/swresample.h -------------------------------------------------------------------------------- /3rd/include/libswresample/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libswresample/version.h -------------------------------------------------------------------------------- /3rd/include/libswscale/swscale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libswscale/swscale.h -------------------------------------------------------------------------------- /3rd/include/libswscale/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/include/libswscale/version.h -------------------------------------------------------------------------------- /3rd/lib/msvc2015_x64/SDL2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/lib/msvc2015_x64/SDL2.lib -------------------------------------------------------------------------------- /3rd/lib/msvc2015_x64/avcodec.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/lib/msvc2015_x64/avcodec.lib -------------------------------------------------------------------------------- /3rd/lib/msvc2015_x64/avdevice.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/lib/msvc2015_x64/avdevice.lib -------------------------------------------------------------------------------- /3rd/lib/msvc2015_x64/avfilter.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/lib/msvc2015_x64/avfilter.lib -------------------------------------------------------------------------------- /3rd/lib/msvc2015_x64/avformat.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/lib/msvc2015_x64/avformat.lib -------------------------------------------------------------------------------- /3rd/lib/msvc2015_x64/avutil.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/lib/msvc2015_x64/avutil.lib -------------------------------------------------------------------------------- /3rd/lib/msvc2015_x64/postproc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/lib/msvc2015_x64/postproc.lib -------------------------------------------------------------------------------- /3rd/lib/msvc2015_x64/swresample.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/lib/msvc2015_x64/swresample.lib -------------------------------------------------------------------------------- /3rd/lib/msvc2015_x64/swscale.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/3rd/lib/msvc2015_x64/swscale.lib -------------------------------------------------------------------------------- /BUILD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/BUILD.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/README.md -------------------------------------------------------------------------------- /bin/msvc2015_x64/Qt5Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/Qt5Core.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/Qt5Gui.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/Qt5Gui.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/Qt5Widgets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/Qt5Widgets.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/SDL2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/SDL2.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/avcodec-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/avcodec-58.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/avdevice-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/avdevice-58.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/avfilter-7.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/avfilter-7.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/avformat-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/avformat-58.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/avutil-56.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/avutil-56.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/conf/hplayer.conf.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/conf/hplayer.conf.default -------------------------------------------------------------------------------- /bin/msvc2015_x64/ffplay.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/ffplay.exe -------------------------------------------------------------------------------- /bin/msvc2015_x64/hplayer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/hplayer.exe -------------------------------------------------------------------------------- /bin/msvc2015_x64/platforms/qwindows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/platforms/qwindows.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/postproc-55.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/postproc-55.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/swresample-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/swresample-3.dll -------------------------------------------------------------------------------- /bin/msvc2015_x64/swscale-5.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/bin/msvc2015_x64/swscale-5.dll -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/favicon.ico -------------------------------------------------------------------------------- /hplayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/hplayer.png -------------------------------------------------------------------------------- /hplayer.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/hplayer.pro -------------------------------------------------------------------------------- /hplayer.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/hplayer.rc -------------------------------------------------------------------------------- /hplayer.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/hplayer.sln -------------------------------------------------------------------------------- /hplayer.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/hplayer.vcxproj -------------------------------------------------------------------------------- /hplayer25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/hplayer25.png -------------------------------------------------------------------------------- /hplayer4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/hplayer4.png -------------------------------------------------------------------------------- /rc/image.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image.qrc -------------------------------------------------------------------------------- /rc/image/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/add.png -------------------------------------------------------------------------------- /rc/image/capture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/capture.png -------------------------------------------------------------------------------- /rc/image/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/clear.png -------------------------------------------------------------------------------- /rc/image/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/close.png -------------------------------------------------------------------------------- /rc/image/disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/disk.png -------------------------------------------------------------------------------- /rc/image/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/file.png -------------------------------------------------------------------------------- /rc/image/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/fullscreen.png -------------------------------------------------------------------------------- /rc/image/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/icon.png -------------------------------------------------------------------------------- /rc/image/media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/media.png -------------------------------------------------------------------------------- /rc/image/media_bk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/media_bk.png -------------------------------------------------------------------------------- /rc/image/mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/mute.png -------------------------------------------------------------------------------- /rc/image/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/network.png -------------------------------------------------------------------------------- /rc/image/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/next.png -------------------------------------------------------------------------------- /rc/image/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/pause.png -------------------------------------------------------------------------------- /rc/image/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/prev.png -------------------------------------------------------------------------------- /rc/image/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/start.png -------------------------------------------------------------------------------- /rc/image/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/stop.png -------------------------------------------------------------------------------- /rc/image/style1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/style1.png -------------------------------------------------------------------------------- /rc/image/style16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/style16.png -------------------------------------------------------------------------------- /rc/image/style2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/style2.png -------------------------------------------------------------------------------- /rc/image/style25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/style25.png -------------------------------------------------------------------------------- /rc/image/style36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/style36.png -------------------------------------------------------------------------------- /rc/image/style4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/style4.png -------------------------------------------------------------------------------- /rc/image/style49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/style49.png -------------------------------------------------------------------------------- /rc/image/style64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/style64.png -------------------------------------------------------------------------------- /rc/image/style9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/style9.png -------------------------------------------------------------------------------- /rc/image/sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/sub.png -------------------------------------------------------------------------------- /rc/image/timeshow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/timeshow.png -------------------------------------------------------------------------------- /rc/image/voice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/image/voice.png -------------------------------------------------------------------------------- /rc/lang/app_zh_CN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/lang/app_zh_CN.qm -------------------------------------------------------------------------------- /rc/lang/app_zh_CN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/lang/app_zh_CN.ts -------------------------------------------------------------------------------- /rc/lang/qt_zh_CN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/lang/qt_zh_CN.qm -------------------------------------------------------------------------------- /rc/lang/qt_zh_CN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/lang/qt_zh_CN.ts -------------------------------------------------------------------------------- /rc/skin.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin.qrc -------------------------------------------------------------------------------- /rc/skin/dark.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark.qss -------------------------------------------------------------------------------- /rc/skin/dark/add_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/add_bottom.png -------------------------------------------------------------------------------- /rc/skin/dark/add_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/add_left.png -------------------------------------------------------------------------------- /rc/skin/dark/add_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/add_right.png -------------------------------------------------------------------------------- /rc/skin/dark/add_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/add_top.png -------------------------------------------------------------------------------- /rc/skin/dark/branch_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/branch_close.png -------------------------------------------------------------------------------- /rc/skin/dark/branch_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/branch_open.png -------------------------------------------------------------------------------- /rc/skin/dark/calendar_nextmonth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/calendar_nextmonth.png -------------------------------------------------------------------------------- /rc/skin/dark/calendar_prevmonth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/calendar_prevmonth.png -------------------------------------------------------------------------------- /rc/skin/dark/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/checkbox_checked.png -------------------------------------------------------------------------------- /rc/skin/dark/checkbox_checked_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/checkbox_checked_disable.png -------------------------------------------------------------------------------- /rc/skin/dark/checkbox_parcial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/checkbox_parcial.png -------------------------------------------------------------------------------- /rc/skin/dark/checkbox_parcial_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/checkbox_parcial_disable.png -------------------------------------------------------------------------------- /rc/skin/dark/checkbox_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/checkbox_unchecked.png -------------------------------------------------------------------------------- /rc/skin/dark/checkbox_unchecked_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/checkbox_unchecked_disable.png -------------------------------------------------------------------------------- /rc/skin/dark/radiobutton_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/radiobutton_checked.png -------------------------------------------------------------------------------- /rc/skin/dark/radiobutton_checked_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/radiobutton_checked_disable.png -------------------------------------------------------------------------------- /rc/skin/dark/radiobutton_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/radiobutton_unchecked.png -------------------------------------------------------------------------------- /rc/skin/dark/radiobutton_unchecked_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/rc/skin/dark/radiobutton_unchecked_disable.png -------------------------------------------------------------------------------- /src/GL/eglew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/GL/eglew.h -------------------------------------------------------------------------------- /src/GL/glew.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/GL/glew.c -------------------------------------------------------------------------------- /src/GL/glew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/GL/glew.h -------------------------------------------------------------------------------- /src/GL/glxew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/GL/glxew.h -------------------------------------------------------------------------------- /src/GL/wglew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/GL/wglew.h -------------------------------------------------------------------------------- /src/appdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/appdef.h -------------------------------------------------------------------------------- /src/avdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/avdef.h -------------------------------------------------------------------------------- /src/confile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/confile.h -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/qt/HGLWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/qt/HGLWidget.cpp -------------------------------------------------------------------------------- /src/qt/HGLWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/qt/HGLWidget.h -------------------------------------------------------------------------------- /src/qt/qtfunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/qt/qtfunctions.h -------------------------------------------------------------------------------- /src/qt/qtheaders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/qt/qtheaders.h -------------------------------------------------------------------------------- /src/qt/qtrcloader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/qt/qtrcloader.cpp -------------------------------------------------------------------------------- /src/qt/qtrcloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/qt/qtrcloader.h -------------------------------------------------------------------------------- /src/ui/CentralWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/CentralWidget.cpp -------------------------------------------------------------------------------- /src/ui/CentralWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/CentralWidget.h -------------------------------------------------------------------------------- /src/ui/CustomEventType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/CustomEventType.h -------------------------------------------------------------------------------- /src/ui/GLWnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/GLWnd.cpp -------------------------------------------------------------------------------- /src/ui/GLWnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/GLWnd.h -------------------------------------------------------------------------------- /src/ui/HMediaInfoDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HMediaInfoDlg.cpp -------------------------------------------------------------------------------- /src/ui/HMediaInfoDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HMediaInfoDlg.h -------------------------------------------------------------------------------- /src/ui/HMultiView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HMultiView.cpp -------------------------------------------------------------------------------- /src/ui/HMultiView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HMultiView.h -------------------------------------------------------------------------------- /src/ui/HOpenMediaDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HOpenMediaDlg.cpp -------------------------------------------------------------------------------- /src/ui/HOpenMediaDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HOpenMediaDlg.h -------------------------------------------------------------------------------- /src/ui/HVideoTitlebar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HVideoTitlebar.cpp -------------------------------------------------------------------------------- /src/ui/HVideoTitlebar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HVideoTitlebar.h -------------------------------------------------------------------------------- /src/ui/HVideoToolbar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HVideoToolbar.cpp -------------------------------------------------------------------------------- /src/ui/HVideoToolbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HVideoToolbar.h -------------------------------------------------------------------------------- /src/ui/HVideoWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HVideoWidget.cpp -------------------------------------------------------------------------------- /src/ui/HVideoWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HVideoWidget.h -------------------------------------------------------------------------------- /src/ui/HVideoWnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HVideoWnd.cpp -------------------------------------------------------------------------------- /src/ui/HVideoWnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HVideoWnd.h -------------------------------------------------------------------------------- /src/ui/HVideoWndFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/HVideoWndFactory.h -------------------------------------------------------------------------------- /src/ui/LsideWidget.cpp: -------------------------------------------------------------------------------- 1 | #include "LsideWidget.h" 2 | -------------------------------------------------------------------------------- /src/ui/LsideWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/LsideWidget.h -------------------------------------------------------------------------------- /src/ui/MainWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/MainWindow.cpp -------------------------------------------------------------------------------- /src/ui/MainWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/MainWindow.h -------------------------------------------------------------------------------- /src/ui/RsideWidget.cpp: -------------------------------------------------------------------------------- 1 | #include "RsideWidget.h" 2 | -------------------------------------------------------------------------------- /src/ui/RsideWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/RsideWidget.h -------------------------------------------------------------------------------- /src/ui/SDL2Wnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/SDL2Wnd.cpp -------------------------------------------------------------------------------- /src/ui/SDL2Wnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/SDL2Wnd.h -------------------------------------------------------------------------------- /src/ui/htable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/htable.cpp -------------------------------------------------------------------------------- /src/ui/htable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/htable.h -------------------------------------------------------------------------------- /src/ui/qtstyles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/ui/qtstyles.h -------------------------------------------------------------------------------- /src/util/ffmpeg_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/util/ffmpeg_util.h -------------------------------------------------------------------------------- /src/util/hframe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/util/hframe.cpp -------------------------------------------------------------------------------- /src/util/hframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/util/hframe.h -------------------------------------------------------------------------------- /src/util/hgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/util/hgl.h -------------------------------------------------------------------------------- /src/util/hgui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/util/hgui.h -------------------------------------------------------------------------------- /src/util/opencv_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/util/opencv_util.h -------------------------------------------------------------------------------- /src/util/sdl_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/util/sdl_util.h -------------------------------------------------------------------------------- /src/video/HVideoCapture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/video/HVideoCapture.cpp -------------------------------------------------------------------------------- /src/video/HVideoCapture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/video/HVideoCapture.h -------------------------------------------------------------------------------- /src/video/HVideoPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/video/HVideoPlayer.h -------------------------------------------------------------------------------- /src/video/HVideoPlayerFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/video/HVideoPlayerFactory.h -------------------------------------------------------------------------------- /src/video/hffplayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/video/hffplayer.cpp -------------------------------------------------------------------------------- /src/video/hffplayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/video/hffplayer.h -------------------------------------------------------------------------------- /src/video/hmedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/video/hmedia.h -------------------------------------------------------------------------------- /src/win32/hdevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/win32/hdevice.cpp -------------------------------------------------------------------------------- /src/win32/hdevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ithewei/hplayer/HEAD/src/win32/hdevice.h --------------------------------------------------------------------------------