summaryrefslogtreecommitdiffstats
path: root/media/cast/logging/stats_event_subscriber.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of raw uint32's with a type-checked RtpTimeTicks data type.miu2015-12-291-3/+3
* Convert Pass()→std::move() in //mediadcheng2015-12-271-2/+2
* Switch to standard integer types in media/.Avi Drissman2015-12-191-8/+8
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-2/+3
* Cast: Fix incorrect end to end latency estimationhclam2015-02-101-3/+1
* Cast: Change PLAYOUT_DELAY_MS_HISTO and LATE_FRAME_MS_HISTOhclam2014-11-151-6/+7
* Cast Streaming: Cleanup stats obtained by getStats() APIhclam2014-11-081-69/+160
* Cast: Reduce the size of statshclam2014-09-241-14/+21
* Cast logging: Additional stats for getStats() API.imcheng2014-08-261-27/+228
* Cast streaming logging: Log additional stats for the GetStats() API.imcheng@chromium.org2014-08-151-13/+70
* Cast: Deduplicate event types in cast library.imcheng@chromium.org2014-05-101-67/+24
* Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.imcheng@chromium.org2014-05-061-1/+2
* Cast: Provide more meaningful stats.imcheng@chromium.org2014-04-281-26/+371
* Cast: log an event when video encoder's target bitrate changes.imcheng@chromium.org2014-04-221-42/+0
* Cast: Remove LoggingStats in favor of event subscribers.imcheng@chromium.org2014-03-281-0/+139