summaryrefslogtreecommitdiffstats
path: root/media/blink
Commit message (Expand)AuthorAgeFilesLines
* Pass ffmpeg media track info to HTMLMediaElementservolk2016-03-251-2/+26
* Cleanup: Remove old TODOjrummell2016-03-241-1/+0
* media: Cancel any pending pipeline restart when the player is hiddenwatk2016-03-231-0/+3
* Release media session and power save blockers for casting.dalecurtis2016-03-221-0/+2
* Don't suspend before there is metadata.sandersd2016-03-211-6/+17
* Drop media session on playback error; avoids idle suspension.dalecurtis2016-03-191-0/+5
* Remove lots of usage of WebCString.dtapuska2016-03-182-2/+0
* Cleanse all instances of overloaded PIPELINE_ERROR_DECODE.dalecurtis2016-03-182-9/+7
* Disable idle player suspend on OSX.dalecurtis2016-03-171-0/+7
* Speculative crash fix for media::RendererImpl::GetMediaTimehubbe2016-03-171-1/+10
* Make Document::isSecureContext() work for OOPIFsestark2016-03-162-4/+2
* Log a non-crash dump for 10% of Spitzer pipeline decode failures.dalecurtis2016-03-161-0/+12
* Add missing null check on |data_source_|liberato2016-03-161-1/+2
* Disable "pause-and-buffer" on Android, cancel suspended players.dalecurtis2016-03-157-19/+125
* Don't mark a WebMediaPlayer as idle until it has size and first frame.dalecurtis2016-03-152-1/+9
* Request a GpuVideoAcceleratorFactories when constructing decoders.sandersd2016-03-141-2/+3
* media::WebAudioSourceProviderImpl, add support for getting a copy of passing ...mcasas2016-03-143-50/+164
* CC Animation: Erase cc::LayerSettings everywhere.loyso2016-03-141-2/+2
* Expand suspension of idle media players to all platforms.dalecurtis2016-03-123-50/+96
* Improve retry support for media network loading.hubbe2016-03-116-66/+65
* Add stub WebMediaPlayerImpl unittest!dalecurtis2016-03-113-0/+160
* blink: Rename modules/ method to prefix with get when they collide.Dana Jansens2016-03-093-8/+8
* Move pending seek operations from ChunkDemuxer to Demuxer.sandersd2016-03-091-1/+5
* Change the type for byte counts to size_t in WebMediaPlayerchakshu.a2016-03-082-4/+4
* Remove EME and MSE from RuntimeEnabledFeatures.ddorwin2016-03-071-7/+0
* Fix media memory usage reporting after a pipeline suspend.dalecurtis2016-03-071-0/+5
* media: Disallow MEDIA_EXPORT in media/mojo and media/blink.xhwang2016-03-061-0/+3
* Unify media track info reporting on a demuxer levelservolk2016-03-054-8/+28
* media: Add RAPPOR metrics for MSE over insecure vs secure originswolenetz2016-03-053-9/+24
* Extract state management from WebMediaPlayerImpl.sandersd2016-03-043-351/+135
* Revert of Extract state management from WebMediaPlayerImpl. (patchset #32 id:...yoichio2016-03-043-135/+352
* Extract state management from WebMediaPlayerImpl.sandersd2016-03-043-352/+135
* Change scoped_ptr to be a type alias for std::unique_ptr on OS_LINUX.dcheng2016-03-031-1/+1
* Move test_random.h into media/basejrummell2016-03-036-48/+3
* Pass media session id over IPCdavve2016-03-032-2/+5
* EME on Android: Improve accuracy of Key System availability.ddorwin2016-03-031-10/+17
* Use ScheduleResume() instead of calling Resume() directly.dalecurtis2016-03-031-2/+2
* Fix multibuffer crashing bughubbe2016-03-034-17/+57
* Supress pipeline errors during destruction and suspend.dalecurtis2016-03-032-1/+13
* Fix name collisions that will occur with chromium style.danakj2016-03-021-1/+3
* Blink Compositor Animation: Erase old animation system.loyso2016-03-021-3/+2
* media: Reject pending CDM promise during destruction.xhwang2016-03-012-4/+10
* Basic media tracks implementation for media stream parsersservolk2016-03-012-2/+6
* Don't automatically suspend WebMediaPlayers who have MediaSession UI.dalecurtis2016-02-291-1/+1
* Suspend idle WebMediaPlayer instances after some time.dalecurtis2016-02-271-8/+32
* Change setMediaKeys() to match latest EME specjrummell2016-02-271-10/+3
* Rename enums/functions that collide in chromium style in core/html/.danakj2016-02-272-4/+4
* Fix a bug where an unsigned calculation goes negative and causes very large m...hubbe2016-02-252-0/+36
* Migrates battery_status from content/renderer/ to WebKit/platform/yukishiino2016-02-251-1/+1
* Refactoring: Move some classes from content/child to platformhajimehoshi2016-02-251-0/+3