summaryrefslogtreecommitdiffstats
path: root/media/cast/logging
Commit message (Expand)AuthorAgeFilesLines
* [Cast logging] Additional guards for logging against pathological cases.imcheng2016-02-273-16/+136
* media: Add out-of-line copy ctors for complex classes.vmpstr2016-02-262-0/+2
* 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-2915-146/+169
* Convert Pass()→std::move() in //mediadcheng2015-12-276-112/+136
* Switch to standard integer types in media/, take 2.avi2015-12-2311-1/+28
* Add missing macros includes in media/.avi2015-12-194-0/+4
* Switch to standard integer types in media/.Avi Drissman2015-12-1913-81/+79
* media/cast: Get cast_unittests building on Androidmiu2015-11-261-22/+0
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-2/+3
* Reland: [Cast] Thread-safe LogEventDispatcher for packet/frame event logging.miu2015-11-0413-1424/+965
* Revert of [Cast] Thread-safe LogEventDispatcher for packet/frame event loggin...anthonyvd2015-11-0313-965/+1424
* [Cast] Thread-safe LogEventDispatcher for packet/frame event logging.miu2015-11-0313-1424/+965
* Don't include trace_event.h from trace_event_argument.h.jbroman2015-10-221-0/+1
* [Cast] Add logging of frame resolution and encoding stats.miu2015-06-0615-59/+221
* Getting rid of duplicate includes from media/anujk.sharma2015-05-142-2/+0
* Cast: Change override to final wherever possible.hubbe2015-04-294-13/+13
* Cast: Fix incorrect end to end latency estimationhclam2015-02-102-4/+2
* Mechanical rename of tracing includes for /mediassid2015-01-281-1/+1
* Cast: Change PLAYOUT_DELAY_MS_HISTO and LATE_FRAME_MS_HISTOhclam2014-11-153-7/+22
* Cast Streaming: Cleanup stats obtained by getStats() APIhclam2014-11-084-103/+360
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-277-7/+7
* Type conversion fixes, media/ edition.pkasting2014-10-211-3/+3
* Standardize usage of virtual/override/final in media/dcheng2014-10-215-15/+15
* Use int64 more pervasively in storing time s/ms/us values.pkasting2014-10-142-2/+2
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-074-9/+9
* Cast: Reduce the size of statshclam2014-09-241-14/+21
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-4/+1
* Cast: Logging estimates clock difference based on packetshubbe2014-09-114-143/+225
* Convert GN visibility variables to lists.brettw2014-09-061-1/+1
* Explicitly #include <algorithm> in media/cast/logging/encoding_event_subscrib...Paweł Hajdan, Jr2014-09-021-0/+1
* Cast logging: Additional stats for getStats() API.imcheng2014-08-267-38/+346
* Cast streaming logging: Log additional stats for the GetStats() API.imcheng@chromium.org2014-08-153-33/+188
* Cast: Build cast targets with GNhclam@chromium.org2014-07-312-10/+13
* Add chrome/renderer to the GN build.brettw@chromium.org2014-06-211-0/+22
* Cast: Avoid retransmit if we sent the same packet recently (less than RTT)hubbe@chromium.org2014-06-204-0/+4
* [Cast] Fix log_deserializer BasePacketEvent merge bug.imcheng@chromium.org2014-06-191-0/+5
* Cast: Add GeneralDescription proto to LogMetadata and populate it whenimcheng@chromium.org2014-06-061-2/+12
* Cast: Add extraData argument to cast streaming api getLogs().imcheng@chromium.org2014-05-141-0/+4
* Cast: Add missing enum and PacketEvent field to cast_messages.imcheng@chromium.org2014-05-142-1/+7
* Cast: Fix a bug with indexing in LogDeserializer.imcheng@chromium.org2014-05-101-4/+6
* Cast: Fix encoding event subscriber log packet size.imcheng@chromium.org2014-05-101-0/+7
* Cast: Deduplicate event types in cast library.imcheng@chromium.org2014-05-1021-395/+374
* Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.imcheng@chromium.org2014-05-069-42/+49
* Cast: log packet size for packet events in EncodingEventSubscriber.imcheng@chromium.org2014-04-303-6/+18
* Cast: Remove logging of k{AV}PacketSentToPacer events.imcheng@chromium.org2014-04-306-19/+10
* Cast: Provide more meaningful stats.imcheng@chromium.org2014-04-2813-244/+1468
* Cast: Limit number of events/packets in EncodingEventSubscriber protos.imcheng@chromium.org2014-04-258-196/+451