- 29 Apr, 2010 5 commits
-
-
Rémi Duraffort authored
(cherry picked from commit 13c520d1) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit c57caf76b5b779d964acd597bfbc76528eafaa04) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit bf294d3d) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 60628042) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
-
- 28 Apr, 2010 3 commits
-
-
Laurent Aimar authored
It closes #2812, #3197 and #3533. (cherry picked from commit 36b00563) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit d16e5aea59a43b335e9414c38900ff57f1fcc562) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit a34b1862) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Apr, 2010 9 commits
-
-
Laurent Aimar authored
(cherry picked from commit 391fdb62) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 5ad6c0a5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 127a34f1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 0402d57e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Menestrina authored
The old gecko-sdk defines a bunch of types and macros in npupp.h, which is no longer available in xulrunner-sdk 1.9.2. Luckily, all of the NPN*UPP types were typedeffed to UniversalProcPtr, so this change just uses that type, incorporated into the HOST_TO_PLUGIN_GLUE macro. We also define a new CALL_NPN macro for choosing to use the CallNPN_*Proc macros from npupp.h or just invoking the function pointer directly. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9668d7a2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Menestrina authored
The Mac OS Carbon APIs are not available to 64-bit applications. This change just ifdefs out calls to them to avoid compiler errors. In 64-bit, NPP_HandleEvent will have to be rewritten to use the Cocoa event model. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 4e01592e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Menestrina authored
These macros were previously defined in mozilla-config.h, but we're not supposed to include those files according to the mozilla devs. However, the macros must be defined for npapi.h to define the necessary platform-specific structures. This patch sets up the macros before including npapi.h. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 877bd210) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Menestrina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 853162c0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 26 Apr, 2010 7 commits
-
-
Luca Barbato authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit abad5110) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit d8e03df8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 53e01409) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 99388401) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This should continue to fix the fontconfig caching bugs (cherry picked from commit 1402fd52) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
People on mac should really check this on their machine (cherry picked from commit c5bf6ea1ff5e0f14c8d0e8c8ce9e1def743265a0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 51f7b23eb1a0df5f5626c0111b4319b1f01d7eac) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Apr, 2010 4 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 4bf223b6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 56346f34) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 8f971a41) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 0fa46e2b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Apr, 2010 6 commits
-
-
Laurent Aimar authored
(cherry picked from commit aa4b22e8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 9ae385f6)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...as reported earlier on vlc-devel (not reproducible by me). (cherry picked from commit 05c3c71d)
-
Rémi Denis-Courmont authored
-
- 20 Apr, 2010 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #3551 (cherry picked from commit fbea59eb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Apr, 2010 2 commits
-
-
Laurent Aimar authored
(cherry picked from commit 2c172c17) This fixes the long-standing bug #3026, aka, VLC can't seek properly in most HD movies from p2p networks :) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Nicolas Chauvet authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org> (cherry picked from commit 9c2cc4528e6efdb2d9a838212e7dfbf3d4f47fa7)
-
- 18 Apr, 2010 1 commit
-
-
Laurent Aimar authored
TB. (cherry picked from commit 86d1566e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-