summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/video_capture_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor video capturing code in the render processhclam@chromium.org2014-04-281-51/+60
* WeakPtr destruction order cleanup: media edition.dalecurtis@google.com2014-03-181-1/+2
* Implement IPCs and VideoCapture::Client interfaces for texture capturesheu@chromium.org2014-02-281-8/+15
* Wire GetDeviceFormatsInUse from VideoCaptureManager to VideoCaptureImplmcasas@chromium.org2014-02-051-3/+9
* Wire VideoCaptureManager device capture formats to the renderer side.mcasas@chromium.org2014-01-231-0/+14
* Eliminate video capture thread in rendererhclam@chromium.org2014-01-141-57/+50
* Revert 244074 "Eliminate video capture thread in renderer"thakis@chromium.org2014-01-111-50/+57
* Eliminate video capture thread in rendererhclam@chromium.org2014-01-101-57/+50
* Convert video capture pipline to base::TimeTickssheu@chromium.org2014-01-081-8/+10
* Fix WeakPtrFactory member placement in content/renderer/media/ classes.wez@chromium.org2013-11-101-5/+5
* VideoCapture: abolish OnFrameInfo almost everywhere.nick@chromium.org2013-10-231-27/+25
* Replace media::VideoCapture::VideoFrameBuffer with media::VideoFrame.sheu@chromium.org2013-09-161-9/+13
* Consolidate duplicated frame / capability structures in video capture typesmcasas@chromium.org2013-09-081-1/+1
* Revert EVS revisions 209760, 298753, 213143.hshi@chromium.org2013-08-071-64/+1
* Add enum VideoCaptureResolutionType to VideoCaptureParams and VideoCaptureCap...mcasas@chromium.org2013-07-311-4/+4
* Encoded video capture: wire up key frame and bitrate settings.hshi@chromium.org2013-07-231-0/+1
* Allow video capture module to notify clients of resolution change.wjia@chromium.org2013-07-121-0/+4
* Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer.hshi@chromium.org2013-07-021-1/+63
* VideoCaptureImpl: added class commentary explaining safety of rampant Unretai...fischman@chromium.org2013-06-191-0/+11
* Allow VideoCaptureImpl to suspend/resume frame delivery to its client.wjia@chromium.org2013-04-161-0/+6
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-3/+3
* Move the remaining code in content\renderer that wasn't in the content namesp...jam@chromium.org2012-10-221-0/+4
* for readability review.wjia@chromium.org2012-07-131-20/+34
* Merge VideoCaptureDevice::Capability with media::VideoCaptureCapabilityyujie.mao@intel.com2012-04-281-1/+1
* Move VideoCapture::VideoCaptureCapability to video_capture_types.hyujie.mao@intel.com2012-04-181-5/+7
* keep a reference of io_message_loop_proxy in case VideoCaptureImpl outlives i...wjia@chromium.org2012-03-291-2/+3
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+1
* fix a racing condition when renderer process requests StopCapture before host...wjia@chromium.org2011-11-231-3/+4
* corresponding change in CaptureVideoDecoder and RTCVideoDecoder due to pull m...wjia@chromium.org2011-11-171-0/+1
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-12/+12
* refactor video capture in renderer processwjia@chromium.org2011-11-011-25/+5
* remove NewRunnableMethod and switch to base::Bindwjia@chromium.org2011-10-071-2/+2
* Add more tests for VideoCaptureImpl.wjia@chromium.org2011-10-051-0/+4
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-3/+3
* fix VideoCaptureImpl to send device info to client when that client is regist...wjia@chromium.org2011-09-291-0/+4
* reland patch http://codereview.chromium.org/7204008 after webrtc build has be...wjia@chromium.org2011-07-201-14/+15
* Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...sky@chromium.org2011-07-141-15/+14
* add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...wjia@chromium.org2011-07-141-14/+15
* separate interface function and internal task functionwjia@chromium.org2011-06-171-0/+11
* move all media and media_stream related files into content/browser/renderer_h...wjia@chromium.org2011-06-141-1/+1
* use SharedMemory for buffer sharing in video capturewjia@chromium.org2011-06-141-5/+7
* create one video capture message filter per renderer processwjia@google.com2011-06-081-0/+1
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-1/+0
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-271-0/+1
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-1/+0
* Undo mistaken revert.vandebo@chromium.org2011-05-261-0/+111
* Revert "Add VideoCaptureImpl and VideoCaptureImplManager"vandebo@chromium.org2011-05-261-111/+0
* Add VideoCaptureImpl and VideoCaptureImplManagerwjia@google.com2011-05-261-0/+111