index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
video
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h.
rsesek@chromium.org
2013-01-03
1
-2
/
+2
*
Verify that cameras support desired formats.
posciak@chromium.org
2012-12-22
1
-9
/
+37
*
Add OWNER file in media/video/capture.
wjia@chromium.org
2012-12-21
1
-0
/
+3
*
Re-land fix for Media Foundation crash. Remove Vista support.
tommi@chromium.org
2012-12-10
3
-10
/
+38
*
Revert 172049
battre@chromium.org
2012-12-10
3
-36
/
+10
*
Do a thorough check for the availability of the Media Foundation DLLs.
tommi@chromium.org
2012-12-10
3
-10
/
+36
*
Set video capture frame rate based on client's request.
wjia@chromium.org
2012-12-07
2
-0
/
+19
*
Re-land https://codereview.chromium.org/11419200/
tommi@chromium.org
2012-12-05
6
-113
/
+685
*
Revert 171212
tommi@chromium.org
2012-12-05
6
-680
/
+115
*
Re-land https://codereview.chromium.org/11419200/
tommi@chromium.org
2012-12-05
6
-115
/
+680
*
Revert 170912 - need more delayloads.
tommi@chromium.org
2012-12-04
6
-680
/
+115
*
Video capture implementation using the Media Foundation API.
tommi@chromium.org
2012-12-04
6
-115
/
+680
*
Fix and use the "MAYBE_CaptureMjpeg" macro for the CaptureMjpeg unit test.
tommi@chromium.org
2012-11-23
1
-5
/
+5
*
Get the VideoCaptureDeviceTest tests running on windows (again?).
tommi@chromium.org
2012-11-22
1
-1
/
+8
*
Implement audio/video sync instrumentation for WebRTC
hclam@chromium.org
2012-11-02
2
-10
/
+58
*
Added mjpeg video capture support for Linux.
mflodman@chromium.org
2012-10-29
3
-15
/
+68
*
Add a flag to use fake camera for getUserMedia()
hclam@chromium.org
2012-10-26
2
-2
/
+18
*
Add crash key for Mac video capture
sail@chromium.org
2012-10-10
1
-0
/
+6
*
[Mac] Enumerate webcam devices on the main thread.
shess@chromium.org
2012-10-10
1
-7
/
+15
*
[Mac] Remove webcam capture output on main thread to OS race.
shess@chromium.org
2012-10-10
1
-3
/
+15
*
disconnect captureOutput from VideoCaptureDeviceQTKit and captureSession when...
wjia@chromium.org
2012-10-08
1
-0
/
+6
*
[Mac] Reformat webcam frames which do not match receiver assumptions.
shess@chromium.org
2012-10-08
2
-2
/
+33
*
move lock into qtkit code to remove racing condition.
wjia@chromium.org
2012-09-28
4
-23
/
+24
*
Cleanup: avoid foo ? true : false, part 1.
thestig@chromium.org
2012-09-27
1
-1
/
+1
*
Fix crash when trying to use a camera that is already in use.
perkj@chromium.org
2012-09-27
2
-0
/
+15
*
create a separate WebMediaPlayer for URL derived from media stream
wjia@chromium.org
2012-09-25
1
-0
/
+1
*
Made media compiled by clang
michaelbai@chromium.org
2012-09-10
1
-4
/
+5
*
use lock to make sure device will not deliver any frame after it's stopped.
wjia@chromium.org
2012-09-06
2
-2
/
+12
*
use manual release for QTCaptureDecompressedVideoOutput.
wjia@chromium.org
2012-08-24
2
-6
/
+11
*
clear QTCaptureDecompressedVideoOutput's delegate when CaptureSession is rele...
wjia@chromium.org
2012-08-21
1
-0
/
+2
*
fix detection of video capture device on linux
wjia@chromium.org
2012-08-07
1
-4
/
+6
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-06
1
-1
/
+0
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-0
/
+4
*
VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...
fischman@chromium.org
2012-07-17
1
-9
/
+6
*
Remove #pragma once from media
ajwong@chromium.org
2012-07-11
4
-6
/
+2
*
Switch to TimeDelta interfaces for TestTimeouts in media code.
tedvessenes@gmail.com
2012-07-09
1
-10
/
+5
*
Pepper needs to repeatedly call enumeration API in order to get a synchronous...
xians@chromium.org
2012-07-06
2
-5
/
+15
*
RefCounted types should not have public destructors, delegate cleanup
rsleevi@chromium.org
2012-06-26
2
-4
/
+10
*
open camera with O_RDWR.
wjia@chromium.org
2012-06-08
1
-1
/
+2
*
Plumb texture target to VideoDecodeAccelerator::Client
sail@chromium.org
2012-06-08
1
-2
/
+3
*
change LOG to DVLOG(1)
wjia@chromium.org
2012-05-30
3
-8
/
+8
*
handle the case when device is closed before media pipeline is fully initiali...
wjia@chromium.org
2012-05-30
1
-1
/
+1
*
RefCounted types should not have public destructors, media/ and gpu/ edition
rsleevi@chromium.org
2012-05-18
1
-1
/
+3
*
Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.
thestig@chromium.org
2012-05-16
1
-1
/
+1
*
Merge VideoCaptureDevice::Capability with media::VideoCaptureCapability
yujie.mao@intel.com
2012-04-28
15
-81
/
+91
*
Fix TODO: return name and id as NSArray* instead of QTCaptureDevice*.
scherkus@chromium.org
2012-04-28
3
-11
/
+18
*
add more color formats NV21 and YV12 in video capture (mainly from Android).
wjia@chromium.org
2012-04-18
1
-1
/
+3
*
Move VideoCapture::VideoCaptureCapability to video_capture_types.h
yujie.mao@intel.com
2012-04-18
2
-13
/
+14
*
Remove flaky unit test VideoCaptureTest::AllocateSameCameraTwice
perkj@chromium.org
2012-04-17
1
-36
/
+1
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
2
-2
/
+2
[next]