summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Use adapter's additional params to detect codecs supported by CDM.ddorwin@chromium.org2013-10-291-13/+69
* Use CastEnvironment and CastSender in CastSessionDelegatehclam@chromium.org2013-10-253-3/+73
* Defines CastSessionDelegate and connects Cast objectshclam@chromium.org2013-10-259-14/+137
* Enable use of MediaDrm by default on Android.xhwang@chromium.org2013-10-221-4/+1
* mac: Fix build with ffmpeg_branding=Chrome proprietary_codecs=1.thakis@chromium.org2013-10-181-0/+2
* Interface and skeleton code for Cast Extensions APIhclam@chromium.org2013-10-186-0/+264
* Add support for avc3 codec string.acolwell@chromium.org2013-10-181-4/+5
* Handle CdmWrapper::Initialize() failure gracefully.xhwang@chromium.org2013-10-141-1/+6
* Disable use of MediaDrm by default on Android.xhwang@chromium.org2013-10-101-1/+4
* Hook up WebRTC logging extension API to the underlying functionality.grunell@chromium.org2013-10-035-47/+42
* InstantExtended: Send search URLs to renderers. jered@chromium.org2013-10-011-12/+15
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-10/+12
* Rename hrsurface and simplify the IPC struct definitionqinmin@chromium.org2013-09-201-8/+12
* Populate canPlayType to rendererqinmin@chromium.org2013-09-191-14/+52
* Always Register the Clear Key key system in content.ddorwin@chromium.org2013-09-181-19/+0
* Add key system Widevine.hr if platform supports RAjrummell@chromium.org2013-09-181-10/+44
* Check whether the Pepper CDM is available before adding the key system.ddorwin@chromium.org2013-09-171-46/+66
* 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