summaryrefslogtreecommitdiffstats
path: root/media/cast/logging/logging_defines.h
Commit message (Expand)AuthorAgeFilesLines
* Add comments for struct members that were changed from size_t to uin32_t or u...jam2016-02-101-0/+2
* Remove size_ts from IPC files.jam2016-02-091-2/+2
* Optimizations to improve run times of cast_unittests.miu2016-01-051-1/+3
* Replace uses of raw uint32's with a type-checked RtpTimeTicks data type.miu2015-12-291-4/+3
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+3
* Switch to standard integer types in media/.Avi Drissman2015-12-191-6/+6
* [Cast] Add logging of frame resolution and encoding stats.miu2015-06-061-1/+10
* Cast Streaming: Cleanup stats obtained by getStats() APIhclam2014-11-081-1/+4
* Cast: Avoid retransmit if we sent the same packet recently (less than RTT)hubbe@chromium.org2014-06-201-0/+1
* Cast: Add missing enum and PacketEvent field to cast_messages.imcheng@chromium.org2014-05-141-1/+6
* Cast: Deduplicate event types in cast library.imcheng@chromium.org2014-05-101-43/+24
* Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.imcheng@chromium.org2014-05-061-6/+6
* Cast: Remove logging of k{AV}PacketSentToPacer events.imcheng@chromium.org2014-04-301-2/+0
* Cast: Provide more meaningful stats.imcheng@chromium.org2014-04-281-27/+0
* Cast: log an event when video encoder's target bitrate changes.imcheng@chromium.org2014-04-221-39/+9
* Cast: Log whether the video frame is a key frame in kVideoFrameEncodedimcheng@chromium.org2014-04-121-1/+5
* [Cast] Refactor/clean-up VideoReceiver to match AudioReceiver as closely as p...miu@chromium.org2014-04-081-1/+1
* Cast: Remove LoggingStats in favor of event subscribers.imcheng@chromium.org2014-03-281-16/+0
* Performance tests for CastV2hubbe@chromium.org2014-03-201-2/+1
* Cast: Log sender side packet events.imcheng@chromium.org2014-03-161-3/+6
* Cast: IPC from browser to renderer to send packet events from transport to ca...imcheng@chromium.org2014-03-071-1/+1
* Cast: Implemented size limiting and event filtering in EncodingEventSubscriber.imcheng@chromium.org2014-02-151-1/+6
* 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-4/+5
* Cast:Removing UMAmikhal@chromium.org2014-02-111-2/+1
* Changed LoggingRaw from pull-based to subscriber-based:imcheng@chromium.org2014-02-091-39/+39
* Cast:Updating Logging stats mikhal@chromium.org2014-02-061-11/+37
* cast: Wire upp logging to be sent over RTCP between receiver and sender.pwestin@google.com2014-01-221-5/+22
* Cast:Updating loggingmikhal@chromium.org2014-01-211-3/+3
* Add kDuplicatePacketReceived packet event.hguihot@chromium.org2014-01-041-0/+1
* Cast: Updating logging and tests mikhal@chromium.org2013-11-281-0/+2
* Cast: Add capabity to parse receiver and sender log messages over RTCP.pwestin@google.com2013-11-231-0/+1
* Incorporating logging into Cast: mikhal@google.com2013-11-201-4/+21
* Revert 236034 "Incorporating logging into Cast: "rch@chromium.org2013-11-191-21/+4
* Incorporating logging into Cast: mikhal@google.com2013-11-191-4/+21
* Cast: Change internal frame_id from 8 bits to 32 bits.pwestin@google.com2013-11-151-2/+2
* Augmenting logging class: Added stats and unit testsmikhal@google.com2013-11-011-46/+65
* Adding a logging class to cast. mikhal@google.com2013-10-221-0/+91
* Revert 229984 "Adding a logging class to cast. "kouhei@chromium.org2013-10-221-88/+0
* Adding a logging class to cast. mikhal@google.com2013-10-221-0/+88