86 Commits (58dcb93fd5efc1552bca03d79bdbd8da6f0dfb78)

Author SHA1 Message Date
Alexandre Janniaux 0d50a267ee WIP: demo logger cb 6 years ago
Martin Finkel b7378da2dd d3d11_player: field renaming 5 years ago
Steve Lhomme dd514b9ef6 libvlc: make the D3D11 callback give a ID3D11RenderTargetView per plane 6 years ago
Steve Lhomme e3ed8e2d52 libvlc: the setup/cleanup rendering callbacks can be called many times 6 years ago
Alexandre Janniaux 092891ad98 doc: QtPlayer: update .pro file to use pkg-config 6 years ago
Alexandre Janniaux 0135f73c1b doc: QtGl: fix heap use-after-free 6 years ago
Alexandre Janniaux 81a4d5c24b doc: QtGl: fix memory leak on VLCVideo 6 years ago
Alexandre Janniaux a50f873b81 doc: QtGl: lower verbosity level 6 years ago
Alexandre Janniaux 0e7d444c0c doc: QtGl: release token when cleanup 6 years ago
Alexandre Janniaux 2fee55a319 doc: QtGl: add details on GetProcAddress impl 6 years ago
Alexandre Janniaux ce256c9500 doc: QtGl: add Q_UNUSED for unused parameters 6 years ago
Alexandre Janniaux 69854d2454 doc: QtGl: check OpenGLES with OpenGL too 6 years ago
Alexandre Janniaux 13286dc2c6 doc: QtGl: refactor with two contexts 6 years ago
Alexandre Janniaux 848e78091f doc: QtGl: add debug info 6 years ago
Alexandre Janniaux a8aab2da0e doc: QtGL: use defines for static Qt / plugins 6 years ago
Alexandre Janniaux d99c280178 doc: QtGL: use pkg-config to find libvlc 6 years ago
Steve Lhomme 7d00336823 doc: win32: handle 'a' keyboard key to change the aspect ratio in sample apps 6 years ago
Steve Lhomme e44940dd92 doc: libvlc: add drag and drop support to the basic set_hwnd sample app 6 years ago
Steve Lhomme 4a91e760ae doc: libvlc: add a simple win32 app using set_hwnd() 6 years ago
Steve Lhomme 73f547c617 d3d11_player: fix warning 6 years ago
Steve Lhomme 0ade21ad07 QtPlayer example: fix compilation with newer Qt/libvlc 6 years ago
Thomas Guillem 26e9f4b2f7 doc: sdl_opengl_player: fix build 6 years ago
Steve Lhomme eb8044cff0 d3d11_player: assert on leaks 7 years ago
Steve Lhomme 15b3c957d0 libvlc: rename libvlc_video_direct3d_engine_d3d9 7 years ago
Steve Lhomme bfbd2a28b9 libvlc: rename libvlc_video_direct3d_engine_d3d11 7 years ago
Steve Lhomme 6bba90162f libvlc: fix union in output callback device config 7 years ago
Steve Lhomme 6f381abda9 doc: libvlc: get the OpenGL functions properly 7 years ago
Steve Lhomme dc5783c950 doc: libvlc: fix line endings of OpenGL callback sample 7 years ago
Steve Lhomme 73b03a5407 doc: libvlc: fix the Qt OpenGL sample compilation 7 years ago
Steve Lhomme c819fb26f8 libvlc: use a different name for each variant of the host surface format 7 years ago
Steve Lhomme a595230d8d libvlc: merge libvlc_video_direct3d_set_callbacks into libvlc_video_set_output_callbacks 7 years ago
Steve Lhomme 5bbae6d818 libvlc: pass the select_plane/frame_metadata callback to OpenGL as well 7 years ago
Steve Lhomme 7aafa1e914 libvlc: let the OpenGL host app tell libvlc its rendering area changed 7 years ago
Steve Lhomme 8cbb0843c9 libvlc: merge libvlc_video_setup_cb and libvlc_video_direct3d_device_setup_cb 7 years ago
Steve Lhomme 2369082c4f libvlc: rename libvlc_video_direct3d_device_cfg_t / libvlc_video_setup_device_info_t 7 years ago
Steve Lhomme aab1165b99 libvlc: let the OpenGL host app change the opaque data used for the session 7 years ago
Steve Lhomme 87836261f7 libvlc: let the OpenGL host refuse a source format if it can't handle it 7 years ago
Steve Lhomme abd53b1202 libvlc: merge libvlc_video_render_cfg_t and libvlc_video_direct3d_cfg_t 7 years ago
Steve Lhomme 5f23c6894f libvlc: pass the OpenGL rendering configuration update as a structure 7 years ago
Steve Lhomme b6a47686df libvlc: make the OpenGL host tell the rendering colorimetry it's using 7 years ago
Steve Lhomme 965b1d9c1c libvlc: add a callback to pass frame metadata before rendering 7 years ago
Steve Lhomme 8c274f4e5a d3d11_player: debug leaks on exit in debug mode 7 years ago
Steve Lhomme 0bac9a08fe d3d11_player: move the textures release in a separate function 7 years ago
Steve Lhomme cde6834abf d3d11_player: add missing d3deviceVLC release 7 years ago
Steve Lhomme 9abf1e87ba d3d11_player: add missing CloseHandle 7 years ago
Steve Lhomme 883633e4a0 d3d11_player: move the elements that change at each UpdateOutput_cb in a structure 7 years ago
Steve Lhomme 5de2d6a3b3 d3d11_player: create a new D3D11 environment when Setup_cb is called 7 years ago
Steve Lhomme 3a82b7592e d3d11_player: move up init/release of render_context code 7 years ago
Steve Lhomme 11e0231494 d3d11_player: keep the HWND in the context 7 years ago
Steve Lhomme f41cb863c7 d3d11_player: fix warning 7 years ago