summaryrefslogtreecommitdiffstats
path: root/media/blink
Commit message (Expand)AuthorAgeFilesLines
* Add UYVY 4:2:2 support to VideoFrame and GpuMemoryBuffer.andresantoso2015-08-212-0/+2
* Add a dummy WebSourceBufferImpl::evictCodedFramesservolk2015-08-212-0/+10
* use libyuv to implement yuva conversion in skcanvas.fbarchard2015-08-201-12/+19
* media: Make GpuMemoryBuffers VideoFrame copies asynchronous.dcastagna2015-08-204-5/+17
* Call VideoFrameProviderImpl::DidReceiveFrame when background render completes.jbauman2015-08-151-1/+3
* Remove #if around PIXEL_FORMAT_NV12andresantoso2015-08-142-4/+0
* Remove the old WebMediaSourceImpl::addSourceBuffer overloadservolk2015-08-142-23/+0
* media: Refactor SkCanvasVideoRenderer to use SkImages and not SkBitmaps.dcastagna2015-08-133-237/+120
* Media: Introduce addSourceBuffer which takes an unparsed codecs stringservolk2015-08-122-0/+24
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-112-3/+2
* Fix a double overflow issue when converting seconds to timeDeltaqinmin2015-08-103-14/+2
* media: Rename Media.MSE.Playback UMA to Media.LoadType.xhwang2015-08-061-6/+3
* Introduce OutputDevice interface.guidou2015-07-313-20/+15
* Use skia to do accelerated YUV conversion for rec709 'HD' color space inrileya2015-07-291-6/+7
* Switch to the new SkImageGenerator APIfmalita2015-07-291-8/+7
* Update MediaKeyStatus to replace OutputNotAllowed with OutputRestrictedjrummell2015-07-281-2/+2
* Make UTF16ToASCII and UTF16TOUTF8 take a StringPiecebrettw2015-07-244-8/+14
* Save WebContentDecryptionModuleResult in scoped_ptr<>jrummell2015-07-239-39/+64
* Migrate from WebCallbacks<S, T> to WebCallback<S*, T*> (3/4)yhirano2015-07-231-6/+0
* Migrate from WebCallbacks<S, T> to WebCallback<S*, T*> (1/4)yhirano2015-07-221-0/+6
* media: Add UMA and trace events for CDM creation.xhwang2015-07-212-3/+41
* Initial support for the desktop media pipeline on Android.watk2015-07-201-1/+4
* Add a rappor metric for the origin url of HLS media playbacks.watk2015-07-162-0/+8
* Deprecate LogCB in favor of using MediaLogwolenetz2015-07-143-10/+9
* Eliminate MediaPlayer & MediaPlayerClient abstractionssrirama.m2015-07-145-26/+35
* Check the response URL origin in BufferedDataSource to avoid mixing cross-ori...horo2015-07-147-4/+195
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-135-47/+47
* Revert of Flush pending writes on Skia scratch textures used in Chromium (pat...kbr2015-07-091-5/+0
* Flush pending writes on Skia scratch textures used in Chromiumoetuaho2015-07-091-0/+5
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-6/+7
* Log buffered resource loading failures to media-internalswolenetz2015-07-061-0/+9
* media: Copy YUV VideoFrame textures to TEXTURE_2D in SkCanvasVideoRenderer.dcastagna2015-06-301-0/+15
* Remove flip_y, premultiply_alpha, unmultiply_alpha support in command buffer.zmo2015-06-241-4/+0
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* Remove Chromium specific PixelStorei params in GPU command buffer.zmo2015-06-231-1/+2
* media: Add RAPPOR metric for EME over insecure origin.xhwang2015-06-231-2/+10
* media: Add RAPPOR metrics for EME usage.xhwang2015-06-231-0/+7
* Improve promise rejection message when origin doesn't allow itjrummell2015-06-221-1/+1
* remove legacy SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS flagreed2015-06-221-0/+1
* media: Add RAPPOR metrics for media player origin URLs.xhwang2015-06-183-8/+42
* media: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* Add support for the setSinkId operation to WebMediaPlayerImplguidou2015-06-173-4/+89
* media: remove |level| in copyVideoTextureToPlatformTexture().dongseong.hwang2015-06-162-24/+2
* Add dummy versions of setSinkId() to WebMediaPlayer implementationsguidou2015-06-163-0/+15
* Add support for the audio-output-device switching IPC mechanism to the render...guidou2015-06-162-0/+17
* Revert of Add support for the audio-output-device switching IPC mechanism to ...jmadill2015-06-152-17/+0
* Add support for the audio-output-device switching IPC mechanism to the render...guidou2015-06-152-0/+17
* VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...mcasas2015-06-122-29/+25
* media: Report media stack errors to MediaLog.xhwang2015-06-111-4/+2
* media: SkCanvasVideoRenderer support for YUV native videoframes.dcastagna2015-06-113-40/+112