| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi/vf_thumbnail: reindent after last commit. | Nicolas George | 2015-10-07 | 1 | -8/+7 |
* | lavfi/vf_thumbnail: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -4/+1 |
* | avfilter/vf_thumbnail: use the name 's' for the pointer to the private context | Ganesh Ajjanagadde | 2015-09-07 | 1 | -29/+29 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -4/+4 |
* | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/thumbnail: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-10 | 1 | -3/+0 |
* | lavfi/thumbnail: add support for named options. | Clément Bœsch | 2013-03-24 | 1 | -11/+16 |
* | lavfi/thumbnail: replace frame unref with free. | Clément Bœsch | 2013-03-17 | 1 | -2/+2 |
* | lavfi/thumbnail: support flushing. | Clément Bœsch | 2013-03-14 | 1 | -36/+63 |
* | lavfi/thumbnail: remove unecessary poll_frame() callback. | Clément Bœsch | 2013-03-13 | 1 | -23/+0 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -6/+5 |
* | lavfi/thumbnail: re-use ctx instead of inlink->dst. | Clément Bœsch | 2012-11-29 | 1 | -2/+2 |
* | lavfi/thumbnail: use avfilter_unref_bufferp() where appropriate. | Clément Bœsch | 2012-11-29 | 1 | -6/+3 |
* | lavfi/thumbnail: switch to filter_frame. | Clément Bœsch | 2012-11-29 | 1 | -32/+16 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -17/+25 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -3/+3 |
* | vf_thumbnail: fix permissions. | Nicolas George | 2012-08-17 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -5/+6 |
* | vf_thumbnail: prevent premature freeing of ref | Michael Niedermayer | 2012-07-21 | 1 | -0/+1 |
* | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -1/+1 |
* | lavfi: do not pass opaque field to init functions | Stefano Sabatini | 2012-07-08 | 1 | -1/+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 | -6/+7 |
* | vf_thumbnail: forward request_frame at least once. | Nicolas George | 2012-03-17 | 1 | -2/+2 |
* | lavfi/thumbnail: rename @url to @see. | Clément Bœsch | 2012-02-03 | 1 | -1/+1 |
* | thumbnail: fix error code in case of invalid args. | Clément Bœsch | 2011-12-27 | 1 | -1/+1 |
* | lavfi: add thumbnail video filter. | Clément Bœsch | 2011-12-27 | 1 | -0/+243 |