summaryrefslogtreecommitdiffstats
path: root/media/cast
Commit message (Expand)AuthorAgeFilesLines
* Cast: Use difference encoding on RTP timestamps for serializing eventsimcheng@chromium.org2014-03-142-5/+33
* Initialize a variable in cast_unittests/BarcodeTest.sheu@google.com2014-03-131-1/+1
* Increase possible number of frames on the wire.hguihot@chromium.org2014-03-131-5/+5
* Clean-up: Fix FrameInput::InsertAudio() interface, and remove ref-counting of...miu@chromium.org2014-03-1310-190/+73
* Cast:Adding signaling and infrastructure for adjustable delaymikhal@chromium.org2014-03-1325-128/+217
* Helper functions and binary for encoding timestamps into audio.hubbe@chromium.org2014-03-137-20/+267
* Disable flaky test End2EndTest.GlitchWith3Buffersdmichael@chromium.org2014-03-121-1/+2
* Cast: Log compression and getRawEvents JS API change.imcheng@chromium.org2014-03-127-240/+464
* mac: Fix remaining -Wabsolute-value violations (except ffmpeg and webrtc).thakis@chromium.org2014-03-122-2/+2
* Cast: Using a min filter to compute time offsetmikhal@chromium.org2014-03-113-29/+49
* Revert 256134 "Cast: Using a min filter to compute time offset"dmichael@chromium.org2014-03-113-48/+28
* Barcode utility functionshubbe@chromium.org2014-03-116-0/+329
* Change VLOG levels in media/cast.hguihot@chromium.org2014-03-1113-30/+29
* Cast: Fix cast sender app crashes.imcheng@chromium.org2014-03-111-3/+5
* Cast: Using a min filter to compute time offsetmikhal@chromium.org2014-03-113-28/+48
* Cast: Added LogMetadata to raw_events.proto to hold metadata.imcheng@chromium.org2014-03-1110-164/+168
* Cast: reland 189423002 - Cap max receiver log size per rtcp packet ...imcheng@chromium.org2014-03-113-9/+29
* Cast: Refactoring Cast API'smikhal@google.com2014-03-1016-225/+250
* Cast Streaming API end-to-end browser_test.miu@chromium.org2014-03-0918-185/+527
* Cast: Add getStats() extensions API.imcheng@chromium.org2014-03-075-26/+136
* Revert 255602 "Cast: Cap max receiver log size per rtcp packet t..."mef@chromium.org2014-03-071-8/+1
* Cast: Cap max receiver log size per rtcp packet to 200 bytes.imcheng@chromium.org2014-03-071-1/+8
* Cast: IPC from browser to renderer to send packet events from transport to ca...imcheng@chromium.org2014-03-0715-98/+356
* Revert 255166 "Cast: Using a min filter to compute time offset"dvh@chromium.org2014-03-052-17/+6
* Cast: Using a min filter to compute time offsetmikhal@chromium.org2014-03-052-6/+17
* Cast: Skip receiver log messages with time delta that can't be encoded.imcheng@chromium.org2014-03-052-96/+132
* Cast: Attach NTP to all receiver sent RTCPpwestin@chromium.org2014-03-041-4/+6
* Cast: Added a function to deserialize and a test to make sure serialize-deser...imcheng@chromium.org2014-03-045-1/+295
* Cast:Transport: Dividing A/V Initialization pipelinemikhal@chromium.org2014-03-0419-172/+257
* Cast: Ensure limited number of frames in flightmikhal@chromium.org2014-03-015-25/+93
* Cast: Create separate CastEnvironments for sender/receiver in End2EndTest.imcheng@chromium.org2014-02-281-56/+94
* Revert 254047 "Cast: Add a unit test for connect to an invalid r..."jochen@chromium.org2014-02-281-31/+0
* Cast: Add a unit test for connect to an invalid receiverhclam@chromium.org2014-02-281-0/+31
* Cast: cast_receiver_app to decode audiohclam@chromium.org2014-02-271-3/+6
* Cast: Re-enable tests runs on windowshubbe@chromium.org2014-02-271-37/+5
* Cast: If a UdpSocket is connected then call Write instead of SendTohclam@chromium.org2014-02-272-1/+18
* Cast: Enable raw events and stats logging in CastSessionDelegate and sender appimcheng@chromium.org2014-02-271-12/+10
* Cast: Log k{Audio,Video}AckSent as frame events.imcheng@chromium.org2014-02-277-6/+60
* Pass Client pointer in Initialize() for VDA/VEAsheu@chromium.org2014-02-275-22/+18
* Clean up packet receive code in media::cast::transport::UdpTransport.miu@chromium.org2014-02-273-46/+57
* Cast: Add JS API to get raw events logs from cast extension.imcheng@chromium.org2014-02-273-9/+8
* ui/base/resource: Remove dependency on net's big_endian implementation.tfarina@chromium.org2014-02-2615-72/+120
* Cast: Use NetLog in UdpTransporthclam@chromium.org2014-02-2612-6/+31
* Cast: Log kVideoAckReceived as a frame event in VideoSender.imcheng@chromium.org2014-02-264-8/+61
* Cast: Re-enable End2EndTest.StartSenderBeforeReceiverhubbe@chromium.org2014-02-252-5/+2
* Cast: Fix a typo in UdpTransporthclam@chromium.org2014-02-251-1/+1
* Remove indirect recursion when receiving packets.hguihot@chromium.org2014-02-251-1/+5
* Revert of Cast: Re-enable End2EndTest.StartSenderBeforeReceiver (https://code...pkotwicz@chromium.org2014-02-221-1/+4
* Cast: Re-enable End2EndTest.StartSenderBeforeReceiverhubbe@chromium.org2014-02-221-4/+1
* Cast: Added a LogSerializer class and hook it up to sender app.imcheng@chromium.org2014-02-215-21/+316