summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Refactor MediaCodecBridge to add support for NDK APIsqinmin2015-12-1726-1572/+2272
* Clank VideoCaptureCamera, speculative crash fix in getCameraParameters()mcasas2015-12-161-1/+1
* Switches way to set IO buffer size on Mac to HAL based AudioObjectPropertyDat...henrika2015-12-164-51/+135
* [Chromecast] Replace architecture-based conditionals with flag.slan2015-12-163-3/+3
* Remove renderer_service -> media_client dependency.alokp2015-12-167-127/+22
* media: Disable flaky VideoRendererAlgorithmTest.CadenceBasedTestdanakj2015-12-151-1/+2
* make multibuffer work with layout testshubbe2015-12-157-29/+72
* Cleanup: return by const reference instead of value in BufferedResourceLoaderpaul.sapunaru2015-12-151-1/+1
* Don't accumulate poor frames in low delay or stalled mode.dalecurtis2015-12-154-15/+37
* Add decryptor support to cdm_adapterjrummell2015-12-1510-167/+903
* Revert of Switches way to set IO buffer size on Mac to HAL based AudioObjectP...kbr2015-12-154-107/+35
* Switches way to set IO buffer size on Mac to HAL based AudioObjectPropertyDat...henrika2015-12-154-35/+107
* Don't assume correct image format in CopyVpxImageToVideoFrame()wdzierzanowski2015-12-152-11/+22
* Don't clobber thread hung status on resume from suspend.dalecurtis2015-12-151-18/+26
* Revert of Refactor MediaCodecBridge to add support for NDK APIs (patchset #5 ...acleung2015-12-1525-2110/+1573
* Create default client in CoreAudioUtil for both default device IDs.guidou2015-12-141-3/+6
* Flag to switch between MultiBufferDataSource and BufferedDataSourcehubbe2015-12-144-15/+34
* Initialize AVFoundation on demand.tommi2015-12-144-12/+6
* GN: Fix typo in media libs (-lmediandk -> mediandk)agrieve2015-12-141-1/+1
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-1457-148/+251
* Add setBufferingStrategy() to WebMediaPlayer.sandersd2015-12-128-49/+132
* Cast Streaming: Add latency information to performance metrics overlay.miu2015-12-123-41/+62
* Implement WMPI suspend/resume.sandersd2015-12-128-26/+284
* media: Refactor MediaCrypto creation and notification.xhwang2015-12-119-76/+103
* Convert audio thread hang crash to UMA. Dump driver info on Win.dalecurtis2015-12-119-41/+149
* Add md5 checksum to .md5 files for intel devices for VDA unittests.shenghao2015-12-113-3/+9
* Do not read |state_| in GetMediaTime().sandersd2015-12-112-3/+18
* Fix WebGL video test flakiness on Android.dongseong.hwang2015-12-102-2/+8
* win/gn: Unbreak component buildthakis2015-12-102-3/+2
* Create and use mojo::Binding on the same thread.alokp2015-12-102-3/+3
* Remove kint32max.avi2015-12-109-119/+153
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-102-9/+9
* Don't require VDAs to return all PictureBuffers at once.liberato2015-12-106-21/+65
* In VideoCaptureDeviceTest, use VLOG rather then DVLOG, when exiting test due ...nisse2015-12-101-5/+5
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-103-7/+7
* A bit more logging in FFmpegDemuxerStream::Createservolk2015-12-092-6/+20
* cast: Support for low-latency interactive modeisheriff2015-12-099-16/+92
* Remove kuint64max.avi2015-12-092-24/+28
* Add UMA stats for maximum audio render streams over IPC, browser-wide.grunell2015-12-095-0/+196
* Removing global variables from mixer tests.olka2015-12-091-27/+33
* Remove global std::string constants in unit tests to comply with Chromium styleguidou2015-12-093-22/+19
* don't rely on -Wno-narrowing in skcanvas_video_renderer.ccmostynb2015-12-091-3/+14
* Reland "Added an extra sync token field for extra command buffer..."dyen2015-12-091-3/+4
* Add Mojo Decryptor.jrummell2015-12-098-8/+229
* Remove kint64max.avi2015-12-099-161/+192
* Revert of Adding CHECK(false) for case when input audio fails to start on Mac...henrika2015-12-081-5/+0
* Add comment about lock_ in MidiManager::AccumulateMidiBytesSentagoode2015-12-081-0/+5
* Fix a potential crash in MidiManagerMac.ochang2015-12-081-1/+1
* Implement Pipeline suspend and resume.sandersd2015-12-086-16/+386
* Enforce marking "override" for functions overriding Blink.Avi Drissman2015-12-071-1/+1