summaryrefslogtreecommitdiffstats
path: root/audio/chmap.c
Commit message (Expand)AuthorAgeFilesLines
* audio: accept 1.0 and 2.0 as aliases for mono and stereowm42015-02-261-0/+2
* chmap_sel: add multichannel fallback heuristicStefano Pigozzi2014-12-291-0/+23
* chmap: add a 7.1(rear) layout nameStefano Pigozzi2014-12-291-0/+1
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-241-12/+14
* options: accept --audio-channels=autowm42014-10-301-0/+1
* Add more constwm42014-06-111-3/+3
* options: fix off-by-1 error in option help outputwm42014-03-151-1/+1
* m_option, m_config: mp_msg conversionswm42013-12-211-8/+8
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* chmap: fix oddity due to ambiguous 6.1 ffmpeg channel layoutwm42013-05-131-2/+3
* audio: fix ALSA 4 channel surround outputwm42013-05-131-1/+3
* audio: add channel map selection functionwm42013-05-121-16/+24
* audio: add channel map APIwm42013-05-121-0/+478