]> git.sesse.net Git - vlc/history - src/misc/stats.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / misc / stats.c
2010-07-14 Ilkka Ollakkastatistics to 64bit
2010-07-02 Rémi Denis-Courmontstats: can't set two values in the same union
2010-02-07 Rémi Denis-Courmontstats: remove leading underscores
2009-03-09 Jean-Paul Samanstats: Add stream quality counters to Qt4 stastics...
2009-02-28 Rémi Denis-CourmontRemove remaining global stats code
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-08-19 Rémi DuraffortDon't call mdate too many times.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-23 Pierre d'HerbemontRevert "stats: Don't crash if there is no timer to...
2008-05-23 Pierre d'Herbemontstats: Don't crash if there is no timer to dump.
2008-05-23 Rafaël CarréBe lazy : let modules do what they want with stats...
2008-05-23 Rafaël CarréHelp to fight NULL pointer dereference in stats
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-17 Michael Ploujnikovfixed misc/stats.c:399: warning: comparison between...
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-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Jean-Paul SamanCheck malloc return value
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-05 Rémi Denis-Courmont#include order
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-12-24 Clément StenacA bit of cleanup here and there
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacMove stats stuff to the per-instance object
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-06 Clément StenacThis should fix the locking problems with stats
2006-07-29 Clément StenacSome old stats fixes
2006-07-08 Clément StenacFix some crashes
2006-06-19 Clément StenacSmall stats improvements
2006-06-17 Christophe Mutricysrc/misc/stats.c: avoid buffer underflow.
2006-06-16 Christophe MutricyFix a bunch of segfaults. It may be heavy handed and...
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-12 Gildas Bazin* src/misc/stats.c: don't forget to call vlc_object_rel...
2006-06-11 Gildas Bazin* src/misc/stats.c: fix no-stats mode.
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-28 Clément StenacString fixes in src (Refs:#438)
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-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-29 Clément StenacFix warnings
2006-01-28 Clément StenacCompute global input/output stats (Refs:#473)
2006-01-27 Clément Stenac* Improve timers (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-18 Christophe MutricyCopyright dates and svn properties
2006-01-15 Clément StenacFix
2006-01-15 Clément StenacFix some memleaks
2006-01-15 Clément StenacFix calculation for demux bitrate (Refs:#473)
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
2006-01-14 Clément StenacAdd an option to disable stats (Refs:#473)
2006-01-13 Clément StenacFix stats crash
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 StenacMerge 0.8.5-api changes
2006-01-08 Clément StenacSome more stats preliminary work
2006-01-05 Clément StenacRemove extra debug
2006-01-04 Clément StenacAdd support for several message queues - please test