summaryrefslogtreecommitdiffstats
path: root/media/renderers
Commit message (Expand)AuthorAgeFilesLines
* Cleanse all instances of overloaded PIPELINE_ERROR_DECODE.dalecurtis2016-03-184-42/+20
* Connect MojoAudioDecoder to the servicetimav2016-03-181-2/+2
* Add MojoVideoDecoder.sandersd2016-03-151-3/+7
* Request a GpuVideoAcceleratorFactories when constructing decoders.sandersd2016-03-142-13/+21
* media config: expand is_encrypted to a struct.dougsteed2016-03-121-6/+3
* Revert of media config: expand is_encrypted to a struct. (patchset #23 id:440...alexmos2016-03-111-3/+6
* media config: expand is_encrypted to a struct.dougsteed2016-03-111-6/+3
* Modify YUV codecs to match Skia's API changemsarett2016-03-101-42/+55
* Allow huge play delay and don't crash due to overflow.dalecurtis2016-03-052-8/+22
* Improve currentTime() accuracy with large audio buffer sizes.dalecurtis2016-03-043-13/+72
* Use GrGLTextureInfo for Skia texture handles.bsalomon2016-02-271-18/+22
* Create abstract interface for media::Pipeline.sandersd2016-02-231-1/+1
* media: Support MojoAudioDecoder.xhwang2016-02-232-13/+49
* Always resample to the preferred output device rate.dalecurtis2016-02-201-4/+4
* Enable Android SurfaceView fullscreen video with WMPIwatk2016-02-182-3/+6
* Express audio delay more precisely in frames rather than milliseconds.chcunningham2016-02-173-27/+31
* VideoRendererImpl no longer expires frames during prerollwatk2016-02-173-39/+66
* media: Remove SetCdmReadyCB and CdmReadyCB (part 1).xhwang2016-02-119-62/+190
* media: Make SkCanvasVideoRenderer work with 2 plane videoframes.dcastagna2016-02-091-4/+3
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-092-3/+108
* Revert of Add support for 9- and 10-bit h264 videos. (patchset #27 of https:/...flackr2016-02-052-108/+3
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-052-3/+108
* Make 'kVideoImageTextureTarget' a list of texture targets.dcastagna2016-01-273-3/+4
* Fix audio buffer size on ChromeOS and Android for media playback.dalecurtis2016-01-201-12/+18
* Adding CHECKs around play delay in AudioRendererImpl::Render.grunell2016-01-121-1/+6
* GpuMemoryBuffers: Add an IsInUse functionccameron2016-01-112-0/+12
* Change DCHECK to CHECK in AudioRendererImpl::Render.grunell2016-01-081-1/+1
* Handle invalid hardware output parameters in AudioRendererHost.guidou2016-01-081-1/+2
* Remove the "target" argument from CopyTextureChromium.erikchen2016-01-061-5/+4
* Convert Pass()→std::move() in //mediadcheng2015-12-277-18/+27
* Switch to standard integer types in media/, take 2.avi2015-12-2311-0/+26
* Add missing macros includes in media/.avi2015-12-195-0/+5
* Switch to standard integer types in media/.Avi Drissman2015-12-197-26/+26
* Switch from build-time to run-time flags for Project Spitzer.xhwang2015-12-181-6/+1
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-182-2/+5
* Revert of Forward the number of skipped frames by the OS in audio playout. (p...grunell2015-12-172-5/+2
* Don't accumulate poor frames in low delay or stalled mode.dalecurtis2015-12-152-15/+21
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-142-2/+5
* Don't require VDAs to return all PictureBuffers at once.liberato2015-12-102-5/+6
* don't rely on -Wno-narrowing in skcanvas_video_renderer.ccmostynb2015-12-091-3/+14
* Use XRGB for opaque hardware-decoded videos.jbauman2015-12-041-0/+1
* Reland: media::FFmpegVideoDecoder: remove ctor param |task_runner| and use a ...mcasas2015-11-201-1/+1
* Reland: Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittestsmcasas2015-11-201-3/+8
* Avoid resampling for basic playback on Android.dalecurtis2015-11-191-1/+12
* Reland of: media::VpxVideoDecoder cleanupmcasas2015-11-191-1/+1
* Revert of media::FFmpegVideoDecoder: remove ctor param |task_runner| and use ...mcasas2015-11-191-1/+1
* media::FFmpegVideoDecoder: remove ctor param |task_runner| and use a ThreadCh...mcasas2015-11-191-1/+1
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-3/+1
* Revert of media::VpxVideoDecoder cleanup (patchset #4 id:260001 of https://co...mcasas2015-11-181-1/+1
* Revert of Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unit...mcasas2015-11-181-8/+3