summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_resample.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-14/+17
* Merge commit '6b15874fc2c3f565732201f7907ae1112727d6ae'Michael Niedermayer2015-07-191-19/+31
|\
| * af_resample: do not touch the timestamps if we are not resamplingAnton Khirnov2015-07-191-19/+31
* | Merge commit 'c060d046aa2f89c0e601a2dcfbce53f0e36cf498'Michael Niedermayer2015-06-211-0/+1
|\ \ | |/
| * af_resample: Set the number of samples in the last frameLuca Barbato2015-06-201-0/+1
* | Merge commit '0d989dbfc4bc5bc1d563e967449116a7a9865258'Michael Niedermayer2014-10-181-1/+4
|\ \ | |/
| * af_resample: check av_opt_set_dict return valueVittorio Giovara2014-10-181-1/+4
* | Merge commit '6cbbf0592f4f3940aac7f687850d1b726a2ea836'Michael Niedermayer2014-10-181-1/+9
|\ \ | |/
| * resample: Avoid off-by-1 errors in PTS calcs.Timothy B. Terriberry2014-10-181-1/+9
* | Merge commit 'ad0fe2f4012031c47268f14b9835088c488e1998'Michael Niedermayer2014-05-291-7/+2
|\ \ | |/
| * af_resample: Use avresample_get_out_samplesLuca Barbato2014-05-281-7/+2
* | Merge commit 'dcc7e4bf1d0913123bfafbc58bf47bd41dd5848d'Michael Niedermayer2014-02-241-0/+8
|\ \ | |/
| * af_resample: preserve frame propertiesAnton Khirnov2014-02-241-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-11/+8
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* af_resample: switch to an AVOptions-based system.Anton Khirnov2013-04-091-16/+41
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-30/+28
* 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
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-10/+22
* af_resample: unref out_buf when avresample_convert returns 0Janne Grunau2012-10-091-2/+3
* af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles2012-10-071-1/+6
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-051-3/+3
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* 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
OpenPOWER on IntegriCloud