summaryrefslogtreecommitdiffstats
path: root/media/base/video_frame_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle Alpha channel in Canvas captureemircan2016-03-081-1/+1
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+1
* media::VideoFramePool clear metadata when getting the frame from poolmcasas2015-11-111-0/+1
* Add fail log to VideoFramePoolemircan2015-11-041-0/+1
* Add VideoFrame::CreateZeroInitializedFrameemircan2015-09-081-13/+2
* Revert to zero-initializing buffers for FFmpegVideoDecoderemircan2015-08-131-5/+13
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-3/+3
* VideoFrame: Replace no_longer_needed_cb_ with AddDestructionObserver().miu2015-05-281-2/+4
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-271-2/+2
* Rename VideoFrame::{Get,Set}Timestamp() to {set_}timestamp().scherkus@chromium.org2014-04-101-1/+1
* Make sure natural_size is set when a frame is cropped.perkj@chromium.org2014-03-091-1/+1
* Allow wrapping a media::VideoFrame with a new view_rect as long as the new vi...perkj@chromium.org2014-03-061-1/+2
* Make sure VideoFramePool::CreateFrame use the timestamp in the argument list.perkj@chromium.org2014-02-271-2/+2
* Created VideoFramePool to avoid unnecessary VideoFrame alloc/free.acolwell@chromium.org2013-12-101-0/+128