- 29 Apr, 2010 2 commits
-
-
Rémi Duraffort authored
(cherry picked from commit 606280428d7e03a30779ee21ee4e088c27a34d1b) 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 36b00563093419dfb85d313c533a8b68bf5b2318) 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 a34b1862b0aa77fa948a4720e9410fd038ebeb3c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Apr, 2010 9 commits
-
-
Laurent Aimar authored
(cherry picked from commit 391fdb6282da989042f5edc5a1bfeab3db5cc0f4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 5ad6c0a52d095423a11fbc75e22491768f808cc6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 127a34f15527530d3dc94a0c7e0b870d95e383f4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 0402d57ec6b55d5f0739dd4f997d57a73958a74e) 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 9668d7a27736e2876ad3c9adf8d1794dca1c0c91) 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 4e01592ec1c27e28e606a75cd5d9848b7da1a821) 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 877bd2105b0bdbc2b8c3fc87855ea737834568b0) 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 853162c03b7cda6209180789612a79051dbcce01) 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 abad5110563ccc3ddac405452f4db10d08b7ef1b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit d8e03df80c812d7389753ae7aaa601e8d8f18d3a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 53e01409044d83633696e4e1fab0fccc06737b84) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 99388401035a3290b916e4878b004acb3ed5ab8f) 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 1402fd523e1e8b50b8ec669019f7f607d5f6594b) 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 4bf223b66a90b3fcfb35d7ee35a1fc1cee1926e1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 56346f34baf42e385401fa258587ffe91768a156) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 8f971a410d3fb7eee0dfa30218699f37e71a9580) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 0fa46e2b1163741732440d1e17b09095e7c2cb4d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Apr, 2010 6 commits
-
-
Laurent Aimar authored
(cherry picked from commit aa4b22e8cb36212724fc3dab0aa7586f175bc97e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 9ae385f64cedf3d88615e6a0ec6a10a3e3d68f49)
-
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 05c3c71df21fe5aca59f631b3841e70dbd2bd8db)
-
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 fbea59ebe7229dda308db83e10e5d56559b15585) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Apr, 2010 2 commits
-
-
Laurent Aimar authored
(cherry picked from commit 2c172c179ea9054fb140b5b3e863a2e670d558b9) 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 4 commits
-
-
Laurent Aimar authored
TB. (cherry picked from commit 86d1566ec0316b05d282ed4fd302c4527a6c711a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
TB. (cherry picked from commit 18c556aa019a2750c98b01d681ea5b7bc20994ae) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
Pitch of input and output pictures can be differents... BP. (cherry picked from commit 1e48c75e26462ff6d201d1621fc38ce870d5a2c0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit 990437d4a5ef58caeb0ec0ef8cd1bdd37710cd25) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-