summaryrefslogtreecommitdiffstats
path: root/player/audio.c
Commit message (Expand)AuthorAgeFilesLines
* audio: minor improvements to timeline switchingwm42014-08-231-7/+0
* player: fix recent speed change regressionwm42014-08-221-2/+2
* video: get rid of video_next_pts fieldwm42014-08-221-2/+2
* audio: add a mode to insert silence on severe A/V desyncwm42014-08-151-4/+17
* player: use virtual time for --audio-file with ordered chapterswm42014-08-151-1/+2
* audio: fix inverted conditionwm42014-08-061-6/+4
* audio: simplify conditionwm42014-07-311-1/+1
* audio: fix A/V sync in encoding modewm42014-07-311-0/+5
* player: move video display code out of the playloopwm42014-07-301-1/+2
* player: split seek_reset()wm42014-07-301-0/+8
* audio: better sync behavior on bogus EOFwm42014-07-301-1/+3
* audio: better initial sync for files where audio starts laterwm42014-07-301-5/+15
* audio: cosmetics: remove unused return valuewm42014-07-301-10/+8
* audio: ignore (some) decoding errors on initializationwm42014-07-291-1/+4
* player: fix desync when seeking and switching external trackswm42014-07-291-1/+1
* audio: change playback restart and resyncingwm42014-07-281-136/+162
* audio: cosmetics: collapse a functionwm42014-07-241-14/+6
* audio: fix race condition in EOF codewm42014-07-241-1/+1
* audio: remove unused metadata fieldwm42014-07-211-1/+0
* audio: use symbolic constants instead of magic integerswm42014-07-201-4/+3
* ao_lavc: Fix design of audio pts handling.Rudolf Polzer2014-07-161-1/+1
* demux: make replaygain per-trackwm42014-07-051-1/+1
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-091-1/+11
* audio: change handling of an EOF corner casewm42014-05-301-7/+1
* af: add replaygain_data field to af_stream and af_instanceAlessandro Ghedini2014-04-041-0/+1
* command: allow changing filters before video chain initializationwm42014-03-301-2/+2
* audio: remove sample rate limit checkswm42014-03-301-7/+1
* af: add metadata field to af_stream and af_instanceAlessandro Ghedini2014-03-131-0/+1
* audio: don't downmix when doing digital passthroughwm42014-03-101-1/+2
* audio: make --channels option always force the output layoutwm42014-03-101-6/+1
* audio: don't write audio when pausedwm42014-03-091-0/+5
* audio: remove handling of partially written datawm42014-03-091-7/+0
* audio/out: make ao struct opaquewm42014-03-091-42/+56
* encode: don't access ao->ptswm42014-03-071-0/+4
* client API: add events for video and audio reconfigwm42014-02-171-0/+3
* player: fix an assert when reinitializing audio in some caseswm42014-02-091-0/+3
* Fix audio delay inversionMartin Herkt2014-01-061-2/+2
* player: add infrastructure to select multiple tracks at oncewm42013-12-241-1/+1
* player: redo demuxer stream selectionwm42013-12-241-3/+3
* audio: mp_msg conversionswm42013-12-211-0/+2
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+471