summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/audio_sync_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/browser/renderer_host/.avi2015-12-251-1/+2
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-181-3/+17
* Revert of Forward the number of skipped frames by the OS in audio playout. (p...grunell2015-12-171-17/+3
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-141-3/+17
* Log warnings for audio glitchesservolk2015-11-051-0/+6
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Remove AudioBuffersState classacolwell2014-09-291-1/+0
* Avoid unsafe usage of CancelIo() within Windows SyncSocket.dalecurtis2014-09-161-2/+3
* Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...burnik2014-09-081-16/+3
* Relanding "Adding more detailed UMA histogram for detection of output audio g...henrika2014-09-031-0/+32
* Revert "Adding more detailed UMA histogram for detection of output audio glit...Dmitry Lomov2014-09-031-32/+0
* Adding more detailed UMA histogram for detection of output audio glitches.henrika2014-09-031-0/+32
* Revert 290359 "Remove AudioBuffersState class."acolwell@chromium.org2014-08-181-0/+1
* Remove AudioBuffersState class.acolwell@chromium.org2014-08-181-1/+0
* Remove OnMoreIOData(), which is not used any more.xians@chromium.org2014-05-181-1/+1
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-131-24/+2
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-071-2/+24
* Remove the unified IO code on the browser.xians@chromium.org2014-02-071-24/+2
* Remove broken support for OnMoreIOData() in OnMoreDataConverter().dalecurtis@chromium.org2013-11-131-10/+3
* Switch audio synchronization from sleep() based to select() based.dalecurtis@chromium.org2013-10-231-97/+82
* Mute audio for content_shell.acolwell@chromium.org2013-08-061-4/+12
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Use a direct include of the shared_memory header in content/browser/, content...avi@chromium.org2013-07-171-1/+1
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-051-2/+30
* Avoid crash when changing sample-rates using live audio inputcrogers@google.com2013-05-061-2/+10
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-3/+3
* Make SharedMemory track the size that was actually mappedjschuh@chromium.org2013-03-281-1/+1
* Track UMA stats for when the renderer side audio device wasn't ready.dalecurtis@chromium.org2013-01-261-1/+17
* Always wait for DataReady() on Windows WaveOut.dalecurtis@google.com2012-11-271-21/+0
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-0/+4
* Add WASAPI-based unified audio I/O back-end for Windows 7.henrika@chromium.org2012-10-051-4/+5
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-12/+34
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-24/+37
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-241-5/+5
* Revert 152406 - Introduce shared_memory_support media target for PPAPI.dalecurtis@google.com2012-08-201-2/+2
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-201-2/+2
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-0/+2
* Revert revert 132842xians@chromium.org2012-04-191-3/+1
* Revert 132842 - If we are using blocking write, when the renderer stop gettin...thestig@chromium.org2012-04-181-1/+3
* If we are using blocking write, when the renderer stop getting the data witho...xians@chromium.org2012-04-181-3/+1
* Switch AudioDevice classes from SyncSocket to CancelableSyncSocket.tommi@chromium.org2012-01-301-3/+4
* Implement support for a cancelable SyncSocket.tommi@chromium.org2012-01-251-8/+4
* Fix race condition in audio output controller and audio sync reader.enal@chromium.org2011-10-191-2/+9
* Fix problem when we did not play beginning of HTML5 audio stream in low laten...enal@chromium.org2011-10-131-1/+14
* Windows-only change -- issue is worst on Windows because of pre-buffering. On...enal@chromium.org2011-09-151-2/+23
* Revert 99236 - Very short-term change: while working on proper long-term solu...crogers@google.com2011-09-021-20/+2
* Very short-term change: while working on proper long-term solution,enal@chromium.org2011-09-011-2/+20
* Fix audio glitch when audio stream first starts up.crogers@google.com2011-08-261-0/+4
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-08-231-3/+19
* [Reverted due to check_deps failure]zea@chromium.org2011-07-151-17/+5