summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/video_capture_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/renderer/.avi2015-12-251-0/+3
* Remove dead code paths around PIXEL_STORAGE_TEXTURE in capture pipeline.miu2015-11-171-39/+9
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-3/+4
* Send GpuMemoryBuffer backed frames from browser to rendereremircan2015-10-271-14/+15
* Reland: GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane);...mcasas2015-10-221-6/+3
* Revert of GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane...vasilii2015-10-221-3/+6
* GpuMemoryBuffer interface change: Map(**) --> Map() + memory(plane); GetStrid...mcasas2015-10-211-6/+3
* Revert of Simplify content::VideoCaptureImpl to support only a single client....ajose2015-09-291-19/+76
* Improve VideoCaptureImpl unittest.msu.koo2015-09-111-8/+101
* Merge media::VideoCapturePixelFormat with media::VideoPixelFormatemircan2015-09-011-2/+2
* Reland: Change VideoCaptureDeliverFrameCB's signatureajose2015-08-261-2/+1
* Revert of Change VideoCaptureDeliverFrameCB's signature (patchset #1 id:1 of ...fgorski2015-08-251-1/+2
* Change VideoCaptureDeliverFrameCB's signature fromajose2015-08-251-2/+1
* Simplify content::VideoCaptureImpl to support only a single client.ajose2015-08-191-69/+16
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-2/+2
* RESOURCE_UTILIZATION in VideoFrameMetadata, a consumer feedback signal.miu2015-06-081-1/+2
* Add metadata to media::VideoFrame and plumb it through IPC/MediaStream.miu2015-03-031-2/+1
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-211-2/+2
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-081-1/+1
* Android media: VideoFrame should not store so many sync points.dongseong.hwang@intel.com2014-07-221-1/+1
* Pass a TimeTicks along video capture pipeline to represent capture timehclam@chromium.org2014-06-041-2/+3
* Stop VideoCaptureImpl from throwing a bunch of DCHECKshclam@chromium.org2014-05-071-0/+32
* HW Video: Make media::VideoFrame handle the sync point of the compositor as w...dongseong.hwang@intel.com2014-04-301-1/+1
* Refactor video capturing code in the render processhclam@chromium.org2014-04-281-133/+123
* Implement IPCs and VideoCapture::Client interfaces for texture capturesheu@chromium.org2014-02-281-1/+3
* Wire GetDeviceFormatsInUse from VideoCaptureManager to VideoCaptureImplmcasas@chromium.org2014-02-051-0/+29
* Wire VideoCaptureManager device capture formats to the renderer side.mcasas@chromium.org2014-01-231-1/+59
* Eliminate video capture thread in rendererhclam@chromium.org2014-01-141-136/+62
* Revert 244074 "Eliminate video capture thread in renderer"thakis@chromium.org2014-01-111-62/+136
* Eliminate video capture thread in rendererhclam@chromium.org2014-01-101-136/+62
* Reland: Reorganize media::VideoCapture* typessheu@chromium.org2013-11-231-2/+3
* Revert 236927 "Reorganize media::VideoCapture* types"scottmg@chromium.org2013-11-231-3/+2
* Reorganize media::VideoCapture* typessheu@chromium.org2013-11-231-2/+3
* VideoCapture: abolish OnFrameInfo almost everywhere.nick@chromium.org2013-10-231-48/+19
* Replace media::VideoCapture::VideoFrameBuffer with media::VideoFrame.sheu@chromium.org2013-09-161-2/+2
* Consolidate duplicated frame / capability structures in video capture typesmcasas@chromium.org2013-09-081-2/+2
* Revert EVS revisions 209760, 298753, 213143.hshi@chromium.org2013-08-071-29/+0
* Add enum VideoCaptureResolutionType to VideoCaptureParams and VideoCaptureCap...mcasas@chromium.org2013-07-311-24/+27
* Encoded video capture: wire up key frame and bitrate settings.hshi@chromium.org2013-07-231-0/+4
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-181-1/+1
* Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer.hshi@chromium.org2013-07-021-0/+25
* 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-5/+3
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-2/+2
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-1/+1
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-12/+12
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-2/+2
* 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-0/+3
* RefCounted types should not have public destructors, content/browser part 2rsleevi@chromium.org2012-04-281-1/+3