aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/pull.c
Commit message (Expand)AuthorAge
* audio: add audio softvol processing to AOGravatar wm42017-11-29
* audio/out: initialize an array to avoid confusing static analyzerGravatar wm42017-10-27
* audio/out: correct copy length in ao_read_data_convertedGravatar Kevin Mitchell2017-07-09
* audio/out: add helper code to do 24 bit conversion in AOGravatar wm42017-07-07
* audio/out/pull: detect and log underflowsGravatar wm42017-06-28
* audio: fix --audio-stream-silence with ao_wasapiGravatar wm42016-11-21
* 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