summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized member variable.finnur@chromium.org2013-08-231-1/+2
* Added IMemInputPin::ReceiveMultiple implementation inspired by comments in bu...mcasas@chromium.org2013-08-221-2/+12
* Duplicate camera device enumeration - windowsmcasas@chromium.org2013-08-222-13/+7
* Currently, Chromium does not listen for error notifications from QTKit, i.e. ...bemasc@chromium.org2013-08-224-1/+52
* Remove unnecessary checks and fix shader_bench.dalecurtis@chromium.org2013-08-142-4/+0
* Add media::VideoEncodeAccelerator with WebRTC integrationsheu@chromium.org2013-08-132-0/+156
* Add support for a --force-directshow command line switch on Windows.tommi@chromium.org2013-08-091-1/+5
* Revert EVS revisions 209760, 298753, 213143.hshi@chromium.org2013-08-072-132/+0
* Drop redundant "TEST" prefix from test names in media code.xhwang@chromium.org2013-08-021-2/+2
* Add enum VideoCaptureResolutionType to VideoCaptureParams and VideoCaptureCap...mcasas@chromium.org2013-07-3117-138/+350
* Make Mac and Windows include the USB ID in the device name like Linux.bemasc@google.com2013-07-266-1/+95
* Encoded video capture: wire up key frame and bitrate settings.hshi@chromium.org2013-07-232-6/+11
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-181-1/+1
* Allow video capture module to notify clients of resolution change.wjia@chromium.org2013-07-122-0/+9
* Integrate VDA with WebRTC.wuchengli@chromium.org2013-07-112-0/+64
* Video capture device MF Windows frame rate setting.mcasas@chromium.org2013-07-104-10/+36
* Revert 209702 "Add frame rate setting to the video capture infra..."tommi@chromium.org2013-07-091-31/+3
* Reconnect support for DirectShow video capture devices in parallel to MediaFo...mcasas@chromium.org2013-07-055-10/+77
* Revert 210280 "Reconnect support for DirectShow video capture de..."joi@chromium.org2013-07-054-72/+10
* Reconnect support for DirectShow video capture devices in parallel to MediaFo...mcasas@chromium.org2013-07-054-10/+72
* Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer.hshi@chromium.org2013-07-022-0/+127
* Add frame rate setting to the video capture infrastructure in Windows, Media ...mcasas@chromium.org2013-07-021-3/+31
* Refactor the VideoCaptureDevice::Name struct.tommi@chromium.org2013-07-0210-60/+104
* Swapping out mflodman for myself in the video capture owners file.tommi@chromium.org2013-07-021-1/+1
* Use a direct include of time headers in media/.avi@chromium.org2013-06-283-3/+3
* Send hardware video frames with mailboxes.danakj@chromium.org2013-06-252-0/+20
* Move ScreenCaptureDevice from media to content.sergeyu@chromium.org2013-06-115-623/+0
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-114-5/+5
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-6/+6
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-0740-5394/+22
* Android: Cast JNI pointer to jint instead of jlongjanx@chromium.org2013-06-051-1/+1
* Roll webrtc 4143:4179sergeyu@chromium.org2013-06-051-16/+16
* VideoCaptureDeviceLinux: added support for framerate configurationmcasas@chromium.org2013-06-031-0/+26
* Cleanup dependencies on src/base from screen capturers.sergeyu@chromium.org2013-05-213-136/+161
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-1636-1381/+973
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-6/+6
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-082-2/+2
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-082-2/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-6/+6
* Collect UMA stats for ppapi hardware video decode.ihf@chromium.org2013-05-021-1/+5
* Simplify ScreenCapturer interface.sergeyu@chromium.org2013-04-2311-96/+18
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-231-1/+1
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-222-8/+8
* Fix ScreenCapturerMacTest to pass on high-DPI hostswez@chromium.org2013-04-221-6/+10
* Linux video capture, invoking mmap() with both READ and WRITE.braveyao@chromium.org2013-04-191-1/+3
* Fix Clang errors in the Windows screen capture codernk@chromium.org2013-04-191-6/+6
* Add CreateWithDisableAero, to allow Windows capturer to be created without di...wez@chromium.org2013-04-183-16/+32
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media.dcheng@chromium.org2013-04-152-2/+2
* Disable XDAMAGE for screen capture under ARM.hshi@chromium.org2013-04-111-1/+3