- Apr 15, 2022
-
-
This will allow to call this function from interop modules. This function is currently called from opengl_interop_init_impl() (the init function pointer), which will be removed (so this narrows the scope of helpers code exposed to modules). In the future, more work will be needed to also remove this function pointer.
-
The interop determines the format (currently based on the chroma and the existence of the extension "GL_ARB_texture_rg"). Store this format in the vlc_gl_format, so that the sampler doesn't have to guess by performing the same checks.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Apr 14, 2022
-
-
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
-
- Apr 13, 2022
-
-
If GPL is enabled, build postproc together with ffmpeg instead of building an ffmpeg-less ancient version with numerous bugs. Should fix crashes on macOS and possibly other OSes when postproc is used.
-
This adds the vlc_xcb_Manage() call to match the behaviour of the other XCB-based displays.
-
-
This uses a vout_display_t for historical reasons. We need to reuse this code with another type of object now.
-
-
-
-
-
It contains the cudaVideoCodec_AV1 definition.
-
Once the sequence is fully parsed we can tell the profile. The return value of HandleVideoSequence() is how many pictures the decoder should use internally. p_format->min_num_decode_surfaces contains the minimum for that value.
-
-
We may also move it in the core.
-
Fix socket connect() on some OSes (Apple and more) Fix build with recent meson version
-
When box xMin is 0, lines starting with non 0 bearing can't be aligned properly due to wrong offset
-
This variable was only written to and never read, making it useless.
-
-
-
This groups all event reporting functions so its much easier to see all event reporting related functions that a window provider might need to call in one place.Additionally makes it clearer that those are not meant to be called by modules other than the window provider implementation.
-
Only add the functions to the sections they should be in not to the parent section too.
-
-
-