summaryrefslogtreecommitdiffstats
path: root/audio/chmap.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* chmap: remove MPlayer layoutswm42015-11-071-26/+0
* af_lavrresample: don't drop sl/sr channels for 7.1 on ALSAwm42015-11-031-1/+1
* audio: improve mp_chmap_to_lavc_unchecked() unknown chmap behaviorwm42015-10-261-2/+10
* audio: output human-readable channel layouts toowm42015-06-251-0/+19
* chmap: make up some channel layout nameswm42015-06-121-0/+3
* audio: use unknown channel layouts if there is no standard layoutwm42015-06-121-5/+5
* audio: fix messed up channel reorderingwm42015-06-121-2/+2
* chmap: use av_popcount64()wm42015-05-211-9/+3
* audio: simplify furtherwm42015-05-081-14/+8
* audio: remove mp_chmap_contains()wm42015-05-081-10/+0
* audio: add chmap utility functionwm42015-05-081-0/+9
* audio: fix messed up assert()wm42015-05-071-1/+1
* audio: remove UNKNOWN pseudo speakerswm42015-05-071-6/+6
* audio: define only a single NA speaker IDwm42015-05-071-18/+8
* audio: introduce support for padding channelswm42015-05-051-18/+52
* audio: chmap: explicitly drop channels not supported by lavcwm42015-05-041-2/+5
* audio: drop unused functionwm42015-05-041-9/+0
* 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