- 22 Mar, 2013 2 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 21 Mar, 2013 7 commits
-
-
Rémi Denis-Courmont authored
Also remove libvlc_int_t.b_color, and (re)print greetings when starting a new log.
-
Rémi Denis-Courmont authored
-
Ronald Wright authored
Currently, one of the debug lines in the equalizer module prints out center frequency values truncated (not rounded) to zero decimal places, and when VLC is set to use ISO center frequencies, this causes some level of disagreement between the depiction of the truncated frequencies in the module debug output and the depiction of the rounded frequencies in the Qt GUI labels. The 62.5 Hz ISO center frequency is one of these frequencies, where we have 62 Hz shown in the debug output and 63 Hz shown in the Qt GUI. This patch fixes the issue by displaying the center frequencies in the debug output as real values rounded to the nearest hundredth. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
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 16 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>
-