summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_thumbnail.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi/vf_thumbnail: reindent after last commit.Nicolas George2015-10-071-8/+7
* lavfi/vf_thumbnail: remove looping on request_frame().Nicolas George2015-10-071-4/+1
* avfilter/vf_thumbnail: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-071-29/+29
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+4
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-1/+0
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/thumbnail: switch to an AVOptions-based system.Clément Bœsch2013-04-101-3/+0
* lavfi/thumbnail: add support for named options.Clément Bœsch2013-03-241-11/+16
* lavfi/thumbnail: replace frame unref with free.Clément Bœsch2013-03-171-2/+2
* lavfi/thumbnail: support flushing.Clément Bœsch2013-03-141-36/+63
* lavfi/thumbnail: remove unecessary poll_frame() callback.Clément Bœsch2013-03-131-23/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-6/+5
* lavfi/thumbnail: re-use ctx instead of inlink->dst.Clément Bœsch2012-11-291-2/+2
* lavfi/thumbnail: use avfilter_unref_bufferp() where appropriate.Clément Bœsch2012-11-291-6/+3
* lavfi/thumbnail: switch to filter_frame.Clément Bœsch2012-11-291-32/+16
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-17/+25
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
* vf_thumbnail: fix permissions.Nicolas George2012-08-171-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-5/+6
* vf_thumbnail: prevent premature freeing of refMichael Niedermayer2012-07-211-0/+1
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-081-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-2/+2
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-6/+7
* vf_thumbnail: forward request_frame at least once.Nicolas George2012-03-171-2/+2
* lavfi/thumbnail: rename @url to @see.Clément Bœsch2012-02-031-1/+1
* thumbnail: fix error code in case of invalid args.Clément Bœsch2011-12-271-1/+1
* lavfi: add thumbnail video filter.Clément Bœsch2011-12-271-0/+243
OpenPOWER on IntegriCloud