summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Add constructors for CdmKeyInformationjrummell2015-10-315-17/+41
* Carry over REFERENCE_TIME for the frames using GPU Memory Bufferqiangchen2015-10-301-0/+8
* Extend VideoCaptureDevice::Client::OnError() to have a tracked_objects::Locat...mcasas2015-10-3023-98/+173
* Disable VideoCaptureDeviceTest.ReAllocateCamera test.dalecurtis2015-10-301-10/+3
* Revert of "webgl: optimize webgl.texSubImage2D(video) path." (patchset #3 id:...zmo2015-10-304-80/+27
* Adds Media.Audio.InputStartupSuccessMac UMA stat for Mac OS Xhenrika2015-10-302-5/+88
* Reland of "webgl: optimize webgl.texSubImage2D(video) path."dongseong.hwang2015-10-304-27/+80
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-302-2/+2
* Android VideoCaptureCamera2: Use closest supported resolution instead of requ...magjed2015-10-301-13/+39
* Fix overreporting of '0' stats in the Mac audio rendering code.tommi2015-10-301-3/+7
* Resolve media/cast crypto crash, and add crash reporting.miu2015-10-304-3/+62
* Add methods for telling V8 how much memory audio/video is using.dalecurtis2015-10-2933-21/+178
* Rename cdm_adapter class to match file name (ppapi_cdm_adapter).jrummell2015-10-282-172/+183
* Avoid double-to-float truncation warningbrucedawson2015-10-281-1/+1
* Ignore stale audio device errors when switching to a new device.dalecurtis2015-10-284-9/+48
* Pass DecryptConfig parameters over IPC and use it in AVDA.timav2015-10-2711-13/+124
* Revert of webgl: optimize webgl.texSubImage2D(video) path. (patchset #10 id:2...dcaiafa2015-10-274-80/+27
* webgl: optimize webgl.texSubImage2D(video) path.dongseong.hwang2015-10-274-27/+80
* Send GpuMemoryBuffer backed frames from browser to rendereremircan2015-10-272-10/+76
* MediaStreamRecorder: implement requestData() and start(timeslice)mcasas2015-10-271-2/+2
* Rename cdm_adapter to ppapi_cdm_adapterjrummell2015-10-278-192/+146
* Compare the full rect in SkCanvasVideoRenderer::Paint for transform.danakj2015-10-261-4/+7
* Interpret the current audio playback position as unsigned inttimav2015-10-261-1/+5
* Elim audio_manager_pulse.cc log spamstevenjb2015-10-261-1/+1
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-261-1/+2
* Move skcanvas_video_renderer to media/renderersdongseong.hwang2015-10-266-156/+116
* media: Compute compatible VideoFrame::coded_rect for copies to GMBs.dcastagna2015-10-261-25/+52
* Add command line flag to disable MediaCodecPlayertimav2015-10-243-2/+16
* More gn check fixesbrettw2015-10-241-2/+2
* media: Remove use of Java Handler from MediaDrmBridge.xhwang2015-10-244-319/+316
* Destroy the fallback decoder after enough sw frames are decoded.dalecurtis2015-10-233-5/+22
* media: Add AndroidCdmFactory.xhwang2015-10-2311-47/+202
* GN(Android): Fix up media_unittests to match GYPagrieve2015-10-233-5/+7
* mac: Remove a use of SharedMemory::GetFileDescriptor() from media/.erikchen2015-10-232-2/+2
* Reland: GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane);...mcasas2015-10-222-29/+39
* Don't include trace_event.h from trace_event_argument.h.jbroman2015-10-222-0/+2
* Revert of GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane...vasilii2015-10-222-39/+29
* Add event to media log if origin changes during playbackjrummell2015-10-221-3/+8
* An ARMI may have no mixer if (1) it has not been started yet, or (2) if it wa...guidou2015-10-223-20/+77
* Minor refactoring of audio output devices API.guidou2015-10-224-33/+38
* Relax cross-origin partial response requirements for CORS presence.dalecurtis2015-10-222-10/+30
* Move CDM header out of cdm/ppapi directoryjrummell2015-10-2113-13/+13
* Make enum HTTPVersion value names more specific.bnc2015-10-213-45/+41
* Move v8_use_external_startup_data out of //build/config:feature_flags.dpranke2015-10-211-0/+2
* GpuMemoryBuffer interface change: Map(**) --> Map() + memory(plane); GetStrid...mcasas2015-10-212-29/+39
* Reland of Provide configurable fake video device FPSedward.baker2015-10-215-57/+167
* Turn on VideoRendererAlgorithm for WebMediaPlayerMS by default.qiangchen2015-10-212-4/+5
* Revert of Provide configurable fake video device FPS (patchset #7 id:120001 o...vasilii2015-10-205-166/+57
* Fail playback when VideoDecoderConfig has invalid extra data.chcunningham2015-10-2040-279/+482
* Remove BuildInfo.isMncOrLater()aurimas2015-10-191-4/+3