summaryrefslogtreecommitdiffstats
path: root/cc/layers/video_layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-1/+1
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-281-5/+4
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-271-4/+5
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-271-5/+4
* media: Compute compatible VideoFrame::coded_rect for copies to GMBs.dcastagna2015-10-261-7/+2
* cc: Split Proxy to eliminate unnecessary dependencies on the impl sidekhushalsagar2015-10-211-7/+9
* cc: Remove redundant overlay argumentsccameron2015-10-081-4/+2
* Allow IOSurfaceDrawQuad to be a candidate for overlaysandresantoso2015-08-211-1/+2
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-4/+3
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-191-3/+3
* cc: Remove the layer content_bounds() and use bounds() instead.Dana Jansens2015-06-181-1/+1
* cc: Set read lock fences required for YUV native video frames.dcastagna2015-06-171-1/+2
* VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...mcasas2015-06-121-1/+1
* cc: Rework overlays to not use the ResourceProvider and pass texture sizeachaulk2015-06-101-22/+17
* Revert of cc: Remove IOSurface explicit support in VideoLayerImpl. (patchset ...vabr2015-06-011-0/+16
* cc: Remove IOSurface support in VideoLayerImpl.dcastagna2015-05-301-16/+0
* Relanding 1143663007: VideoFrame: Separate Pixel Format from Storage Type.mcasas2015-05-291-2/+2
* Revert "VideoFrame: Segregate Pixel Format and Storage Type."Matt Mueller2015-05-291-2/+2
* VideoFrame: Segregate Pixel Format and Storage Type.mcasas2015-05-291-2/+2
* VideoFrame: Pass color space from pixel format to metadatamcasas2015-05-221-4/+9
* cc: Video layers without a frame should not occludehendrikw2015-05-181-0/+7
* cc: VideoLayerImpl VideoFrame::TEXTURE_YUV_420 support.dcastagna2015-05-151-10/+20
* Add distinction between RGB and RGBA native texture video frame and resourceshalliwell2015-05-131-1/+3
* cc: Add support for non-2D texture targets to YUVVideoQuad.reveman2015-05-121-8/+15
* cc: Some more cleanup and removing TODOs for validating resources.danakj2015-04-241-23/+5
* cc: Add support for sending BeginFrames for video.sunnyps2015-04-161-1/+2
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-161-1/+1
* Speculative revert by sheriffBartosz Fabianowski2015-04-161-1/+1
* Prime the landing pad for the new video rendering pipeline.dalecurtis2015-04-151-1/+1
* Revert of Prime the landing pad for the new video rendering pipeline. (patchs...gunsch2015-04-151-1/+1
* Prime the landing pad for the new video rendering pipeline.dalecurtis2015-04-151-1/+1
* cc: Add ResourceId validation checks at the time of AppendQuads.danakj2015-04-071-0/+23
* cc: Use const ref to avoid extra ref count of VideoProviderClientImpl.sunnyps2015-03-271-1/+1
* Increase YUV video clampingmagjed2015-03-271-2/+14
* cc: Various code safety improvements in video compositing code.sunnyps2015-03-271-26/+17
* Revert of Increase YUV video clamping (patchset #4 id:60001 of https://codere...pdr2015-03-141-8/+2
* Increase YUV video clampingmagjed2015-03-131-2/+8
* Add support for the Rec709 YUV color space to the hardware composited video p...rileya2015-02-191-4/+7
* cc: Stop passing the occlusion explicitly to AppendQuads.danakj2015-02-141-2/+3
* cc: Add thread check in VideoFrameProviderClientImpldongseong.hwang2015-02-101-1/+1
* Clamp YUV videos to their visible size in the shaderenne2015-02-021-9/+3
* cc: Update comments for VIDEO_HOLE.ycheo2014-12-181-2/+2
* [cc] Add nearest neighbor filtering for TextureLayer.jackhou2014-12-041-2/+6
* Render surface's owning layer should not generate quads with blend mode.rosca2014-11-091-8/+3
* cc: Stop converting update rect from int to float to int.danakj2014-10-111-1/+1
* [C++11 Allowed Features] Declares a type-safe null pointer converting from NU...kulkarni.a2014-10-101-2/+4
* cc: Pass Occlusion instead of OcclusionTracker to LayerImplsvmpstr2014-10-071-7/+7
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-4/+3
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-3/+4
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-4/+3