summaryrefslogtreecommitdiffstats
path: root/media/base/video_frame_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* 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