| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to standard integer types in media/, take 2. | avi | 2015-12-23 | 1 | -0/+3 |
* | Switch to standard integer types in media/. | Avi Drissman | 2015-12-19 | 1 | -144/+68 |
* | Reland: Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittests | mcasas | 2015-11-20 | 1 | -26/+0 |
* | Revert of Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unit... | mcasas | 2015-11-18 | 1 | -0/+26 |
* | Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittests | mcasas | 2015-11-17 | 1 | -26/+0 |
* | media: Round natural size width and height to the nearest number. | xhwang | 2015-08-24 | 1 | -0/+29 |
* | media: extract Format and ColorSpace enum from VideoFrame. | dongseong.hwang | 2015-07-13 | 1 | -6/+4 |
* | Tab Capture: Fix capture frame sizing on high-DPI systems. | miu | 2015-06-23 | 1 | -5/+5 |
* | Implement all resolution change policies for desktop and tab capture. | miu | 2015-05-15 | 1 | -0/+44 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-27 | 1 | -1/+1 |
* | Crash fix (divide by zero) for ComputeLetterboxRegion() and extra sanity checks. | miu@chromium.org | 2013-07-17 | 1 | -0/+2 |
* | Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-03 | 1 | -3/+5 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/. | dcheng@chromium.org | 2013-04-07 | 1 | -3/+3 |
* | When creating a letterbox around a tab capture video frame, only clear the ma... | hubbe@chromium.org | 2013-03-13 | 1 | -0/+40 |
* | Implement CopyFromCompositingSurfaceToVideoFrame for mac. | justinlin@chromium.org | 2013-03-02 | 1 | -0/+18 |
* | Add test for RotatePlaneByPixels. | wjia@chromium.org | 2013-02-19 | 1 | -0/+244 |
* | Plumb through cropped output size for VideoFrame | sheu@chromium.org | 2012-11-09 | 1 | -1/+1 |
* | Remove VideoDecoder::natural_size() & added VideoFrame::natural_size(). | acolwell@chromium.org | 2012-08-02 | 1 | -1/+2 |
* | Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration(). | acolwell@chromium.org | 2012-07-31 | 1 | -1/+1 |
* | Refactor webkit_media::VideoRendererImpl into standalone class. | scherkus@chromium.org | 2012-01-13 | 1 | -1/+1 |
* | Deduplicate YUV copying code, update call sites, and add some unit tests. | scherkus@chromium.org | 2011-07-20 | 1 | -0/+84 |