aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/audio.c
Commit message (Expand)AuthorAge
* 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
* audio: better initial sync for files where audio starts laterGravatar wm42014-07-30
* audio: cosmetics: remove unused return valueGravatar wm42014-07-30
* audio: ignore (some) decoding errors on initializationGravatar wm42014-07-29
* player: fix desync when seeking and switching external tracksGravatar wm42014-07-29
* audio: change playback restart and resyncingGravatar wm42014-07-28
* audio: cosmetics: collapse a functionGravatar wm42014-07-24
* audio: fix race condition in EOF codeGravatar wm42014-07-24
* audio: remove unused metadata fieldGravatar wm42014-07-21
* audio: use symbolic constants instead of magic integersGravatar wm42014-07-20
* ao_lavc: Fix design of audio pts handling.Gravatar Rudolf Polzer2014-07-16