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
/
capture
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: Migrate callers of message_loop_proxy() to task_runner()
skyostil
2015-06-17
1
-1
/
+1
*
Send bytes_used of v4l2 captured frame when video capture
kcwu
2015-05-25
6
-3
/
+38
*
Getting rid of duplicate includes from media/
anujk.sharma
2015-05-14
1
-1
/
+0
*
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.
anujk.sharma
2015-04-30
1
-2
/
+3
*
Revert of [media] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle ...
xhwang
2015-04-27
1
-3
/
+2
*
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.
anujk.sharma
2015-04-27
1
-2
/
+3
*
Filter in Capture device with pixel format RGB3 to make WebcamStudio virtual ...
qiangchen
2015-03-31
1
-0
/
+1
*
Reland 967793002 Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Mul...
mcasas
2015-03-23
9
-428
/
+894
*
Revert of Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plan...
perkj
2015-03-23
9
-894
/
+428
*
Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plane.
mcasas
2015-03-20
9
-428
/
+894
*
Increase VIDIOC_REQBUFS count from 2 to 4
jchuang
2015-03-19
1
-5
/
+6
*
Cast: Basic cast_receiver API for chrome.
hubbe
2015-02-25
2
-2
/
+2
*
Reland (2): Linux Video Capture: Add support for multiplanar YUV420 format en...
mcasas
2015-01-28
1
-73
/
+105
*
Update {virtual,override,final} to follow C++11 style in media, round 2.
dcheng
2015-01-23
2
-8
/
+6
*
Revert "Relanding: Linux Video Capture: Add support for multiplanar YUV420 fo...
perkj
2015-01-15
1
-105
/
+73
*
Linux Video Capture: Extracted V4L2CaptureDelegate as a nested class of Video...
mcasas
2014-12-19
2
-196
/
+209
*
Relanding: Linux Video Capture: Add support for multiplanar YUV420 format enu...
mcasas
2014-12-18
1
-73
/
+105
*
Revert of Linux Video Capture: Add support for multiplanar M420 format enumer...
chirantan
2014-12-18
1
-108
/
+73
*
Linux Video Capture: Add support for multiplanar M420 format enumeration.
mcasas
2014-12-18
1
-73
/
+108
*
Linux Video Capture: small cleanup
mcasas
2014-12-17
3
-97
/
+76
*
Use factory method to create VideoCaptureDeviceFactory .
sl.ostapenko
2014-11-24
1
-0
/
+7
*
VideoCaptureDeviceLinux::OnCaptureTask: Use poll instead of select to check w...
magjed
2014-11-14
1
-32
/
+14
*
VideoCaptureDeviceLinux: clean up |state_| variable
magjed
2014-11-06
2
-16
/
+6
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
2
-8
/
+8
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
3
-8
/
+8
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/
thestig
2014-09-13
1
-1
/
+1
*
Linux video capture: handle devices that don't enumerate any frame rates
magjed
2014-09-09
3
-7
/
+17
*
Add ToString function for media::VideoCaptureFormat
magjed
2014-09-04
1
-4
/
+1
*
Add support for pixel format UYVY in Linux video capture
magjed
2014-09-03
1
-1
/
+5
*
Log error messages in windows video capture
magjed
2014-09-01
1
-1
/
+0
*
Fix 'except' and 'prefer' spelling.
tnagel@chromium.org
2014-07-16
1
-1
/
+1
*
VideoCaptureDeviceLinux: 2 tiny error printout addition.
mcasas@chromium.org
2014-07-03
2
-1
/
+6
*
VideoCaptureDevice: remove emtpy static methods that are now implemented in t...
mcasas@chromium.org
2014-06-07
1
-24
/
+0
*
Check that capture_device_ is valid before setting the rotation on it
zork@chromium.org
2014-06-06
1
-1
/
+2
*
VideoCaptureFormat: change frame rate from integer to float.
mcasas@chromium.org
2014-06-05
1
-6
/
+8
*
Fix DCHECK triggered when using a webcam on debug builds
robert.bradford@intel.com
2014-06-04
2
-3
/
+4
*
VideoCaptureDeviceFactory: change device enumeration to callback + QTKit enum...
mcasas@chromium.org
2014-06-03
2
-6
/
+13
*
Add OnDisplayMetricsChanged in DisplayObserver.
mlamouri@chromium.org
2014-05-22
1
-5
/
+6
*
Revert of Add OnDisplayMetricsChanged in DisplayObserver. (https://codereview...
zea@chromium.org
2014-05-20
1
-6
/
+5
*
Add OnDisplayMetricsChanged in DisplayObserver.
mlamouri@chromium.org
2014-05-20
1
-5
/
+6
*
Add a ChromeOS implementation of VideoCaptureDevice that is aware of the rota...
zork@chromium.org
2014-05-20
6
-3
/
+196
*
VideoCaptureDevice{Linux,Android}: extract Factory methods to class.
mcasas@chromium.org
2014-05-15
4
-144
/
+242
*
V4L2: Connect antibanding/anti-flicker where supported
mcasas@chromium.org
2014-04-07
1
-0
/
+13
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-17
2
-42
/
+39
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
jochen@chromium.org
2014-03-15
2
-39
/
+42
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
2
-42
/
+39
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
thakis@chromium.org
2014-03-14
2
-39
/
+42
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
2
-42
/
+39
*
Implement IPCs and VideoCapture::Client interfaces for texture capture
sheu@chromium.org
2014-02-28
1
-3
/
+3
*
Reland CL to implement browser-side logging to WebRtc log.
vrk@chromium.org
2014-01-29
1
-1
/
+1
[next]