580 Commits (d2a01fe376d438eeb42795ecb2cfcd13458f1572)

Author SHA1 Message Date
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 4df5968f37 doc: add the OpenGL callbacks libvlc player sources 7 years ago
Steve Lhomme dc5783c950 doc: libvlc: fix line endings of OpenGL callback sample 7 years ago
Steve Lhomme 6e7495bf8c doc: add the d3d11/d3d9 libvlc player sources 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
Romain Vimont abba5c2972 doc: fix make distcheck with git worktrees 7 years ago
Steve Lhomme fd72480dfd d3d11_player: document why we clear with a green tint 7 years ago
Steve Lhomme e8e720da58 d3d11_player: only update the VLC render target when it changes 7 years ago
Steve Lhomme 3304b55ae6 d3d11_player: only set the d3dctx state once since it's not shared with VLC 7 years ago
Steve Lhomme 0ce3ee9cec d3d11_player: the shared texture needs to be writable by libvlc 7 years ago
Steve Lhomme a882a3a886 d3d11_player: use a different ID3D11Device between the app and VLC 7 years ago
Steve Lhomme 6018909b4f d3d11_player: don't initialize structures with 0 7 years ago
Steve Lhomme 8bcea68edf libvlc: provide the adapter to use for D3D9 rendering 7 years ago
Steve Lhomme 303cbe6c89 direct3d9: factorize the code that is always common with local/host rendering 7 years ago
Steve Lhomme cfaa0bdfe6 direct3d9: the setup callback returns a IDirect3D9 not a IDirect3DDevice9 7 years ago
Steve Lhomme d57710ed8b libvlc: set the report size callback independently from the device setup 7 years ago
Steve Lhomme 5c2e5221f5 doc: D3D9 callbacks: set the rendering size when the window size changes 7 years ago
Steve Lhomme cfaf7134b4 doc: D3D11 callbacks: set the rendering size when the window size changes 7 years ago
Romain Vimont 70ee5693df libvlc: doc: list breaking changes 7 years ago
Romain Vimont 80a8553e8a libvlc: player: rename stop() to stop_async() 7 years ago
Rémi Denis-Courmont 1c0b393127 Doxygen: remove no longer used alias 7 years ago
Steve Lhomme cf16b6f0e7 libvlc: use a callback to select the plane to render to 7 years ago
Steve Lhomme 9b6e022193 libvlc: add support for HDR10 metadata during the rendering start 7 years ago
Steve Lhomme 5ef4b70f9a doc: add a sample app to demo D3D9 callbacks 8 years ago
Steve Lhomme 9930c40819 doc: add a sample app to demo D3D11 callbacks 8 years ago