- Oct 28, 2019
-
-
Hugo Beauzée-Luyssen authored
This reverts commit 1b07eaa8.
-
Hugo Beauzée-Luyssen authored
To reflect that they act on a thumbnail request, not a thumbnail itself
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
This fixes bad errno return values from the smb2_connect_share_async function. cf. https://github.com/sahlberg/libsmb2/pull/118
-
Steve Lhomme authored
Now the modules only load if they are given a compatible decoder device. This decoder device is loaded with the --dec-dev option.
-
Steve Lhomme authored
-
Steve Lhomme authored
Similar to what was done with avcodec-hw
-
Steve Lhomme authored
A decoder device should always be associated with a "device" or adapter. If there is none it can be NULL, there's no need for a dummy one. Setting values on a module that failed to load and won't be used is misleading.
-
Steve Lhomme authored
It's more consistent if the check only checks if a reset is needed.
-
Steve Lhomme authored
-
Steve Lhomme authored
It is already read alongside control calls which are protected by the caller. It is only set by D3D9 which is setting it during Prepare which is also protected by the caller the same way.
-
Steve Lhomme authored
It's only used as an assert telling the module might call it when it's called. In the past it was used to allow direct rendering or not from the display pool.
-
OES_EGL_image extension is an OpenGL ES extension and the typedef might not be available on EGL or OpenGL extension headers. As of October 19 2019, it makes compilation fail on my ArchLinux because they are not defined anymore in the headers included. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Rémi Denis-Courmont authored
The queue cannot be set on live object that receives events. See wl_proxy_create_wrapper() documentation for details.
-
- Oct 27, 2019
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
Tree functions return pointers to void pointers.
-
Rémi Denis-Courmont authored
Tree functions return pointers to void pointers.
-
Rémi Denis-Courmont authored
Tree functions return pointers to void pointers.
-
Rémi Denis-Courmont authored
Tree functions return pointers to void pointers.
-
Rémi Denis-Courmont authored
Tree functions return pointers to void pointers.
-
Rémi Denis-Courmont authored
Tree functions return pointers to void pointers.
-
Rémi Denis-Courmont authored
Tree functions return pointers to void pointers.
-
Rémi Denis-Courmont authored
Tree functions return pointers to void pointers.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
The 2005 white-plastic Apple Remote uses a different play button cookie than the 2009 aluminium version. This patch fixes control by both devices.
-
Konstantin Pavlov authored
This is a backport of an upstream patch da2245e4eccca4b8816ecba3d99c6c2134e3d07c, to be dropped on dvdread version bump.
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
This fixes a cosmetic issue when it's unset: + [ -gt 0 ] extras/package/win32/build.sh: 113: [: Illegal number:
-
Konstantin Pavlov authored
With 4d57652c the Cmake BUILD_TYPE is set to Debug when optimizations are disabled, which is then used by glew to determine the resulting library name. This in turn confuses our build of projectM, which uses glew32 as a name to use when linking.
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
The pulseaudio interface is being deprecated in favor of audio-playback.
-
Konstantin Pavlov authored
-
- Oct 25, 2019
-
-
François Cartegnie authored
-
Thomas Guillem authored
You don't want to timeout when you request user credentials. Preparse should only be canceled only by the user.
-