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
/
chrome
/
gpu
/
gpu_video_decoder.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move chrome\gpu to content\gpu.
jam@chromium.org
2011-03-12
1
-427
/
+0
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).
scherkus@chromium.org
2011-03-11
1
-8
/
+11
*
Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.
tyoshino@chromium.org
2011-03-11
1
-11
/
+8
*
Move GPU messages to content. I've also switched the IPC structs to use the ...
jam@chromium.org
2011-03-10
1
-4
/
+8
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream.
scherkus@chromium.org
2011-03-09
1
-8
/
+11
*
Move ChildThread and ChildProcess to content. Also move remaining code that ...
jam@chromium.org
2011-03-08
1
-1
/
+1
*
Implement webkit media metrics in chromium.
scherkus@chromium.org
2011-02-16
1
-1
/
+4
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-2
/
+5
*
Rename UploadToVideoFrame to ConvertToVideoFrame.
tfarina@chromium.org
2010-10-30
1
-4
/
+5
*
Fix up SharedMemory implementation so that it is more equivalent on Windows v...
dmaclach@chromium.org
2010-10-27
1
-4
/
+1
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
1
-0
/
+11
*
Revert "Delay loading Media Foundations DLLs"
hclam@chromium.org
2010-10-19
1
-2
/
+4
*
Delay loading Media Foundations DLLs
hclam@chromium.org
2010-10-19
1
-4
/
+2
*
Remove the usage of MFT related objects so they don't get linked.
hclam@chromium.org
2010-10-08
1
-2
/
+4
*
Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.
hclam@chromium.org
2010-10-08
1
-4
/
+24
*
Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...
hclam@chromium.org
2010-10-08
1
-24
/
+4
*
Fix build failure.
hclam@chromium.org
2010-10-08
1
-2
/
+7
*
Move MFT H264 video decoder implementation and connect it to GpuVideoDecoder
hclam@chromium.org
2010-10-08
1
-4
/
+19
*
Make FakeGlVideoDecodeEngine works in the hardware video decoding architecture
hclam@chromium.org
2010-10-07
1
-2
/
+15
*
Implement GpuVideoDecoderHost and unit tests
hclam@chromium.org
2010-10-07
1
-10
/
+13
*
shared_memory: remove wstrings, fix callers.
evan@chromium.org
2010-09-29
1
-1
/
+1
*
Implement video frame exchange in GpuVideoDecoder and tests
hclam@chromium.org
2010-09-29
1
-48
/
+61
*
Revert r60126 that broke the build.
hclam@chromium.org
2010-09-22
1
-5
/
+1
*
SendAllocateVideoFrames to the renderer
hclam@chromium.org
2010-09-21
1
-1
/
+5
*
Build fix. Chromium mac compiles again...
hclam@chromium.org
2010-09-17
1
-5
/
+1
*
Resubmit GpuVideoDecoder and related patches.
hclam@chromium.org
2010-09-17
1
-110
/
+101
*
Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...
mlloyd@chromium.org
2010-09-17
1
-76
/
+107
*
Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
mlloyd@chromium.org
2010-09-17
1
-31
/
+9
*
Revert 59786 - Fix build.
mlloyd@chromium.org
2010-09-17
1
-2
/
+1
*
Fix build.
hclam@chromium.org
2010-09-17
1
-1
/
+2
*
Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
hclam@chromium.org
2010-09-17
1
-9
/
+31
*
GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...
hclam@chromium.org
2010-09-17
1
-107
/
+76
*
Add IPC messages for allocation video frames for hardware video decoder
hclam@chromium.org
2010-09-17
1
-13
/
+3
*
Defines GpuVideoDevice for video frame allocation
hclam@chromium.org
2010-09-16
1
-1
/
+43
*
Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...
hclam@chromium.org
2010-09-13
1
-52
/
+70
*
Clean up texture types in VideoFrame
hclam@chromium.org
2010-09-09
1
-2
/
+0
*
Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful
hclam@chromium.org
2010-09-05
1
-6
/
+6
*
Complete initializing a GPU video decoder in a GLES2 context
hclam@chromium.org
2010-09-03
1
-4
/
+5
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-1
/
+3
*
media: use VideoDecodeEngine interface in gpu_video_decoder abstraction.
jiesun@google.com
2010-08-17
1
-9
/
+214
*
Initialize the members and avoid inlining the constructors.
finnur@chromium.org
2010-08-12
1
-1
/
+4
*
1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...
jiesun@google.com
2010-08-10
1
-0
/
+108
*
Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.
ananta@chromium.org
2010-08-09
1
-108
/
+0
*
Special thanks for in-ming cheng's MFT hardware decodering code.
jiesun@google.com
2010-08-09
1
-0
/
+108