- 24 Mar, 2013 19 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Big pile of non-sensical and unmaintained code.
-
Rémi Denis-Courmont authored
Nothing calls vlc_object_kill() on the playlist.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The ncurses thread is stuck in getch(). Checking vlc_object_alive() does not solve anything.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Confusingly enough, aout_filter_RequestVout() is also used to release the vout. In that case, ignoring the return value is perfectly fine.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
This fixes mysterious interface crashes during startup, because of wrong / corrupt initialization of several objects.
-
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 3 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>
-