summaryrefslogtreecommitdiffstats
path: root/media/cast/logging
Commit message (Expand)AuthorAgeFilesLines
* Cast Streaming: Cleanup stats obtained by getStats() APIAlpha Lam2014-11-144-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
* Reland: [Cast] Consolidate plethora of GYP files into cast.gyp and cast_testi...miu@chromium.org2014-04-231-92/+0
* Revert 265481 "[Cast] Consolidate plethora of GYP files into cas..."sky@chromium.org2014-04-231-0/+92
* [Cast] Consolidate plethora of GYP files into cast.gyp and cast_testing.gypi.miu@chromium.org2014-04-231-92/+0
* Cast: log an event when video encoder's target bitrate changes.imcheng@chromium.org2014-04-2219-320/+50
* Cast: Add a field that is set with the timeticks value (ms) ofimcheng@chromium.org2014-04-162-0/+15
* Cast: Fix packet drops in udp_transporthubbe@chromium.org2014-04-161-1/+1
* Cast: Reland of r263470 + compiler warning fixes.imcheng@chromium.org2014-04-155-87/+123
* Cast: Log whether the video frame is a key frame in kVideoFrameEncodedimcheng@chromium.org2014-04-1213-44/+69
* Revert of Cast: update LogDeserializer to deserialize both streams given a (h...thestig@chromium.org2014-04-125-118/+83
* Cast: update LogDeserializer to deserialize both streams given aimcheng@chromium.org2014-04-125-83/+118
* [Cast] Refactor/clean-up VideoReceiver to match AudioReceiver as closely as p...miu@chromium.org2014-04-081-1/+1
* Remove all uses of GG_UINT32_C.viettrungluu@chromium.org2014-04-011-1/+3
* Mark all of media/cast as chromium_code.viettrungluu@chromium.org2014-03-311-0/+3
* Cast: Remove LoggingStats in favor of event subscribers.imcheng@chromium.org2014-03-2815-518/+498
* Cast: Use ms instead of micros for event time in EncodingEventSubscriberimcheng@chromium.org2014-03-254-42/+44
* Cast: Remove TRANSPORT thread and get rid of Unretained in senderhclam@chromium.org2014-03-222-2/+0
* Cast: Reduce number of threads in cast environment.hubbe@chromium.org2014-03-212-5/+6
* Performance tests for CastV2hubbe@chromium.org2014-03-204-38/+3
* Cast: Log sender side packet events.imcheng@chromium.org2014-03-168-65/+124
* Cast: Use difference encoding on RTP timestamps for serializing eventsimcheng@chromium.org2014-03-142-5/+33
* Cast: Log compression and getRawEvents JS API change.imcheng@chromium.org2014-03-125-187/+374
* Cast: Added LogMetadata to raw_events.proto to hold metadata.imcheng@chromium.org2014-03-119-159/+162