summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Enable Android SurfaceView fullscreen video with WMPIwatk2016-02-181-1/+6
* Reland: Enable NV12 VideoFrames on Mac.dcastagna2016-02-171-2/+1
* Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.lukasza2016-02-161-4/+4
* Revert of Enable NV12 VideoFrames on Mac. (patchset #3 id:40001 of https://co...zmo2016-02-111-1/+2
* Enable NV12 VideoFrames on Mac.dcastagna2016-02-111-2/+1
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-091-0/+6
* Revert of Add support for 9- and 10-bit h264 videos. (patchset #27 of https:/...flackr2016-02-051-6/+0
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-051-0/+6
* AndroidVideoDecodeAccelerator can now render to a SurfaceViewwatk2016-02-031-0/+7
* Make 'kVideoImageTextureTarget' a list of texture targets.dcastagna2016-01-271-13/+14
* Verify returned frames from media::VideoFrame::Wrap*() methodsemircan2016-01-152-14/+25
* Report VP8 and VP9 capabilities for non-accelerated decoders in AVDAtimav2016-01-142-0/+16
* Updated media sync points to use new sync tokens.dyen2016-01-132-5/+38
* GpuMemoryBuffers: Add an IsInUse functionccameron2016-01-112-6/+70
* Configure MediaCodec with CDM in ADVAtimav2016-01-112-0/+9
* Switch to standard integer types in media/, take 2.avi2015-12-2311-0/+27
* Add missing macros includes in media/.avi2015-12-193-0/+4
* Switch to standard integer types in media/.Avi Drissman2015-12-1910-80/+63
* Don't require VDAs to return all PictureBuffers at once.liberato2015-12-102-4/+29
* Passed is_encrypted parameter to the VDA initialization.timav2015-12-043-3/+24
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-194-33/+22
* media: Support SetCdm() on VideoDecodeAccelerator interface.xhwang2015-11-132-2/+28
* cc: Fix GL_R8 GpuMemoryBuffersccameron2015-11-061-1/+1
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-032-9/+9
* Carry over REFERENCE_TIME for the frames using GPU Memory Bufferqiangchen2015-10-301-0/+8
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-301-1/+1
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-261-1/+2
* media: Compute compatible VideoFrame::coded_rect for copies to GMBs.dcastagna2015-10-261-25/+52
* Reland: GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane);...mcasas2015-10-221-18/+18
* Revert of GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane...vasilii2015-10-221-18/+18
* GpuMemoryBuffer interface change: Map(**) --> Map() + memory(plane); GetStrid...mcasas2015-10-211-18/+18
* media: Use GL shared worker context instead of allocating one.dcastagna2015-10-193-109/+50
* Reland: Use GpuMemoryBufferVideoFramePool for WebMediaPlayerMS and MediaStrea...emircan2015-10-141-2/+4
* Revert "Use GpuMemoryBufferVideoFramePool for WebMediaPlayerMS and MediaStrea...Henrik Grunell2015-10-141-4/+2
* media: Use libyuv::CopyPlane instead of memcpy.dcastagna2015-10-131-4/+4
* Use GpuMemoryBufferVideoFramePool for WebMediaPlayerMS and MediaStreamVideoRe...emircan2015-10-131-2/+4
* media: GpuMemoryBuffers memory tracing.dcastagna2015-09-281-5/+53
* media: GMBVideoFramePool, crop VideoFrame using visible_rect.dcastagna2015-09-281-17/+13
* Deal with AllocateGpuMemoryBuffer returning null.dcastagna2015-09-142-50/+83
* Add PIXEL_FORMAT_MT21.wuchengli2015-09-141-0/+1
* Revert "Revert of Add support for converting I420 software frames into NV12 h...guidou2015-09-102-41/+139
* Revert of Add support for converting I420 software frames into NV12 hardware ...tommi2015-09-102-139/+41
* Add support for converting I420 software frames into NV12 hardware framesandresantoso2015-09-092-41/+139
* media: Fix inconsistent pending_read_ state in VideoRendererImpl.dcastagna2015-09-032-3/+7
* Check ycbcr422 extension to set VideoFrame to GMB format.dcastagna2015-09-022-20/+23
* Merge media::VideoCapturePixelFormat with media::VideoPixelFormatemircan2015-09-011-1/+6
* media: Convert I420 VideoFrame to UYVY GpuMemoryBuffer.dcastagna2015-08-212-61/+174
* Add UYVY 4:2:2 support to VideoFrame and GpuMemoryBuffer.andresantoso2015-08-211-0/+1
* media: Make GpuMemoryBuffers VideoFrame copies asynchronous.dcastagna2015-08-203-123/+287
* Introduce a client minimum picture pool sizelpique2015-08-201-1/+5