summaryrefslogtreecommitdiffstats
path: root/cc/resources/video_resource_updater.cc
Commit message (Expand)AuthorAgeFilesLines
* Monitor VideoResourceUpdater reusing destructed resource in Debug mode.xjz2016-03-171-3/+70
* cc: Remove some unnecessary const scoped_refptr&.vmpstr2016-03-161-14/+13
* Remove read lock fence for H/W decoded videosstanisc2016-03-111-1/+4
* Make TextureLayerImplTest comply with secure_output flag.dcastagna2016-03-081-2/+3
* cc: Add out-of-line copy ctors for complex classes.vmpstr2016-02-251-0/+6
* Use CopySubTextureCHROMIUM to avoid reallocating and orphaning texture.tobiasjs2016-02-121-2/+4
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-091-18/+129
* Revert of Add support for 9- and 10-bit h264 videos. (patchset #27 of https:/...flackr2016-02-051-129/+18
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-051-18/+129
* Provide texture resource immutability hint when allocating resources.tobiasjs2016-02-021-6/+13
* Avoid creating new sync tokens when releasing multi-plane video framesjbauman2016-01-301-1/+1
* Support sharing stream textures between Render and GPU threads in WebView.tobiasjs2016-01-201-9/+86
* Switch to standard integer types in cc/.avi2015-12-211-0/+3
* Re-land: Converted video frame and image callbacks to use new sync tokens.dyen2015-11-061-5/+6
* cc: Remove GL_TEXTURE_2D hard-codingccameron2015-11-061-4/+8
* Revert of Converted video frame and image callbacks to use new sync tokens. (...nhiroki2015-11-051-6/+5
* Converted video frame and image callbacks to use new sync tokens.dyen2015-11-051-5/+6
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-28/+32
* Move skcanvas_video_renderer to media/renderersdongseong.hwang2015-10-261-1/+1
* cc: Remove GL_REPEAT wrap modeccameron2015-10-091-2/+1
* VideoFrameExternalResources returned needs HOLE for type for VIDEO_HOLEjkardatzke2015-09-211-8/+7
* Add PIXEL_FORMAT_MT21.wuchengli2015-09-141-0/+1
* Revert "Revert of Add support for converting I420 software frames into NV12 h...guidou2015-09-101-45/+53
* Revert of Add support for converting I420 software frames into NV12 hardware ...tommi2015-09-101-53/+45
* Add support for converting I420 software frames into NV12 hardware framesandresantoso2015-09-091-45/+53
* Merge media::VideoCapturePixelFormat with media::VideoPixelFormatemircan2015-09-011-1/+6
* Add UYVY 4:2:2 support to VideoFrame and GpuMemoryBuffer.andresantoso2015-08-211-0/+1
* Remove #if around PIXEL_FORMAT_NV12andresantoso2015-08-141-2/+0
* cc: Handle overflow/underflow in MathUtil::RoundUp/RoundDown functions.prashant.n2015-08-061-1/+2
* 1. With introduction of compressed formats, e.g. ETC1, the number ofprashant.n2015-08-031-8/+10
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-15/+15
* cc: Set read lock fences required for YUV native video frames.dcastagna2015-06-171-1/+4
* VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...mcasas2015-06-121-3/+3
* VideoFrame cleanup: change |allow_overlay_| to metadata and |has_alpha| to Fo...mcasas2015-06-111-1/+2
* cc: Rework overlays to not use the ResourceProvider and pass texture sizeachaulk2015-06-101-3/+2
* cc: Fix size_t to int truncations in resources/ scheduler/vmpstr2015-06-041-3/+3
* Revert of cc: Remove IOSurface explicit support in VideoLayerImpl. (patchset ...vabr2015-06-011-0/+3
* cc: Remove IOSurface support in VideoLayerImpl.dcastagna2015-05-301-3/+0
* Relanding 1143663007: VideoFrame: Separate Pixel Format from Storage Type.mcasas2015-05-291-49/+28
* Revert "VideoFrame: Segregate Pixel Format and Storage Type."Matt Mueller2015-05-291-28/+49
* VideoFrame: Segregate Pixel Format and Storage Type.mcasas2015-05-291-49/+28
* cc: Move RoundUp and RoundDown out of util.h into math_util.hvmpstr2015-05-281-3/+3
* VideoFrame: Pass color space from pixel format to metadatamcasas2015-05-221-4/+0
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-5/+4
* Add distinction between RGB and RGBA native texture video frame and resourceshalliwell2015-05-131-1/+6
* cc: VideoResourceUpdater support for YUV native textures.dcastagna2015-05-121-24/+34
* media: Let VideoFrame carry more than one native texture.dcastagna2015-05-071-5/+5
* cc: VideoResourceUpdater: don't dismiss the sync_point given by the compositorlionel.g.landwerlin2015-04-161-6/+20
* cc: Remove GLC macroenne2015-04-041-9/+6
* Moved renderer implementation from media/filters/ to media/renderers/servolk2015-02-241-1/+1