summaryrefslogtreecommitdiffstats
path: root/media/cast/sender/audio_sender.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of raw uint32's with a type-checked RtpTimeTicks data type.miu2015-12-291-2/+3
* Convert Pass()→std::move() in //mediadcheng2015-12-271-2/+4
* cast: Support for low-latency interactive modeisheriff2015-12-091-0/+1
* Cast Housekeeping: Unwind the cast_defines.h dumping-ground.miu2015-12-011-1/+0
* Remove three buffer mode implementation.xjz2015-11-201-3/+0
* [Cast] Add logging of frame resolution and encoding stats.miu2015-06-061-1/+1
* Remove rtcp_interval from cast_configzhuoyu.qian2015-03-201-1/+0
* [Cast] Repurpose CastInitializationStatus for variable frame size support.miu2015-02-071-8/+13
* TODO(miu): Rename to receiver_ssrcanujk.sharma2014-11-211-1/+1
* [cast] Allow audio encoder implementations to specify the frame length.jfroy2014-10-241-19/+16
* [Cast] Clean-up: Move max_unacked_frames into CongestionControl.miu2014-10-071-2/+0
* [Cast] Limit frames in flight by duration, and not by number of frames.miu2014-09-201-12/+10
* Cast: First stab at implementing adaptive latencyhubbe2014-09-121-4/+7
* [Cast] Track audio queued in encoder; account for it in ShouldDropNextFrame().miu2014-09-091-8/+24
* [Cast] RTT clean-up to the max!miu2014-09-091-1/+2
* Cast: Merge common functionality from audio/video sender into frame_sender.hubbe2014-09-061-139/+15
* Cast: merge InsertCoded{Audio,Video}Frame into InsertFramehubbe2014-09-041-1/+1
* [Cast] In Audio/VideoSender, drop frames when too-long a duration is in-flight.miu2014-08-291-19/+26
* Move common code and variables from audio/video sender to frame sender.hubbe2014-08-281-47/+1
* Implement adaptive target delay extensionhubbe@chromium.org2014-08-221-13/+7
* Cast: Move retransmission to the transporthclam@chromium.org2014-08-161-22/+4
* Make audio buffer 2x video buffer instead of 3x.hubbe@chromium.org2014-08-121-1/+1
* Cast: Remove unused RTCP messageshclam@chromium.org2014-08-021-1/+0
* Cast: Refactor RTCP handlinghclam@chromium.org2014-07-201-78/+24
* Cast: Reshuffle files under media/casthclam@chromium.org2014-07-151-0/+349