aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/pull.c
Commit message (Expand)AuthorAge
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* player: add --audio-stream-silenceGravatar wm42016-08-09
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* Fix some typos in code commentsGravatar Aman Gupta2015-12-21
* audio/out/pull: avoid dropping some audio when drainingGravatar wm42015-06-09
* audio/out/pull: correctly pad partial frames with silenceGravatar wm42015-06-09
* audio/out/pull: avoid deadlock if audio callback stopsGravatar wm42014-11-09
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* audio/out: make EOF handling properly event-basedGravatar wm42014-09-05
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* audio: don't wait for draining if pausedGravatar wm42014-07-13
* audio/out/pull: remove race conditionsGravatar wm42014-05-29
* atomics: switch to C11 stdatomic.hGravatar wm42014-05-21
* audio: wake up the core when audio buffer is running low (2)Gravatar wm42014-04-15
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: feed AOs from a separate threadGravatar wm42014-03-09