summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_rubberband.c
Commit message (Expand)AuthorAgeFilesLines
* audio: rewrite filtering glue codewm42018-01-301-170/+276
* af_rubberband: add af-command to multiply current pitchVobe2018-01-151-6/+16
* af_rubberband: default to channels=togetherHector Martin2016-09-191-0/+1
* af_rubberband: add af-command and option to change the pitchHector Martin2016-09-191-0/+25
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* af_rubberband: actually fix deadlockMartin Herkt2015-02-121-1/+1
* af_rubberband: fix filter error deadlockwm42015-02-121-2/+2
* af_rubberband: change defaultsMartin Herkt2015-02-121-9/+6
* af_rubberband: fix breakagewm42015-02-111-1/+3
* af_rubberband: make all librubberband options configurablewm42015-02-111-4/+43
* af_rubberband: attempt to fix audio position calculationwm42015-02-111-4/+17
* af_rubberband: always calculate and set delaywm42015-02-111-12/+11
* af_rubberband: improve EOF handlingwm42015-02-111-5/+11
* af_rubberband: pitch correction with librubberbandwm42015-02-111-0/+169