summaryrefslogtreecommitdiffstats
path: root/media/capture
Commit message (Expand)AuthorAgeFilesLines
...
* Extend VideoCaptureDevice::Client::OnError() to have a tracked_objects::Locat...mcasas2015-10-3023-98/+173
* Disable VideoCaptureDeviceTest.ReAllocateCamera test.dalecurtis2015-10-301-10/+3
* Avoid double-to-float truncation warningbrucedawson2015-10-281-1/+1
* MediaStreamRecorder: implement requestData() and start(timeslice)mcasas2015-10-271-2/+2
* mac: Remove a use of SharedMemory::GetFileDescriptor() from media/.erikchen2015-10-232-2/+2
* Reland of Provide configurable fake video device FPSedward.baker2015-10-215-57/+167
* Revert of Provide configurable fake video device FPS (patchset #7 id:120001 o...vasilii2015-10-205-166/+57
* Provide configurable fake video device FPSedward.baker2015-10-195-57/+166
* MediaStream Recorder: Support VP9 encodermcasas2015-10-083-11/+24
* Change the functions in video_capture_device to pass around PowerLineFrequenc...suvanjanmukherjee2015-10-036-30/+31
* WebmMuxer-MediaRecorderHandler: thread hopping and data ownershipmcasas2015-09-223-33/+26
* Cleanup: Pass std::string as const reference from media/ki.stfu2015-09-211-1/+1
* Copy libvpx from DEPS to srcjohannkoenig2015-09-181-1/+1
* Fixed not to append the model id when fake video device is enabled.msu.koo2015-09-161-1/+8
* WebRTC render smoothness test shows on windows platform the timestamps on the...qiangchen2015-09-114-5/+20
* Revert "Revert of Win Video Capture: add UYVY pixel format to Cr sink filter ...guidou2015-09-104-15/+33
* MediaRecorderHandler (video part) and unittestsmcasas2015-09-093-16/+27
* Revert of Win Video Capture: add UYVY pixel format to Cr sink filter pin capa...mcasas2015-09-094-33/+15
* Win Video Capture: add UYVY pixel format to Cr sink filter pin capabilitiesmcasas2015-09-094-15/+33
* Win Video Capture: removed unused variable (ScopedComPtr<IMoniker> moniker)mcasas2015-09-041-1/+0
* Ensure valid frame rate always used in media::WebmMuxer.miu2015-09-031-5/+11
* Use nanosecond timestamps when calling into libwebm from media::WebmMuxer.miu2015-09-031-2/+3
* Win Video capture: return |hr| instead of NULL, minor cleanupmcasas2015-09-033-52/+42
* Merge media::VideoCapturePixelFormat with media::VideoPixelFormatemircan2015-09-0132-151/+143
* Pass GpuMemoryBuffer backed VideoFrame from browser to renderer processesemircan2015-08-314-7/+11
* Add googPowerLineFrequency constraint to getUserMedia.ajose2015-08-276-17/+35
* MediaStream: Adding VideoTrackRecorder class and unittestsmcasas2015-08-253-55/+70
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* File video capture device supports MJPEG formathenryhsu2015-08-213-100/+238
* Deploying into 3 R_8 GpuMemoryBuffers for Video Capture flag kUseGpuMemoryBuf...emircan2015-08-195-81/+104
* Replace StringPrintf("%s", ...) with an explicit cast.ricea2015-08-111-2/+1
* Fix flake in AnimatedContentSamplerTest by using fixed rand seed.miu2015-08-041-5/+3
* Strict Overflow Prevention video_capture_oracle.ccesum2015-08-041-2/+5
* Capture Auto-Throttling: Frequent increases after source size changemiu2015-08-033-13/+170
* media/capture: Adding WebmMuxer class and unittestsmcasas2015-07-233-0/+313
* Remove base/mac/scoped_nsexception_enabler.h.rsesek2015-07-221-8/+8
* Use ConvertJavaStringToUTF8() instead of GetStringUTFChars()simonb2015-07-201-3/+2
* Folder shuffle media/capture -> media/capture/content and media/video/captur...mcasas2015-07-1786-910/+10449
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-132-11/+9
* Automatic resolution throttling for screen capture pipeline.miu2015-07-087-80/+737
* Make VideoCaptureFormat::ToString static.ajose2015-07-011-1/+2
* Remove superfluous checks in ScreenCaptureDeviceCore::AllocateAndStart()ajose2015-07-011-16/+0
* Reland: Video Capture: extract storage info from pixel format in VideoCapture...mcasas2015-06-252-11/+17
* CaptureResolutionChooser now takes targeted frame area into account.miu2015-06-243-15/+344
* Revert of Video Capture: extract storage info from pixel format in VideoCaptu...dcheng2015-06-242-17/+11
* Video Capture: extract storage info from pixel format in VideoCaptureFormat.mcasas2015-06-242-11/+17
* VideoCapture: merge IPC VideoCaptureMsg_BufferReady and VideoCaptureMsg_Mailb...mcasas2015-06-191-5/+1