summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.c
Commit message (Expand)AuthorAgeFilesLines
* audio: drop buffered filter data when seekingwm42013-11-181-0/+7
* audio/filter: remove unneeded AF_CONTROLs, convert to enumwm42013-11-181-6/+6
* af: cleanup documentation commentswm42013-11-181-4/+6
* audio: fix mid-stream audio reconfigurationwm42013-11-181-0/+2
* audio/filter: fix mul/delay scale and valueswm42013-11-121-5/+3
* af: don't require filters to allocate af_instance->data, redo bufferswm42013-11-121-36/+1
* audio/filter: prepare filter chain for non-interleaved audiowm42013-11-121-22/+24
* af: don't skip filtering if there's no more audiowm42013-11-101-2/+0
* af: allow filters to return AF_OK, even if format doesn't matchwm42013-11-091-0/+2
* af: always remove auto-inserted filters, improve error messagewm42013-11-091-4/+3
* af: remove a pointless macrowm42013-11-071-12/+15
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-4/+4
* af_volume: remove unused featureswm42013-10-261-3/+0
* audio/filter: split af_format into separate filters, rename af_forcewm42013-10-231-18/+92
* 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