aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/audio.c
Commit message (Expand)AuthorAge
* 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
* audio: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Rename mp_core.h to core.hGravatar wm42013-12-17
* Move mpvcore/player/ to player/Gravatar wm42013-12-17