summaryrefslogtreecommitdiffstats
path: root/media/base/video_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+3
* Switch to standard integer types in media/.Avi Drissman2015-12-191-144/+68
* Reland: Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittestsmcasas2015-11-201-26/+0
* Revert of Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unit...mcasas2015-11-181-0/+26
* Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittestsmcasas2015-11-171-26/+0
* media: Round natural size width and height to the nearest number.xhwang2015-08-241-0/+29
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-6/+4
* Tab Capture: Fix capture frame sizing on high-DPI systems.miu2015-06-231-5/+5
* Implement all resolution change policies for desktop and tab capture.miu2015-05-151-0/+44
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* 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