summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.c
Commit message (Expand)AuthorAgeFilesLines
* af: merge af_reinit() and fix_output_format()wm42013-09-201-29/+12
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* Fix some -Wshadow warningswm42013-07-231-2/+2
* options: make legacy hacks for AFs/VFs more explicitwm42013-07-221-0/+1
* audio/filter: use new option APIwm42013-07-221-111/+84
* af: fix recovery code for filter insertion (changing volume with spdif crash)wm42013-07-221-4/+2
* af_lavfi: add libavfilter bridgewm42013-05-231-0/+4
* af: improve filter chain setup retry limitwm42013-05-121-1/+10
* audio/filters: add af_forcewm42013-05-121-0/+2
* audio: print channel map additionally to channel count on terminalwm42013-05-121-15/+8
* af: print filter chain info on errorwm42013-05-121-15/+16
* af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-121-6/+9
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-18/+2
* af: fix negotiation endless loopwm42013-04-131-3/+2
* af: streamline format negotiationwm42013-04-131-160/+199
* options: remove --af-advwm42013-04-131-3/+0
* af: remove accuracy optionwm42013-04-131-15/+4
* af: remove force optionwm42013-04-131-64/+49
* audio: remove float processing optionwm42013-04-131-3/+1
* audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-131-28/+4
* 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-131-42/+91
* af: remove automatically inserted filters on full reinitwm42013-04-131-29/+40
* audio/filter: replace pointless memcpys with assignmentswm42013-04-131-13/+3
* af: uncrustifywm42013-04-131-464/+495
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-131-17/+3
* Rename af_volnorm to af_drcMartin2013-02-121-2/+2
* Replace strsep() useswm42013-01-131-2/+7
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+700