summaryrefslogtreecommitdiffstats
path: root/media/cast/test
Commit message (Expand)AuthorAgeFilesLines
* Rename the members of FrameReceiverConfigzhuoyu.qian2015-02-264-20/+20
* [Cast] Size-Adaptable platform video encoders.miu2015-02-114-61/+44
* [Cast] Repurpose CastInitializationStatus for variable frame size support.miu2015-02-074-33/+38
* [cast/test] Use AudioConverter in FakeMediaSource to play back 6-channel WEBM's.miu2015-02-044-32/+44
* RELAND: [Cast] Software encoder support for varying video frame sizes.miu2015-02-037-133/+147
* Revert of [Cast] Software encoder support for varying video frame sizes. (pat...thestig2015-02-037-147/+133
* [Cast] Software encoder support for varying video frame sizes.miu2015-02-027-133/+147
* Adds fake hardware video encoder.hellner2015-01-232-200/+0
* Adding "rtp_timebase" variable in lieu of "frequency" for FrameReceiverConfig...anujk.sharma2015-01-144-10/+10
* Cast: Speed up some long running tests in DEBUG mode.hubbe2015-01-141-25/+38
* Disable flaky End2EndTest.OldPacketNetworkRyan Hamilton2015-01-131-1/+2
* Adding "target_frame_rate" variable in lieu of "max_frame_rate" for FrameRece...anujk.sharma2015-01-084-8/+9
* Cleanup: Update the path to gfx size headers.tfarina2015-01-033-3/+3
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-237-12/+12
* Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...dmichael2014-12-121-1/+1
* Cast: Make receiver use cast_transporthubbe2014-12-116-28/+137
* Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti...hidehiko2014-12-082-14/+8
* gn format // (the rest, except mojo)scottmg2014-12-031-4/+1
* Delay audio rendering until the clock reaches the first timestamp.dalecurtis2014-11-251-1/+1
* Cast Streaming: Measure PSNR and SSIM in simulationhclam2014-11-229-56/+289
* TODO(miu): Rename to receiver_ssrcanujk.sharma2014-11-214-12/+12
* Use uint16 for port numbers more pervasively.pkasting2014-11-203-12/+19
* Fix udp_proxy binary build on windows.kuangye2014-11-131-27/+38
* Implement IPP model support in udp_proxyhclam2014-11-133-1/+45
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-272-11/+7
* [Cast] cast_simulator improvements to better test encoder behaviors.miu2014-10-223-65/+92
* Standardize usage of virtual/override/final in media/dcheng2014-10-2113-109/+89
* Cast: set UDP socket send buffer size via optionshclam2014-10-171-0/+1
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-171-1/+1
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-071-1/+1
* [Cast] Video encoder clean-ups (stricter interfaces, encapsulation, etc.)miu2014-10-071-26/+36
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-0713-56/+56
* [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
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-5/+2
* Add VEA supported profiles to GPUInfo.wuchengli2014-09-232-0/+7
* [Cast] Limit frames in flight by duration, and not by number of frames.miu2014-09-201-0/+26
* [Cast] Add target playout delay CL arg for cast_simulator.miu2014-09-181-7/+31
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Cast: First stab at implementing adaptive latencyhubbe2014-09-125-14/+20
* Cast: Logging estimates clock difference based on packetshubbe2014-09-111-2/+1
* Cast: Flow hw encoder initialization error to extensions APIhclam2014-09-104-0/+9
* Cast: Let the extension control if DSCP is on or off.hubbe2014-09-104-0/+4
* Convert GN visibility variables to lists.brettw2014-09-061-1/+1
* Cast: merge InsertCoded{Audio,Video}Frame into InsertFramehubbe2014-09-041-10/+11
* Cast: Make vp8 3-buffer mode workhubbe2014-09-041-76/+13
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-281-1/+0
* Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...tnagel2014-08-271-0/+1
* Remove the last piece of deprecated synchronous IO code.xians2014-08-271-1/+0
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-274-14/+14