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
*
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
*
Another big out-of-lining of test code. Hits a lot of gmock objects
erg@google.com
2011-02-08
2
-4
/
+22
*
Chromium build failed with heap leak checker, or configured with
tony@chromium.org
2011-01-13
1
-3
/
+2
*
Handle changes in video frame size.
scherkus@chromium.org
2011-01-07
2
-33
/
+78
*
Deinline even more destructors.
erg@google.com
2010-12-14
4
-5
/
+15
*
FBTF: Remove unneeded headers from base/ (part 9)
thestig@chromium.org
2010-11-20
1
-2
/
+1
*
Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp.
scherkus@chromium.org
2010-11-12
4
-8
/
+8
*
Rename UploadToVideoFrame to ConvertToVideoFrame.
tfarina@chromium.org
2010-10-30
3
-5
/
+5
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
6
-8
/
+26
*
Convert LOG(INFO) to VLOG(1) - media/.
pkasting@chromium.org
2010-10-19
2
-55
/
+50
*
Revert "Delay loading Media Foundations DLLs"
hclam@chromium.org
2010-10-19
1
-4
/
+0
*
Delay loading Media Foundations DLLs
hclam@chromium.org
2010-10-19
1
-0
/
+4
*
Initialize context_ to NULL.
finnur@chromium.org
2010-10-16
1
-1
/
+2
*
xRevert 62319 - re-enable ogg threads
fbarchard@chromium.org
2010-10-12
1
-2
/
+4
*
re-enable ogg threads
fbarchard@chromium.org
2010-10-12
1
-4
/
+2
*
Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.
hclam@chromium.org
2010-10-08
5
-249
/
+1208
*
Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...
hclam@chromium.org
2010-10-08
5
-1208
/
+249
*
Move MFT H264 video decoder implementation and connect it to GpuVideoDecoder
hclam@chromium.org
2010-10-08
5
-249
/
+1208
*
Implement GpuVideoDecoderHost and unit tests
hclam@chromium.org
2010-10-07
1
-0
/
+20
*
Resubmit - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder
hclam@chromium.org
2010-09-29
2
-2
/
+3
*
Revert 60912 - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder
jochen@chromium.org
2010-09-29
2
-3
/
+2
*
Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder
hclam@chromium.org
2010-09-29
2
-2
/
+3
*
Implement video frame exchange in GpuVideoDecoder and tests
hclam@chromium.org
2010-09-29
2
-1
/
+35
*
Initialize OpenMAX with a different number of input buffers
hclam@chromium.org
2010-09-27
1
-1
/
+1
*
Video decode context for MFT H264 decode engine. The context will be construc...
imcheng@chromium.org
2010-09-17
2
-0
/
+249
*
Resubmit GpuVideoDecoder and related patches.
hclam@chromium.org
2010-09-17
7
-24
/
+68
*
Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...
mlloyd@chromium.org
2010-09-17
1
-21
/
+14
*
Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
mlloyd@chromium.org
2010-09-17
7
-47
/
+10
*
Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
hclam@chromium.org
2010-09-17
7
-10
/
+47
*
GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...
hclam@chromium.org
2010-09-17
1
-14
/
+21
*
Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...
hclam@chromium.org
2010-09-13
4
-57
/
+61
[next]