summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_resample.c
Commit message (Collapse)AuthorAgeFilesLines
* af_resample: switch to an AVOptions-based system.Anton Khirnov2013-04-091-16/+41
|
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-30/+28
| | | | | Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead.
* lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-231-0/+35
|
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-6/+6
| | | | | Any alleged performance benefits gained from the split are purely mythological and do not justify added code complexity.
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-10/+22
| | | | | | | A number of compilers, for example those from TI and IBM, choke on these initialisers. The current style is also quite ugly. Signed-off-by: Mans Rullgard <mans@mansr.com>
* af_resample: unref out_buf when avresample_convert returns 0Janne Grunau2012-10-091-2/+3
| | | | Fixes CID732273.
* af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles2012-10-071-1/+6
| | | | | When there is only 1 channel, the planar and interleaved formats of the same data type should be treated as identical.
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-051-3/+3
| | | | | | This is more consistent with what the rest of Libav does. This breaks API.
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* 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
| | | | | Make sure that an output frame has really been produced before returning 0.
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-081-6/+0
| | | | Also make this the default value.
* 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
| | | | | They are only useful inside filters and we don't allow user filters for now.
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-6/+6
| | | | | It is only useful inside filters and we don't allow user filters for now.
* 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
OpenPOWER on IntegriCloud