| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -2/+2 |
* | lavfi: deprecate aconvert. | Clément Bœsch | 2013-04-11 | 1 | -0/+2 |
* | lavfi: always check return value of ff_get_{audio,video}_buffer() | Paul B Mahol | 2013-04-08 | 1 | -0/+2 |
* | avfilter: avoid direct access to AVFrame.channels | Michael Niedermayer | 2013-03-15 | 1 | -1/+1 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -10/+9 |
* | lavfi/af_aconvert: update audio->channels. | Nicolas George | 2012-12-20 | 1 | -0/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -10/+21 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -2/+4 |
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h | Stefano Sabatini | 2012-06-25 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -2/+2 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -4/+4 |
* | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -12/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -7/+8 |
* | lavfi: remove audio.h include from avfilter.h. | Clément Bœsch | 2012-05-12 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -2/+2 |
* | lavfi/aconvert: use libswresample. | Clément Bœsch | 2012-02-02 | 1 | -274/+33 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-24 | 1 | -1/+1 |
* | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | Add const to static arrays where it was forgotten. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | lavu: add av_strtok() | Stefano Sabatini | 2011-10-18 | 1 | -3/+4 |
* | lavfi: add audio convert filter | Stefano Sabatini | 2011-09-16 | 1 | -0/+417 |