summaryrefslogtreecommitdiffstats
path: root/media/cast
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2727-41/+37
* [cast] AAC encoder for OS X and iOS based on AudioConverter and AudioFilejfroy2014-10-244-0/+411
* [cast] Allow audio encoder implementations to specify the frame length.jfroy2014-10-244-45/+69
* [Cast] Make software VP8 encoder adhere to bitrate micro-management.miu2014-10-222-57/+74
* [Cast] cast_simulator improvements to better test encoder behaviors.miu2014-10-223-65/+92
* Type conversion fixes, media/ edition.pkasting2014-10-213-8/+11
* Standardize usage of virtual/override/final in media/dcheng2014-10-2145-302/+258
* Cast: set UDP socket send buffer size via optionshclam2014-10-176-13/+50
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-171-1/+1
* Use int64 more pervasively in storing time s/ms/us values.pkasting2014-10-142-2/+2
* change newly added OVERRIDE to override in media/mostynb2014-10-091-2/+2
* [Cast] Fix use of uninitialized value introduced by r298551.Yuri Wiitala2014-10-081-0/+1
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-071-1/+1
* [Cast] Clean-up: Move max_unacked_frames into CongestionControl.miu2014-10-0713-53/+74
* [Cast] Video encoder clean-ups (stricter interfaces, encapsulation, etc.)miu2014-10-0719-296/+333
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-0748-163/+163
* [src/media] Declaring the weak_ptr_factory in proper order in cast,mojo and f...kulkarni.a2014-10-032-5/+5
* Remove AudioBuffersState classacolwell2014-09-292-4/+4
* Remove VPX conditionals from media and remoting.brettw2014-09-271-6/+0
* Cast: Reduce the size of statshclam2014-09-241-14/+21
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-233-14/+6
* Cast: Allow extension to control wifi options on windowshubbe2014-09-233-1/+44
* Add VEA supported profiles to GPUInfo.wuchengli2014-09-232-0/+7
* Define a new media_cast target which provides the minimal functionalityjfroy2014-09-222-2/+60
* Use VPX_IMG_FMT_*/VPX_PLANE_* definesjohannkoenig2014-09-221-4/+4
* [Cast] Limit frames in flight by duration, and not by number of frames.miu2014-09-2016-149/+277
* [Cast] Fix referenced_frame_ids emitted by Vp8Encoder, with massive test clea...miu2014-09-183-123/+70
* [Cast] Add target playout delay CL arg for cast_simulator.miu2014-09-181-7/+31
* [Cast] Fix RtcpParser to parse negative playout delay deltas in receiver repo...miu2014-09-162-4/+6
* GN: Build libvpxAlpha Lam2014-09-151-21/+14
* [Cast] Sanity-check for unbounded queue growth in PacedSender.miu2014-09-152-8/+19
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Cast: Make pacing controllable by the extensionhubbe2014-09-127-23/+68
* Cast: First stab at implementing adaptive latencyhubbe2014-09-1214-38/+95
* Cast: Logging estimates clock difference based on packetshubbe2014-09-116-145/+280
* Cast: Flow hw encoder initialization error to extensions APIhclam2014-09-1014-50/+126
* Cast: Let the extension control if DSCP is on or off.hubbe2014-09-1010-3/+23
* [Cast] Track audio queued in encoder; account for it in ShouldDropNextFrame().miu2014-09-099-30/+96
* [Cast] RTT clean-up to the max!miu2014-09-0911-454/+195
* Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cleanuphubbe2014-09-088-464/+306
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+4
* Revert of Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cle...noel2014-09-078-306/+462
* Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cleanuphubbe2014-09-078-462/+306
* Convert GN visibility variables to lists.brettw2014-09-062-2/+2
* Cast: Merge common functionality from audio/video sender into frame_sender.hubbe2014-09-069-454/+414
* Cast: Get rid of frame_id_maphubbe2014-09-0511-396/+269
* Cast: merge InsertCoded{Audio,Video}Frame into InsertFramehubbe2014-09-047-35/+32
* Cast: Make vp8 3-buffer mode workhubbe2014-09-047-194/+158
* Explicitly #include <algorithm> in media/cast/logging/encoding_event_subscrib...Paweł Hajdan, Jr2014-09-021-0/+1
* [Cast] In Audio/VideoSender, drop frames when too-long a duration is in-flight.miu2014-08-2912-155/+134