summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/audio_sync_reader.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/browser/renderer_host/.avi2015-12-251-1/+6
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-181-1/+1
* Revert of Forward the number of skipped frames by the OS in audio playout. (p...grunell2015-12-171-1/+1
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-141-1/+1
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-4/+4
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-3/+3
* Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...burnik2014-09-081-6/+2
* Remove OnMoreIOData(), which is not used any more.xians@chromium.org2014-05-181-2/+1
* Remove CreatePlatformFile from content shell.rvargas@chromium.org2014-03-151-1/+4
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-131-8/+1
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-071-1/+8
* Remove the unified IO code on the browser.xians@chromium.org2014-02-071-8/+1
* Add const where possible to AudioSyncReader member variables.dalecurtis@google.com2013-11-011-4/+4
* Switch audio synchronization from sleep() based to select() based.dalecurtis@chromium.org2013-10-231-8/+13
* Mute audio for content_shell.acolwell@chromium.org2013-08-061-0/+4
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-051-2/+9
* Track UMA stats for when the renderer side audio device wasn't ready.dalecurtis@chromium.org2013-01-261-0/+5
* Always wait for DataReady() on Windows WaveOut.dalecurtis@google.com2012-11-271-1/+0
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-0/+4
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-3/+10
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-2/+10
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Revert revert 132842xians@chromium.org2012-04-191-6/+0
* Revert 132842 - If we are using blocking write, when the renderer stop gettin...thestig@chromium.org2012-04-181-0/+6
* If we are using blocking write, when the renderer stop getting the data witho...xians@chromium.org2012-04-181-6/+0
* Switch AudioDevice classes from SyncSocket to CancelableSyncSocket.tommi@chromium.org2012-01-301-5/+5
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-4/+4
* Fix race condition in audio output controller and audio sync reader.enal@chromium.org2011-10-191-0/+7
* Fix problem when we did not play beginning of HTML5 audio stream in low laten...enal@chromium.org2011-10-131-0/+1
* Windows-only change -- issue is worst on Windows because of pre-buffering. On...enal@chromium.org2011-09-151-0/+2
* Revert 99236 - Very short-term change: while working on proper long-term solu...crogers@google.com2011-09-021-2/+0
* Very short-term change: while working on proper long-term solution,enal@chromium.org2011-09-011-0/+2
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-08-231-2/+0
* [Reverted due to check_deps failure]zea@chromium.org2011-07-151-1/+3
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-151-3/+1
* move all media and media_stream related files into content/browser/renderer_h...wjia@chromium.org2011-06-141-0/+56