summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Almost done deinlining virtual methods.erg@google.com2010-12-162-2/+10
* Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...jam@chromium.org2010-12-141-2/+2
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-7/+7
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-032-4/+4
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-1/+3
* Deleted code associated with --enable-gpu-rendering andkbr@chromium.org2010-11-082-241/+0
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Rename UploadToVideoFrame to ConvertToVideoFrame.tfarina@chromium.org2010-10-302-5/+5
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-1/+1
* Fix excessive IPCs by audio renderer.sergeyu@chromium.org2010-10-263-6/+7
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-236-109/+16
* Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...kkania@chromium.org2010-10-201-1/+0
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-201-0/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+3
* Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.hclam@chromium.org2010-10-081-2/+4
* Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...hclam@chromium.org2010-10-081-4/+2
* Move MFT H264 video decoder implementation and connect it to GpuVideoDecoderhclam@chromium.org2010-10-081-2/+4
* GpuVideoDecoderHost runs on IO thread instead of Render threadhclam@chromium.org2010-10-072-13/+11
* Make FakeGlVideoDecodeEngine works in the hardware video decoding architecturehclam@chromium.org2010-10-073-7/+16
* Cleanup in VideoFramehclam@chromium.org2010-10-071-2/+0
* Implement Gles2VideoDecoderContexthclam@chromium.org2010-10-073-11/+96
* Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...satish@chromium.org2010-10-061-1/+0
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-061-0/+1
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-1/+1
* Resubmit - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderhclam@chromium.org2010-09-294-351/+156
* Revert 60912 - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderjochen@chromium.org2010-09-294-156/+351
* Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderhclam@chromium.org2010-09-294-351/+156
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-293-25/+16
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+1
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-173-12/+20
* Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...mlloyd@chromium.org2010-09-173-12/+12
* Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContextmlloyd@chromium.org2010-09-172-9/+1
* Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContexthclam@chromium.org2010-09-172-1/+9
* GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...hclam@chromium.org2010-09-173-12/+12
* Adds default constructors and destructors to ViewHostMsgs.hbono@chromium.org2010-09-151-6/+6
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-134-23/+56
* Add a VideoDecodeContext that provides resources for a VideoDecodeEnginehclam@chromium.org2010-09-072-0/+151
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-053-9/+8
* Complete initializing a GPU video decoder in a GLES2 contexthclam@chromium.org2010-09-032-74/+81
* Connect GpuVideoDecodeServiceHost with ggl::Context and CommandBufferProxyhclam@chromium.org2010-09-032-20/+19
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-312-22/+12
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-0/+1
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-1/+0
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-0/+1
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-242-1/+2
* Set state of a new audio stream to Paused until it start to play. Also added ...sergeyu@chromium.org2010-08-211-2/+7
* media: use VideoDecodeEngine interface in gpu_video_decoder abstraction.jiesun@google.com2010-08-171-0/+3
* Initialize the members and avoid inlining the constructors.finnur@chromium.org2010-08-121-1/+1
* 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...jiesun@google.com2010-08-102-0/+444
* Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.ananta@chromium.org2010-08-092-444/+0