| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -14/+17 |
* | Merge commit '6b15874fc2c3f565732201f7907ae1112727d6ae' | Michael Niedermayer | 2015-07-19 | 1 | -19/+31 |
|\ |
|
| * | af_resample: do not touch the timestamps if we are not resampling | Anton Khirnov | 2015-07-19 | 1 | -19/+31 |
* | | Merge commit 'c060d046aa2f89c0e601a2dcfbce53f0e36cf498' | Michael Niedermayer | 2015-06-21 | 1 | -0/+1 |
|\| |
|
| * | af_resample: Set the number of samples in the last frame | Luca Barbato | 2015-06-20 | 1 | -0/+1 |
* | | Merge commit '0d989dbfc4bc5bc1d563e967449116a7a9865258' | Michael Niedermayer | 2014-10-18 | 1 | -1/+4 |
|\| |
|
| * | af_resample: check av_opt_set_dict return value | Vittorio Giovara | 2014-10-18 | 1 | -1/+4 |
* | | Merge commit '6cbbf0592f4f3940aac7f687850d1b726a2ea836' | Michael Niedermayer | 2014-10-18 | 1 | -1/+9 |
|\| |
|
| * | resample: Avoid off-by-1 errors in PTS calcs. | Timothy B. Terriberry | 2014-10-18 | 1 | -1/+9 |
* | | Merge commit 'ad0fe2f4012031c47268f14b9835088c488e1998' | Michael Niedermayer | 2014-05-29 | 1 | -7/+2 |
|\| |
|
| * | af_resample: Use avresample_get_out_samples | Luca Barbato | 2014-05-28 | 1 | -7/+2 |
* | | Merge commit 'dcc7e4bf1d0913123bfafbc58bf47bd41dd5848d' | Michael Niedermayer | 2014-02-24 | 1 | -0/+8 |
|\| |
|
| * | af_resample: preserve frame properties | Anton Khirnov | 2014-02-24 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -11/+8 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
|/ |
|
* | af_resample: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -16/+41 |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -30/+28 |
* | lavfi: connect libavresample options to af_resample via AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -0/+35 |
* | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -6/+6 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -10/+22 |
* | af_resample: unref out_buf when avresample_convert returns 0 | Janne Grunau | 2012-10-09 | 1 | -2/+3 |
* | af_resample: avoid conversion of identical sample formats for 1 channel | Justin Ruggles | 2012-10-07 | 1 | -1/+6 |
* | lavr: change the type of the data buffers to uint8_t**. | Anton Khirnov | 2012-10-05 | 1 | -3/+3 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -6/+19 |
* | af_resample: fix request_frame() behavior. | Anton Khirnov | 2012-07-09 | 1 | -2/+12 |
* | lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format | Justin Ruggles | 2012-07-08 | 1 | -6/+0 |
* | lavfi: remove disabled FF_API_SAMPLERATE64 cruft | Anton Khirnov | 2012-06-26 | 1 | -4/+0 |
* | af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64 | Janne Grunau | 2012-06-15 | 1 | -0/+4 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -1/+1 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -6/+6 |
* | af_resample: remove an extra space in the log output | Justin Ruggles | 2012-05-21 | 1 | -1/+1 |
* | lavfi: add channel layout/sample rate negotiation. | Anton Khirnov | 2012-05-14 | 1 | -0/+11 |
* | lavfi: add lavr-based audio resampling filter. | Anton Khirnov | 2012-05-12 | 1 | -0/+225 |