- 21 Mar, 2013 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This prevents the knob to be blurred in the bright interface style because the retina bitmap wasn't twice as large as the regular one
-
Erwan Tulou authored
if aout_MuteSet returns successfully, the "mute" variables at the aout and playlist levels have already been updated via a call to aout_MuteReport. This late update was a hack to make things work when a audio output driver forgets to call aout_MuteReport. So this patch may bring regression for those audio output drivers that still forget to call aout_MuteReport and yet terminate successfully. This is likely to occur in corner cases, for instance when no stream is available as was the case for pulse.c
-
Erwan Tulou authored
-
- 20 Mar, 2013 6 commits
-
-
Rémi Denis-Courmont authored
Let the callback format message context infos however it wants.
-
Rémi Denis-Courmont authored
Also make provisions for file name and line number in the future.
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
if path starts with / it's related to root of server and not current path. Fixes: #8321
-
Erwan Tulou authored
-
- 19 Mar, 2013 9 commits
-
-
Rafaël Carré authored
-
Felix Paul Kühne authored
macosx: switch fspanel icon set to use the brighter 'highlight' graphics in idle mode, which is better to see. just for testing purposes, for now
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
Don't pad individual ts-packets, but pad just segments.
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Martin Storsjö authored
This fixes subpicture textures on ES1. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This allows to reuse the repacking logic for subpictures as well, fixing display of subpictures on ES2, where GL_UNPACK_ROW_LENGTH isn't available. Also avoid mallocing/freeing the temporary buffer for each upload, but keep one buffer in the context. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This makes repacking of textures with multiple bytes per pixel (RGBA) work properly. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 18 Mar, 2013 21 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
while a bit ugly, this is more efficient than doing so over and over again at runtime
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
- Scope the callback to its instance. - Avoid leaking the layout of an internal data structure. - Future-proof passing of extra informations through an opaque pointer.
-
Rémi Denis-Courmont authored
(This is needed for the next change.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Remove static data, and keep each callback correctly scoped to its LibVLC instance.
-
Rémi Denis-Courmont authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This is necessary in order to pass one single H264 packet in multiple OMX buffers to the decoder. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes decoding of higher resolution content on the raspberry pi, where the decoder defaults to 80 KB input buffers and doesn't react if trying to enlarge them in ImplementationSpecificWorkarounds(). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was redundant since 1207a369.
-
Rémi Denis-Courmont authored
That is to say, before any message gets logged. Unfortunately, since the modules bank uses logging, and provides the configuration, the message settings cannot be stored in the configuration file. All messages could be removed from the bank but that would hurt debugging in some cases :-/
-
Rafaël Carré authored
-