summaryrefslogtreecommitdiffstats
path: root/media/cast/receiver
Commit message (Expand)AuthorAgeFilesLines
* Optimizations to improve run times of cast_unittests.miu2016-01-051-34/+45
* Global conversion of Pass()→std::move(): Linux GN static library editiondcheng2015-12-301-3/+4
* cast: Split Rtcp into two for sender and receiverisheriff2015-12-303-26/+26
* Replace uses of raw uint32's with a type-checked RtpTimeTicks data type.miu2015-12-295-36/+37
* Convert Pass()→std::move() in //mediadcheng2015-12-276-36/+29
* Switch to standard integer types in media/, take 2.avi2015-12-238-0/+25
* Add missing macros includes in media/.avi2015-12-194-0/+4
* Switch to standard integer types in media/.Avi Drissman2015-12-199-67/+65
* Cast Housekeeping: Unwind the cast_defines.h dumping-ground.miu2015-12-018-14/+13
* cast/receiver/video_decoder: use a pool of VideoFrames and libyuv::I420Copy()mcasas2015-11-111-17/+23
* Reland: [Cast] Thread-safe LogEventDispatcher for packet/frame event logging.miu2015-11-045-29/+71
* Revert of [Cast] Thread-safe LogEventDispatcher for packet/frame event loggin...anthonyvd2015-11-035-71/+29
* [Cast] Thread-safe LogEventDispatcher for packet/frame event logging.miu2015-11-035-29/+71
* cast: clean up lint errors on commitisheriff2015-10-071-1/+3
* Copy libvpx from DEPS to srcjohannkoenig2015-09-181-2/+2
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-132-12/+6
* RELAND: [Cast] Compute utilization metrics and add performance overlay.miu2015-05-221-1/+2
* Revert of [Cast] Compute utilization metrics and add performance overlay. (pa...battre2015-05-211-2/+1
* [Cast] Compute utilization metrics and add performance overlay.miu2015-05-211-1/+2
* Getting rid of duplicate includes from media/anujk.sharma2015-05-141-1/+0
* Cleanup: Change {ASSERT,EXPECT}_FALSE(!x) to {ASSERT,EXPECT}_TRUE(x).thestig2015-05-063-3/+4
* Cast: Change override to final wherever possible.hubbe2015-04-297-20/+20
* Remove rtcp_interval from cast_configzhuoyu.qian2015-03-202-10/+2
* Rename the members of FrameReceiverConfigzhuoyu.qian2015-02-263-8/+8
* [Cast] Repurpose CastInitializationStatus for variable frame size support.miu2015-02-076-44/+40
* RELAND: [Cast] Software encoder support for varying video frame sizes.miu2015-02-031-13/+50
* Revert of [Cast] Software encoder support for varying video frame sizes. (pat...thestig2015-02-031-50/+13
* [Cast] Software encoder support for varying video frame sizes.miu2015-02-021-13/+50
* Mechanical rename of tracing includes for /mediassid2015-01-281-1/+1
* Adding "rtp_timebase" variable in lieu of "frequency" for FrameReceiverConfig...anujk.sharma2015-01-143-5/+5
* Adding "target_frame_rate" variable in lieu of "max_frame_rate" for FrameRece...anujk.sharma2015-01-082-8/+8
* replace COMPILE_ASSERT with static_assert in media/mostynb2015-01-052-4/+4
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cast: Make receiver use cast_transporthubbe2014-12-115-57/+43
* Cast: Clean up RtpReceiverStatistics handling.hubbe2014-11-221-1/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-273-4/+4
* Standardize usage of virtual/override/final in media/dcheng2014-10-214-17/+17
* [Cast] Clean-up: Move max_unacked_frames into CongestionControl.miu2014-10-071-1/+1
* [Cast] Video encoder clean-ups (stricter interfaces, encapsulation, etc.)miu2014-10-071-1/+1
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-076-13/+13
* [Cast] Fix referenced_frame_ids emitted by Vp8Encoder, with massive test clea...miu2014-09-181-1/+7
* Cast: Make pacing controllable by the extensionhubbe2014-09-121-1/+3
* Cast: Make vp8 3-buffer mode workhubbe2014-09-041-2/+8
* [Cast] Fix shutdown race between CastReceiverImpl/FrameReceiver and frame emi...miu2014-08-272-1/+17
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-274-10/+12
* Implement adaptive target delay extensionhubbe@chromium.org2014-08-222-7/+15
* Rewrite of RTCP parser.hubbe@chromium.org2014-08-182-5/+3
* Fix flaky cast_unittests where threads were being joined incorrectly.miu@chromium.org2014-08-022-0/+10
* Cast: Remove unused RTCP messageshclam@chromium.org2014-08-021-2/+1
* Cast: Build cast targets with GNhclam@chromium.org2014-07-311-1/+1