summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Reland "Add unprefixed EME tests for LoadSession()"jrummell2014-10-213-13/+26
* Standardize usage of virtual/override/final in media/dcheng2014-10-21165-1250/+1171
* Non-SFI Mode: Build shared_memory_support_nacl library for nacl_helper_nonsfi.hidehiko2014-10-211-1/+4
* Skip initial seek to 0 on flingdgn2014-10-212-2/+14
* Add MediaKeys::GetCdmId().xhwang2014-10-215-5/+22
* VideoCapture: Sort VideoPixelFormat in order of preferencemagjed2014-10-202-6/+6
* Remove support for contentType from player_utils.js.sandersd2014-10-201-14/+5
* Introduce CdmFactory interface.xhwang2014-10-204-0/+61
* Remove wjia@ from media/video/capture/OWNERS and add mcasas@ for Mac+Android ...mcasas2014-10-201-1/+6
* Use RunLoop, but do not call RunUntilIdle() multiple timestoyoshim2014-10-202-19/+7
* Cast: set UDP socket send buffer size via optionshclam2014-10-176-13/+50
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-177-17/+16
* Win Video Capture: Correct erroneous DCHECKmcasas2014-10-171-1/+1
* Implement MediaSource support for mojo.dalecurtis2014-10-161-1/+7
* Revert "Add unprefixed EME tests for LoadSession()"Xiaohan Wang2014-10-163-26/+13
* Add unprefixed EME tests for LoadSession()jrummell2014-10-163-13/+26
* Convert ARRAYSIZE_UNSAFE -> arraysize in media/.viettrungluu2014-10-163-4/+4
* Fix Java indentation issues.aurimas2014-10-1612-91/+90
* Move CdmResultPromise to media/blink.xhwang2014-10-167-4/+312
* Add support for audio input mute detection on all platforms.henrika2014-10-1624-33/+156
* Listen to the audio focus event for MSE/EMEqinmin2014-10-168-72/+118
* Win Video Capture: Check returned AM_MEDIA_TYPE pointer before comparing it.mcasas2014-10-151-1/+1
* Web MIDI: create MIDIClient on a client thread to receive event notificationstoyoshim2014-10-153-30/+84
* Add mcasas@ to OWNERS for VideoCapture*.java under media/base/androidmcasas2014-10-151-0/+2
* Remove support for CDM_4jrummell2014-10-154-440/+18
* Use int64 more pervasively in storing time s/ms/us values.pkasting2014-10-142-2/+2
* Win Video Capture: Add device blacklisting, used for IPCamera and YouCam, col...mcasas2014-10-141-13/+39
* Remove MediaPlayerAndroid::IsSurfaceInUse() callqinmin2014-10-145-19/+0
* Fix Java Checkstyle issues.Aurimas Liutikas2014-10-144-19/+59
* Video capture: Refactor GetBestMatchedFormatmagjed2014-10-145-223/+93
* File VideoCaptureDevice: Add API type for Windows platforms.mcasas2014-10-141-1/+2
* Web MIDI: move static helper methods to functions in anonymous namespacetoyoshim2014-10-142-61/+57
* Fix type truncation warnings in YUV-related code.pkasting2014-10-145-18/+24
* remove wjia from media OWNERSqinmin2014-10-131-1/+1
* Correct logic to bind "encrypted" event in EME player_utils.js.sandersd2014-10-131-5/+2
* Send metadata change to renderer after decoder is drainedqinmin2014-10-138-51/+106
* Remove unused Paint() method in WebMediaPlayer.dongseong.hwang2014-10-132-10/+0
* Revert "Removes MediaDecoderJob virtual method call from destructor."gunsch2014-10-131-3/+1
* chrome://media-internals: update MediaInternals when devices capabilities ar...mcasas2014-10-116-9/+60
* Removes MediaDecoderJob virtual method call from destructor.gunsch2014-10-101-1/+3
* Fix potential use-after-free bug in VideoImageGenerator::onGetYUV8Planes.dongseong.hwang2014-10-101-5/+10
* Optimize to copy from rotated video to canvas.dongseong.hwang2014-10-103-32/+143
* Mac Video Capture: Removed AVFoundation camera blacklisting.mcasas2014-10-101-36/+5
* Preroll decoders when video starts playingqinmin2014-10-093-7/+17
* Skip audio frames with unknown timestamp in MPEG2TSservolk2014-10-094-5/+23
* Fix inserting SPS/PPS after AUD NALUservolk2014-10-093-62/+46
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-092-2/+2
* Support some non-compliant MPEG-2 TS streams w.r.t. timestamps.damienv2014-10-094-32/+113
* change newly added OVERRIDE to override in media/mostynb2014-10-091-2/+2
* Remove usage of AudioPowerMonitor for logging of input audio levelshenrika2014-10-082-41/+45