]> git.sesse.net Git - vlc/history - include/vlc_messages.h
decoder: do not wait for buffering when there is no data
[vlc] / include / vlc_messages.h
2015-02-08 Rémi Denis-Courmontlogger: track file, line and function for debug
2015-02-08 Rémi Denis-Courmontmsg: simplify msg_GenericVa() macro
2015-02-08 Rémi Denis-Courmontlogger: allow logger as a module
2013-12-29 Rémi Denis-Courmontvlc_strerror() and vlc_strerror_c() convenience wrappers
2013-09-15 Rémi Denis-Courmontmsg_...: default value for MODULE_STRING
2013-03-18 Rémi Denis-CourmontRename msg_item_* to vlc_log_* (cosmetic)
2012-04-18 Rémi Denis-CourmontMove message subscription stuff from vlc_messages.h...
2011-12-15 Pere Orgafix filename self-references
2011-11-29 Rémi Denis-CourmontMove stats counter declaration to core
2011-11-29 Rémi Denis-CourmontRemove unused counter_t members
2011-11-29 Rémi Denis-CourmontRemove unused min, max and last stats
2011-11-29 Rémi Denis-CourmontRemove write-only timer statistics
2011-11-27 Jean-Baptiste KempfLGPL
2011-08-20 Rémi Denis-CourmontPush log message formatting to subscribers
2011-08-20 Rémi Denis-CourmontMove msg_Copy() and msg_Free() to ncurses
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-CourmontRemove object message filtering from core
2011-08-18 Rémi Denis-CourmontRemove msg_SubscriptionSetVerbosity
2011-08-18 Rémi Denis-CourmontQt4: apply verbosity filtering within Qt, do not rely...
2011-05-14 Rémi Denis-Courmontmsg_Copy: psz_header can be NULL
2011-05-11 Rémi Denis-CourmontUpdate message callback
2011-05-11 Rémi Denis-CourmontNo need to copy msg_item_t.psz_header
2011-05-11 Rémi Denis-CourmontNo need to copy module in message item
2011-05-11 Rémi Denis-CourmontUse copy/free paradigm rather than hold/release for...
2011-05-11 Rémi Denis-CourmontRemove unused msg_item_t.date
2011-05-07 Rémi Denis-CourmontRename LIBVLC_* function attributes to VLC_* within...
2011-05-07 Rémi Denis-CourmontReplace VLC_EXPORT macro with a simple prefix, VLC_API
2010-07-15 Rémi Duraffortincludes: add some more LIBVLC_USED.
2010-07-14 Ilkka Ollakkaadd msg_SubscriptionSetVerbosity call, so core filter...
2010-02-07 Rémi Denis-Courmontstats: remove leading underscores
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-01-05 Rémi Denis-CourmontMessages: missing const, fix Qt4 warning
2009-10-16 Rémi DuraffortFix doxygene documentation.
2009-03-09 Jean-Paul Samanstats: Add stream quality counters to Qt4 stastics...
2009-02-28 Rémi Denis-CourmontPrivatize input stats internals
2009-02-28 Rémi Denis-CourmontRemove remaining global stats code
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-CourmontRemove dead functions
2008-10-12 Rémi Denis-CourmontCosmetic
2008-09-20 Rémi Denis-CourmontUse object address for logging - fixes uniqueness problems
2008-09-01 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-08-13 Jean-Paul SamanAdd a bunch of \file doxygen comments
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-07-06 Pierre d'HerbemontRevert "messages: Prefer the object name over the objec...
2008-07-06 Pierre d'Herbemontmessages: Prefer the object name over the object type...
2008-07-06 Pierre d'HerbemontRevert "libvlc: Add a --verbose-objects option to selec...
2008-07-06 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-05-26 Rémi Denis-CourmontFix HAVE_ATTRIBUTE_FORMAT usage - refs #297
2008-05-26 Rémi Denis-CourmontDo not depend on NDEBUG inside headers
2008-05-23 Pierre d'Herbemonttranscode: Measure the time taken to encode one audio...
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-10 Rémi Denis-CourmontMove some internal message stuff to src/
2008-05-04 Rémi Denis-CourmontPrivatize msg_bank
2008-05-01 Rémi Denis-CourmontFix expansion to no-op
2008-04-17 Michael Ploujnikovfixed misc/stats.c:399: warning: comparison between...
2008-04-15 Pierre d'Herbemontmodule: Set up a timer for moduleNeed().
2008-04-15 Pierre d'Herbemontinput: Set a timer for input launching.
2008-04-15 Pierre d'Herbemontstats: Support per object timer. (and implement stats_T...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-25 Rémi Denis-CourmontStore the object type name rather than object type...
2008-02-09 Rémi Denis-CourmontDEBUG -> NDEBUG
2008-01-24 Rémi Denis-CourmontRemove some GCCisms.
2008-01-24 Rémi Denis-CourmontRemove dummy declarations
2007-12-12 Rémi Denis-CourmontMore symbols fixes
2007-02-16 Filippo Caronemsg_GetObjectTypeName symbol exported as needed by...
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-10-27 Damien Fouilleulmessages.c: added msg_GetObjectTypeName
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-09-18 Clément StenacClean up a bit queues handling. Do not use dynamic...
2006-09-03 Clément StenacAuto load and save media library (Closes:#433)
2006-07-29 Clément StenacSome old stats fixes
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-05-25 Clément StenacCumulative fix for BeOS - by Cian Duffy < myob87 4t...
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-30 Eric PetitBuild fix
2006-04-29 Clément StenacInitialize variables
2006-03-04 Jean-Paul SamanCoding Style fixes
2006-03-04 Jean-Paul SamanFix wrong define, luckily this one wasn't used yet.
2006-02-19 Clément StenacFix a warning
2006-02-04 Clément StenacDon't fail with no-debug
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-03 Clément StenacUse a hash for stats. Not finished
2006-01-28 Clément StenacCompute global input/output stats (Refs:#473)
2006-01-24 Clément StenacAdd a timing facility (Refs:#473)
2006-01-23 Clément StenacGather some sout stats (Refs:#473)
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-15 Clément StenacFix some memleaks
2006-01-15 Clément StenacAdd ability to prepend headers to messages (object...
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
2006-01-12 Antoine CellerierFSF address change.
2006-01-12 Clément StenacSupport for moving averages (Refs:#473)
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2006-01-08 Clément StenacLalala
next