summaryrefslogtreecommitdiffstats
path: root/media/cast/logging
Commit message (Expand)AuthorAgeFilesLines
* Merge 269513 "Cast: Fix encoding event subscriber log packet size."hclam@chromium.org2014-05-161-0/+7
* 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
* Cast Streaming API end-to-end browser_test.miu@chromium.org2014-03-093-27/+25
* Cast: Add getStats() extensions API.imcheng@chromium.org2014-03-075-26/+136
* Cast: IPC from browser to renderer to send packet events from transport to ca...imcheng@chromium.org2014-03-074-10/+88
* Cast: Added a function to deserialize and a test to make sure serialize-deser...imcheng@chromium.org2014-03-044-1/+274
* Cast: Add JS API to get raw events logs from cast extension.imcheng@chromium.org2014-02-272-5/+6
* ui/base/resource: Remove dependency on net's big_endian implementation.tfarina@chromium.org2014-02-262-5/+7
* Cast: Added a LogSerializer class and hook it up to sender app.imcheng@chromium.org2014-02-212-0/+173
* Cast: Implemented relative RTP timestamp in EncodingEventSubscriber.imcheng@chromium.org2014-02-193-75/+182
* Cast: Implemented size limiting and event filtering in EncodingEventSubscriber.imcheng@chromium.org2014-02-155-154/+275
* Cast: added missing include in simple_event_subscriber.h.imcheng@chromium.org2014-02-151-0/+1
* Cast: Split kDuplicatePacketReceived into separate events for audio/video.imcheng@chromium.org2014-02-144-4/+10
* Cast: Added a new RawEventSubscriber implementation for use in cast extension.imcheng@chromium.org2014-02-137-3/+778
* Cast: Added missing DCHECKs to ThreadChecker calls and minor cleanup.imcheng@chromium.org2014-02-125-42/+24
* Cast: removed is_sender from CastLoggingConfig / LoggingImpl.imcheng@chromium.org2014-02-123-13/+11
* Cast:Removing UMAmikhal@chromium.org2014-02-116-46/+6
* Changed LoggingRaw from pull-based to subscriber-based:imcheng@chromium.org2014-02-0912-538/+830
* Cast:Updating Logging stats mikhal@chromium.org2014-02-067-275/+225
* Cast:Switching to SingleThreadTaskRunnermikhal@chromium.org2014-02-053-8/+9
* cast: Wire upp logging to be sent over RTCP between receiver and sender.pwestin@google.com2014-01-227-21/+198
* Cast:Updating loggingmikhal@chromium.org2014-01-219-222/+150
* Add kDuplicatePacketReceived packet event.hguihot@chromium.org2014-01-042-0/+3
* Cast: Changing log classes to support incoming time of event.pwestin@google.com2013-12-177-147/+205