aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* chmap: make up some channel layout namesGravatar wm42015-06-12
* ao_alsa: if possible, reorder device maps to std layoutsGravatar wm42015-06-12
* ao_alsa: make it accept 7.1 over HDMIGravatar wm42015-06-12
* chmap_sel: improve speaker replacement handlingGravatar wm42015-06-12
* chmap_sel: do naive speaker replacements lastGravatar wm42015-06-12
* audio: fill NA channels with silenceGravatar wm42015-06-12
* audio: use unknown channel layouts if there is no standard layoutGravatar wm42015-06-12
* audio: fix messed up channel reorderingGravatar wm42015-06-12
* audio: deal with AVFrame-style buffer assignmentsGravatar wm42015-06-12
* ao_alsa: change ALSA braindeath heuristicGravatar wm42015-06-11
* ao_coreaudio: change physical stream format synchronouslyGravatar wm42015-06-09
* audio/out/pull: avoid dropping some audio when drainingGravatar wm42015-06-09
* audio/out/pull: correctly pad partial frames with silenceGravatar wm42015-06-09
* ao_alsa: refine channel count mismatch error messageGravatar wm42015-06-09
* audio: add --audio-spdif as new method for enabling passthroughGravatar wm42015-06-05
* ad_spdif: use a pseudo codec entry to select DTS-HD instead of an optionGravatar wm42015-06-05
* ao_alsa: refuse to use spdif if AES flags can't be setGravatar wm42015-06-04
* af_lavrresample: slightly better computation of total delayGravatar wm42015-06-04
* af_lavrresample: use a new libswresample function if availableGravatar wm42015-06-04
* af_lavrresample: change output samples calculationGravatar wm42015-06-04
* ao_alsa: hack against potential spdif failureGravatar wm42015-06-04
* af_lavrresample: use native libavresample function for output sizeGravatar wm42015-06-02
* ao_coreaudio_exclusive: move generic functions to utilsGravatar wm42015-06-02
* ao_coreaudio_exclusive: react to device removalGravatar wm42015-06-02
* ao_coreaudio_exclusive: make property listeners event-basedGravatar wm42015-06-02
* ao: allow ao_uninit(NULL)Gravatar wm42015-06-02
* af_lavrresample: fix and simplify flushing on playback speed changeGravatar wm42015-06-02
* ao_alsa: hack back mono outputGravatar wm42015-05-25
* audio: make softvol scale cubicGravatar wm42015-05-22
* audio: change range of volume option/propertyGravatar wm42015-05-22
* chmap: use av_popcount64()Gravatar wm42015-05-21
* ad_spdif: use DTS-HD passthrough only if the audio is really DTS-HDGravatar wm42015-05-19
* ad_spdif: set output format lazilyGravatar wm42015-05-19
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* ao: make better use of atomicsGravatar wm42015-05-11
* audio: simplify furtherGravatar wm42015-05-08
* audio: remove mp_chmap_contains()Gravatar wm42015-05-08
* ao: log reordered versions of channel mapsGravatar wm42015-05-08
* audio: redo channel map fallback selectionGravatar wm42015-05-08
* audio: add chmap utility functionGravatar wm42015-05-08
* ao_alsa: log requested numbers of channels if ALSA rejects themGravatar wm42015-05-08
* audio: fix messed up assert()Gravatar wm42015-05-07
* audio: remove UNKNOWN pseudo speakersGravatar wm42015-05-07
* audio: define only a single NA speaker IDGravatar wm42015-05-07
* ao_coreaudio_utils: don't list some formats as "unusable"Gravatar wm42015-05-07
* ao_sndio: add notice about padding channelsGravatar wm42015-05-06
* ao_alsa: use new padding channels supportGravatar wm42015-05-06
* ao_alsa: move ALSA -> mp channel map to a functionGravatar wm42015-05-06
* ao_coreaudio_exclusive: check new format before waiting for changeGravatar wm42015-05-06
* ao_coreaudio_exclusive: use atomics instead of volatileGravatar wm42015-05-06