- 24 Jun, 2009 10 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
When it is called with strings that contain " " or '\' or don't have ://, we have an indication that the caller is likely providing a path. This will help us find these cases in the future.
-
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
-
Derk-Jan Hartman authored
-
Pierre d'Herbemont authored
-
- 23 Jun, 2009 11 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.
-
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
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
, like the name indicates. Pass unmodified URIs from xspf to vlc, and stores them in xspf unmodified as well This commit partly reverts [9a746cfa] Code using psz_uri should be checked for consistency, and GUIs might want to decode components at display
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
-
Hugo Beauzee-Luyssen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Duraffort authored
-
- 22 Jun, 2009 19 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)
-
Derk-Jan Hartman authored
-
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
-
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.
-
Derk-Jan Hartman authored
This was even worse. +load() != init() This reverts commit b5feb899.
-
Felix Paul Kühne authored
these are automagically 'replaced by the more efficient 'Dynamic Loader Compatibility Functions.'' as suggested by Apple's documentation. IMO, this should be ported to the 1.0-bugfix branch as it cleanly fixes some 64bit crashes and should improve the performance slightly
-
Derk-Jan Hartman authored
This fixes the NSScreen crash, which could be accurately reproduced by following the steps in #2880.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 4a6e2de2.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Erwan Tulou authored
-
Rafaël Carré authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
This works with 10.2, 10.3 and 10.4, but 10.3 requires the code we have in VLCApplication.
-
Derk-Jan Hartman authored
(cherry picked from commit 8b9d73a700bf003be654750df29f5af30f854bfd) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-