- 23 Jun, 2009 6 commits
-
-
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 27 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>
-
JP Dinger authored
-
Rémi Duraffort authored
Signed-off-by: JP Dinger <jpd@videolan.org>
-
Rémi Duraffort authored
it.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
For each CoInitialize we have to call CoUninitialize.
-
Rémi Duraffort authored
-
- 21 Jun, 2009 7 commits
-
-
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.
-
Derk-Jan Hartman authored
This will likely fix #2649
-
Dominique Leuenberger authored
Signed-off-by: JP Dinger <jpd@videolan.org> (If at all possible, we should reduce the requirements instead.)
-
Jean-Baptiste Kempf authored
This is better for translations, and look'n feel. This defaults the name to .xspf, if not a valid extension is provided.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
And also fix the support for it on Windows.
-
Rémi Duraffort authored
-