summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Fix how we handle an empty capabilities list when enumerating video streams.tommi@chromium.org2013-02-041-1/+1
* Update copyright header for files added in r180025sergeyu@chromium.org2013-02-013-4/+5
* Workaround gcc 4.6 bug - don't use EXPECT_EQ(false, ..)sergeyu@chromium.org2013-02-011-2/+2
* Implement Screen Capture adapter for MediaStream API.sergeyu@chromium.org2013-02-013-0/+598
* Merge methods of media::SharedBufferFactory interface into media::ScreenCaptu...alexeypa@chromium.org2013-01-318-103/+69
* Report standard-DPI as 96dpi rather than 72dpi on Mac.wez@chromium.org2013-01-301-2/+3
* Pass the flag enabling X DAMAGE via DesktopEnvironmentFactory.alexeypa@chromium.org2013-01-302-28/+16
* Add MEDIA_EXPORT for MacDesktopConfiguration::GetCurrent() to fix build break...sergeyu@chromium.org2013-01-291-4/+6
* Move screen capturers from remoting/capturer to media/video/capturer/screensergeyu@chromium.org2013-01-2845-0/+5762
* 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