aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/audio.c
Commit message (Expand)AuthorAge
* 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
* audio: fix obscure audio resync failure with timelinesGravatar wm42014-09-05
* cosmetics: remove a stray ';'Gravatar wm42014-09-05
* audio: go to draining state instead of EOF if audio starts laterGravatar wm42014-08-31
* audio: restore old speed change behaviorGravatar wm42014-08-28
* player: minor changesGravatar wm42014-08-25
* audio: minor improvements to timeline switchingGravatar wm42014-08-23
* player: fix recent speed change regressionGravatar wm42014-08-22
* video: get rid of video_next_pts fieldGravatar wm42014-08-22
* audio: add a mode to insert silence on severe A/V desyncGravatar wm42014-08-15
* player: use virtual time for --audio-file with ordered chaptersGravatar wm42014-08-15
* audio: fix inverted conditionGravatar wm42014-08-06
* audio: simplify conditionGravatar wm42014-07-31
* audio: fix A/V sync in encoding modeGravatar wm42014-07-31
* player: move video display code out of the playloopGravatar wm42014-07-30
* player: split seek_reset()Gravatar wm42014-07-30
* audio: better sync behavior on bogus EOFGravatar wm42014-07-30