summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Linux video capture: use HANDLE_EINTR in all direct use cases of mcasas@chromium.org2013-12-172-41/+41
* Disable AVFoundation by defaultvrk@chromium.org2013-12-171-1/+1
* Disable flaky VideoCaptureDeviceTest.GetDeviceSupportedFormats in Android.mcasas@chromium.org2013-12-171-0/+6
* AVFoundation: Allow exceptions when checking if max frame rate setting is sup...mcasas@chromium.org2013-12-161-2/+8
* Revert 240962 "Revert 239758 "Enable Audio/Video dev monitoring ..."szym@chromium.org2013-12-161-1/+1
* Revert 239758 "Enable Audio/Video dev monitoring and Video captu..."vrk@chromium.org2013-12-161-1/+1
* Line [1] tries to configure HD on the camera while opening it. Oldermcasas@chromium.org2013-12-132-9/+4
* Added supported formats caching to VideoCaptureManager, andmcasas@chromium.org2013-12-1213-91/+81
* Remove redundant arguments for VideoCaptureDevice::Client::OnIncomingCaptured...wjia@chromium.org2013-12-1211-32/+7
* Remove an incorrect method from mac video_capture code.erikchen@google.com2013-12-111-7/+0
* Revert 239920 "Revert 239758 "Enable Audio/Video dev monitoring ..."vadimt@chromium.org2013-12-111-1/+1
* Revert 239758 "Enable Audio/Video dev monitoring and Video captu..."vadimt@chromium.org2013-12-101-1/+1
* Enable Audio/Video dev monitoring and Video capture via AVFoundation by default.mcasas@chromium.org2013-12-101-1/+1
* Debug video capture device to play back y4m movies.mcasas@chromium.org2013-12-052-0/+381
* FakeVCD refactoring, moving some variable use into innermcasas@chromium.org2013-12-042-52/+63
* Reland review 34393006: Refactor MediaStreamManager to not output real device...perkj@chromium.org2013-11-282-5/+22
* Adding AVCaptureSession, AVCaptureDevice and the associated mcasas@chromium.org2013-11-279-67/+614
* Reland: Reorganize media::VideoCapture* typessheu@chromium.org2013-11-2324-437/+383
* Revert 236927 "Reorganize media::VideoCapture* types"scottmg@chromium.org2013-11-2324-382/+437
* Reorganize media::VideoCapture* typessheu@chromium.org2013-11-2324-437/+382
* Remove media::VideoFrame from media::VideoCaptureDevice::Client interfacesheu@chromium.org2013-11-206-66/+91
* Revert 235728 "Removed RunUntilIdle between Stop and Close in UT..."oshima@chromium.org2013-11-185-38/+28
* Removed RunUntilIdle between Stop and Close in UT, after Valgrind found a NUL...mcasas@chromium.org2013-11-185-28/+38
* Revert 235223 "Added video capture capabilities retrieval and ca..."oshima@chromium.org2013-11-155-38/+28
* Added video capture capabilities retrieval and caching to VideoCaptureManager...mcasas@chromium.org2013-11-145-28/+38
* Android: moves media/ to use long for JNIbulach@chromium.org2013-11-111-1/+1
* Remove OnFrameInfo from VideoCaptureDevice::Client.jiayl@chromium.org2013-11-0911-125/+96
* Added VideoCaptureDeviceAvFoundation class, implementing the mcasas@chromium.org2013-11-086-18/+136
* Device monitoring in Mac via AVFoundation.mcasas@chromium.org2013-11-072-0/+140
* Add a heuristic to try to avoid distorted aspect ratios on Mac.bemasc@chromium.org2013-11-022-16/+50
* Treat suspended video capture devices on Mac as unavailable.bemasc@chromium.org2013-11-011-2/+8
* Revert 230553 "Added AVFoundation Glue and Device Monitoring for..."tommyw@chromium.org2013-10-312-154/+0
* Revert 230785 "Fix Mac 64-bit components build."tommyw@chromium.org2013-10-311-2/+0
* Revert 231659 "Added flag to enable AVFoundation in Mac"tommyw@chromium.org2013-10-311-5/+1
* Added flag to enable AVFoundation in Macmcasas@chromium.org2013-10-291-1/+5
* Narrow VDA Decode() API and remove multi-frame tests.yuli@chromium.org2013-10-291-3/+3
* Added Obj-C++ protocol for VideoCaptureDeviceMac and made QTKitmcasas@chromium.org2013-10-294-11/+63
* Removed unused VideoCaptureCapability parameters.mcasas@chromium.org2013-10-259-52/+2
* Fix Mac 64-bit components build.avi@chromium.org2013-10-241-0/+2
* Added AVFoundation Glue and Device Monitoring for Mac.mcasas@chromium.org2013-10-232-0/+154
* VideoCapture: abolish OnFrameInfo almost everywhere.nick@chromium.org2013-10-236-54/+18
* Add VideoCaptureDevice::GetDeviceSupportedFormats to interface + implementati...mcasas@chromium.org2013-10-169-3/+155
* Fix crash and memory leak in VideoCaptureDeviceWin.dalecurtis@chromium.org2013-10-151-26/+22
* Removes VideoCaptureDevice1 from all platforms.jiayl@chromium.org2013-10-0312-299/+86
* Eliminates the use of VideoCaptureDevice1 in VideoCaptureDeviceLinux.jiayl@chromium.org2013-10-023-89/+40
* Rename VideoCaptureDevice::EventHandler to VideoCaptureDevice::Client.nick@chromium.org2013-09-2615-120/+117
* On Mac, check the default resolution and aspect ratio to avoid distorted HD.bemasc@chromium.org2013-09-204-47/+154
* Move NV21 colorspace treatment from VideoCapture java to C++mcasas@chromium.org2013-09-183-14/+53
* Revert 223663 "On Mac, check the default resolution and aspect r..."ikarienator@chromium.org2013-09-184-145/+41
* Throttle video frame delivery when camera pumps it too fast on Android.wjia@chromium.org2013-09-172-3/+27