summaryrefslogtreecommitdiffstats
path: root/media/base/video_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Crash fix (divide by zero) for ComputeLetterboxRegion() and extra sanity checks.miu@chromium.org2013-07-171-0/+2
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-3/+5
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-3/+3
* When creating a letterbox around a tab capture video frame, only clear the ma...hubbe@chromium.org2013-03-131-0/+40
* Implement CopyFromCompositingSurfaceToVideoFrame for mac.justinlin@chromium.org2013-03-021-0/+18
* Add test for RotatePlaneByPixels.wjia@chromium.org2013-02-191-0/+244
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-091-1/+1
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-021-1/+2
* Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().acolwell@chromium.org2012-07-311-1/+1
* Refactor webkit_media::VideoRendererImpl into standalone class.scherkus@chromium.org2012-01-131-1/+1
* Deduplicate YUV copying code, update call sites, and add some unit tests.scherkus@chromium.org2011-07-201-0/+84