summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Use 'pssh' data to determine key_id properlyjrummell2015-06-2014-131/+112
* VideoCapture: merge IPC VideoCaptureMsg_BufferReady and VideoCaptureMsg_Mailb...mcasas2015-06-194-8/+18
* VideoCaptureDevice::Client::Buffer remove GetType() and changes signature of ...mcasas2015-06-185-14/+11
* Use SeekToTimestampMs in SourceBufferStream unit testsservolk2015-06-181-33/+34
* MJPEG acceleration for video capture using VAAPI, the GPU and IPC partkcwu2015-06-184-30/+27
* Web MIDI: disable unsupported devices on WindowsTakashi Toyoshima2015-06-181-0/+8
* media: Add RAPPOR metrics for media player origin URLs.xhwang2015-06-185-9/+54
* MojoRendererService: Fix destruction order.xhwang2015-06-171-1/+4
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-175-5/+0
* media: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-1738-72/+72
* Add support for the setSinkId operation to WebMediaPlayerImplguidou2015-06-173-4/+89
* Move ContentVideoCaptureDeviceCore from src/content to src/mediajiajia.qin2015-06-1722-0/+3753
* Add mojo:media_apptests to mojo apptests.xhwang2015-06-171-4/+4
* MojoRendererService: Use Stop() to stop the timer.xhwang2015-06-161-1/+3
* media: Fix mojo pipeline integration tests.xhwang2015-06-169-28/+25
* VideoCaptureParams: add flag for hinting capture using GpuMemoryBuffers & fla...mcasas2015-06-164-5/+27
* Pass texture target for GpuMemoryBuffers VideoFrames textures.dcastagna2015-06-164-2/+11
* media: remove |level| in copyVideoTextureToPlatformTexture().dongseong.hwang2015-06-162-24/+2
* Add dummy versions of setSinkId() to WebMediaPlayer implementationsguidou2015-06-163-0/+15
* Remove base::SimpleThread::SetThreadPriority() interfacetoyoshim2015-06-162-10/+6
* Add support for the audio-output-device switching IPC mechanism to the render...guidou2015-06-1622-2/+273
* Revert of Add support for the audio-output-device switching IPC mechanism to ...jmadill2015-06-1520-271/+2
* Add support for the audio-output-device switching IPC mechanism to the render...guidou2015-06-1520-2/+271
* Combine CENC 'pssh' box parsing routines.jrummell2015-06-157-196/+391
* Add VideoCaptureDevice::Client::GetBufferPoolUtilization()miu2015-06-133-0/+7
* Access unit queue for MediaCodecPlayertimav2015-06-135-0/+670
* Move EndsWith to base namespace.brettw2015-06-125-12/+13
* media: Move CdmInitializedPromise to media/.xhwang2015-06-125-1/+73
* media: Remove kDisableInfobarForProtectedMediaIdentifier flag.xhwang2015-06-122-5/+0
* VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...mcasas2015-06-128-195/+243
* Remove remaining use of the deprecated MessageLoopProxyskyostil2015-06-123-19/+17
* Remove unused code calling WebMediaPlayerClient::requestFullscreen()philipj2015-06-122-4/+0
* Use Chromium's Logging instead of Android's Logging for media filesamogh.bihani2015-06-1211-88/+79
* Move StartsWith[ASCII] to base namespace.brettw2015-06-127-12/+13
* Fix typo in media Mojo services.dcheng2015-06-122-2/+2
* media: Report media stack errors to MediaLog.xhwang2015-06-1128-37/+147
* Remove base/port.h includes that are not necessary anymore.tfarina2015-06-112-2/+0
* media: Add MojoCdmServiceContext.xhwang2015-06-117-40/+228
* Change audio IPC enums from kConstantStyle to MACRO_STYLE.nick2015-06-116-31/+31
* Don't update frame statistics when the frame queue is empty.dalecurtis2015-06-113-1/+36
* media: SkCanvasVideoRenderer support for YUV native videoframes.dcastagna2015-06-113-40/+112
* Add IPC interface for switching the audio output device for a given audio str...guidou2015-06-113-0/+23
* Mp4StreamParser: Limit logs for unsupported top level boxes.xhwang2015-06-112-3/+14
* VideoFrame cleanup: change |allow_overlay_| to metadata and |has_alpha| to Fo...mcasas2015-06-1113-52/+60
* This CL fixes some issues that came up Video Capture Device unittest, where i...emircan2015-06-101-6/+6
* FakeVideoCaptureDevice: Regulate framerate without driftingmagjed2015-06-102-13/+34
* Revert of Combine 'pssh' parsing routines. (patchset #8 id:140001 of https://...kjellander2015-06-107-390/+195
* Improve audio/video sync during underflow, reduce underflow frequency.dalecurtis2015-06-1014-103/+438
* Report video_rotation in DecryptingDemuxerStreamservolk2015-06-101-1/+1
* media-internals: Store MediaLog events for future use.xhwang2015-06-101-1/+0