- 05 Jun, 2010 21 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 8078a54f)
-
Ilkka Ollakka authored
Which was wrong way anyway. (cherry picked from commit b986c067) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
also fix sub 720p defaults (cherry picked from commit 16ea0e63) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Pierre Ynard authored
We don't want that anymore anyway (cherry picked from commit db60e23c) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
We parse the additional HTML5 section too, the only place where the WebM formats are listed. If the URL contains "&html5=True", the WebM formats are preferred, when available. (cherry picked from commit f18b314b) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
This also saves one HTTP redirect (cherry picked from commit 09b6b8e3) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Ilkka Ollakka authored
VP8/webm profile defaults to 720p, which could be reasonable default imo. Not sure if people want to it to default to same resolution as input is. (cherry picked from commit e8b350df) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
First priority is file-extension user gives, if that isn't specified, use mux-value and if that's not valid (eg mp4), fallback to flv-muxing. (cherry picked from commit 9aba558d) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
Doesn't allow mp4-muxer on other than file-output (doesn't check rtp atm). Also tries to be littlebit clever and cleanup sout-mrl. (cherry picked from commit b46a8cb9) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit 9589b73d) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit c5010ad3) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 972e458c)
-
Confused Vorlon authored
(as with old http interface). Also added '-Lua Web Interface-'. Adding the '-Lua Web Interface-' will give an easy way for applications to tell whether they are dealing with the old or new interfaces. The commands are somewhat different, so this is important. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit eb2becab3fe2e0872a3b6f21a71b95f3e2fcd2e6)
-
Greg Farrell authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit fd28e9fee81c90265984bc943ebb63af7643a860)
-
Ilkka Ollakka authored
(cherry picked from commit 02a7f81f74280114c783f75903109e96c1b60173) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit aa34b13d14c5fe5a5b5abdf0010aace03f7a7d70) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit ddfbaea04ac415ce036350e3f2244b6f6bb881dc) Conflicts: include/vlc_threads.h src/misc/threads.c
-
Rémi Denis-Courmont authored
(cherry picked from commit e3c350269cf1b482d2f6842e5b31a83be27a1c40) (kept core part only to minimize changes)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 3e258835cb95562a5a8ebbbb9f6c11e7b073a41b)
-
Rémi Denis-Courmont authored
(cherry picked from commit a7c0e2a065b845e9bdd7f00bb7bd8e86a93b5dbe) Conflicts: include/vlc_vout_display.h
-
- 04 Jun, 2010 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Updated German translation by Michał Trzebiatowski and Mario Siegmann with some minor changes by me.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 03 Jun, 2010 15 commits
-
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Gaëtan Rousseaux authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Mihkel authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Mindaugas Baranauskas authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 9521f0a0)
-
Rémi Denis-Courmont authored
It will be hard to convince all Mozilla plugins-capable browsers to call XInitThreads() early enough, if it ever happens. In the mean time, make sure we use only pure XCB and avoid Xlib in VLC plugins. Note: I did not check that the web plugins itself was not using Xlib outside the main Mozilla browser thread. This should fix #3662. We loose GLX and PulseAudio inside Mozilla. (cherry picked from commit 9886f288)
-
Rémi Denis-Courmont authored
Certain LibVLC applications fail to call XInitThreads() before they call XOpenDisplay(). Then VLC calls XInitThreads(). Then the applications call XCloseDisplay(), which raises a segmentation fault. In this case, Xlib tries acquire lock that was never created as the Display ppinter was created before threaded Xlib mode was enabled. These applications can now pass --no-xlib to libvlc_new(). This will prevent any VLC Xlib-based plugin from being used. Currently, this affects interfaces (not really an issue), PulseAudio (until Colin's patch is merged upstream) and GLX (Xlib-based by design). This will be necessary to address #3662. (cherry picked from commit 95c95cc9)
-
Rémi Denis-Courmont authored
(cherry picked from commit b4b9d384)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Philippe André authored
(cherry picked from commit ac07c982) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christophe Mutricy authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 286d3083) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Compiling qt on win32 is still long and painful (cherry picked from commit 7d2baa86) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 45ac6e57) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-