summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_drc.c
Commit message (Expand)AuthorAgeFilesLines
* audio/filter: remove reentrancy flagwm42015-09-201-1/+0
* Various spelling fixesMarcin Kurczewski2015-06-181-4/+4
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* audio/filters: use refcounted frames for some in-place filterswm42015-01-131-2/+11
* Add more constwm42014-06-111-1/+1
* Kill all tabswm42014-04-131-18/+18
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* audio/filter: change filter callback signaturewm42013-12-051-4/+3
* af_drc: use option parserwm42013-12-041-35/+18
* audio: drop "_NE"/"ne" suffix from audio formatswm42013-11-151-4/+4
* audio/filter: fix mul/delay scale and valueswm42013-11-121-1/+0
* af: don't require filters to allocate af_instance->data, redo bufferswm42013-11-121-3/+1
* audio/filter: prepare filter chain for non-interleaved audiowm42013-11-121-8/+9
* af: replace macros with too generic nameswm42013-10-261-6/+7
* audio/filter: remove useless af_info fieldswm42013-10-231-6/+4
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-9/+4
* Rename af_volnorm to af_drcMartin2013-02-121-0/+353