]> git.sesse.net Git - vlc/history - src/misc/messages.c
decoder: inline DecoderSignalWait()
[vlc] / src / misc / messages.c
2015-02-09 Thomas Guillemandroid: convert Android logger to module
2015-02-08 Rémi Denis-Courmontlogger: track file, line and function for debug
2015-02-08 Rémi Denis-Courmontconsole: convert console logger to module
2015-02-08 Rémi Denis-Courmontlogger: allow logger as a module
2015-02-08 Rémi Denis-Courmontlogger: make the logger a new object type
2015-02-08 Rémi Denis-Courmontmessages: split logger initialization in two phases
2014-12-03 Thomas GuillemMessages: add AndroidPrintMsg cb for Android
2014-06-23 Rémi Denis-Courmontmessages: save one byte
2013-12-30 Rémi Denis-CourmontMissing #includes
2013-12-29 Rémi Denis-Courmontmsg: remove %m hack
2013-12-06 Rafaël Carrémessages: Don't mix fprintf and utf8_fprintf
2013-12-06 Rafaël CarréPrint(Color)Msg: align pointers on the right
2013-09-30 Rémi DuraffortFix buffer off-by-one (cid #1099713)
2013-09-15 Rémi Denis-Courmontmsg_...: accept filename as module
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-03-25 Rafaël Carrévlc_Log: allow NULL vlc_object_t parameter
2013-03-21 Rémi Denis-Courmontcore: gather message initialization code
2013-03-18 Rémi Denis-CourmontRename msg_item_* to vlc_log_* (cosmetic)
2013-03-18 Rémi Denis-Courmontlibvlc: simplify logging callback
2013-02-03 Edward Wangsrc: Win32: add message categories to debug logs
2013-01-24 Jean-Baptiste KempfWin32: fix memleak. 10L
2013-01-24 Jean-Baptiste KempfWin32: use Win32DebugOutputMsgW instead of ANSI version
2013-01-14 Jean-Baptiste KempfWin32: use OutputDebugStringA directly
2012-04-18 Rémi Denis-Courmontmsg_Subscribe: expose structure to plugins
2012-04-18 Rémi Denis-CourmontMove message subscription stuff from vlc_messages.h...
2012-04-18 Rémi Denis-CourmontWin32: useless variable
2011-12-23 Sergey Radionovmessages.c: added logging via OutputDebugString under...
2011-11-29 Rémi Denis-CourmontRepack libvlc internal data
2011-11-27 Jean-Baptiste KempfLGPL
2011-08-21 Rémi Denis-CourmontAllow logging error messages with no VLC object (NULL)
2011-08-21 Rémi Denis-CourmontUse standard putc_unlocked() instead of fputc_unlocked()
2011-08-20 Rémi Denis-CourmontPush log message formatting to subscribers
2011-08-19 Rémi Denis-CourmontUse same callback prototype for built-in logger as...
2011-08-19 Rémi Denis-CourmontRemove msg_cb_data_t and simplify accordingly
2011-08-19 Rémi Denis-CourmontFix namespace, remove useless variable and clean up...
2011-08-19 Rémi Denis-CourmontMake log messages subscriber static
2011-08-19 Rémi Denis-CourmontRemove object message filtering from core
2011-08-18 Rémi Denis-CourmontRemove msg_subscription_t.verbosity
2011-08-18 Rémi Denis-CourmontRemove msg_SubscriptionSetVerbosity
2011-08-18 Rémi Denis-CourmontUseless #include
2011-08-18 Rémi Denis-CourmontRemove redumdant vlc_va_copy() and checks
2011-08-18 Rémi Denis-Courmontmsg_VaGeneric: simplify error handling
2011-08-18 Rémi Denis-CourmontCreate the C/POSIX locale on need-basis in message...
2011-08-18 Rémi Denis-CourmontRemove unused NODBG object flag
2011-05-11 Rémi Denis-CourmontUpdate message callback
2011-05-11 Rémi Denis-CourmontSimplify verbosity filtering
2011-05-11 Rémi Denis-CourmontNo need to copy msg_item_t.psz_header
2011-05-11 Rémi Denis-CourmontSplit up debug message printing (more readable in my...
2011-05-11 Rémi Denis-CourmontOnly take top-most object message header
2011-05-11 Rémi Denis-CourmontNo need to copy module in message item
2011-05-11 Rémi Denis-CourmontAllocate message item on the stack
2011-05-11 Rémi Denis-Courmontconstify
2011-05-11 Rémi Denis-CourmontUse copy/free paradigm rather than hold/release for...
2011-04-05 KO Myung-HunOS/2 uses the same file operations as Win32
2010-11-29 Rémi Denis-CourmontUnused mutex
2010-11-27 Rémi Denis-CourmontRemove unused msg_Stack stuff
2010-07-14 Ilkka Ollakkaadd msg_SubscriptionSetVerbosity call, so core filter...
2010-07-09 Ilkka Ollakkaapply Enable/DisableObjectPrinting to filter subscripti...
2010-07-07 Sébastien Escudierchange warning color in console
2010-05-05 Pierre Ynard"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
2010-02-21 Rémi Denis-CourmontDead code
2010-02-15 Rémi Denis-CourmontTrivial WinCE fix
2010-02-07 Felix Paul Kühnemessages: compilation fix for OS X
2010-02-06 Rémi Denis-CourmontRemove broken WinCE message log hacks
2010-02-06 Rémi Denis-CourmontCleanup msg_Generic functions
2010-02-06 Rémi Denis-CourmontHide message bank layout and cleanup a bit
2010-02-06 Rémi Denis-CourmontUse C locale when formatting error messages in the log
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-05 Rémi Denis-CourmontMessages: missing const, fix Qt4 warning
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-07-06 Rémi Denis-CourmontRemove useless member
2009-07-05 Rémi Denis-CourmontDeliver log messages synchronously to subscribers
2009-06-09 Pierre d'Herbemontmessages: Make sure banks is never == 0 before --;
2009-04-11 Rémi Denis-CourmontDeinline vlc_threadvar_(|s)get and kill useless indirection
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-01-17 Rémi Denis-CourmontDon't leak message contexts at end of threads
2008-12-09 Pierre YnardWinCE: fix cancellation safety
2008-11-04 Rémi Denis-CourmontDon't lock the message queue until we need it
2008-11-02 Rémi DuraffortRemove MALLOC_NULL and use calloc when needed.
2008-10-15 Rémi Denis-Courmontmsg_Unsubscribe: race condition memory leak
2008-10-15 Rémi Denis-CourmontAlloc memory later, remove non-compilable goto
2008-10-15 Derk-Jan Hartmanmessages: we have a vasprintf replacement now, remove...
2008-10-14 Rémi Denis-CourmontFix message leak
2008-10-14 Rémi Denis-CourmontCount message references and get rid of the global...
2008-10-12 Rémi Denis-CourmontSanitize/rewrite the message subscription API
2008-10-12 Rémi Denis-CourmontInvent unique pointer values properly
2008-10-12 Rémi Denis-CourmontRemove dead functions
2008-10-12 Rémi Denis-CourmontMerge msg bank and queue, remove duplicated lock
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-09-20 Rémi Denis-CourmontUse object address for logging - fixes uniqueness problems
2008-09-02 Pierre d'Herbemontmessages: Fix a warning.
2008-09-02 Antoine CellerierAlso allow filtering based on module names.
2008-09-01 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-08-30 Rémi Denis-CourmontInitialize messages stacks inside the message bank
2008-08-27 Rémi Denis-Courmontmsg_(va)Generic: cancellation safety
2008-07-06 Pierre d'HerbemontRevert "messages: Prefer the object name over the objec...
2008-07-06 Pierre d'Herbemontmessages: Use psz_object_type.
2008-07-06 Pierre d'Herbemontmessages: Prefer the object name over the object type...
next