- 24 Mar, 2013 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is totally redundant. qt-privacy-ask does the exact same thing.
-
Rémi Denis-Courmont authored
Also remove #ifdef from translated string since gettext can obviously not deal with that.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This can avoid unnecessary format conversion.
-
- 23 Mar, 2013 10 commits
-
-
David Fuhrmann authored
-
Edward Wang authored
Subtitle is the adjective describing what kind of text. So "subtitle text" is an adjective phrase describing what kind of encoding. For example, we don't listen to "audios tracks", program "videos codecs", or open "playlists files". Therefore, use the correct form of the word subtitle for the context. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Gleb Pinigin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Gleb Pinigin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
This fixes stuttering when resuming playback after pause. Buffer size is increased to avoid packet drops. Also fixes #8223
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
Cmd+^+M cannot be triggered, so change to Cmd+Alt+M.
-
Alexandre Ratchov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 22 Mar, 2013 8 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Don't use the display size, which has taken the pixel aspect ratio into account. This still doesn't handle actually displaying anything with non-square pixels correctly, though. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes cases where the OMX decoder previously errored out, when decoding videos with odd resolutions. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
On the raspberry pi, the stride is filled in with the right value, while the slice height is left untouched (and needs to be rounded up to a multiple of 16). This fixes rendering of more uncommon resolutions. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Francois Cartegnie authored
(fix #7924)
-
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 4 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.
-