| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/avf_concat: Use av_freep(), avoid leaving stale pointers in memory | Michael Niedermayer | 2014-11-22 | 1 | -1/+1 |
* | lavfi/concat: accept a single segment | Stefano Sabatini | 2014-10-21 | 1 | -1/+1 |
* | lavfi/avf_concat: use av_make_q. | Nicolas George | 2014-01-19 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -1/+1 |
* | lavf/concat: Never fail for sample aspect ratio 0:1. | Carl Eugen Hoyos | 2013-07-18 | 1 | -1/+4 |
* | avfilter/avf_concat: fix AVOption flags typo | Michael Niedermayer | 2013-07-15 | 1 | -1/+1 |
* | lavfi: flag more dynamic i/o filters. | Clément Bœsch | 2013-04-13 | 1 | -0/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/concat: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -3/+0 |
* | lavfi/avf_concat: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -9/+3 |
* | lavfi/concat: fix silence duration computation. | Nicolas George | 2013-03-20 | 1 | -6/+10 |
* | lavfi/concat: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -19/+32 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -14/+11 |
* | avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia... | Michael Niedermayer | 2012-12-29 | 1 | -2/+2 |
* | lavfi/concat: prefer av_asprintf() over stack allocated buffer. | Clément Bœsch | 2012-11-29 | 1 | -5/+3 |
* | lavfi/concat: switch to filter_frame. | Clément Bœsch | 2012-11-29 | 1 | -34/+2 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -2/+2 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -4/+4 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | lavfi/concat: implement unsafe mode. | Nicolas George | 2012-10-28 | 1 | -1/+6 |
* | lavfi/avf_concat: fix invalid exclusive test. | Nicolas George | 2012-10-17 | 1 | -1/+1 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
* | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -3/+7 |
* | avf_concat: fix permissions. | Nicolas George | 2012-08-17 | 1 | -2/+1 |
* | avf_concat: fix silence duration. | Nicolas George | 2012-07-28 | 1 | -1/+1 |
* | avf_concat: fix min value for v option. | Nicolas George | 2012-07-28 | 1 | -1/+1 |
* | lavfi: add concat filter. | Nicolas George | 2012-07-23 | 1 | -0/+443 |