| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 269513 "Cast: Fix encoding event subscriber log packet size." | hclam@chromium.org | 2014-05-16 | 1 | -0/+7 |
* | Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events. | imcheng@chromium.org | 2014-05-06 | 9 | -42/+49 |
* | Cast: log packet size for packet events in EncodingEventSubscriber. | imcheng@chromium.org | 2014-04-30 | 3 | -6/+18 |
* | Cast: Remove logging of k{AV}PacketSentToPacer events. | imcheng@chromium.org | 2014-04-30 | 6 | -19/+10 |
* | Cast: Provide more meaningful stats. | imcheng@chromium.org | 2014-04-28 | 13 | -244/+1468 |
* | Cast: Limit number of events/packets in EncodingEventSubscriber protos. | imcheng@chromium.org | 2014-04-25 | 8 | -196/+451 |
* | Reland: [Cast] Consolidate plethora of GYP files into cast.gyp and cast_testi... | miu@chromium.org | 2014-04-23 | 1 | -92/+0 |
* | Revert 265481 "[Cast] Consolidate plethora of GYP files into cas..." | sky@chromium.org | 2014-04-23 | 1 | -0/+92 |
* | [Cast] Consolidate plethora of GYP files into cast.gyp and cast_testing.gypi. | miu@chromium.org | 2014-04-23 | 1 | -92/+0 |
* | Cast: log an event when video encoder's target bitrate changes. | imcheng@chromium.org | 2014-04-22 | 19 | -320/+50 |
* | Cast: Add a field that is set with the timeticks value (ms) of | imcheng@chromium.org | 2014-04-16 | 2 | -0/+15 |
* | Cast: Fix packet drops in udp_transport | hubbe@chromium.org | 2014-04-16 | 1 | -1/+1 |
* | Cast: Reland of r263470 + compiler warning fixes. | imcheng@chromium.org | 2014-04-15 | 5 | -87/+123 |
* | Cast: Log whether the video frame is a key frame in kVideoFrameEncoded | imcheng@chromium.org | 2014-04-12 | 13 | -44/+69 |
* | Revert of Cast: update LogDeserializer to deserialize both streams given a (h... | thestig@chromium.org | 2014-04-12 | 5 | -118/+83 |
* | Cast: update LogDeserializer to deserialize both streams given a | imcheng@chromium.org | 2014-04-12 | 5 | -83/+118 |
* | [Cast] Refactor/clean-up VideoReceiver to match AudioReceiver as closely as p... | miu@chromium.org | 2014-04-08 | 1 | -1/+1 |
* | Remove all uses of GG_UINT32_C. | viettrungluu@chromium.org | 2014-04-01 | 1 | -1/+3 |
* | Mark all of media/cast as chromium_code. | viettrungluu@chromium.org | 2014-03-31 | 1 | -0/+3 |
* | Cast: Remove LoggingStats in favor of event subscribers. | imcheng@chromium.org | 2014-03-28 | 15 | -518/+498 |
* | Cast: Use ms instead of micros for event time in EncodingEventSubscriber | imcheng@chromium.org | 2014-03-25 | 4 | -42/+44 |
* | Cast: Remove TRANSPORT thread and get rid of Unretained in sender | hclam@chromium.org | 2014-03-22 | 2 | -2/+0 |
* | Cast: Reduce number of threads in cast environment. | hubbe@chromium.org | 2014-03-21 | 2 | -5/+6 |
* | Performance tests for CastV2 | hubbe@chromium.org | 2014-03-20 | 4 | -38/+3 |
* | Cast: Log sender side packet events. | imcheng@chromium.org | 2014-03-16 | 8 | -65/+124 |
* | Cast: Use difference encoding on RTP timestamps for serializing events | imcheng@chromium.org | 2014-03-14 | 2 | -5/+33 |
* | Cast: Log compression and getRawEvents JS API change. | imcheng@chromium.org | 2014-03-12 | 5 | -187/+374 |
* | Cast: Added LogMetadata to raw_events.proto to hold metadata. | imcheng@chromium.org | 2014-03-11 | 9 | -159/+162 |
* | Cast Streaming API end-to-end browser_test. | miu@chromium.org | 2014-03-09 | 3 | -27/+25 |
* | Cast: Add getStats() extensions API. | imcheng@chromium.org | 2014-03-07 | 5 | -26/+136 |
* | Cast: IPC from browser to renderer to send packet events from transport to ca... | imcheng@chromium.org | 2014-03-07 | 4 | -10/+88 |
* | Cast: Added a function to deserialize and a test to make sure serialize-deser... | imcheng@chromium.org | 2014-03-04 | 4 | -1/+274 |
* | Cast: Add JS API to get raw events logs from cast extension. | imcheng@chromium.org | 2014-02-27 | 2 | -5/+6 |
* | ui/base/resource: Remove dependency on net's big_endian implementation. | tfarina@chromium.org | 2014-02-26 | 2 | -5/+7 |
* | Cast: Added a LogSerializer class and hook it up to sender app. | imcheng@chromium.org | 2014-02-21 | 2 | -0/+173 |
* | Cast: Implemented relative RTP timestamp in EncodingEventSubscriber. | imcheng@chromium.org | 2014-02-19 | 3 | -75/+182 |
* | Cast: Implemented size limiting and event filtering in EncodingEventSubscriber. | imcheng@chromium.org | 2014-02-15 | 5 | -154/+275 |
* | Cast: added missing include in simple_event_subscriber.h. | imcheng@chromium.org | 2014-02-15 | 1 | -0/+1 |
* | Cast: Split kDuplicatePacketReceived into separate events for audio/video. | imcheng@chromium.org | 2014-02-14 | 4 | -4/+10 |
* | Cast: Added a new RawEventSubscriber implementation for use in cast extension. | imcheng@chromium.org | 2014-02-13 | 7 | -3/+778 |
* | Cast: Added missing DCHECKs to ThreadChecker calls and minor cleanup. | imcheng@chromium.org | 2014-02-12 | 5 | -42/+24 |
* | Cast: removed is_sender from CastLoggingConfig / LoggingImpl. | imcheng@chromium.org | 2014-02-12 | 3 | -13/+11 |
* | Cast:Removing UMA | mikhal@chromium.org | 2014-02-11 | 6 | -46/+6 |
* | Changed LoggingRaw from pull-based to subscriber-based: | imcheng@chromium.org | 2014-02-09 | 12 | -538/+830 |
* | Cast:Updating Logging stats | mikhal@chromium.org | 2014-02-06 | 7 | -275/+225 |
* | Cast:Switching to SingleThreadTaskRunner | mikhal@chromium.org | 2014-02-05 | 3 | -8/+9 |
* | cast: Wire upp logging to be sent over RTCP between receiver and sender. | pwestin@google.com | 2014-01-22 | 7 | -21/+198 |
* | Cast:Updating logging | mikhal@chromium.org | 2014-01-21 | 9 | -222/+150 |
* | Add kDuplicatePacketReceived packet event. | hguihot@chromium.org | 2014-01-04 | 2 | -0/+3 |
* | Cast: Changing log classes to support incoming time of event. | pwestin@google.com | 2013-12-17 | 7 | -147/+205 |