summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactoring AudioParameters |operator==| to |Equals()| methodburnik2014-09-233-13/+15
* Fix typo in Pipeline::PlaybackRateChangedTask().xhwang2014-09-231-1/+1
* Adds a platform independent detection of microphone hardware mute.henrika2014-09-231-1/+30
* Add VEA supported profiles to GPUInfo.wuchengli2014-09-235-5/+20
* CdmPromise to use CdmPromiseTraits so specializations not neededjrummell2014-09-232-134/+103
* Define a new media_cast target which provides the minimal functionalityjfroy2014-09-227-2/+160
* Expect InitSegmentReceived() in PipelineIntegrationTest.Encrypted* tests.xhwang2014-09-221-0/+1
* Use VPX_IMG_FMT_*/VPX_PLANE_* definesjohannkoenig2014-09-221-4/+4
* Fix mojom dependencies in media/mojo/services, make gn check passjamesr2014-09-223-3/+12
* Introduce media::AudioClock::TimeUntilPlayback().scherkus2014-09-223-1/+83
* Mac VideoCapture: Support for Blackmagic DeckLink device & capabilities enume...mcasas2014-09-229-4/+261
* Make VEA test support videos with different coded size and visible sizehenryhsu2014-09-222-8/+17
* [Cast] Limit frames in flight by duration, and not by number of frames.miu2014-09-2016-149/+277
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-09-201-1/+3
* Remove acolwell & shadi from media OWNERS files.acolwell2014-09-201-2/+0
* CDM FileIOTest: Work around flakiness by not closing during read/write.xhwang2014-09-191-4/+8
* Dynamically allocate more memory to AudioBlockFifo.xians2014-09-194-14/+135
* media: scaffolding and plumbing for MojoRenderer{Impl, Service}tim2014-09-1820-36/+1425
* [Cast] Fix referenced_frame_ids emitted by Vp8Encoder, with massive test clea...miu2014-09-183-123/+70
* CdmFileIOImpl: Refactor Write() implementation.xhwang2014-09-184-120/+347
* [Cast] Add target playout delay CL arg for cast_simulator.miu2014-09-181-7/+31
* Make BrowserCdmManager a BrowserMessageFilter.xhwang2014-09-181-5/+6
* Fix crashing MediaSourcePlayerTest on nexus 5qinmin2014-09-171-2/+10
* Do no build the AVFoundation glue code for iOS (it depends on mac_util.h whic...jfroy2014-09-172-4/+6
* Move SourceBufferRange into its own file to make it easier to test changes to...acolwell2014-09-177-852/+922
* Initialize media timeline correctly for positive start times.dalecurtis2014-09-1610-10/+63
* GN: Replace mojo/system.gni with forwarding groupsjamesr2014-09-161-4/+1
* Make the timestamp unroll offset consistent accross PES pids.damienv2014-09-1610-84/+229
* Switch back to using VideoRenderer::StartPlayingFrom().scherkus2014-09-167-53/+39
* [Cast] Fix RtcpParser to parse negative playout delay deltas in receiver repo...miu2014-09-162-4/+6
* Add VideoImageGenerator.rileya2014-09-164-70/+147
* Avoid unsafe usage of CancelIo() within Windows SyncSocket.dalecurtis2014-09-161-3/+1
* GN: Build libvpxAlpha Lam2014-09-152-22/+15
* [Cast] Sanity-check for unbounded queue growth in PacedSender.miu2014-09-152-8/+19
* MSE: Test no muxed discontinuity forced by audio frame partial front trimmingwolenetz2014-09-151-0/+24
* MSE: Don't force discontinuity logic on audio frame partial front trimmingwolenetz2014-09-151-6/+0
* CDM FileIOTest: Explictly test corrupted file.xhwang2014-09-152-0/+41
* CdmAdapter: Report size of the file read by CDM via FileIO.xhwang2014-09-154-5/+75
* GN rules for everything in //mojojamesr2014-09-151-0/+7
* Support MPEG1 audio in the MPEG2-TS stream parser.damienv2014-09-1314-142/+597
* MSE: Notify Blink SourceBuffer on init segment receivedwolenetz2014-09-136-26/+141
* Clarify resolution change behaviors of video capture deviceshclam2014-09-134-14/+23
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-1311-11/+11
* Replace the only use of media::MockStatisticsCB with a bound method.scherkus2014-09-133-18/+4
* Hook WebMediaPlayerImpl up to Mojo's HTMLDocumentView.acolwell2014-09-125-1/+164
* Sprinkle some DVLOGs in media::WallClockTimeSource.scherkus2014-09-121-0/+4
* Cast: Make pacing controllable by the extensionhubbe2014-09-127-23/+68