summaryrefslogtreecommitdiffstats
path: root/media/renderers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittestsmcasas2015-11-171-3/+8
* media::VpxVideoDecoder cleanupmcasas2015-11-161-1/+1
* media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize().xhwang2015-11-152-9/+10
* Revert of media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize(). (p...loyso2015-11-142-10/+9
* media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize().xhwang2015-11-142-9/+10
* media: Replace DecryptorReadyCB with CdmReadyCB.xhwang2015-11-128-29/+26
* Re-land: Converted video frame and image callbacks to use new sync tokens.dyen2015-11-061-1/+5
* Revert of Converted video frame and image callbacks to use new sync tokens. (...nhiroki2015-11-051-5/+1
* Converted video frame and image callbacks to use new sync tokens.dyen2015-11-051-1/+5
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-034-18/+22
* Fix Bug: Capture Buffer Contention When Taking Snapshot For Local Previewqiangchen2015-11-022-1/+11