summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-2722-41/+68
* Add power monitoring to the Cast VideoToolbox encoder.jfroy2015-04-243-8/+161
* GN Windows component build fixes: mediabrettw2015-04-245-46/+86
* [cast] Handle frame size changes directly in the VideoToolbox encoder.jfroy2015-04-246-276/+299
* Update {virtual,override} to follow C++11 style in media.nick2015-04-2417-129/+129
* Use std::vector<uint8_t> instead of uint8*/int for MediaKeys interfacejrummell2015-04-2419-289/+253
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-243-6/+5
* Require udev for MidiManagerAlsaagoode2015-04-246-10/+17
* [WebMIDI] [Android] Set appropriate port properties.yhirano2015-04-2411-69/+366
* Update run_mojo_media_renderer.py for shell and service changes.msw2015-04-232-40/+10
* Adds method to provide custom AudioManager at runtime.slan2015-04-236-5/+139
* Fix flakiness due to race in javascript loading & execution.prabhur2015-04-234-13/+28
* Moves services implementations out of third_party/mojo_servicessky2015-04-233-3/+3
* Reland: VideoCapture: add support for GpuMemoryBuffer allocation and lifetime...mcasas2015-04-229-132/+160
* Switch to STA mode for audio thread and WASAPI I/O streams.dalecurtis2015-04-2216-171/+320
* Revert of Web MIDI: split build rules for media/midi (patchset #19 id:340001 ...aboxhall2015-04-2218-525/+157
* Sanitize init_data before passing it onjrummell2015-04-229-43/+217
* Switch to double for time calculations using playback rate.a.berwal2015-04-2233-105/+105
* Revert of VideoCapture: add support for GpuMemoryBuffer allocation and lifeti...magjed2015-04-229-160/+132
* Web MIDI: split build rules for media/miditoyoshim2015-04-2218-157/+525
* VideoCapture: add support for GpuMemoryBuffer allocation and lifetime mgmt in...mcasas2015-04-219-132/+160
* Change enums in eme_constants.h to enum classesjrummell2015-04-216-128/+118
* Add BUILD.gn files for chromecast/mediaprashantv2015-04-212-7/+2
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-2118-156/+161
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-211-4/+0
* Revert of [cast] Handle frame size changes directly in the VideoToolbox encod...dcaiafa2015-04-205-266/+261
* WavAudioHandler no longer keeps state with AudioParameters.slan2015-04-206-43/+48
* [cast] Handle frame size changes directly in the VideoToolbox encoder.jfroy2015-04-205-261/+266