summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* audio: add channel map selection functionwm42013-05-127-20/+297
* ao_pulse: move format setup codewm42013-05-121-27/+27
* af_lavrresample: avoid channel reordering with unknown layoutswm42013-05-121-8/+24
* ao_openal: use channel map instead of ALSA fixed layoutwm42013-05-121-10/+31
* audio/filters: add af_forcewm42013-05-124-0/+155
* ao: remove ao_driver.is_new fieldwm42013-05-129-9/+0
* ao_alsa: remove global variableswm42013-05-121-110/+116
* ao_alsa: switch to new AO APIwm42013-05-121-39/+54
* af_ladspa: code cleanupeng2013-05-121-15/+17
* audio: print channel map additionally to channel count on terminalwm42013-05-124-19/+31
* ao_alsa: map to exact channel layoutwm42013-05-121-38/+48
* ao_alsa: move format lookup into separate functionwm42013-05-121-58/+36
* ao_alsa: more reformatwm42013-05-121-118/+113
* af: print filter chain info on errorwm42013-05-121-15/+16
* ao_alsa: cosmetics, macro-fy error reportingwm42013-05-121-321/+181
* ao_alsa: uncrustifywm42013-05-121-623/+717
* ad_lavc: force channel layout pass-through with demux_rawaudiowm42013-05-121-2/+11
* ao_coreaudio: switch to WAVEEXT channel orderwm42013-05-121-2/+1
* ao_pulse: try to set correct channel layoutwm42013-05-121-2/+54
* core: use channel map on demuxer level toowm42013-05-124-21/+34
* reorder_ch: remove old channel reorder functionswm42013-05-124-1497/+0
* audio: let libavresample do channel reorderingwm42013-05-121-3/+49
* af_lavrresample: context is always allocated herewm42013-05-121-2/+1
* audio/out: switch to channel mapwm42013-05-1219-235/+158
* af_pan: set unknown channel layout for outputwm42013-05-121-2/+11
* af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-1212-57/+64
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-1228-178/+166
* audio: add channel map APIwm42013-05-123-3/+613
* audio/filter: remove unused AF_CONTROLswm42013-05-127-213/+1
* options: add option to prevent decoder audio downmixingwm42013-04-131-3/+24
* af: fix negotiation endless loopwm42013-04-131-3/+2
* af: streamline format negotiationwm42013-04-133-167/+210
* af_lavrresample: add no-detach suboptionwm42013-04-131-1/+6
* options: remove --af-advwm42013-04-133-23/+1
* af: remove accuracy optionwm42013-04-131-15/+4
* af: remove force optionwm42013-04-131-64/+49
* audio: remove float processing optionwm42013-04-135-30/+5
* audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-135-44/+44
* ao_alsa: reorder channels from internal to alsa orderwm42013-04-131-0/+6
* af: simplificationwm42013-04-131-35/+20
* af: factor channel filter insertionwm42013-04-131-30/+45
* af: use af_lavrresample for format conversions, if possiblewm42013-04-134-45/+111
* af: remove automatically inserted filters on full reinitwm42013-04-132-31/+44
* af_lavrresample: allow other ffmpeg sample formats for input/outputwm42013-04-131-17/+48
* audio/filter: replace pointless memcpys with assignmentswm42013-04-134-17/+10
* af: uncrustifywm42013-04-132-466/+496
* ad_lavc: use fmt-conversion to map sample formatsStefano Pigozzi2013-04-133-18/+95
* ao_jack: fix deprecation warningStefano Pigozzi2013-04-121-2/+5
* mplayer: keep volume persistent, even when using --volumewm42013-04-102-0/+6
* ao_dsound: add missing includeKovensky2013-03-231-0/+1
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-135-795/+280
* Prefix CODEC_ID_ with AV_wm42013-03-132-15/+15
* af_lavcac3enc: switch to avcodec_encode_audio2()wm42013-03-131-45/+71
* Add a --dtshd optionWessel Dankers2013-03-041-13/+22
* Rename af_volnorm to af_drcMartin2013-02-122-20/+20
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-101-8/+10
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupwm42013-02-101-24/+18
* core: redo how codecs are mapped, remove codecs.confwm42013-02-109-250/+148
* dec_audio: uncrustifywm42013-02-092-193/+203
* audio/out, video/out: hide encoding VO/AOwm42013-02-063-8/+19
* audio/out: prefer ao_dsound over ao_portaudiowm42013-02-061-3/+3
* mixer: prefer AO softvol control over volume filterwm42013-02-062-2/+3
* ao_dsound: support 6.1 and 7.1 channel configurationswm42013-02-061-30/+43
* ao_coreaudio: use 0 as timeout for CFRunLoopRunInModeMad Fish2013-01-201-1/+1
* Replace strsep() useswm42013-01-131-2/+7
* mixer: keep fractional part of volume settingUoti Urpala2013-01-131-2/+2
* af_volnorm: fix output range with float inputUoti Urpala2013-01-131-3/+3
* ao_alsa: do not call snd_pcm_delay() when pausedwm42013-01-061-0/+8
* ao_sdl: fix compilation with Libavwm42013-01-061-0/+1
* audio: make de-planarization fasterwm42012-12-283-16/+44
* sdl, encode_lavc: fix copyright headersRudolf Polzer2012-12-282-4/+4
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-282-0/+383
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-6/+7
* ao_lavc: stop using av_get_alt_sample_fmtRudolf Polzer2012-12-131-6/+6
* cleanup: remove ao.brokenptswm42012-12-121-1/+0
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-119-1228/+4
* audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCMwm42012-12-112-164/+0
* audio/decode: remove ad_pcm and use ad_lavc for PCMwm42012-12-113-226/+95
* audio: make AC3 pass-through with ad_spdif workreimar2012-12-034-24/+30
* audio: improve decoder open failure handlingUoti Urpala2012-12-031-0/+2
* ao_pcm: fix references to -novideowm42012-12-031-8/+1
* af_lavcac3enc, encode: support planar formatsRudolf Polzer2012-12-034-7/+138
* ao_pulse: do not allow setting volume over 100%wm42012-11-241-2/+2
* core: fix crash when video filter returns inf as PTSwm42012-11-201-1/+1
* Fix potential bugs and issues, general cleanupsreimar2012-11-203-5/+7
* Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2wm42012-11-141-0/+1
* mixer: fix lowering hw volume while mutedUoti Urpala2012-11-141-1/+1
* ao_coreaudio: fix deprecation warningsStefano Pigozzi2012-11-131-6/+6
* Add missing compat/libav.h includeswm42012-11-121-0/+1
* Rename directories, move files (step 2 of 2)wm42012-11-1235-98/+93
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1268-0/+22057