summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Add audio_unittests.isolate and audio_unittests_run.watk2015-05-082-0/+83
* Add hold back field trial for new video rendering path.dalecurtis2015-05-081-3/+17
* Provide error message if creating the CDM failsjrummell2015-05-076-10/+23
* media: Let VideoFrame carry more than one native texture.dcastagna2015-05-075-124/+165
* Update md5 checksum for Intel for video_decode_accelerator_unittest.posciak2015-05-071-0/+2
* Don't advance Render() deadlines when tick clock is fake.dalecurtis2015-05-072-16/+19
* Handle incoming frames with the same timestamp.dalecurtis2015-05-073-6/+66
* Handle OnTimeStateChanged() after an EOS has been delivered.dalecurtis2015-05-072-3/+9
* Avoid repeated unnecessary task posting where possible.dalecurtis2015-05-063-38/+65
* Cleanup: Change {ASSERT,EXPECT}_FALSE(!x) to {ASSERT,EXPECT}_TRUE(x).thestig2015-05-063-3/+4
* Don't modify the ideal render count for a frame for overages.dalecurtis2015-05-063-21/+35
* [Cast] Set kDefaultMaxQp to 63miu2015-05-062-13/+2
* Add hardware-accelerated VP8 decode support for VAAPI accelerator.posciak2015-05-061-0/+2
* Add tracking metrics for the new video rendering pipeline.dalecurtis2015-05-062-1/+30
* VP8Parser: fixes for entropy parsing.posciak2015-05-062-40/+74
* This CL fixes some issues that came up Video Capture Device unittest, where i...emircan2015-05-061-36/+43
* Support Android secure codecs in requestMediaKeySystemAccess().sandersd2015-05-069-71/+126
* media: Use LazyInstance::Leaky where possible.xhwang2015-05-061-1/+1
* Remove use of deprecated GrContext functions.bsalomon2015-05-051-2/+4
* Initialize the CDM asynchronouslyjrummell2015-05-055-71/+34
* Make the GN Windows component build work.brettw2015-05-051-0/+1
* Turn new video rendering path on by default, invert flag.dalecurtis2015-05-055-9/+9
* GN Windows component build fixesbrettw2015-05-0520-70/+140
* Fix valgrind timeout for new video renderer impl tests.dalecurtis2015-05-051-2/+2
* VideoCaptureBufferPool: Check pixel format when allocating. Provide Type in a...mcasas2015-05-053-0/+6
* Revert of Add a check to IsAVFoundationSupportedHelper to catch race. (patchs...jochen2015-05-051-2/+0
* Add a check to IsAVFoundationSupportedHelper to catch race.tommi2015-05-051-0/+2
* Move background rendering pump to VideoFrameCompositor. Fixes tests.dalecurtis2015-05-0513-403/+314
* onGetInfo is deprecated, just pass info to constructorreed2015-05-051-9/+5
* Switch WaitableMessageLoopEvent to use a RunLoop.dalecurtis2015-05-053-11/+15
* Remove ICS support from Chromium code.aurimas2015-05-054-20/+3
* Fix frame expiry with cadence based rendering.dalecurtis2015-05-055-62/+103
* media: Update media/OWNERS file about subdirectories.xhwang2015-05-021-0/+10
* vpx_video_decoder: limit decode threads to number of processors.tomfinegan2015-05-011-0/+3
* Add a GN flag for the Windows multi-dll build.brettw2015-05-011-7/+1
* win: Ref-counted classes should have non-public destructors, media/ edition.thakis2015-05-019-89/+105
* win: Work on reducing number of style plugin warnings.thakis2015-05-012-14/+34
* media: Add an audio_unittests gtest targetwatk2015-05-012-67/+120
* Connect the new video rendering path to the compositor.dalecurtis2015-05-0111-140/+968
* Introduce cadence based VideoRendererAlgorithm.dalecurtis2015-05-0112-0/+2637
* Add async trace that shows audio device startup time.hubbe2015-04-301-2/+17
* MediaDrmBridge: only use delegate init data if non-empty.gunsch2015-04-301-3/+5
* Reland: Web MIDI: split build rules for media/miditoyoshim2015-04-3018-181/+567
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-3021-38/+64
* Adds MediaClientAndroid to support embedder/MediaDrmBridge interaction.gunsch2015-04-308-192/+268
* Cast: Change override to final wherever possible.hubbe2015-04-2958-245/+245
* Apply automated fixits for Chrome clang plugin to media.dcheng2015-04-294-23/+16
* Remove VideoFrameScheduler and dependents.dalecurtis2015-04-2913-769/+0
* media/midi: Fix warnings found by clang chromium-style plugin on Windows.tfarina2015-04-292-2/+9
* Add task runners to more testsskyostil2015-04-291-1/+4