summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Fixed method name after it was changed (https://chromiumcodereview.appspot.co...avayvod@chromium.org2013-09-161-1/+1
* Move EME key system knowledge from content/ to chrome/.ddorwin@chromium.org2013-09-133-0/+194
* Update include paths in chrome et al. for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Use a direct include of the shared_memory header in base/, chrome/, components/.avi@chromium.org2013-07-172-2/+2
* Rename WebRtcLoggingHandlerImpl to ChromeWebRtcLogMessageDelegate.grunell@chromium.org2013-07-015-38/+41
* Logging machine info to diagnostic WebRTC log.grunell@chromium.org2013-06-141-1/+2
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Moving WebRTC logging related files from content to chrome.grunell@chromium.org2013-05-315-0/+328
* Move core renderer subdirectories to content.jam@chromium.org2011-03-167-1199/+0
* Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}scherkus@chromium.org2011-03-121-1/+0
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-111-8/+10
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-111-10/+8
* Fix some pass-by-values caught by Coveritystuartmorgan@chromium.org2011-03-112-2/+2
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-091-8/+10
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-092-4/+0
* Remove width_ and height_ from various VideoDecoder implementations.scherkus@chromium.org2011-03-082-14/+17
* 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-162-6/+14
* Remove includes of message headers in headers.jam@chromium.org2011-02-091-0/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-16/+16
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-151-1/+0
* Replace MockFilterCallback with MockCallback and simplify unit tests.scherkus@chromium.org2011-01-151-19/+9
* 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