- 05 Jun, 2010 14 commits
-
-
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 9aba558dbc3441a9f96eca41fe823e84907bc2d4) 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 b46a8cb9e596cc5d0b69480cb374d382cdc46b90) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit 9589b73d0d6e10ef61f5464b93da5aea1b3550f1) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit c5010ad330c808122ca16cdcbbd1b20d330b1d4b) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 972e458c4744e95e67f57b73758db9197b3f5582)
-
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 19 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 9521f0a0a3073c63c54f4dd002ab62eab5d01b86)
-
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 9886f288158ad2a56d8e2d66910ccde2c87e7206)
-
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 95c95cc91ac583b76582b63dfd6c95ca5fdde592)
-
Rémi Denis-Courmont authored
(cherry picked from commit b4b9d3840f13781db372a7dcf4613d4a35d26784)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Philippe André authored
(cherry picked from commit ac07c98252cdcbacf3340f2b5522f808169331dd) 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 286d3083010d5e1835f8d6983f756a06e7f677c0) 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 7d2baa8648e87491bf7492c19583754d407a65e9) 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 45ac6e578e11e63c69a6ee537ade1b02ba5697db) 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 4f30340a1ea3b3caa4d2d4d07318a7a8a9a2a3f9) 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 5cae846c31adbe5adada090319db54006cbe80e3) 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 5519059009749a0357e95751cdde3b00d1f7f2b3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Philippe André authored
This extension is in French only. A german version may appear soon. (cherry picked from commit aefd2599e05b82c01d468a1e7bc7a5f2b6ed8164) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 Jun, 2010 3 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 19bc50ee63bd5cd5b7b87c151e011bc5dec27b93) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Birk authored
The passed flags in the variable i_flags are now applied to the new node. This solves bug ticket #3690, where it was possible to delete the "Playlist" and "Media Library" nodes, since the read-only flag was not set for them. (cherry picked from commit b0db307c4cf3ac509fe33079f132a0dc6c939e22) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
Nnot every options are implemented right now, only the most wanted. (cherry picked from commit f5a1049dc3bdb660e5bfc29983e23ac9a7688345) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-