summaryrefslogtreecommitdiff
path: root/libavfilter/af_resample.c
Commit message (Expand)AuthorAge
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* af_resample: do not touch the timestamps if we are not resamplingAnton Khirnov2015-07-19
* af_resample: Set the number of samples in the last frameLuca Barbato2015-06-20
* af_resample: check av_opt_set_dict return valueVittorio Giovara2014-10-18
* resample: Avoid off-by-1 errors in PTS calcs.Timothy B. Terriberry2014-10-18
* af_resample: Use avresample_get_out_samplesLuca Barbato2014-05-28
* af_resample: preserve frame propertiesAnton Khirnov2014-02-24
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* af_resample: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* af_resample: unref out_buf when avresample_convert returns 0Janne Grunau2012-10-09
* af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles2012-10-07
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-05
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* af_resample: fix request_frame() behavior.Anton Khirnov2012-07-09
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-08
* lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-26
* af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64Janne Grunau2012-06-15
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* af_resample: remove an extra space in the log outputJustin Ruggles2012-05-21
* lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-14
* lavfi: add lavr-based audio resampling filter.Anton Khirnov2012-05-12