| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor video capturing code in the render process | hclam@chromium.org | 2014-04-28 | 1 | -51/+60 |
* | WeakPtr destruction order cleanup: media edition. | dalecurtis@google.com | 2014-03-18 | 1 | -1/+2 |
* | Implement IPCs and VideoCapture::Client interfaces for texture capture | sheu@chromium.org | 2014-02-28 | 1 | -8/+15 |
* | Wire GetDeviceFormatsInUse from VideoCaptureManager to VideoCaptureImpl | mcasas@chromium.org | 2014-02-05 | 1 | -3/+9 |
* | Wire VideoCaptureManager device capture formats to the renderer side. | mcasas@chromium.org | 2014-01-23 | 1 | -0/+14 |
* | Eliminate video capture thread in renderer | hclam@chromium.org | 2014-01-14 | 1 | -57/+50 |
* | Revert 244074 "Eliminate video capture thread in renderer" | thakis@chromium.org | 2014-01-11 | 1 | -50/+57 |
* | Eliminate video capture thread in renderer | hclam@chromium.org | 2014-01-10 | 1 | -57/+50 |
* | Convert video capture pipline to base::TimeTicks | sheu@chromium.org | 2014-01-08 | 1 | -8/+10 |
* | Fix WeakPtrFactory member placement in content/renderer/media/ classes. | wez@chromium.org | 2013-11-10 | 1 | -5/+5 |
* | VideoCapture: abolish OnFrameInfo almost everywhere. | nick@chromium.org | 2013-10-23 | 1 | -27/+25 |
* | Replace media::VideoCapture::VideoFrameBuffer with media::VideoFrame. | sheu@chromium.org | 2013-09-16 | 1 | -9/+13 |
* | Consolidate duplicated frame / capability structures in video capture types | mcasas@chromium.org | 2013-09-08 | 1 | -1/+1 |
* | Revert EVS revisions 209760, 298753, 213143. | hshi@chromium.org | 2013-08-07 | 1 | -64/+1 |
* | Add enum VideoCaptureResolutionType to VideoCaptureParams and VideoCaptureCap... | mcasas@chromium.org | 2013-07-31 | 1 | -4/+4 |
* | Encoded video capture: wire up key frame and bitrate settings. | hshi@chromium.org | 2013-07-23 | 1 | -0/+1 |
* | Allow video capture module to notify clients of resolution change. | wjia@chromium.org | 2013-07-12 | 1 | -0/+4 |
* | Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer. | hshi@chromium.org | 2013-07-02 | 1 | -1/+63 |
* | VideoCaptureImpl: added class commentary explaining safety of rampant Unretai... | fischman@chromium.org | 2013-06-19 | 1 | -0/+11 |
* | Allow VideoCaptureImpl to suspend/resume frame delivery to its client. | wjia@chromium.org | 2013-04-16 | 1 | -0/+6 |
* | Move content\browser\renderer_host\media to content namespace. | jam@chromium.org | 2012-10-29 | 1 | -3/+3 |
* | Move the remaining code in content\renderer that wasn't in the content namesp... | jam@chromium.org | 2012-10-22 | 1 | -0/+4 |
* | for readability review. | wjia@chromium.org | 2012-07-13 | 1 | -20/+34 |
* | Merge VideoCaptureDevice::Capability with media::VideoCaptureCapability | yujie.mao@intel.com | 2012-04-28 | 1 | -1/+1 |
* | Move VideoCapture::VideoCaptureCapability to video_capture_types.h | yujie.mao@intel.com | 2012-04-18 | 1 | -5/+7 |
* | keep a reference of io_message_loop_proxy in case VideoCaptureImpl outlives i... | wjia@chromium.org | 2012-03-29 | 1 | -2/+3 |
* | And now NewRunnableMethod(), you die. | ajwong@chromium.org | 2012-01-04 | 1 | -3/+1 |
* | fix a racing condition when renderer process requests StopCapture before host... | wjia@chromium.org | 2011-11-23 | 1 | -3/+4 |
* | corresponding change in CaptureVideoDecoder and RTCVideoDecoder due to pull m... | wjia@chromium.org | 2011-11-17 | 1 | -0/+1 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 1 | -12/+12 |
* | refactor video capture in renderer process | wjia@chromium.org | 2011-11-01 | 1 | -25/+5 |
* | remove NewRunnableMethod and switch to base::Bind | wjia@chromium.org | 2011-10-07 | 1 | -2/+2 |
* | Add more tests for VideoCaptureImpl. | wjia@chromium.org | 2011-10-05 | 1 | -0/+4 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 1 | -3/+3 |
* | fix VideoCaptureImpl to send device info to client when that client is regist... | wjia@chromium.org | 2011-09-29 | 1 | -0/+4 |
* | reland patch http://codereview.chromium.org/7204008 after webrtc build has be... | wjia@chromium.org | 2011-07-20 | 1 | -14/+15 |
* | Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu... | sky@chromium.org | 2011-07-14 | 1 | -15/+14 |
* | add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ... | wjia@chromium.org | 2011-07-14 | 1 | -14/+15 |
* | separate interface function and internal task function | wjia@chromium.org | 2011-06-17 | 1 | -0/+11 |
* | move all media and media_stream related files into content/browser/renderer_h... | wjia@chromium.org | 2011-06-14 | 1 | -1/+1 |
* | use SharedMemory for buffer sharing in video capture | wjia@chromium.org | 2011-06-14 | 1 | -5/+7 |
* | create one video capture message filter per renderer process | wjia@google.com | 2011-06-08 | 1 | -0/+1 |
* | Move media library AutoTaskRunner to base and rename ScopedTaskRunner. | wez@chromium.org | 2011-05-27 | 1 | -1/+0 |
* | 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ... | wez@chromium.org | 2011-05-27 | 1 | -0/+1 |
* | Move media library AutoTaskRunner to base and rename ScopedTaskRunner. | wez@chromium.org | 2011-05-27 | 1 | -1/+0 |
* | Undo mistaken revert. | vandebo@chromium.org | 2011-05-26 | 1 | -0/+111 |
* | Revert "Add VideoCaptureImpl and VideoCaptureImplManager" | vandebo@chromium.org | 2011-05-26 | 1 | -111/+0 |
* | Add VideoCaptureImpl and VideoCaptureImplManager | wjia@google.com | 2011-05-26 | 1 | -0/+111 |