summaryrefslogtreecommitdiffstats
path: root/audio/out/pull.c
Commit message (Expand)AuthorAgeFilesLines
* player: add --audio-stream-silencewm42016-08-091-2/+6
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* Fix some typos in code commentsAman Gupta2015-12-211-1/+1
* audio/out/pull: avoid dropping some audio when drainingwm42015-06-091-9/+18
* audio/out/pull: correctly pad partial frames with silencewm42015-06-091-1/+1
* audio/out/pull: avoid deadlock if audio callback stopswm42014-11-091-26/+40
* audio/out: consistently use double return type for get_delaywm42014-11-091-1/+1
* audio/out: make EOF handling properly event-basedwm42014-09-051-0/+9
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* audio: don't wait for draining if pausedwm42014-07-131-0/+9
* audio/out/pull: remove race conditionswm42014-05-291-34/+40
* atomics: switch to C11 stdatomic.hwm42014-05-211-27/+17
* audio: wake up the core when audio buffer is running low (2)wm42014-04-151-2/+9
* audio/out: make draining a separate operationwm42014-03-091-2/+2
* audio/out: feed AOs from a separate threadwm42014-03-091-0/+219