summaryrefslogtreecommitdiff
path: root/libavfilter/af_resample.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-6/+19
* af_resample: fix request_frame() behavior.Anton Khirnov2012-07-091-2/+12
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-081-6/+0
* lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-261-4/+0
* af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64Janne Grunau2012-06-151-0/+4
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-1/+1
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-6/+6
* af_resample: remove an extra space in the log outputJustin Ruggles2012-05-211-1/+1
* lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-141-0/+11
* lavfi: add lavr-based audio resampling filter.Anton Khirnov2012-05-121-0/+225