summaryrefslogtreecommitdiffstats
path: root/audio/filter/tools.c
Commit message (Collapse)AuthorAgeFilesLines
* af: move af_from_dB() function to af_volume.cwm42015-06-231-18/+0
| | | | | And also simplify it (it certainly had the most awkward API you could think of for such a simple function).
* Update license headersMarcin Kurczewski2015-04-131-5/+4
| | | | Signed-off-by: wm4 <wm4@nowhere>
* af: remove unused functionswm42015-04-011-32/+0
|
* Kill all tabswm42014-04-131-3/+3
| | | | | | | | | | | I hate tabs. This replaces all tabs in all source files with spaces. The only exception is old-makefile. The replacement was made by running the GNU coreutils "expand" command on every file. Since the replacement was automatic, it's possible that some formatting was destroyed (but perhaps only if it was assuming that the end of a tab does not correspond to aligning the end to multiples of 8 spaces).
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
|
* audio/filter: rename af_tools.c to tools.cwm42013-11-181-0/+123
This always bothered me.