summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge M44: Web MIDI: disable unsupported devices on WindowsWill Harris2015-06-181-0/+8
* [Merge to M44] Chromium changes to statically link ffmpeg.Dale Curtis2015-06-1723-317/+42
* Merge to M44: "Improve audio/video sync during underflow, reduce underflow fr...Dale Curtis2015-06-1615-103/+473
* media: Account for frames rendered in the backgroundHendrik Wagenaar2015-06-153-1/+37
* ToM44:Fix WMPI::currentTime/seek race causing flaky Blink mediasource-redunda...Matt Wolenetz2015-06-122-15/+45
* Merge to M44: "Prevent audio time advancement until the next Render() after p...Dale Curtis2015-06-112-7/+18
* Catch and handle errors from MediaCodec methods.rtoy2015-06-081-12/+64
* Merge to M44: "Always post buffering state updates since they may change sink...Dale Curtis2015-06-083-4/+15
* Web MIDI ALSA: Enable hardware based device matchingTakashi Toyoshima2015-06-083-115/+216
* Merge into 44: cc: Video layers without a frame should not occludeHendrik Wagenaar2015-06-032-0/+6
* Correct order-dependent argument evaluation in SelectConfigInternal().Dan Sanders2015-06-011-5/+9
* Merge: Initialize AVFoundation explicitly instead of implicitly via IsAVFound...Tommi2015-05-314-6/+34
* Merge to M44: "Fix uninitialized value usage in VideoFrameCompositor."Dale Curtis2015-05-281-0/+1
* Pass video overlay renderer preference to ProxyDecryptor.Dan Sanders2015-05-213-1/+10
* Merge to M44: "Don't return wall clock times when time isn't ticking."Dale Curtis2015-05-212-1/+7
* Merge to M44: "Fix deferred video underflow if audio underflows first."Dale Curtis2015-05-213-3/+47
* Merge to M44: "Drop frames less than a millisecond apart in media time."Dale Curtis2015-05-212-25/+49
* Implement all resolution change policies for desktop and tab capture.Yuri Wiitala2015-05-193-9/+107
* Allowing a custom audio buffer size in WebRtcAudioCapturer.ckehoe2015-05-151-0/+3
* MSE: Increase log visibility when unfragmented MP4 causes parse failurewolenetz2015-05-155-14/+34
* Add a GpuMemoryBuffer pool that creates hardware backed VideoFrames.dcastagna2015-05-1514-8/+675
* Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid.sandersd2015-05-1522-105/+131
* Add extra crash logging for starting the sink with no frames.dalecurtis2015-05-151-0/+1
* Revert of Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid. (pat...jam2015-05-1521-130/+104
* Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid.sandersd2015-05-1521-104/+130
* Chromecast: adds CmaRenderer test coverage.gunsch2015-05-157-12/+48
* Fix gradual deterioration of cadence based rendering.dalecurtis2015-05-153-22/+78
* Fork the mojo shell interfaces used by Mandoline.jam2015-05-147-16/+16
* Getting rid of duplicate includes from media/anujk.sharma2015-05-1491-168/+1
* Get audio_unittests passing with h/w on windows.watk2015-05-148-52/+42
* Fix DCHECK() firing on GPU bots.dalecurtis2015-05-142-5/+26
* Implement support for 2-pattern cadence.dalecurtis2015-05-146-221/+378
* Return EOS when selected_range_ is NULL in SourceBufferStreamlandell2015-05-143-6/+72
* Add distinction between RGB and RGBA native texture video frame and resourceshalliwell2015-05-134-6/+12
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in m...anujk.sharma2015-05-134-10/+10
* Sanitize data before providing it to the CDMjrummell2015-05-136-14/+169
* Don't include tested apks resources in test apkcjhopman2015-05-121-1/+0
* Improve comment around strictly increasing wall clock times.dalecurtis2015-05-121-3/+6
* More base::Values-related bare pointer -> scoped_ptr conversionsestade2015-05-121-2/+1
* Don't carry over frame overage unless frame is selected by cadence.dalecurtis2015-05-123-31/+83
* Remove kIgnoreResolutionLimitsForAcceleratedVideoDecode flaghenryhsu2015-05-122-8/+0
* Switch GetWallClockTime to using vectors for input and output.dalecurtis2015-05-1216-139/+221
* Restrict use of hardware-secure codecs based on the RendererPreference.sandersd2015-05-127-33/+54
* Revert of Restrict use of hardware-secure codecs based on the RendererPrefere...mdempsky2015-05-126-51/+31
* Restrict use of hardware-secure codecs based on the RendererPreference.sandersd2015-05-126-31/+51
* Partially revert change to not post AttemptRead() every Render().dalecurtis2015-05-112-20/+10
* Add Platform Verification Mojo Services.xhwang2015-05-113-0/+63
* Allow WMPI to drive compositor updates for invisible video tags.dalecurtis2015-05-115-15/+112
* Cleanup: Simplify some checks in tests.thestig2015-05-114-12/+12
* MidiManagerAlsa: Enable manufacturer again, now with hotplugagoode2015-05-113-52/+412