summaryrefslogtreecommitdiffstats
path: root/media/cast/video_sender
Commit message (Expand)AuthorAgeFilesLines
* Cast: Refactoring Cast API'smikhal@google.com2014-03-103-7/+7
* Cast: IPC from browser to renderer to send packet events from transport to ca...imcheng@chromium.org2014-03-071-1/+6
* Cast:Transport: Dividing A/V Initialization pipelinemikhal@chromium.org2014-03-041-3/+6
* Cast: Ensure limited number of frames in flightmikhal@chromium.org2014-03-014-21/+72
* Pass Client pointer in Initialize() for VDA/VEAsheu@chromium.org2014-02-271-2/+3
* Cast: Use NetLog in UdpTransporthclam@chromium.org2014-02-261-0/+1
* Cast: Log kVideoAckReceived as a frame event in VideoSender.imcheng@chromium.org2014-02-263-8/+58
* Cast: Send redundant Cast receiver events through RTCPhclam@chromium.org2014-02-201-0/+1
* IPC glue between cast library transport and encoders.hubbe@chromium.org2014-02-151-1/+1
* Cast: end2end bug fixesmikhal@chromium.org2014-02-131-7/+14
* Cast: Added missing DCHECKs to ThreadChecker calls and minor cleanup.imcheng@chromium.org2014-02-121-4/+1
* Cast: Refactor CastAudioSink and CastVideoSinkpwestin@google.com2014-02-111-2/+3
* Changed LoggingRaw from pull-based to subscriber-based:imcheng@chromium.org2014-02-092-38/+58
* Cast: Add rtp_timestamp to EncodedVideoFrame and update loggingmikhal@chromium.org2014-02-083-25/+15
* Revert 249576 "Cast: Wiring up the asyc initialization with the ..."piman@chromium.org2014-02-0711-99/+60
* Cast: Wiring up the asyc initialization with the video encoders.pwestin@google.com2014-02-0711-60/+99
* Cast: Refactoring VideoSender to Clang formatmikhal@chromium.org2014-02-0612-203/+260
* Cast:Updating Logging stats mikhal@chromium.org2014-02-061-1/+1
* Cast: Update Rtp Statistics interfacesmikhal@chromium.org2014-02-061-64/+105
* Cast:Switching to SingleThreadTaskRunnermikhal@chromium.org2014-02-053-9/+9
* Cast: Clean up injection of transport into PacedPacketSenderhubbe@chromium.org2014-02-031-3/+5
* Cast: Adding helper crypto classesmikhal@chromium.org2014-02-031-1/+0
* Cast: Refactoring test to Clang formatmikhal@chromium.org2014-01-313-3/+3
* Cast: Group three common RTP parameters into a struct to avoid some repetition.hubbe@chromium.org2014-01-314-6/+7
* Cast: Initial framework for providing async initialization of sender.pwestin@google.com2014-01-283-3/+24
* Cast: Replace PacketReceiver with a callback.hubbe@chromium.org2014-01-282-6/+3
* Cast: Fix threading issues in VideoEncoderImplhclam@chromium.org2014-01-256-67/+133
* Cast: Get rid of SendPackets in PacketSender.hubbe@chromium.org2014-01-251-6/+5
* Revert of Cast: Fix threading issues in VideoEncoderImpl (https://codereview....hclam@chromium.org2014-01-246-133/+67
* Cast: Fix threading issues in VideoEncoderImplhclam@chromium.org2014-01-246-67/+133
* Fixes for memory and threading issues in casthclam@chromium.org2014-01-244-17/+24
* Cast: Adding transport status callback implementationmikhal@chromium.org2014-01-241-0/+1
* Cast:Switching to use Cast transport librarymikhal@chromium.org2014-01-233-122/+128
* cast: Wire upp logging to be sent over RTCP between receiver and sender.pwestin@google.com2014-01-224-29/+15
* Cast:Updating loggingmikhal@chromium.org2014-01-211-1/+1
* Fix memory leak in tests.pwestin@google.com2014-01-122-0/+7
* Cast:Adding cast_transport_config and cleaning upmikhal@chromium.org2014-01-0911-34/+42
* Revert 243647 "Cast:Adding cast_transport_config and cleaning up"noamsml@google.com2014-01-0811-42/+34
* Cast:Adding cast_transport_config and cleaning upmikhal@chromium.org2014-01-0811-34/+42
* Cast: Adding support for GPU accelerated encodepwestin@google.com2014-01-0814-205/+842
* Cast: move net->transportmikhal@chromium.org2013-12-264-23/+26
* Fix cast_unittests valgrind failureshclam@chromium.org2013-12-194-16/+28
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-0/+1
* Cast: Changing log classes to support incoming time of event.pwestin@google.com2013-12-172-6/+12
* Revert "Change VLOG levels in media/cast."hclam@chromium.org2013-12-162-8/+8
* Revert 240828 "Revert of https://codereview.chromium.org/104403010/"szym@chromium.org2013-12-142-0/+827
* Revert of https://codereview.chromium.org/104403010/mikhal@chromium.org2013-12-142-827/+0
* Change VLOG levels in media/cast.hguihot@google.com2013-12-132-8/+8
* Cast:Moving netwrok sender related code to a designated foldermikhal@chromium.org2013-12-115-6/+5
* Cast: Wire up sending status log messages from sender to receiver.pwestin@google.com2013-12-111-5/+52