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
/
renderer
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
2
-2
/
+10
*
Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...
jam@chromium.org
2010-12-14
1
-2
/
+2
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
1
-7
/
+7
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
2
-4
/
+4
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
1
-1
/
+3
*
Deleted code associated with --enable-gpu-rendering and
kbr@chromium.org
2010-11-08
2
-241
/
+0
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Rename UploadToVideoFrame to ConvertToVideoFrame.
tfarina@chromium.org
2010-10-30
2
-5
/
+5
*
Fix up SharedMemory implementation so that it is more equivalent on Windows v...
dmaclach@chromium.org
2010-10-27
1
-1
/
+1
*
Fix excessive IPCs by audio renderer.
sergeyu@chromium.org
2010-10-26
3
-6
/
+7
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
6
-109
/
+16
*
Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...
kkania@chromium.org
2010-10-20
1
-1
/
+0
*
On Windows, create a new TransportDIB::Handle struct which includes the file
kkania@chromium.org
2010-10-20
1
-0
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-10-13
1
-1
/
+3
*
Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.
hclam@chromium.org
2010-10-08
1
-2
/
+4
*
Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...
hclam@chromium.org
2010-10-08
1
-4
/
+2
*
Move MFT H264 video decoder implementation and connect it to GpuVideoDecoder
hclam@chromium.org
2010-10-08
1
-2
/
+4
*
GpuVideoDecoderHost runs on IO thread instead of Render thread
hclam@chromium.org
2010-10-07
2
-13
/
+11
*
Make FakeGlVideoDecodeEngine works in the hardware video decoding architecture
hclam@chromium.org
2010-10-07
3
-7
/
+16
*
Cleanup in VideoFrame
hclam@chromium.org
2010-10-07
1
-2
/
+0
*
Implement Gles2VideoDecoderContext
hclam@chromium.org
2010-10-07
3
-11
/
+96
*
Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...
satish@chromium.org
2010-10-06
1
-1
/
+0
*
On Windows, create a new TransportDIB::Handle struct which includes the file
kkania@chromium.org
2010-10-06
1
-0
/
+1
*
shared_memory: remove wstrings, fix callers.
evan@chromium.org
2010-09-29
1
-1
/
+1
*
Resubmit - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder
hclam@chromium.org
2010-09-29
4
-351
/
+156
*
Revert 60912 - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder
jochen@chromium.org
2010-09-29
4
-156
/
+351
*
Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder
hclam@chromium.org
2010-09-29
4
-351
/
+156
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
3
-25
/
+16
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
1
-0
/
+1
*
Resubmit GpuVideoDecoder and related patches.
hclam@chromium.org
2010-09-17
3
-12
/
+20
*
Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...
mlloyd@chromium.org
2010-09-17
3
-12
/
+12
*
Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
mlloyd@chromium.org
2010-09-17
2
-9
/
+1
*
Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
hclam@chromium.org
2010-09-17
2
-1
/
+9
*
GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...
hclam@chromium.org
2010-09-17
3
-12
/
+12
*
Adds default constructors and destructors to ViewHostMsgs.
hbono@chromium.org
2010-09-15
1
-6
/
+6
*
Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...
hclam@chromium.org
2010-09-13
4
-23
/
+56
*
Add a VideoDecodeContext that provides resources for a VideoDecodeEngine
hclam@chromium.org
2010-09-07
2
-0
/
+151
*
Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful
hclam@chromium.org
2010-09-05
3
-9
/
+8
*
Complete initializing a GPU video decoder in a GLES2 context
hclam@chromium.org
2010-09-03
2
-74
/
+81
*
Connect GpuVideoDecodeServiceHost with ggl::Context and CommandBufferProxy
hclam@chromium.org
2010-09-03
2
-20
/
+19
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
2
-22
/
+12
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-25
1
-0
/
+1
*
Revert 57254 - Share one thread between all AudioOutputControllers instead of...
scherkus@chromium.org
2010-08-24
1
-1
/
+0
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-24
1
-0
/
+1
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
2
-1
/
+2
*
Set state of a new audio stream to Paused until it start to play. Also added ...
sergeyu@chromium.org
2010-08-21
1
-2
/
+7
*
media: use VideoDecodeEngine interface in gpu_video_decoder abstraction.
jiesun@google.com
2010-08-17
1
-0
/
+3
*
Initialize the members and avoid inlining the constructors.
finnur@chromium.org
2010-08-12
1
-1
/
+1
*
1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...
jiesun@google.com
2010-08-10
2
-0
/
+444
*
Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.
ananta@chromium.org
2010-08-09
2
-444
/
+0
[next]