summaryrefslogtreecommitdiffstats
path: root/media/video/capture
Commit message (Expand)AuthorAgeFilesLines
* PinBase: Fix assign-to-self bug.jhawkins@chromium.org2012-01-301-2/+2
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-142-4/+4
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-043-8/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-202-1/+3
* Removing MessageLoop::QuitTask() from media/dcheng@chromium.org2011-12-091-1/+1
* fix a racing condition when renderer process requests StopCapture before host...wjia@chromium.org2011-11-231-11/+0
* Add OVERRIDE to media/.avi@chromium.org2011-11-163-15/+15
* refactor video capture in renderer processwjia@chromium.org2011-11-011-1/+0
* fix v4l support on openbsdrobert.nagy@gmail.com2011-10-251-0/+4
* Adding VideoCaptureDevice for Mac.mflodman@chromium.org2011-10-185-4/+473
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+2
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-293-24/+33
* Properly scope the lifetime of the |PPB_VideoCapture_Impl|.viettrungluu@chromium.org2011-09-282-1/+15
* Add OnRemoved() in VideoCapture::EventHandler APIwjia@chromium.org2011-09-273-0/+11
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* add workarounds for some popular webcam.wjia@chromium.org2011-09-083-48/+65
* Disables camera hardware dependent tests.perkj@chromium.org2011-08-291-19/+29
* Create media.dll / libmedia.so.darin@chromium.org2011-08-293-3/+5
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-083-5/+3
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-083-3/+5
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-052-3/+2
* Create media.dlldarin@chromium.org2011-08-042-2/+3
* Add a proxy for thread-hopping VideoCapture::EventHandler.piman@chromium.org2011-08-022-0/+231
* reland patch http://codereview.chromium.org/7204008 after webrtc build has be...wjia@chromium.org2011-07-201-4/+4
* Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...sky@chromium.org2011-07-141-4/+4
* add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...wjia@chromium.org2011-07-141-4/+4
* This is the VideoCaptureDevice implementation for windows.perkj@google.com2011-06-3012-0/+1980
* Coverity: Fix a leak in VideoCaptureDevice::Create.thestig@chromium.org2011-06-221-1/+4
* Fix two bugs found by a new clang warning I'm currently testing:thakis@chromium.org2011-06-131-3/+4
* Uninitialized member in FakeVideoCaptureDevice.finnur@chromium.org2011-06-121-0/+1
* Uninitialized member in VideoFrameBuffer.finnur@chromium.org2011-06-121-1/+6
* VideoCaptureManager opens/closes, starts/stops and enumerates video capture d...wjia@google.com2011-05-241-1/+1
* Adding VideoCaptureDevice dummy implementation for platforms without real imp...wjia@google.com2011-05-192-0/+65
* revert CL 84847wjia@google.com2011-05-101-3/+6
* Adding a new file for media stream types that will be used by future Chrome c...wjia@google.com2011-05-101-5/+3
* add video capture message filter and its unit test.wjia@google.com2011-05-062-24/+41
* Linux hardware dependent code for Video Capture.scherkus@chromium.org2011-05-045-0/+794
* Add IPC messages and renderer process side API for video capture. wjia@google.com2011-04-121-0/+118