| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |