- 25 Jun, 2009 6 commits
-
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
A <track> can have 0 or more <location> elements. VLC doesn't like elements without a uri however, so init an element with vlc://nop. Note also that we currently only support 1 location element per track.... This closes #2891 (cherry picked from commit 7c224751) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 4bea3fe8) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Jean-Baptiste Kempf authored
This ensure consistency with simple Open. Moreover, with those KDE effects, this is cool. (cherry picked from commit d2bf9548) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 24 Jun, 2009 8 commits
-
-
Jean-Baptiste Kempf authored
Close #2851
-
Rémi Denis-Courmont authored
(cherry picked from commit c1c69332)
-
Rémi Denis-Courmont authored
(Rtp)Add then MuxAdd, so MuxDel before (Rtp)Del. Indeed, the PS muxer sends packets when it's deleted, so the RTP stream is still needed. (cherry picked from commit 816f5573)
-
Rémi Denis-Courmont authored
(cherry picked from commit 6bf70b22)
-
Rémi Duraffort authored
(cherry picked from commit e60a9038) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Ilkka Ollakka authored
Select fullscreen display the one that has most of the video-window, then you get qt4 fullscreencontroller on same display also, and it's more logical (imo). Algorithm is prettymuch the same as Nigel Tao has made in his gpl2 project superswitcher, Didn't want to reinvent this with different variable-names ;)
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
It now will handle both paths and URIs when trying to determine the filename. This balances [873234a1].
-
- 23 Jun, 2009 9 commits
-
-
Erwan Tulou authored
skins was using two lists of variables (named and anonymous). The problem was that variables from one list held references to variables from the other list and vice-versa. Whatever the order of releasing them, crashes could occur. This patch uses the anonymous list to keep a reference on **all** variables. This guarantees they are released in the reverse order from creation. (cherry picked from commit fb771cf9)
-
Derk-Jan Hartman authored
When we fill the name of an input item with URI parts, use decode_URI() so it becomes easier to read.
-
Rémi Denis-Courmont authored
(cherry picked from commit d704062a)
-
Rémi Denis-Courmont authored
(cherry picked from commit 993d4fcc) Conflicts: modules/demux/playlist/xspf.c
-
Rémi Denis-Courmont authored
(cherry picked from commit c4dcc7a5) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 7521a562) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit d131e9ae)
-
Erwan Tulou authored
-
Rémi Duraffort authored
(cherry picked from commit d83c47ab) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
- 22 Jun, 2009 16 commits
-
-
Erwan Tulou authored
SubX crashed on both Linux and Windows in a set::erase call (STL) when releasing C++ objects. Swapping two loops solved it. (the second loop was referencing variables released in the first loop). This makes SubX terminate nicely, but doesn't solve all crashes for skins2. (more cleanup to do) (cherry picked from commit f7e0923d)
-
Erwan Tulou authored
Windows(skins2) and MacOS : do not release the GUI interface at this early stage of vlc termination. Release will occur in the loop where all remaining interfaces get released once the playlist is deactivated.
-
Derk-Jan Hartman authored
(cherry picked from commit 50b04778) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
This fixes a DIVIDEBYZERO crash in the rotate filter. Does not seem like the right solution to me, but dionoea should probably look into that, since he wrote most of this filter. This crash occured with http://streams.videolan.org/issues/HIGNFY%20S25E02%20-%20Part%201.flv plane 1 (non Y-plane) i_visible_lines = 119 p_pic->p[Y_PLANE].i_visible_pitch = 320 p_pic->p[Y_PLANE].i_visible_lines = 239 i_visible_pitch = 160 (cherry picked from commit fde2277f) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
The Objective-C runtime will properly unload this at the end of the application. The mozilla plugin should not even be using this at all. (cherry picked from commit 573844a9) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Felix Paul Kühne authored
... or hack. A clean fix will be the next master commit, which removes the dyld usage completely
-
Rémi Duraffort authored
(cherry picked from commit f471df4d) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Felix Paul Kühne authored
This fixes the constant crashes on quit on Leopard
-
Erwan Tulou authored
(cherry picked from commit d3312fee)
-
Rémi Duraffort authored
Signed-off-by: JP Dinger <jpd@videolan.org> (cherry picked from commit e3787b90) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
it. (cherry picked from commit 59f41e69) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Derk-Jan Hartman authored
(cherry picked from commit 8b178f45) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
(cherry picked from commit 7f43b934) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
This works with 10.2, 10.3 and 10.4, but 10.3 requires the code we have in VLCApplication. (cherry picked from commit 24a0dc93) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
For each CoInitialize we have to call CoUninitialize. (cherry picked from commit ac1c62c8) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit c90fc1d0) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
- 21 Jun, 2009 1 commit
-
-
Derk-Jan Hartman authored
This really fixes #2649 This entire module needs some refinement, but since we are gonna have to dump it for CoreText very soon, there is little point in doing that. (cherry picked from commit ee313399) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-