aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/audio.c
Commit message (Expand)AuthorAge
...
* 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
* demux: make replaygain per-trackGravatar wm42014-07-05
* audio: add a "weak" gapless mode, and make it defaultGravatar wm42014-06-09
* audio: change handling of an EOF corner caseGravatar wm42014-05-30
* af: add replaygain_data field to af_stream and af_instanceGravatar Alessandro Ghedini2014-04-04
* command: allow changing filters before video chain initializationGravatar wm42014-03-30
* audio: remove sample rate limit checksGravatar wm42014-03-30
* af: add metadata field to af_stream and af_instanceGravatar Alessandro Ghedini2014-03-13
* audio: don't downmix when doing digital passthroughGravatar wm42014-03-10
* audio: make --channels option always force the output layoutGravatar wm42014-03-10
* audio: don't write audio when pausedGravatar wm42014-03-09
* audio: remove handling of partially written dataGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* encode: don't access ao->ptsGravatar wm42014-03-07
* client API: add events for video and audio reconfigGravatar wm42014-02-17
* player: fix an assert when reinitializing audio in some casesGravatar wm42014-02-09
* Fix audio delay inversionGravatar Martin Herkt2014-01-06
* player: add infrastructure to select multiple tracks at onceGravatar wm42013-12-24
* player: redo demuxer stream selectionGravatar wm42013-12-24