- Nov 22, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
As in autotools.
-
Steve Lhomme authored
We should use the same packing as libdvdread. It's done and made public through a header. But we must also use the compiler the same way. libdvdread doesn't force -mno-ms-bitfields.
-
Steve Lhomme authored
-
Steve Lhomme authored
It's on by default, so not needed in configure.sh.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
- the ssp option has been added in 6b1f7dc2 - the pdb enabling is done outside of meson
-
-
until the drop operation finishes
-
until the drop operation finishes
-
-
-
Steve Lhomme authored
No need to do some DLL loading/GetProcAddress. The installer is for Windows XP+ (and Windows 7 on VLC4). So these API's are always present.
-
- Nov 21, 2024
-
-
The code will be moved towards a real OpenGL provider module in the future. This commit starts writing the module like so by ensuring there is a valid OpenGL startup function for the module. Currently, the usage of the vout_display prevents from allocating the views and everything from within the OpenOpenGL function, but they'll get moved in later patches which will include setting up dedicated callbacks for the rendering.
-
No functional changes.
-
...and use designated initializers to ensure the fields are correct. This will allow removing the forward declarations.
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Steve Lhomme authored
The build reduction patch was added but not called in 22e73a44.
-
Steve Lhomme authored
Following 0ef4d615 we can't use the Debian protoc with the contribs one anymore.
-
Currently, when `drop()` is called, the delegate is shown in its original position with internal drag. This causes the delegate to be shown for a momentary period of time until it is removed from the view. In order to prevent flickering, hide the delegate before calling `drop()` and if the delegate is dropped in the same view (intra-view move) then show it since the delegate should not remain hidden in its new position.
-
It is now using a specific boolean.
-
Disabled by default, but can be forced with the new configuration option.
-
So that we can add more thumbnailer arguments in the future.
-
-
Extra protection, since decoders are not created from es_out.c when preparsing.
-
Use an enum on the input_thread side to keep compatibility with the "hw-dec" option that is used via command line and libvlc options.
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
As we don't control the destruction order of QML component, when scene is unloading SystemPalette may be destroyed before ColorContext item that uses this palette, with palette change not propagated in time.
-
-
-
-