| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | af_resample: do not touch the timestamps if we are not resampling | Anton Khirnov | 2015-07-19 | 1 | -19/+31 |
* | af_resample: Set the number of samples in the last frame | Luca Barbato | 2015-06-20 | 1 | -0/+1 |
* | af_resample: check av_opt_set_dict return value | Vittorio Giovara | 2014-10-18 | 1 | -1/+4 |
* | resample: Avoid off-by-1 errors in PTS calcs. | Timothy B. Terriberry | 2014-10-18 | 1 | -1/+9 |
* | af_resample: Use avresample_get_out_samples | Luca Barbato | 2014-05-28 | 1 | -7/+2 |
* | af_resample: preserve frame properties | Anton Khirnov | 2014-02-24 | 1 | -0/+8 |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | 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 |