summaryrefslogtreecommitdiffstats
path: root/media/renderers/audio_renderer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* media: Replace DecryptorReadyCB with CdmReadyCB.xhwang2015-11-121-1/+1
* Add methods for telling V8 how much memory audio/video is using.dalecurtis2015-10-291-0/+5
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* media: Report media stack errors to MediaLog.xhwang2015-06-111-0/+2
* Improve audio/video sync during underflow, reduce underflow frequency.dalecurtis2015-06-101-1/+6
* Prevent audio time advancement until the next Render() after play.dalecurtis2015-06-081-1/+5
* Switch GetWallClockTime to using vectors for input and output.dalecurtis2015-05-121-1/+3
* Remove unused AudioRendererImpl::ResetDecoder() declarationwolenetz2015-04-291-4/+0
* Switch to double for time calculations using playback rate.a.berwal2015-04-221-1/+1
* Switch to double for time calculations using playback rate.dalecurtis2015-04-101-1/+1
* Change the TimeSource interface to return wallclock time for video.dalecurtis2015-03-261-1/+1
* Decryptors can report kNoKey to WebMediaPlayerjrummell2015-03-021-1/+2
* Moved renderer implementation from media/filters/ to media/renderers/servolk2015-02-241-0/+274