summaryrefslogtreecommitdiffstats
path: root/player/audio.c
Commit message (Expand)AuthorAgeFilesLines
* 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