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
*
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
*
Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfile
fischman@chromium.org
2012-03-30
1
-4
/
+1
*
Revert 129752 - Replace the unnecessary VDA::Profile typedef with media::Vide...
mihaip@chromium.org
2012-03-30
1
-1
/
+4
*
Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfile
fischman@chromium.org
2012-03-30
1
-4
/
+1
*
[Coverity] Fixed possible resource leak
groby@chromium.org
2012-03-29
1
-1
/
+1
*
[Coverity] Pass-by-val -> pass-by-ref
groby@chromium.org
2012-03-29
1
-5
/
+6
*
[Coverity] Fixed frame size
wjia@chromium.org
2012-03-28
2
-2
/
+5
*
PinBase: Fix assign-to-self bug.
jhawkins@chromium.org
2012-01-30
1
-2
/
+2
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
2
-4
/
+4
*
Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...
fischman@chromium.org
2012-01-13
1
-4
/
+0
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
3
-8
/
+3
*
base::Bind: Remove callback_old.h.
jhawkins@chromium.org
2012-01-03
1
-2
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
2
-1
/
+3
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
1
-20
/
+4
[next]