- 23 Apr, 2010 27 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
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>
-
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>
-
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>
-
David Menestrina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
http://code.google.com/p/npapi-headersDavid Menestrina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
Picture reserved/linked state has been merged.
-
Laurent Aimar authored
They are p_data, i_status, i_type and b_slow.
-
Laurent Aimar authored
-
Laurent Aimar authored
It is a bit simpler and cleaner. I plan to remove the need for specific vout vout_HoldPicture/ReleasePicture functions, but it is not yet possible.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
No functionnal changes.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
As a side effects, it may improve a bit frame stepping.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
David González authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Ivo Ivanov authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Oleksandr Natalenko authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Marián Hikaník authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 22 Apr, 2010 13 commits
-
-
Jamil Ahmed authored
With contributions of : Sadia Afroz <sadia@ankur.org.bd> Israt Jahan <israt@ankur.org.bd> Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Gaëtan Rousseaux authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
A S Alam authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Éric Lassauge authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Christophe Mutricy authored
Pointed-Out-By: Gaëtan Rousseaux
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
Float comparisions aren't really nicelooking, but they should work ok.
-
Ilkka Ollakka authored
Also check that hd is true and add different hd-resolutions (with albumart) to playlist.
-