summaryrefslogtreecommitdiffstats
path: root/audio/chmap.h
Commit message (Expand)AuthorAgeFilesLines
* player: remove special-case for DL/DR speakerswm42016-08-041-3/+0
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* chmap: remove MPlayer layoutswm42015-11-071-1/+0
* audio: bump maximum number of channels to 16wm42015-10-261-1/+1
* audio: output human-readable channel layouts toowm42015-06-251-0/+3
* Various spelling fixesMarcin Kurczewski2015-06-181-1/+1
* audio: simplify furtherwm42015-05-081-2/+0
* audio: remove mp_chmap_contains()wm42015-05-081-2/+0
* audio: add chmap utility functionwm42015-05-081-0/+1
* audio: remove UNKNOWN pseudo speakerswm42015-05-071-5/+2
* audio: define only a single NA speaker IDwm42015-05-071-3/+3
* audio: introduce support for padding channelswm42015-05-051-1/+8
* audio: drop unused functionwm42015-05-041-1/+0
* chmap_sel: add multichannel fallback heuristicStefano Pigozzi2014-12-291-0/+5
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-241-1/+3
* ao_alsa: try to use the channel map reported by ALSAwm42014-11-241-1/+2
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* audio: add enum name for speaker idxylosper2014-02-281-1/+1
* m_option, m_config: mp_msg conversionswm42013-12-211-1/+3
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* audio/out: channel map selectionwm42013-05-121-2/+0
* audio: add channel map selection functionwm42013-05-121-2/+3
* audio: add channel map APIwm42013-05-121-0/+133