aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/audio.c
Commit message (Expand)AuthorAge
* player: silence sporadic error messages on audio initGravatar wm42015-11-10
* audio: do not require full audio chain reinit for speed changesGravatar wm42015-11-04
* audio: strictly align audio on spdif framesGravatar wm42015-11-04
* player: fix display-sync adrop speed limitingGravatar wm42015-11-04
* player: limit speed change in display-sync adrop modeGravatar wm42015-11-03
* player: reset AO stats on pause and other discontinuitiesGravatar wm42015-10-28
* player: simplify display-adrop mode safeguardGravatar wm42015-10-28
* player: add audio drop/duplicate modeGravatar wm42015-10-27
* player: simplify audio sync pts calculationGravatar wm42015-10-27
* audio: add AO deviation loggingGravatar wm42015-10-08
* audio: make spdif re-probe from normal decoding workGravatar wm42015-10-06
* audio: re-probe spdif if AO is reloadedGravatar wm42015-10-06
* audio: add option for falling back to ao_nullGravatar wm42015-10-05
* audio: don't sleep when finishing audio resyncGravatar wm42015-08-23
* player: separate controls for user and video controlled speedGravatar wm42015-08-10
* audio: fix --end handling (again)Gravatar wm42015-08-03
* audio: remove questionable speed change adjustmentGravatar wm42015-08-01
* audio: remove an unused parameterGravatar wm42015-07-24
* audio: fix EOF state with --keep-openGravatar wm42015-07-24
* 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