| Commit message (Expand) | Author | Age | Files | Lines |
* | Mac Video Capture: Connect error logging to WebRTC Log. | mcasas@chromium.org | 2014-05-30 | 1 | -0/+6 |
* | Revert of Round up the destination buffer instead of chopping 1 pixel when th... | jiayl@chromium.org | 2014-05-02 | 1 | -22/+17 |
* | Remove 'AVOID_LIBYUV_FOR_ANDROID_WEBVIEW' | michaelbai@chromium.org | 2014-04-30 | 1 | -10/+0 |
* | Round up the destination buffer instead of chopping 1 pixel when the frame ha... | jiayl@chromium.org | 2014-04-30 | 1 | -17/+22 |
* | HW Video: Make media::VideoFrame handle the sync point of the compositor as w... | dongseong.hwang@intel.com | 2014-04-30 | 1 | -3/+5 |
* | Fixes a NULL-ptr-deref crash in VideoCaptureController. | jiayl@chromium.org | 2014-04-07 | 1 | -2/+10 |
* | Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in conten... | jyasskin@chromium.org | 2014-03-29 | 1 | -9/+9 |
* | VideoCaptureController: add UMA AspectRatio histogram. | mcasas@chromium.org | 2014-03-11 | 1 | -0/+11 |
* | Add video capture UMA histograms: width, height, frame rate, pixel format. | mcasas@chromium.org | 2014-03-04 | 1 | -1/+17 |
* | Implement IPCs and VideoCapture::Client interfaces for texture capture | sheu@chromium.org | 2014-02-28 | 1 | -62/+97 |
* | Reland CL to implement browser-side logging to WebRtc log. | vrk@chromium.org | 2014-01-29 | 1 | -2/+5 |
* | Revert 247164 "Implement browser-side logging to WebRtc log" | vrk@chromium.org | 2014-01-29 | 1 | -5/+2 |
* | Implement browser-side logging to WebRtc log | vrk@chromium.org | 2014-01-26 | 1 | -2/+5 |
* | Convert video capture pipline to base::TimeTicks | sheu@chromium.org | 2014-01-08 | 1 | -5/+5 |
* | Fix color format mapping for RGB24. | wjia@chromium.org | 2013-12-27 | 1 | -1/+1 |
* | Use libyuv::ConvertToI420 for all color formats in video capture on WIN | wjia@chromium.org | 2013-12-19 | 1 | -42/+25 |
* | Revert 241755 "Use libyuv::ConvertToI420 for all all color forma..." | nick@chromium.org | 2013-12-19 | 1 | -25/+42 |
* | Use libyuv::ConvertToI420 for all all color formats in video capture on WIN | wjia@chromium.org | 2013-12-19 | 1 | -42/+25 |
* | Rotate video frames without letterboxing. | wjia@chromium.org | 2013-12-16 | 1 | -73/+31 |
* | Added supported formats caching to VideoCaptureManager, and | mcasas@chromium.org | 2013-12-12 | 1 | -0/+10 |
* | Remove redundant arguments for VideoCaptureDevice::Client::OnIncomingCaptured... | wjia@chromium.org | 2013-12-12 | 1 | -23/+7 |
* | Fix 2 regressions in video capture on Android. | wjia@chromium.org | 2013-12-10 | 1 | -3/+15 |
* | Fix DesktopCaptureDevice to handle inverted frames. | sergeyu@chromium.org | 2013-11-27 | 1 | -2/+10 |
* | Reland: Reorganize media::VideoCapture* types | sheu@chromium.org | 2013-11-23 | 1 | -34/+32 |
* | Revert 236927 "Reorganize media::VideoCapture* types" | scottmg@chromium.org | 2013-11-23 | 1 | -32/+34 |
* | Reorganize media::VideoCapture* types | sheu@chromium.org | 2013-11-23 | 1 | -34/+32 |
* | Remove media::VideoFrame from media::VideoCaptureDevice::Client interface | sheu@chromium.org | 2013-11-20 | 1 | -93/+152 |
* | Revert 235728 "Removed RunUntilIdle between Stop and Close in UT..." | oshima@chromium.org | 2013-11-18 | 1 | -10/+0 |
* | Removed RunUntilIdle between Stop and Close in UT, after Valgrind found a NUL... | mcasas@chromium.org | 2013-11-18 | 1 | -0/+10 |
* | Revert 235223 "Added video capture capabilities retrieval and ca..." | oshima@chromium.org | 2013-11-15 | 1 | -10/+0 |
* | Added video capture capabilities retrieval and caching to VideoCaptureManager... | mcasas@chromium.org | 2013-11-14 | 1 | -0/+10 |
* | Remove OnFrameInfo from VideoCaptureDevice::Client. | jiayl@chromium.org | 2013-11-09 | 1 | -71/+56 |
* | VideoCapture: abolish OnFrameInfo almost everywhere. | nick@chromium.org | 2013-10-23 | 1 | -219/+98 |
* | Use libyuv in Android VideoCaptureController. | mcasas@chromium.org | 2013-10-04 | 1 | -153/+36 |
* | Rename VideoCaptureDevice::EventHandler to VideoCaptureDevice::Client. | nick@chromium.org | 2013-09-26 | 1 | -4/+4 |
* | Fix YUV conversion for sources with odd width in VideoCaptureController. | sergeyu@chromium.org | 2013-09-19 | 1 | -1/+1 |
* | Move NV21 colorspace treatment from VideoCapture java to C++ | mcasas@chromium.org | 2013-09-18 | 1 | -4/+28 |
* | Make VideoCaptureController single-threaded and not ref counted. | nick@chromium.org | 2013-09-16 | 1 | -87/+143 |
* | Rewrite VideoCaptureManager to streamline the lifetimes of | nick@chromium.org | 2013-09-12 | 1 | -154/+42 |
* | Mac Video Capture format change ARGB->YUY2. | mcasas@chromium.org | 2013-09-10 | 1 | -0/+4 |
* | Consolidate duplicated frame / capability structures in video capture types | mcasas@chromium.org | 2013-09-08 | 1 | -19/+20 |
* | Video Capture: Use libyuv for color conversion in VideoCaptureController. | mcasas@chromium.org | 2013-09-06 | 1 | -21/+130 |
* | Add trace around color conversion (VideoCaptureController::OnIncomingCaptured... | joi@chromium.org | 2013-08-31 | 1 | -0/+3 |
* | EVEA cleanup: use video utility functions in media::* | sheu@chromium.org | 2013-08-28 | 1 | -2/+5 |
* | Add enum VideoCaptureResolutionType to VideoCaptureParams and VideoCaptureCap... | mcasas@chromium.org | 2013-07-31 | 1 | -5/+3 |
* | Allow video capture module to notify clients of resolution change. | wjia@chromium.org | 2013-07-12 | 1 | -0/+21 |
* | Make VideoCaptureBufferPool agnostic to media::VideoFrame | sheu@chromium.org | 2013-07-03 | 1 | -10/+18 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -18/+19 |
* | Check buffer_pool_ for null in VideoCaptureController::PostStopping. | nick@chromium.org | 2013-05-30 | 1 | -5/+11 |
* | media: Add support for playback of VP8 Alpha video streams | vigneshv@chromium.org | 2013-04-19 | 1 | -0/+21 |