summaryrefslogtreecommitdiffstats
path: root/media/cast/cast_sender_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+1
* Cast: Change override to final wherever possible.hubbe2015-04-291-6/+6
* [Cast] Size-Adaptable platform video encoders.miu2015-02-111-12/+13
* [Cast] Repurpose CastInitializationStatus for variable frame size support.miu2015-02-071-17/+27
* [cast] VideoToolbox encoderjfroy2014-11-211-2/+0
* [Cast] VideoFrameFactory interface to vend frames with encoder affinity.jfroy2014-11-201-4/+22
* Standardize usage of virtual/override/final in media/dcheng2014-10-211-7/+6
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-2/+2
* Cast: First stab at implementing adaptive latencyhubbe2014-09-121-1/+3
* Cast: Flow hw encoder initialization error to extensions APIhclam2014-09-101-14/+17
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-271-2/+2
* Implement adaptive target delay extensionhubbe@chromium.org2014-08-221-0/+20
* Rewrite of RTCP parser.hubbe@chromium.org2014-08-181-1/+0
* Cast: Refactor RTCP handlinghclam@chromium.org2014-07-201-67/+1
* Cast: Reshuffle files under media/casthclam@chromium.org2014-07-151-3/+4
* [Cast] Cleanup: Remove TransportXXXXXSender, an unnecessary layer of indirect...miu@chromium.org2014-06-041-11/+17
* Cast: Clarify what is a valid resource IDhclam@chromium.org2014-04-081-1/+4
* Cast: Enable use of VideoEncodeAccelerator for hardware video encodinghclam@chromium.org2014-03-221-2/+4
* Cast: Reduce number of threads in cast environment.hubbe@chromium.org2014-03-211-2/+2
* Clean-up: Fix FrameInput::InsertAudio() interface, and remove ref-counting of...miu@chromium.org2014-03-131-6/+4
* Cast: Refactoring Cast API'smikhal@google.com2014-03-101-87/+79
* Cast: Refactor CastAudioSink and CastVideoSinkpwestin@google.com2014-02-111-51/+101
* Revert 249576 "Cast: Wiring up the asyc initialization with the ..."piman@chromium.org2014-02-071-5/+5
* Cast: Wiring up the asyc initialization with the video encoders.pwestin@google.com2014-02-071-5/+5
* Cast: Initial framework for providing async initialization of sender.pwestin@google.com2014-01-281-4/+28
* Cast: Replace PacketReceiver with a callback.hubbe@chromium.org2014-01-281-86/+57
* Cast:Switching to use Cast transport librarymikhal@chromium.org2014-01-231-18/+7
* Cast:Adding cast_transport_config and cleaning upmikhal@chromium.org2014-01-091-6/+9
* Revert 243647 "Cast:Adding cast_transport_config and cleaning up"noamsml@google.com2014-01-081-9/+6
* Cast:Adding cast_transport_config and cleaning upmikhal@chromium.org2014-01-081-6/+9
* Cast: Adding support for GPU accelerated encodepwestin@google.com2014-01-081-17/+5
* Cast: Remove the closure callback from InsertRawVideoFramepwestin@google.com2013-12-101-3/+2
* Cast: Updating logging and tests mikhal@chromium.org2013-11-281-5/+0
* Switching cast sender to media::VideoFramemikhal@google.com2013-11-211-11/+5
* Incorporating logging into Cast: mikhal@google.com2013-11-201-0/+5
* Revert 236034 "Incorporating logging into Cast: "rch@chromium.org2013-11-191-5/+0
* Incorporating logging into Cast: mikhal@google.com2013-11-191-0/+5
* Change FrameInput::InsertRawAudioFrame(PcmAudioFrame) interface to InsertAudi...miu@chromium.org2013-11-071-10/+5
* Cast: Cleaning up static_castspwestin@google.com2013-10-211-1/+1
* Added end2end test.pwestin@google.com2013-10-191-0/+13
* Cleanup how we handle the fake clock.pwestin@google.com2013-10-091-22/+23
* Changed receiver API and added cast_receiver_implpwestin@google.com2013-10-081-7/+7
* Style fixes for cast_unittest to buildhclam@chromium.org2013-10-021-2/+18
* Revert 226305 "Fix code style and gyp files in cast to build cas..."piman@chromium.org2013-10-021-18/+2
* Fix code style and gyp files in cast to build cast_unittesthclam@chromium.org2013-10-011-2/+18
* Revert 226264 "Be able to build cast_unittest and related target..."acolwell@chromium.org2013-10-011-18/+2
* Be able to build cast_unittest and related targets in Chrome treehclam@chromium.org2013-10-011-2/+18
* Added cast sender impl and made required modifications to the pacer.pwestin@google.com2013-09-121-0/+176