summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* [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
* Introduce NullVideoSink for test classes.dalecurtis2015-04-298-50/+392
* Remove unused AudioRendererImpl::ResetDecoder() declarationwolenetz2015-04-291-4/+0
* media: Add extra logging in AudioClock.xhwang2015-04-281-2/+2
* Switch audio hang monitor to default-off. Enable for non-beta,stable.dalecurtis2015-04-284-6/+34
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-284-4/+5
* Set audible status to false if audio is stopped after prefetch.timav2015-04-281-0/+2
* simplify brandinggburanov2015-04-281-11/+1
* Don't allow CoreAudioUtil::IsSupported() to reinitialize COM.dalecurtis2015-04-281-4/+5
* Handle all possible cdm::Status values before passing through Pepperjrummell2015-04-271-3/+9
* Revert of [media] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle ...xhwang2015-04-2722-68/+41
* Revert of Switch to STA mode for audio thread and WASAPI I/O streams. (patchs...dalecurtis2015-04-2716-320/+171