summaryrefslogtreecommitdiffstats
path: root/audio/chmap_sel.c
Commit message (Expand)AuthorAgeFilesLines
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-041-0/+13
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* chmap_sel: prefer inexact equivalents over perfect upmixwm42016-01-041-8/+14
* chmap: remove MPlayer layoutswm42015-11-071-11/+0
* audio: always log channel maps before determining final mapwm42015-10-261-0/+22
* chmap_sel: add a mechanism for preferred conversionswm42015-06-271-9/+39
* chmap_sel: remove outdated incomplete commentwm42015-06-271-3/+0
* audio: fix channel map fallback selection (again)wm42015-06-251-36/+61
* chmap_sel: improve speaker replacement handlingwm42015-06-121-17/+33
* chmap_sel: do naive speaker replacements lastwm42015-06-121-3/+4
* audio: redo channel map fallback selectionwm42015-05-081-59/+27
* audio: separate fallbacks for upmix and downmix caseswm42015-04-281-12/+18
* audio: avoid downmixing in a certain special-casewm42015-04-271-3/+3
* audio: fix off by one error in channel map selection codewm42015-03-151-2/+2
* chmap_sel: add multichannel fallback heuristicStefano Pigozzi2014-12-291-0/+94
* audio: fix previous commitwm42014-12-201-4/+4
* audio: fix fallback if audio API does not support monowm42014-12-201-6/+5
* audio: fix one of the previous commitswm42014-12-011-1/+1
* audio: allow more than 20 channel map entrieswm42014-12-011-5/+12
* Add more constwm42014-06-111-2/+2
* chmap_sel: add channel replacement for sl/sr <-> sdl/sdrStefano Pigozzi2014-05-101-16/+21
* ao_jack: allow more control about channel layoutswm42013-07-071-0/+1
* audio: add channel map selection functionwm42013-05-121-0/+210