summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/video_capture_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Stop VideoCaptureImpl from throwing a bunch of DCHECKshclam@chromium.org2014-05-071-2/+1
* HW Video: Make media::VideoFrame handle the sync point of the compositor as w...dongseong.hwang@intel.com2014-04-301-11/+12
* Refactor video capturing code in the render processhclam@chromium.org2014-04-281-158/+122
* Performance tests for CastV2hubbe@chromium.org2014-03-201-0/+7
* WeakPtr destruction order cleanup: media edition.dalecurtis@google.com2014-03-181-5/+5
* Implement IPCs and VideoCapture::Client interfaces for texture capturesheu@chromium.org2014-02-281-13/+53
* Allow resolution change for screen/window cast.jiayl@chromium.org2014-02-201-3/+4
* Wire GetDeviceFormatsInUse from VideoCaptureManager to VideoCaptureImplmcasas@chromium.org2014-02-051-0/+24
* Wire VideoCaptureManager device capture formats to the renderer side.mcasas@chromium.org2014-01-231-0/+26
* Eliminate video capture thread in rendererhclam@chromium.org2014-01-141-107/+60
* Revert 244074 "Eliminate video capture thread in renderer"thakis@chromium.org2014-01-111-60/+107
* Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h.scherkus@chromium.org2014-01-101-1/+1
* Eliminate video capture thread in rendererhclam@chromium.org2014-01-101-107/+60
* Remove media::BindToLoop() in favour of media::BindToCurrentLoop().scherkus@chromium.org2014-01-091-7/+5
* Convert video capture pipline to base::TimeTickssheu@chromium.org2014-01-081-6/+6
* Reland: Reorganize media::VideoCapture* typessheu@chromium.org2013-11-231-23/+21
* Revert 236927 "Reorganize media::VideoCapture* types"scottmg@chromium.org2013-11-231-21/+23
* Reorganize media::VideoCapture* typessheu@chromium.org2013-11-231-23/+21
* Remove media::VideoFrame from media::VideoCaptureDevice::Client interfacesheu@chromium.org2013-11-201-2/+4
* 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-126/+67
* Make media::VideoCaptureImpl::ClientBuffer RefCountedThreadSafesheu@chromium.org2013-09-291-2/+3
* Replace media::VideoCapture::VideoFrameBuffer with media::VideoFrame.sheu@chromium.org2013-09-161-79/+77
* Consolidate duplicated frame / capability structures in video capture typesmcasas@chromium.org2013-09-081-3/+3
* Revert EVS revisions 209760, 298753, 213143.hshi@chromium.org2013-08-071-201/+1
* Add enum VideoCaptureResolutionType to VideoCaptureParams and VideoCaptureCap...mcasas@chromium.org2013-07-311-22/+27
* Encoded video capture: wire up key frame and bitrate settings.hshi@chromium.org2013-07-231-0/+4
* Allow video capture module to notify clients of resolution change.wjia@chromium.org2013-07-121-0/+16
* Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer.hshi@chromium.org2013-07-021-1/+197
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-2/+2
* Check frame rate against max limit.wjia@chromium.org2013-05-141-0/+3
* Fix problem where a video frame buffer is freed while it is still in use.perkj@chromium.org2013-04-161-1/+0
* Allow VideoCaptureImpl to suspend/resume frame delivery to its client.wjia@chromium.org2013-04-161-1/+15
* Switch event type when a capture device has been stopped from the render proc...perkj@chromium.org2013-04-121-0/+10
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-21/+20
* Temporarily disable video capture restart logic.wjia@chromium.org2012-10-261-0/+5
* Move the remaining code in content\renderer that wasn't in the content namesp...jam@chromium.org2012-10-221-0/+4
* handle shared buffers based on the state of VideoCaptureImpl.wjia@chromium.org2012-10-021-0/+8
* for readability review.wjia@chromium.org2012-07-131-121/+108
* fix use after free case in VideoCaptureImpl.wjia@chromium.org2012-07-111-6/+7
* Merge VideoCaptureDevice::Capability with media::VideoCaptureCapabilityyujie.mao@intel.com2012-04-281-2/+2
* Move VideoCapture::VideoCaptureCapability to video_capture_types.hyujie.mao@intel.com2012-04-181-6/+6
* keep a reference of io_message_loop_proxy in case VideoCaptureImpl outlives i...wjia@chromium.org2012-03-291-36/+30
* set timestamp of captured video frames. also set duration of the media and me...wjia@chromium.org2012-01-191-1/+2
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+1
* fix a racing condition when renderer process requests StopCapture before host...wjia@chromium.org2011-11-231-19/+19
* corresponding change in CaptureVideoDecoder and RTCVideoDecoder due to pull m...wjia@chromium.org2011-11-171-11/+12
* refactor video capture in renderer processwjia@chromium.org2011-11-011-145/+106