summaryrefslogtreecommitdiffstats
path: root/media/cast/logging/simple_event_subscriber_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of raw uint32's with a type-checked RtpTimeTicks data type.miu2015-12-291-5/+5
* Convert Pass()→std::move() in //mediadcheng2015-12-271-11/+14
* Reland: [Cast] Thread-safe LogEventDispatcher for packet/frame event logging.miu2015-11-041-27/+53
* Revert of [Cast] Thread-safe LogEventDispatcher for packet/frame event loggin...anthonyvd2015-11-031-53/+27
* [Cast] Thread-safe LogEventDispatcher for packet/frame event logging.miu2015-11-031-27/+53
* [Cast] Add logging of frame resolution and encoding stats.miu2015-06-061-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Cast: Deduplicate event types in cast library.imcheng@chromium.org2014-05-101-9/+15
* Cast: log an event when video encoder's target bitrate changes.imcheng@chromium.org2014-04-221-11/+1
* Cast: Log whether the video frame is a key frame in kVideoFrameEncodedimcheng@chromium.org2014-04-121-2/+2
* Cast: Remove LoggingStats in favor of event subscribers.imcheng@chromium.org2014-03-281-2/+1
* Cast: Remove TRANSPORT thread and get rid of Unretained in senderhclam@chromium.org2014-03-221-1/+0
* Cast: Reduce number of threads in cast environment.hubbe@chromium.org2014-03-211-3/+6
* Cast: Added a new RawEventSubscriber implementation for use in cast extension.imcheng@chromium.org2014-02-131-3/+3
* Cast: Added missing DCHECKs to ThreadChecker calls and minor cleanup.imcheng@chromium.org2014-02-121-2/+1
* Changed LoggingRaw from pull-based to subscriber-based:imcheng@chromium.org2014-02-091-0/+91