- 19 Mar, 2012 12 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This patch also removes support for legacy encodings: - in taglib, in the non-Windows code paths, - in the Internationalized Domain Names resolved (only glibc) and - in the GNOME VFS module. Support for translation from/to UTF-8 was disabled by default 20 months ago, and scheduled for removal, 14 months ago.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
macosx: make sure that the http interface (and other clients) can toggle the fullscreen mode when using VLC's fullscreen implementation (close #6009)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
F. Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
This still doesn't work with ordered chapters though. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 18 Mar, 2012 12 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids the infamous VLC playlist bug whereby the playlist stops if the current item is deleted. It turns out PulseAudio tends to "update" a source right after VLC opens it, and then VLC stopped playing almost as soon as it started.
-
Mirsal Ennaime authored
-
Rémi Denis-Courmont authored
-
Mirsal Ennaime authored
Make org.mpris.MediaPlayer2.CanSetFullscreen true only when a vout thread is running.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
Pierre Ynard authored
This fixes an endless loop when piping commands to stdin with echo for example
-
- 17 Mar, 2012 16 commits
-
-
Pierre Ynard authored
In particular this happens when piping commands into stdin
-
Rémi Denis-Courmont authored
This fixes the smurf effect on YUY2. Unsupported quarter rotations are black-listed.
-
Rémi Denis-Courmont authored
This includes RV15, RV16, RV23 and high depth YUV chromas.
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
The if condition was only true in a very very rare case, and even then the code is incorrect (e.g. when the detached window is in fullscreen and the user closes the main window).
-
David Fuhrmann authored
This simplifies the code in several lines.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should enable a few more chromas, at least GREY.
-
Rémi Denis-Courmont authored
This enables GCC to inline the coordinate functions. Without this, there was one function call per pixel component.
-
Rémi Denis-Courmont authored
-
Jonatan \"jaw\" Wallmander authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
glXSwapIntervalEXT() does not return a value, contrary to the SGI equivalent. In case of error, the X11 error handler is used. This patch fixes compilation with conforming headers. It should still be compatible with buggy Mesa headers where 'int' is returned. For reference, see the specification here: http://www.opengl.org/registry/specs/EXT/swap_control.txt http://www.opengl.org/registry/api/glxext.h
-
Jean-Baptiste Kempf authored
-