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
*
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
*
Revert 113895 - <video> decode in hardware!
fischman@chromium.org
2011-12-10
1
-3
/
+19
*
<video> decode in hardware!
fischman@chromium.org
2011-12-10
1
-19
/
+3
*
Removing MessageLoop::QuitTask() from media/
dcheng@chromium.org
2011-12-09
1
-1
/
+1
*
Collapse FFmpegVideoDecodeEngine into FFmpegVideoDecoder and remove VideoDeco...
scherkus@chromium.org
2011-12-07
3
-291
/
+0
*
fix a racing condition when renderer process requests StopCapture before host...
wjia@chromium.org
2011-11-23
1
-11
/
+0
*
Add OVERRIDE to media/.
avi@chromium.org
2011-11-16
3
-15
/
+15
*
Simplify VideoDecodeEngine interface by making everything synchronous.
scherkus@chromium.org
2011-11-04
4
-558
/
+86
*
Fix crash on unsupported pixel formats.
dalecurtis@chromium.org
2011-11-02
2
-14
/
+30
*
refactor video capture in renderer process
wjia@chromium.org
2011-11-01
1
-1
/
+0
*
Remove media::VideoDecodeContext as it has no implementation and is unused.
scherkus@chromium.org
2011-10-28
7
-178
/
+5
*
Miscellaneous header file cleanup for src/media.
scherkus@chromium.org
2011-10-28
1
-1
/
+0
*
Remove DemuxerStream::GetAVStream() once and for all.
scherkus@chromium.org
2011-10-27
2
-19
/
+10
*
fix v4l support on openbsd
robert.nagy@gmail.com
2011-10-25
1
-0
/
+4
*
Adding VideoCaptureDevice for Mac.
mflodman@chromium.org
2011-10-18
5
-4
/
+473
*
Fix ASAN error in FFmpegVideoDecodeEngineTest.DecodeFrame_SmallerHeight intro...
scherkus@chromium.org
2011-10-05
1
-6
/
+15
*
Fix support for yuv_422 pixel format.
scherkus@chromium.org
2011-10-04
2
-12
/
+14
*
Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.
scherkus@chromium.org
2011-10-01
3
-41
/
+16
*
gcc 4.6 warnings cleanup
pph34r@gmail.com
2011-09-30
1
-6
/
+1
*
Follow-up cleanup promised during r103376's CR.
fischman@chromium.org
2011-09-30
1
-1
/
+0
*
Here are more exports needed for content_unittests to link in the component b...
dpranke@chromium.org
2011-09-30
1
-1
/
+2
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
4
-25
/
+33
*
Properly scope the lifetime of the |PPB_VideoCapture_Impl|.
viettrungluu@chromium.org
2011-09-28
2
-1
/
+15
*
Add OnRemoved() in VideoCapture::EventHandler API
wjia@chromium.org
2011-09-27
3
-0
/
+11
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
1
-2
/
+4
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-0
/
+1
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
3
-31
/
+27
[next]