summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/video_capture_device_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Add frame refresh to VideoCaptureDevice, and buffer pool resurrection.miu2016-03-261-9/+18
* Remove iOS ifdefs in src/content.jam2016-03-211-1/+1
* Remove V4L2CaptureDelegate{Single,Multi}Plane, VCD::Client::OnIncomingCapture...mcasas2016-02-181-54/+4
* Verify returned frames from media::VideoFrame::Wrap*() methodsemircan2016-01-151-1/+2
* Convert Pass()→std::move() in //content/browserdcheng2015-12-261-8/+9
* Switch to standard integer types in content/browser/renderer_host/.avi2015-12-251-19/+19
* VideoCaptureDeviceClient::OnError, use location.ToString() for loggingmcasas2015-11-171-2/+2
* Remove dead code paths around PIXEL_STORAGE_TEXTURE in capture pipeline.miu2015-11-171-49/+51
* Extend VideoCaptureDevice::Client::OnError() to have a tracked_objects::Locat...mcasas2015-10-301-4/+6
* Send GpuMemoryBuffer backed frames from browser to rendereremircan2015-10-271-328/+17
* mac: Remove a use of SharedMemory::GetFileDescriptor() from media/.erikchen2015-10-231-1/+1
* Remove surface_id from RenderWidget/RenderWidgetHost and friendspiman2015-09-241-12/+7
* Merge media::VideoCapturePixelFormat with media::VideoPixelFormatemircan2015-09-011-33/+31
* Pass GpuMemoryBuffer backed VideoFrame from browser to renderer processesemircan2015-08-311-1/+2
* Deploying into 3 R_8 GpuMemoryBuffers for Video Capture flag kUseGpuMemoryBuf...emircan2015-08-191-90/+120
* MJPEG accelerator fallback to software when having errors.henryhsu2015-07-301-18/+10
* Fix the problem of red/blue channel mismatch.qiangchen2015-07-291-0/+10
* Add Jpeg decoder profile to GpuInfohenryhsu2015-07-231-8/+13
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-58/+62
* MJPEG acceleration for video capturekcwu2015-06-291-1/+34
* Reland: Video Capture: extract storage info from pixel format in VideoCapture...mcasas2015-06-251-31/+39
* Revert of Video Capture: extract storage info from pixel format in VideoCaptu...dcheng2015-06-241-35/+27
* Video Capture: extract storage info from pixel format in VideoCaptureFormat.mcasas2015-06-241-27/+35
* VideoFrame method reordering and minor cleanupmcasas2015-06-231-16/+17
* VideoCaptureDevice::Client::Buffer remove GetType() and changes signature of ...mcasas2015-06-181-8/+13
* Add VideoCaptureDevice::Client::GetBufferPoolUtilization()miu2015-06-131-0/+5
* VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...mcasas2015-06-121-1/+11
* VideoFrame cleanup: change |allow_overlay_| to metadata and |has_alpha| to Fo...mcasas2015-06-111-3/+5
* Relanding 1143663007: VideoFrame: Separate Pixel Format from Storage Type.mcasas2015-05-291-3/+2
* Revert "VideoFrame: Segregate Pixel Format and Storage Type."Matt Mueller2015-05-291-2/+3
* VideoFrame: Segregate Pixel Format and Storage Type.mcasas2015-05-291-3/+2
* VideoFrame: Replace no_longer_needed_cb_ with AddDestructionObserver().miu2015-05-281-2/+1
* Add distinction between RGB and RGBA native texture video frame and resourceshalliwell2015-05-131-1/+2
* media: Let VideoFrame carry more than one native texture.dcastagna2015-05-071-16/+12
* VideoCaptureBufferPool: Check pixel format when allocating. Provide Type in a...mcasas2015-05-051-0/+3
* gpu: Fix some context lost marking glitches+leaks and add UMA statssievers2015-04-281-1/+1
* Reland: VideoCapture: add support for GpuMemoryBuffer allocation and lifetime...mcasas2015-04-221-74/+376
* Revert of VideoCapture: add support for GpuMemoryBuffer allocation and lifeti...magjed2015-04-221-376/+74
* VideoCapture: add support for GpuMemoryBuffer allocation and lifetime mgmt in...mcasas2015-04-211-74/+376
* VideoCaptureBufferPool: Refactor to allow support of non-ShMem backed buffersmcasas2015-04-091-13/+11
* Rename the trace filter name to be aligned with the class/method name.qiangchen2015-04-061-2/+2
* Add missing frame rate plumbing for OnIncomingCapturedYuvData.miu2015-03-311-0/+2
* This CL adds support for MEDIASUBTYPE_RGB32 in Windows platform.emircan2015-03-281-0/+5
* Reland 967793002 Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Mul...mcasas2015-03-231-23/+87
* Revert of Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plan...perkj2015-03-231-87/+23
* Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plane.mcasas2015-03-201-23/+87
* [EXPERIMENTAL] Video Capture: Wrap captured frames in GpuMemoryBuffer allowin...mcasas2015-03-061-0/+302