]> git.sesse.net Git - vlc/history - src/misc/messages.c
Make Zorglub less unhappy
[vlc] / src / misc / messages.c
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-17 Sigmund Augdal Helbergminor memleak fixes
2004-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...
2004-04-29 Clément StenacAdd missing objects descriptions
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-04 Gildas Bazin* ALL: another bunch of MSVC compilation fixes.
2003-12-03 Sigmund Augdal Helbergall:
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-06-24 Sam Hocevar * include/interface.h: renamed this file to vlc_inter...
2003-06-13 Sam Hocevar * ./src/misc/messages.c: ouch. when the message queue...
2003-05-09 Eric Petit * src/misc/messages.c: forget a defined(SYS_BEOS)...
2003-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
2003-04-09 Gildas Bazin* src/libvlc.c: fixed the "color" config option.
2003-01-15 Christophe Massiotmessage queue overflow is now a warning.
2002-12-30 Gildas Bazin* src/misc/messages.c: don't try to decorate logs on...
2002-12-18 Sam Hocevar * ./src/misc/messages.c: woops, __attribute__(format...
2002-12-18 Sam Hocevar * ./include/vlc_messages.h: msg_* functions now use...
2002-11-25 Sam Hocevar * ./src/misc/messages.c: we overwrite the WinCE logfi...
2002-11-20 Sam Hocevar * ./src/misc/messages.c: added ^Ms to the WinCE logfile.
2002-11-13 Sam Hocevar * ./msvc/*, ./evc/*: moved eMbedded Visual Studio...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-07 Gildas Bazin* INSTALL.win32, include/vlc_config.h, src/libvlc.h...
2002-10-29 Sam Hocevar * ./include/vlc_common.h: defined the INSERT_ELEM...
2002-10-28 Sam Hocevar * ./configure.ac.in: we explicitely link the dvdplay...
2002-10-22 Sam Hocevar * ./mozilla/vlcshell.cpp: ported the Mozilla plugin...
2002-10-14 Sam Hocevar * ./include/vlc/vlc.h, ./src/libvlc.c: added VLC_Erro...
2002-10-10 Christophe MassiotDo not use vasprintf under Mac OS X because OS X.1...
2002-10-08 Sam Hocevar * ./src/libvlc.c, ./src/misc/messages.c: due to horri...
2002-10-03 Sam Hocevar * ./configure.ac.in: duplicated arguments to AM_INIT_...
2002-10-03 Sam Hocevar * ./src/libvlc.c, ./include/main.h: the root of all...
2002-08-26 Sam Hocevar (A few minor pending patches I had around)
2002-08-20 Sam Hocevar (compilation fixes for my previous commit)
2002-08-10 Sam Hocevar * ./src/misc/messages.c: fixed an extremely old buffe...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Sam Hocevar * ./src/input/input_info.c, ./src/misc/messages.c...
2002-07-15 Sam Hocevar * ./src/misc/messages.c: debug messages that were...
2002-06-27 Sam Hocevar * ./src/misc/modules.c: added the --plugin-path optio...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.