summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Android: cleans up hand-written JNI for video_capture_device_android.ccbulach@chromium.org2013-03-111-36/+11
* Make the Chromoting IT2Me host high-DPI aware.wez@chromium.org2013-03-081-0/+5
* [Mac] Convert ignore-exceptions helpers to block version.shess@chromium.org2013-03-071-1/+1
* chromeos and media: Allow building chromeos without X.sadrul@chromium.org2013-03-074-7/+36
* New API in VideoCaptureDevice::EventHandler which allows shared-memory output...nick@chromium.org2013-03-073-11/+58
* Remove one video frame copying in video capture.wjia@chromium.org2013-02-2812-66/+49
* Do not use division in ScreenCapturerLinux::SlowBlit().alexeypa@chromium.org2013-02-263-40/+51
* Re-register refresh and move callbacks when the screen mode changes.jamiewalch@chromium.org2013-02-261-18/+39
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-3/+3
* [Android] Make content_shell_apk and chromium_testshell components friendly.yfriedman@chromium.org2013-02-221-1/+2
* [MIPS] Use BlockDifference_C for MIPSpetarj@mips.com2013-02-211-2/+2
* Add test for RotatePlaneByPixels.wjia@chromium.org2013-02-191-98/+1
* Re-enable ScreenCapturer.Capture test under TSan v2.wez@chromium.org2013-02-121-7/+1
* Fix ScreenCapturerMac handling of secondary display configurations.wez@chromium.org2013-02-123-24/+46
* Assert both display and system keep-alive on each capture.wez@chromium.org2013-02-121-3/+13
* Add video capture on Android.wjia@chromium.org2013-02-123-0/+525
* Re-assert vote to disable Aero on switching desktops.wez@chromium.org2013-02-121-0/+6
* Tab Capture: Backing store readbacks to YV12 VideoFrames.nick@chromium.org2013-02-114-11/+29
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-103-4/+5
* [Mac] Allow NSExceptions in third-party webcam code.shess@chromium.org2013-02-081-1/+8
* Adding a unit test to verify the IPC channel between the network and desktop ...alexeypa@chromium.org2013-02-072-11/+25
* 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