| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed method name after it was changed (https://chromiumcodereview.appspot.co... | avayvod@chromium.org | 2013-09-16 | 1 | -1/+1 |
* | Move EME key system knowledge from content/ to chrome/. | ddorwin@chromium.org | 2013-09-13 | 3 | -0/+194 |
* | Update include paths in chrome et al. for base/process changes. | rsesek@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Use a direct include of the shared_memory header in base/, chrome/, components/. | avi@chromium.org | 2013-07-17 | 2 | -2/+2 |
* | Rename WebRtcLoggingHandlerImpl to ChromeWebRtcLogMessageDelegate. | grunell@chromium.org | 2013-07-01 | 5 | -38/+41 |
* | Logging machine info to diagnostic WebRTC log. | grunell@chromium.org | 2013-06-14 | 1 | -1/+2 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 2 | -2/+2 |
* | Moving WebRTC logging related files from content to chrome. | grunell@chromium.org | 2013-05-31 | 5 | -0/+328 |
* | Move core renderer subdirectories to content. | jam@chromium.org | 2011-03-16 | 7 | -1199/+0 |
* | Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h} | scherkus@chromium.org | 2011-03-12 | 1 | -1/+0 |
* | Remove FFmpegVideoDecodeEngine's dependency on AVStream (again). | scherkus@chromium.org | 2011-03-11 | 1 | -8/+10 |
* | Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream. | tyoshino@chromium.org | 2011-03-11 | 1 | -10/+8 |
* | Fix some pass-by-values caught by Coverity | stuartmorgan@chromium.org | 2011-03-11 | 2 | -2/+2 |
* | Remove FFmpegVideoDecodeEngine's dependency on AVStream. | scherkus@chromium.org | 2011-03-09 | 1 | -8/+10 |
* | Remove the silly notion of MIME types from media code. | scherkus@chromium.org | 2011-03-09 | 2 | -4/+0 |
* | Remove width_ and height_ from various VideoDecoder implementations. | scherkus@chromium.org | 2011-03-08 | 2 | -14/+17 |
* | 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 | 2 | -6/+14 |
* | Remove includes of message headers in headers. | jam@chromium.org | 2011-02-09 | 1 | -0/+1 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 2 | -16/+16 |
* | Remove MessageLoop methods from Filter interface to | acolwell@chromium.org | 2011-01-15 | 1 | -1/+0 |
* | Replace MockFilterCallback with MockCallback and simplify unit tests. | scherkus@chromium.org | 2011-01-15 | 1 | -19/+9 |
* | 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 |