aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/audio.c
Commit message (Expand)AuthorAge
* audio: fix format function consistency issuesGravatar wm42015-06-26
* audio: add some change notificationsGravatar wm42015-06-09
* audio: add --audio-spdif as new method for enabling passthroughGravatar wm42015-06-05
* audio: do not allow AO to change passthrough formatsGravatar wm42015-06-05
* audio: do not exit when loading small files in paused modeGravatar wm42015-06-04
* audio: remove an old hackGravatar wm42015-05-30
* audio: fix resync issue differentGravatar wm42015-05-19
* audio: avoid wasting CPU due to continuous wakeupGravatar wm42015-05-19
* Update license headersGravatar Marcin Kurczewski2015-04-13
* audio: change a detail about filter insertionGravatar wm42015-04-07
* audio: avoid one more redundant audio filter reinitGravatar wm42015-04-07
* audio: increase maximum amount of audio skipped for seekingGravatar wm42015-03-24
* audio: cut audio with spdif too on playback restartGravatar wm42015-03-10
* audio: refuse to change playback speed with spdifGravatar wm42015-03-07
* audio: make changing playback speed slightly more robustGravatar wm42015-03-07
* player: allow changing playback speed in early audio init stagesGravatar wm42015-03-06
* audio: change playback speed directly in resamplerGravatar wm42015-03-02
* player: use af_scaletempo when slowing down audio tooGravatar wm42015-02-12
* player: skip audio filter reinit on some types of speed changesGravatar wm42015-02-10
* player: don't treat audio playback restart while paused specialGravatar wm42015-01-30
* player: minor simplification in A/V-sync related codeGravatar wm42015-01-30
* player: remove redundant variableGravatar wm42015-01-29
* player: enable hr-seek on audio after video endGravatar wm42015-01-28
* audio: don't force any parameters if spdif is usedGravatar wm42015-01-20
* player: don't fall asleep on audio decoding errorsGravatar wm42015-01-15
* player: fix --stop-playback-on-init-failure on audio init failureGravatar wm42015-01-15
* audio: alternative fix for previous commitGravatar wm42014-11-27
* audio: fix busy loop when seeking while pausedGravatar wm42014-11-27
* audio: make mp_audio_config_to_str return a stack-allocated stringGravatar wm42014-11-25
* audio: fix some issues when reloading the AOGravatar wm42014-11-12
* audio: make decoders output refcounted framesGravatar wm42014-11-10
* audio: change how filters are inserted on playback speed changesGravatar wm42014-11-10
* audio/out: make ao_request_reload() idempotentGravatar wm42014-11-09
* audio: handle reinit after AO reload slightly cleanerGravatar wm42014-11-09
* player: improve audio time displayGravatar wm42014-11-08
* client API: better error reportingGravatar wm42014-10-28
* player: fix exiting if both audio and video fail initializingGravatar wm42014-10-23
* audio: don't go to sleep after audio reinitGravatar wm42014-10-17
* player: fix crash on early audio uninitGravatar wm42014-10-16
* player: exit if audio init fails and there's no videoGravatar wm42014-10-10
* player: remove central uninit_player() function and flags messGravatar wm42014-10-03
* player: don't print audio/video init failure message twiceGravatar wm42014-10-02
* audio: enable pitch correction by default when playing fastGravatar wm42014-10-02
* command: move setting playback speed to a separate functionGravatar wm42014-10-02
* audio: refactor some aspects of filter chain setupGravatar wm42014-10-02
* audio: remove --audiodropGravatar wm42014-09-30
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* player: reset last_av_difference if not applicableGravatar wm42014-09-20
* audio: fix initial sync with huge AO bufferGravatar wm42014-09-06
* audio: correctly initialize output bufferGravatar wm42014-09-05