summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tile.c
Commit message (Expand)AuthorAge
* 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: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_tile: remove extra whitespace in option descriptionPaul B Mahol2021-02-06
* avfilter/vf_tile: fix memory leakPaul B Mahol2019-10-20
* avfilter/vf_tile: add init_padding optionPaul B Mahol2017-12-01
* avfilter/vf_tile: add overlap optionPaul B Mahol2017-11-12
* avfilter/vf_tile: remove limit of max tile sizePaul B Mahol2017-11-03
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* lavfi/vf_tile: use av_make_q.Nicolas George2014-01-19
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/tile: do not leak input framePaul B Mahol2013-08-23
* lavfi/tile: make color of blank/unused area configurablePaul B Mahol2013-08-16
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/tile: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* lavfi/vf_tile: simplify request_frame loop.Nicolas George2013-04-03
* lavfi/vf_tile: use standard options parsing.Nicolas George2013-03-20
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/tile: small align cosmetics.Clément Bœsch2012-12-26
* lavfi/tile: remove usage of link->{cur,out}_buf.Clément Bœsch2012-12-26
* lavfi/vf_tile: forward errors.Nicolas George2012-12-02
* lavfi/vf_tile: cosmetic after last commit.Nicolas George2012-12-02
* lavfi/vf_tile: switch to filter_frame.Nicolas George2012-12-02
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi/tile: extend shorthand parameters.Clément Bœsch2012-11-11
* lavfi/tile: add nb_frames option.Clément Bœsch2012-11-11
* lavfi/tile: add margin and padding options.Clément Bœsch2012-11-11
* lavfi/tile: allow named arguments.Clément Bœsch2012-11-11
* vf_tile: fix output buffer ownership.Nicolas George2012-08-01
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
* 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_tile: update deprecated functions.Nicolas George2012-06-10
* vf_tile: set frame_rate.Nicolas George2012-06-10
* lavfi: add tile video filter.Nicolas George2012-03-21