32 Commits (5aec19d53fb1abc6629bfaa40c9f4f8b81423486)

Author SHA1 Message Date
Rémi Denis-Courmont 5aec19d53f lib: remove useless libvlc_media_new_location() parameter 4 years ago
Rémi Denis-Courmont d607bf767f lib/media_player: pass instance when creating from media 4 years ago
Steve Lhomme 553f6091c0 libvlc: add the possibility to flip the rendered textures 5 years ago
Steve Lhomme 491e7440b3 doc: libvlc: fix QtGL shader compilation issue 5 years ago
Alexandre Janniaux b225c6dbc0 doc: QtGl: use nullptr and remove stray comments 5 years ago
Alexandre Janniaux 530cc094d1 doc: QtGl: use std::unique_ptr<> 5 years ago
Craig Turner 180cc78689 doc: QtGL: fix textures being recreated 5 years ago
Alexandre Janniaux febdeca0b4 doc: QtGL: conditionnally set precision qualifier 5 years ago
Steve Lhomme 4b60c03dfb doc: QtGl: fix usage of OpenGL functions when running in Qt 6 years ago
Steve Lhomme ff816e4096 doc: QtGl: remove unused private variables 6 years ago
Steve Lhomme fd58e14843 doc: QtGl: replace std::mutex with QMutex 6 years ago
Steve Lhomme 1d80e39533 doc: QtGl: set the shader precision 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
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 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 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 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 d5ccdffa65 doc: add a Qt app to showcase the OpenGL surface callbacks 8 years ago