summaryrefslogtreecommitdiffstats
path: root/media/base/video_frame.h
Commit message (Expand)AuthorAgeFilesLines
* Change the video color space default.watk2015-07-091-3/+3
* VideoFrame method reordering and minor cleanupmcasas2015-06-231-35/+33
* VideoCapture: merge IPC VideoCaptureMsg_BufferReady and VideoCaptureMsg_Mailb...mcasas2015-06-191-1/+14
* VideoCaptureDevice::Client::Buffer remove GetType() and changes signature of ...mcasas2015-06-181-2/+1
* VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...mcasas2015-06-121-43/+55
* VideoFrame cleanup: change |allow_overlay_| to metadata and |has_alpha| to Fo...mcasas2015-06-111-12/+3
* VideoFrame cleanup: move |end_of_stream| indication as metadata ISO bool membermcasas2015-06-051-8/+3
* Relanding 1143663007: VideoFrame: Separate Pixel Format from Storage Type.mcasas2015-05-291-60/+113
* Revert "VideoFrame: Segregate Pixel Format and Storage Type."Matt Mueller2015-05-291-113/+60
* VideoFrame: Segregate Pixel Format and Storage Type.mcasas2015-05-291-60/+113
* VideoFrame: Replace no_longer_needed_cb_ with AddDestructionObserver().miu2015-05-281-16/+16
* VideoFrame: Pass color space from pixel format to metadatamcasas2015-05-221-17/+25
* Add distinction between RGB and RGBA native texture video frame and resourceshalliwell2015-05-131-1/+3
* media: Let VideoFrame carry more than one native texture.dcastagna2015-05-071-18/+43
* Add metadata to media::VideoFrame and plumb it through IPC/MediaStream.miu2015-03-031-0/+12
* VideoCaptureDevice: Client and Unittests cleanupmcasas2015-02-181-19/+17
* gpu video: optimize HW video to SW canvas and implement it for WebRTC.dongseong.hwang2015-02-111-15/+0
* media: VideoFrame: add offset for shared memory bufferslionel.g.landwerlin2015-02-091-0/+7
* reland: Plumb allow_overlay flag for video path into ccachaulk2015-01-291-1/+6
* Revert of Plumb allow_overlay flag for video path into cc (patchset #3 id:800...jamescook2015-01-271-6/+1
* Plumb allow_overlay flag for video path into ccachaulk2015-01-271-1/+6
* Add support for Rec709 color space videos in software YUV convert path.rileya2015-01-211-6/+7
* Reland: V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-101-1/+4
* Revert hardware decoder changes causing ChromeOS HW test crash.Rahul Chaturvedi2015-01-071-4/+1
* V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-071-1/+4
* Fix bits per line calculation in VideoFrame and coded size in V4L2 device.posciak2015-01-071-0/+3
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* VideoCapture: Remove deep frame copy in the border to libJinglemagjed2014-10-231-6/+19
* Define a new media_cast target which provides the minimal functionalityjfroy2014-09-221-0/+2
* Make VEA test support videos with different coded size and visible sizehenryhsu2014-09-221-1/+5
* Extend media::VideoFrame to wrap CVPixelBuffer on OS X and iOS.jfroy2014-08-261-0/+29
* Fix DCHECKs in V4l2VideoDevice.wuchengli@chromium.org2014-08-221-3/+9
* Android media: VideoFrame should not store so many sync points.dongseong.hwang@intel.com2014-07-221-7/+17
* Use SkSrc_Mode in SkCanvasVideoRenderer, to prevent transparent video frames ...rileya@chromium.org2014-07-161-0/+5
* Fix VP9 playback for videos with odd width/height.sergeyu@chromium.org2014-06-241-0/+2
* Support for YUV 4:4:4 subsampling.sandersd@chromium.org2014-06-031-1/+2
* Abstract and overhaul V4L2 HW encode classes.posciak@chromium.org2014-05-061-1/+38
* HW Video: Make media::VideoFrame handle the sync point of the compositor as w...dongseong.hwang@intel.com2014-04-301-3/+17
* Rename VideoFrame::{Get,Set}Timestamp() to {set_}timestamp().scherkus@chromium.org2014-04-101-2/+2
* Audit/fix use of media::VideoFrame::coded_size()sheu@chromium.org2014-03-271-23/+23
* Make sure natural_size is set when a frame is cropped.perkj@chromium.org2014-03-091-0/+1
* Allow wrapping a media::VideoFrame with a new view_rect as long as the new vi...perkj@chromium.org2014-03-061-1/+3
* Clean up histogram'd media enum max values.rileya@chromium.org2014-02-281-1/+1
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-031-43/+20
* Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"danakj@chromium.org2014-01-211-20/+43
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-01-181-43/+20
* Split the hole punching logic from GOOGLE_TV #ifdef into VIDEO_HOLEqinmin@chromium.org2013-12-121-4/+4
* Created VideoFramePool to avoid unnecessary VideoFrame alloc/free.acolwell@chromium.org2013-12-101-0/+6
* Un-refcount media::VideoFrame::MailboxHoldersheu@chromium.org2013-12-041-13/+10