summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h.rsesek@chromium.org2013-01-031-2/+2
* Verify that cameras support desired formats.posciak@chromium.org2012-12-221-9/+37
* Add OWNER file in media/video/capture.wjia@chromium.org2012-12-211-0/+3
* Re-land fix for Media Foundation crash. Remove Vista support.tommi@chromium.org2012-12-103-10/+38
* Revert 172049battre@chromium.org2012-12-103-36/+10
* Do a thorough check for the availability of the Media Foundation DLLs.tommi@chromium.org2012-12-103-10/+36
* Set video capture frame rate based on client's request.wjia@chromium.org2012-12-072-0/+19
* Re-land https://codereview.chromium.org/11419200/tommi@chromium.org2012-12-056-113/+685
* Revert 171212tommi@chromium.org2012-12-056-680/+115
* Re-land https://codereview.chromium.org/11419200/tommi@chromium.org2012-12-056-115/+680
* Revert 170912 - need more delayloads.tommi@chromium.org2012-12-046-680/+115
* Video capture implementation using the Media Foundation API.tommi@chromium.org2012-12-046-115/+680
* Fix and use the "MAYBE_CaptureMjpeg" macro for the CaptureMjpeg unit test.tommi@chromium.org2012-11-231-5/+5
* Get the VideoCaptureDeviceTest tests running on windows (again?).tommi@chromium.org2012-11-221-1/+8
* Implement audio/video sync instrumentation for WebRTChclam@chromium.org2012-11-022-10/+58
* Added mjpeg video capture support for Linux.mflodman@chromium.org2012-10-293-15/+68
* Add a flag to use fake camera for getUserMedia()hclam@chromium.org2012-10-262-2/+18
* Add crash key for Mac video capturesail@chromium.org2012-10-101-0/+6
* [Mac] Enumerate webcam devices on the main thread.shess@chromium.org2012-10-101-7/+15
* [Mac] Remove webcam capture output on main thread to OS race.shess@chromium.org2012-10-101-3/+15
* disconnect captureOutput from VideoCaptureDeviceQTKit and captureSession when...wjia@chromium.org2012-10-081-0/+6
* [Mac] Reformat webcam frames which do not match receiver assumptions.shess@chromium.org2012-10-082-2/+33
* move lock into qtkit code to remove racing condition.wjia@chromium.org2012-09-284-23/+24
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-1/+1
* Fix crash when trying to use a camera that is already in use.perkj@chromium.org2012-09-272-0/+15
* create a separate WebMediaPlayer for URL derived from media streamwjia@chromium.org2012-09-251-0/+1
* Made media compiled by clangmichaelbai@chromium.org2012-09-101-4/+5
* use lock to make sure device will not deliver any frame after it's stopped.wjia@chromium.org2012-09-062-2/+12
* use manual release for QTCaptureDecompressedVideoOutput.wjia@chromium.org2012-08-242-6/+11
* clear QTCaptureDecompressedVideoOutput's delegate when CaptureSession is rele...wjia@chromium.org2012-08-211-0/+2
* fix detection of video capture device on linuxwjia@chromium.org2012-08-071-4/+6
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-1/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+4
* VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...fischman@chromium.org2012-07-171-9/+6
* Remove #pragma once from mediaajwong@chromium.org2012-07-114-6/+2
* Switch to TimeDelta interfaces for TestTimeouts in media code.tedvessenes@gmail.com2012-07-091-10/+5
* Pepper needs to repeatedly call enumeration API in order to get a synchronous...xians@chromium.org2012-07-062-5/+15
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-262-4/+10
* open camera with O_RDWR.wjia@chromium.org2012-06-081-1/+2
* Plumb texture target to VideoDecodeAccelerator::Clientsail@chromium.org2012-06-081-2/+3
* change LOG to DVLOG(1)wjia@chromium.org2012-05-303-8/+8
* handle the case when device is closed before media pipeline is fully initiali...wjia@chromium.org2012-05-301-1/+1
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-181-1/+3
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-161-1/+1
* Merge VideoCaptureDevice::Capability with media::VideoCaptureCapabilityyujie.mao@intel.com2012-04-2815-81/+91
* Fix TODO: return name and id as NSArray* instead of QTCaptureDevice*.scherkus@chromium.org2012-04-283-11/+18
* add more color formats NV21 and YV12 in video capture (mainly from Android).wjia@chromium.org2012-04-181-1/+3
* Move VideoCapture::VideoCaptureCapability to video_capture_types.hyujie.mao@intel.com2012-04-182-13/+14
* Remove flaky unit test VideoCaptureTest::AllocateSameCameraTwiceperkj@chromium.org2012-04-171-36/+1
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-032-2/+2