summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-165-14/+18
* Increase OSX post-resume delay for new audio streams.dalecurtis2015-07-161-1/+1
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* media: Fix DCHECK in DeocderStream::Decode().xhwang2015-07-141-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* Use more realistic audio samples for MediaCodecPlayer teststimav2015-07-1412-59/+102
* Fix accumulation error with front_timestamp, move test only code.dalecurtis2015-07-143-77/+49
* Deprecate LogCB in favor of using MediaLogwolenetz2015-07-1464-614/+531
* Reland: Add JpegDecodeAccelerator unittesthenryhsu2015-07-142-2/+2
* Eliminate MediaPlayer & MediaPlayerClient abstractionssrirama.m2015-07-145-26/+35
* Revert of Add JpegDecodeAccelerator unittest (patchset #9 id:160001 of https:...hajimehoshi2015-07-142-2/+2
* Add JpegDecodeAccelerator unittesthenryhsu2015-07-142-2/+2
* Check the response URL origin in BufferedDataSource to avoid mixing cross-ori...horo2015-07-147-4/+195
* Reland: Change the video color space default.watk2015-07-1418-74/+114
* MediaRenderer: Returns initialization result in the init callback.xhwang2015-07-136-37/+36
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-13100-712/+739
* Make Bluetooth headset working with WebRTC in Chrome on Android if bluetooth ...braveyao2015-07-131-5/+14
* Temporarily disabe mode check in volume change observer.braveyao2015-07-111-1/+5
* Roll FFmpeg for M45.chcunningham2015-07-105-20/+17
* Clear Key CDM should resolve the promise if session not foundjrummell2015-07-104-10/+19
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-1/+1
* Fix browser test to use encrypted filesjrummell2015-07-101-13/+12
* [Android] Filter the unknown type in function GetDeviceSupportedFormatsguanxian.li2015-07-102-8/+2
* Log audio splice sanitizer warnings and errors to media-internalswolenetz2015-07-104-22/+76
* Add stronger DCHECK for front and back timestamp calculations.dalecurtis2015-07-101-0/+11
* media: MojoMediaClient method renames.xhwang2015-07-105-39/+41
* media: Pass CdmConfig in mojo CDM interface.xhwang2015-07-098-15/+71
* Properly verify that input data is just 'pssh' boxesjrummell2015-07-093-12/+68
* media: Support CdmFactory in MojoMediaClient.xhwang2015-07-097-25/+71
* Revert of Flush pending writes on Skia scratch textures used in Chromium (pat...kbr2015-07-091-5/+0
* Web MIDI: add a new UMA entry for the final result codetoyoshim2015-07-0913-119/+121
* Revert of Change the video color space default. (patchset #4 id:60001 of http...amineer2015-07-0917-120/+79
* Remove -Wno-unused-private-field clang warning suppression.benwells2015-07-091-5/+4
* Change the video color space default.watk2015-07-0917-79/+120
* Remove sample_rate / 100 check for input devices.dalecurtis2015-07-091-2/+0
* Flush pending writes on Skia scratch textures used in Chromiumoetuaho2015-07-091-0/+5
* Generate ADTS header on every AAC audio frame.jfthibert2015-07-093-16/+74
* Fixes issue where Web Speech API drops a frame every 5.1 secondshenrika2015-07-094-0/+17
* FrameMojoShell provides services to mojo apps.xhwang2015-07-094-3/+9
* media: Support RendererFactory in MojoMediaClient.xhwang2015-07-0810-79/+99
* Use specific error codes when EME browser tests failjrummell2015-07-085-25/+35
* Revert of Implement HasInputDevices in CrasAudioManager (patchset #10 id:1700...mnissler2015-07-083-27/+27
* Implement HasInputDevices in CrasAudioManagercychiang2015-07-083-27/+27
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-082-3/+0
* GN: Fix a couple of files that required a media_use_ffmpeg=true guardagrieve2015-07-081-2/+6
* Automatic resolution throttling for screen capture pipeline.miu2015-07-087-80/+737
* GN: Add a missing android dep to //media/audio:unittestsagrieve2015-07-081-0/+1
* Warn when LIMITED_MEDIA_LOG limit reachedwolenetz2015-07-081-4/+19
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+1