Difference between revisions of "User talk:Thannoy"

From VideoLAN Wiki
Jump to navigation Jump to search
m (clipboard section added)
Line 44: Line 44:
 
* [[HowTo_Integrate_VLC_plugin_in_your_webpage]]
 
* [[HowTo_Integrate_VLC_plugin_in_your_webpage]]
 
* [[Documentation:Play_HowTo/Advanced_Use_of_VLC#The_Mozilla_plugin]]
 
* [[Documentation:Play_HowTo/Advanced_Use_of_VLC#The_Mozilla_plugin]]
 +
 +
./include/vlc_messages.h:148:#define msg_Dbg( p_this, ... ) \
 +
 +
msg_Dbg( p_libvlc, COPYRIGHT_MESSAGE );
 +
msg_Dbg( p_libvlc, "libvlc was configured with %s", CONFIGURE_LINE );
 +
 +
msg_Info( p_this, ... )
 +
msg_Err( p_this, ... )
 +
msg_Warn( p_this, ... )
 +
msg_Dbg( p_this, ... )

Revision as of 11:14, 21 February 2008

easy discuss/talk here

Welcome ! jb 10:44, 19 February 2008 (CET)

TODO list

(the newest the upper)

Actions States (Yes, No or partial...)
Test activeX API No
Test mozplug API No
List APIs for ActiveX No
List APIs for mozplug Ok / Upgradable
Suscrib to the MailingList and the Wiki (create account...) Partial
Suscrib to the Google group (vlc-mozplug-friends) Yes
Go to the IRC channel (#videolan) Yes
Build the latest SVN version of VLC (0.9) Yes


clipboard/reminder

public clipboard

Feel free to past some links you seems interesting for me.

not yet seen :


seen :


private clipboard

./include/vlc_messages.h:148:#define msg_Dbg( p_this, ... ) \

msg_Dbg( p_libvlc, COPYRIGHT_MESSAGE );
msg_Dbg( p_libvlc, "libvlc was configured with %s", CONFIGURE_LINE );

msg_Info( p_this, ... )
msg_Err( p_this, ... )
msg_Warn( p_this, ... )
msg_Dbg( p_this, ... )