summaryrefslogtreecommitdiffstats
path: root/media/cast/logging/encoding_event_subscriber_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of raw uint32's with a type-checked RtpTimeTicks data type.miu2015-12-291-48/+51
* Convert Pass()→std::move() in //mediadcheng2015-12-271-33/+40
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+2
* Switch to standard integer types in media/.Avi Drissman2015-12-191-1/+1
* Reland: [Cast] Thread-safe LogEventDispatcher for packet/frame event logging.miu2015-11-041-171/+252
* Revert of [Cast] Thread-safe LogEventDispatcher for packet/frame event loggin...anthonyvd2015-11-031-252/+171
* [Cast] Thread-safe LogEventDispatcher for packet/frame event logging.miu2015-11-031-171/+252
* [Cast] Add logging of frame resolution and encoding stats.miu2015-06-061-12/+38
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Cast: Deduplicate event types in cast library.imcheng@chromium.org2014-05-101-40/+61
* Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.imcheng@chromium.org2014-05-061-6/+6
* Cast: log packet size for packet events in EncodingEventSubscriber.imcheng@chromium.org2014-04-301-0/+1
* Cast: Remove logging of k{AV}PacketSentToPacer events.imcheng@chromium.org2014-04-301-8/+8
* Cast: Limit number of events/packets in EncodingEventSubscriber protos.imcheng@chromium.org2014-04-251-43/+114
* Cast: log an event when video encoder's target bitrate changes.imcheng@chromium.org2014-04-221-2/+5
* Cast: Log whether the video frame is a key frame in kVideoFrameEncodedimcheng@chromium.org2014-04-121-4/+12
* Cast: Remove LoggingStats in favor of event subscribers.imcheng@chromium.org2014-03-281-2/+1
* Cast: Use ms instead of micros for event time in EncodingEventSubscriberimcheng@chromium.org2014-03-251-24/+32
* 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-2/+0
* Cast: Log sender side packet events.imcheng@chromium.org2014-03-161-27/+54
* Cast: Added LogMetadata to raw_events.proto to hold metadata.imcheng@chromium.org2014-03-111-74/+77
* Cast: Implemented relative RTP timestamp in EncodingEventSubscriber.imcheng@chromium.org2014-02-191-48/+116
* Cast: Implemented size limiting and event filtering in EncodingEventSubscriber.imcheng@chromium.org2014-02-151-71/+119
* Cast: Added a new RawEventSubscriber implementation for use in cast extension.imcheng@chromium.org2014-02-131-0/+414