index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
layers
/
video_layer_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modified old wait sync point functions to also accept new sync tokens.
dyen
2015-11-03
1
-1
/
+1
*
Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.
vmpstr
2015-10-28
1
-5
/
+4
*
Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...
jbudorick
2015-10-27
1
-4
/
+5
*
Remove DCHECK_IMPLIES/CHECK_IMPLIES.
vmpstr
2015-10-27
1
-5
/
+4
*
media: Compute compatible VideoFrame::coded_rect for copies to GMBs.
dcastagna
2015-10-26
1
-7
/
+2
*
cc: Split Proxy to eliminate unnecessary dependencies on the impl side
khushalsagar
2015-10-21
1
-7
/
+9
*
cc: Remove redundant overlay arguments
ccameron
2015-10-08
1
-4
/
+2
*
Allow IOSurfaceDrawQuad to be a candidate for overlays
andresantoso
2015-08-21
1
-1
/
+2
*
media: extract Format and ColorSpace enum from VideoFrame.
dongseong.hwang
2015-07-13
1
-4
/
+3
*
cc: Rename visible_content_rect and content stuff on quads.
danakj
2015-06-19
1
-3
/
+3
*
cc: Remove the layer content_bounds() and use bounds() instead.
Dana Jansens
2015-06-18
1
-1
/
+1
*
cc: Set read lock fences required for YUV native video frames.
dcastagna
2015-06-17
1
-1
/
+2
*
VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...
mcasas
2015-06-12
1
-1
/
+1
*
cc: Rework overlays to not use the ResourceProvider and pass texture size
achaulk
2015-06-10
1
-22
/
+17
*
Revert of cc: Remove IOSurface explicit support in VideoLayerImpl. (patchset ...
vabr
2015-06-01
1
-0
/
+16
*
cc: Remove IOSurface support in VideoLayerImpl.
dcastagna
2015-05-30
1
-16
/
+0
*
Relanding 1143663007: VideoFrame: Separate Pixel Format from Storage Type.
mcasas
2015-05-29
1
-2
/
+2
*
Revert "VideoFrame: Segregate Pixel Format and Storage Type."
Matt Mueller
2015-05-29
1
-2
/
+2
*
VideoFrame: Segregate Pixel Format and Storage Type.
mcasas
2015-05-29
1
-2
/
+2
*
VideoFrame: Pass color space from pixel format to metadata
mcasas
2015-05-22
1
-4
/
+9
*
cc: Video layers without a frame should not occlude
hendrikw
2015-05-18
1
-0
/
+7
*
cc: VideoLayerImpl VideoFrame::TEXTURE_YUV_420 support.
dcastagna
2015-05-15
1
-10
/
+20
*
Add distinction between RGB and RGBA native texture video frame and resources
halliwell
2015-05-13
1
-1
/
+3
*
cc: Add support for non-2D texture targets to YUVVideoQuad.
reveman
2015-05-12
1
-8
/
+15
*
cc: Some more cleanup and removing TODOs for validating resources.
danakj
2015-04-24
1
-23
/
+5
*
cc: Add support for sending BeginFrames for video.
sunnyps
2015-04-16
1
-1
/
+2
*
Revert "Speculative revert by sheriff"
Bartosz Fabianowski
2015-04-16
1
-1
/
+1
*
Speculative revert by sheriff
Bartosz Fabianowski
2015-04-16
1
-1
/
+1
*
Prime the landing pad for the new video rendering pipeline.
dalecurtis
2015-04-15
1
-1
/
+1
*
Revert of Prime the landing pad for the new video rendering pipeline. (patchs...
gunsch
2015-04-15
1
-1
/
+1
*
Prime the landing pad for the new video rendering pipeline.
dalecurtis
2015-04-15
1
-1
/
+1
*
cc: Add ResourceId validation checks at the time of AppendQuads.
danakj
2015-04-07
1
-0
/
+23
*
cc: Use const ref to avoid extra ref count of VideoProviderClientImpl.
sunnyps
2015-03-27
1
-1
/
+1
*
Increase YUV video clamping
magjed
2015-03-27
1
-2
/
+14
*
cc: Various code safety improvements in video compositing code.
sunnyps
2015-03-27
1
-26
/
+17
*
Revert of Increase YUV video clamping (patchset #4 id:60001 of https://codere...
pdr
2015-03-14
1
-8
/
+2
*
Increase YUV video clamping
magjed
2015-03-13
1
-2
/
+8
*
Add support for the Rec709 YUV color space to the hardware composited video p...
rileya
2015-02-19
1
-4
/
+7
*
cc: Stop passing the occlusion explicitly to AppendQuads.
danakj
2015-02-14
1
-2
/
+3
*
cc: Add thread check in VideoFrameProviderClientImpl
dongseong.hwang
2015-02-10
1
-1
/
+1
*
Clamp YUV videos to their visible size in the shader
enne
2015-02-02
1
-9
/
+3
*
cc: Update comments for VIDEO_HOLE.
ycheo
2014-12-18
1
-2
/
+2
*
[cc] Add nearest neighbor filtering for TextureLayer.
jackhou
2014-12-04
1
-2
/
+6
*
Render surface's owning layer should not generate quads with blend mode.
rosca
2014-11-09
1
-8
/
+3
*
cc: Stop converting update rect from int to float to int.
danakj
2014-10-11
1
-1
/
+1
*
[C++11 Allowed Features] Declares a type-safe null pointer converting from NU...
kulkarni.a
2014-10-10
1
-2
/
+4
*
cc: Pass Occlusion instead of OcclusionTracker to LayerImpls
vmpstr
2014-10-07
1
-7
/
+7
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-4
/
+3
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
1
-3
/
+4
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-4
/
+3
[next]