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
*
Uninitialized member in FakeVideoCaptureDevice.
finnur@chromium.org
2011-06-12
1
-0
/
+1
*
Uninitialized member in VideoFrameBuffer.
finnur@chromium.org
2011-06-12
1
-1
/
+6
*
Implement AssignGLESBuffers for VideoDecode PPAPI
vrk@google.com
2011-06-10
2
-12
/
+7
*
Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI
davemoore@chromium.org
2011-06-10
2
-7
/
+12
*
Implement AssignGLESBuffers for VideoDecode PPAPI
vrk@google.com
2011-06-10
2
-12
/
+7
*
Don't forget the ffmpeg input buffer padding when allocating a codec's
cevans@chromium.org
2011-06-08
1
-2
/
+4
*
Random cleanup & improvements to OmxVideoDecodeAccelerator:
fischman@chromium.org
2011-06-06
1
-3
/
+4
*
Removing FFmpegVideoAllocator as it provides little benefit while increasing ...
scherkus@chromium.org
2011-06-03
4
-348
/
+31
*
Revert 87790 - Removing defunct OpenMAX code.
scherkus@chromium.org
2011-06-03
2
-0
/
+1603
*
Removing defunct OpenMAX code.
scherkus@chromium.org
2011-06-03
2
-1603
/
+0
*
Removing defunct Media Foundation based video decode engines and devices.
scherkus@chromium.org
2011-06-03
3
-1213
/
+0
*
Respect pixel aspect ratio of video if it contains one.
scherkus@chromium.org
2011-06-03
2
-3
/
+5
*
Revert 87578 - Respect pixel aspect ratio of video if it contains one.
michaeln@google.com
2011-06-02
2
-5
/
+3
*
Respect pixel aspect ratio of video if it contains one.
scottfr@chromium.org
2011-06-02
2
-3
/
+5
*
Small fix on Pepper Video Decoder API data types.
vmr@chromium.org
2011-05-31
1
-4
/
+14
*
[Re-instate r86681 by reverting its revert in r86687.]
fischman@chromium.org
2011-05-26
3
-29
/
+15
*
Add initialization callback support for Video Decoder PPAPI.
vrk@google.com
2011-05-25
1
-0
/
+3
*
Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to the...
fischman@chromium.org
2011-05-25
3
-15
/
+29
*
Updated OMX decoder for recent PPAPI changes, and added to the build.
fischman@chromium.org
2011-05-25
3
-29
/
+15
*
VideoCaptureManager opens/closes, starts/stops and enumerates video capture d...
wjia@google.com
2011-05-24
1
-1
/
+1
*
Adding VideoCaptureDevice dummy implementation for platforms without real imp...
wjia@google.com
2011-05-19
2
-0
/
+65
*
Implement VideoDecoder IPC hooks from plugin to GPU process
vrk@google.com
2011-05-13
3
-22
/
+33
*
revert CL 84847
wjia@google.com
2011-05-10
1
-3
/
+6
*
Update VideoDecode PPAPI structs to be consistent with media structures, part 1
vrk@google.com
2011-05-10
4
-270
/
+157
*
Adding a new file for media stream types that will be used by future Chrome c...
wjia@google.com
2011-05-10
1
-5
/
+3
*
iwyu: Use callback_old.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
2
-2
/
+2
*
add video capture message filter and its unit test.
wjia@google.com
2011-05-06
2
-24
/
+41
*
Linux hardware dependent code for Video Capture.
scherkus@chromium.org
2011-05-04
5
-0
/
+794
*
Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.
scherkus@chromium.org
2011-04-29
2
-12
/
+8
*
Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...
scherkus@chromium.org
2011-04-27
11
-118
/
+14
*
Draft version of the HW video decode tester and few other changes.
scherkus@chromium.org
2011-04-14
4
-4
/
+385
*
Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.
tfarina@chromium.org
2011-04-12
2
-16
/
+17
*
Add IPC messages and renderer process side API for video capture.
wjia@google.com
2011-04-12
1
-0
/
+118
*
Remove svn:mergeinfo props from many files.
pkasting@chromium.org
2011-04-08
2
-2
/
+2
*
Fix some style issues in media/video/ffmpeg_video_allocator.{cc,h}.
scherkus@chromium.org
2011-04-01
2
-14
/
+16
*
Create helper methods to process FFmpeg index data.
acolwell@chromium.org
2011-04-01
1
-1
/
+1
*
Checking in media::BitstreamBuffer and media::VideoDecodeAccelerator interfaces.
scherkus@chromium.org
2011-03-30
1
-0
/
+189
*
Initialize uninitialized members in a couple media classes.
finnur@chromium.org
2011-03-28
2
-8
/
+14
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
6
-8
/
+8
*
Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}
scherkus@chromium.org
2011-03-12
2
-3
/
+1
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).
scherkus@chromium.org
2011-03-11
9
-108
/
+194
*
Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.
tyoshino@chromium.org
2011-03-11
9
-185
/
+108
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream.
scherkus@chromium.org
2011-03-09
9
-108
/
+185
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
1
-10
/
+6
*
Retry: Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-19
1
-22
/
+18
*
Revert 75444 - Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-18
1
-18
/
+22
*
Move MockFFmpeg instance setting into the constructor/destructor.
scherkus@chromium.org
2011-02-18
1
-22
/
+18
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
7
-26
/
+53
*
Revert 74700 - Revert the "out-of-lining of test code" change within src/media
nsylvain@chromium.org
2011-02-12
2
-4
/
+22
*
Revert the "out-of-lining of test code" change within src/media
nsylvain@chromium.org
2011-02-11
2
-22
/
+4
[next]