summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/gpu_video_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Move chrome\gpu to content\gpu.jam@chromium.org2011-03-121-427/+0
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-111-8/+11
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-111-11/+8
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-101-4/+8
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-091-8/+11
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-1/+1
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-161-1/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+5
* Rename UploadToVideoFrame to ConvertToVideoFrame.tfarina@chromium.org2010-10-301-4/+5
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-4/+1
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+11
* Revert "Delay loading Media Foundations DLLs"hclam@chromium.org2010-10-191-2/+4
* Delay loading Media Foundations DLLshclam@chromium.org2010-10-191-4/+2
* Remove the usage of MFT related objects so they don't get linked.hclam@chromium.org2010-10-081-2/+4
* Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.hclam@chromium.org2010-10-081-4/+24
* Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...hclam@chromium.org2010-10-081-24/+4
* Fix build failure.hclam@chromium.org2010-10-081-2/+7
* Move MFT H264 video decoder implementation and connect it to GpuVideoDecoderhclam@chromium.org2010-10-081-4/+19
* Make FakeGlVideoDecodeEngine works in the hardware video decoding architecturehclam@chromium.org2010-10-071-2/+15
* Implement GpuVideoDecoderHost and unit testshclam@chromium.org2010-10-071-10/+13
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-1/+1
* Implement video frame exchange in GpuVideoDecoder and testshclam@chromium.org2010-09-291-48/+61
* Revert r60126 that broke the build.hclam@chromium.org2010-09-221-5/+1
* SendAllocateVideoFrames to the rendererhclam@chromium.org2010-09-211-1/+5
* Build fix. Chromium mac compiles again...hclam@chromium.org2010-09-171-5/+1
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-171-110/+101
* Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...mlloyd@chromium.org2010-09-171-76/+107
* Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContextmlloyd@chromium.org2010-09-171-31/+9
* Revert 59786 - Fix build.mlloyd@chromium.org2010-09-171-2/+1
* Fix build.hclam@chromium.org2010-09-171-1/+2
* Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContexthclam@chromium.org2010-09-171-9/+31
* GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...hclam@chromium.org2010-09-171-107/+76
* Add IPC messages for allocation video frames for hardware video decoderhclam@chromium.org2010-09-171-13/+3
* Defines GpuVideoDevice for video frame allocationhclam@chromium.org2010-09-161-1/+43
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-131-52/+70
* Clean up texture types in VideoFramehclam@chromium.org2010-09-091-2/+0
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-051-6/+6
* Complete initializing a GPU video decoder in a GLES2 contexthclam@chromium.org2010-09-031-4/+5
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-1/+3
* media: use VideoDecodeEngine interface in gpu_video_decoder abstraction.jiesun@google.com2010-08-171-9/+214
* Initialize the members and avoid inlining the constructors.finnur@chromium.org2010-08-121-1/+4
* 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...jiesun@google.com2010-08-101-0/+108
* Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.ananta@chromium.org2010-08-091-108/+0
* Special thanks for in-ming cheng's MFT hardware decodering code.jiesun@google.com2010-08-091-0/+108