summaryrefslogtreecommitdiff
path: root/libavfilter/vf_thumbnail.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_thumbnail: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_thumbnail: add support for rest of packed rgb formatsPaul B Mahol2021-02-08
* avfilter/vf_thumbnail: add support for YUV and GBRP formatsPaul B Mahol2021-02-08
* avfilter/vf_thumbnail: fix possible crash on errorPaul B Mahol2020-02-10
* avfilter/vf_thumbnail: add timeline supportPaul B Mahol2020-02-10
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi/vf_thumbnail: reindent after last commit.Nicolas George2015-10-07
* lavfi/vf_thumbnail: remove looping on request_frame().Nicolas George2015-10-07
* avfilter/vf_thumbnail: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-07
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/thumbnail: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* lavfi/thumbnail: add support for named options.Clément Bœsch2013-03-24
* lavfi/thumbnail: replace frame unref with free.Clément Bœsch2013-03-17
* lavfi/thumbnail: support flushing.Clément Bœsch2013-03-14
* lavfi/thumbnail: remove unecessary poll_frame() callback.Clément Bœsch2013-03-13
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/thumbnail: re-use ctx instead of inlink->dst.Clément Bœsch2012-11-29
* lavfi/thumbnail: use avfilter_unref_bufferp() where appropriate.Clément Bœsch2012-11-29
* lavfi/thumbnail: switch to filter_frame.Clément Bœsch2012-11-29
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* vf_thumbnail: fix permissions.Nicolas George2012-08-17
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
* vf_thumbnail: prevent premature freeing of refMichael Niedermayer2012-07-21
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
* lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* vf_thumbnail: forward request_frame at least once.Nicolas George2012-03-17
* lavfi/thumbnail: rename @url to @see.Clément Bœsch2012-02-03
* thumbnail: fix error code in case of invalid args.Clément Bœsch2011-12-27
* lavfi: add thumbnail video filter.Clément Bœsch2011-12-27