summaryrefslogtreecommitdiffstats
path: root/media/cast/logging/logging_defines.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of raw uint32's with a type-checked RtpTimeTicks data type.miu2015-12-291-5/+10
* [Cast] Add logging of frame resolution and encoding stats.miu2015-06-061-2/+4
* Cast: Avoid retransmit if we sent the same packet recently (less than RTT)hubbe@chromium.org2014-06-201-0/+1
* Cast: Deduplicate event types in cast library.imcheng@chromium.org2014-05-101-70/+16
* Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.imcheng@chromium.org2014-05-061-8/+8
* Cast: Remove logging of k{AV}PacketSentToPacer events.imcheng@chromium.org2014-04-301-4/+0
* Cast: Provide more meaningful stats.imcheng@chromium.org2014-04-281-10/+0
* 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-1/+2
* Cast: Remove LoggingStats in favor of event subscribers.imcheng@chromium.org2014-03-281-21/+0
* Performance tests for CastV2hubbe@chromium.org2014-03-201-4/+2
* Cast: Log sender side packet events.imcheng@chromium.org2014-03-161-7/+12
* Cast: IPC from browser to renderer to send packet events from transport to ca...imcheng@chromium.org2014-03-071-6/+0
* Cast: Implemented size limiting and event filtering in EncodingEventSubscriber.imcheng@chromium.org2014-02-151-0/+40
* Cast: Split kDuplicatePacketReceived into separate events for audio/video.imcheng@chromium.org2014-02-141-1/+2
* Cast: removed is_sender from CastLoggingConfig / LoggingImpl.imcheng@chromium.org2014-02-121-8/+5
* Cast:Removing UMAmikhal@chromium.org2014-02-111-1/+0
* Changed LoggingRaw from pull-based to subscriber-based:imcheng@chromium.org2014-02-091-67/+50
* Cast:Updating Logging stats mikhal@chromium.org2014-02-061-8/+24
* cast: Wire upp logging to be sent over RTCP between receiver and sender.pwestin@google.com2014-01-221-10/+23
* Cast:Updating loggingmikhal@chromium.org2014-01-211-4/+3
* Add kDuplicatePacketReceived packet event.hguihot@chromium.org2014-01-041-0/+2
* Cast: Add capabity to parse receiver and sender log messages over RTCP.pwestin@google.com2013-11-231-0/+4
* Incorporating logging into Cast: mikhal@google.com2013-11-201-4/+22
* Revert 236034 "Incorporating logging into Cast: "rch@chromium.org2013-11-191-22/+4
* Incorporating logging into Cast: mikhal@google.com2013-11-191-4/+22
* Augmenting logging class: Added stats and unit testsmikhal@google.com2013-11-011-0/+79