summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_tile.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_tile: fix memory leakPaul B Mahol2019-10-201-0/+1
* avfilter/vf_tile: add init_padding optionPaul B Mahol2017-12-011-1/+11
* avfilter/vf_tile: add overlap optionPaul B Mahol2017-11-121-9/+45
* avfilter/vf_tile: remove limit of max tile sizePaul B Mahol2017-11-031-3/+12
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-2/+0
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* lavfi/vf_tile: use av_make_q.Nicolas George2014-01-191-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-1/+1
* lavfi/tile: do not leak input framePaul B Mahol2013-08-231-1/+3
* lavfi/tile: make color of blank/unused area configurablePaul B Mahol2013-08-161-2/+3
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/tile: switch to an AVOptions-based system.Clément Bœsch2013-04-111-6/+2
* lavfi/vf_tile: simplify request_frame loop.Nicolas George2013-04-031-10/+5
* lavfi/vf_tile: use standard options parsing.Nicolas George2013-03-201-8/+4
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-11/+9
* lavfi/tile: small align cosmetics.Clément Bœsch2012-12-261-5/+5
* lavfi/tile: remove usage of link->{cur,out}_buf.Clément Bœsch2012-12-261-13/+13
* lavfi/vf_tile: forward errors.Nicolas George2012-12-021-7/+7
* lavfi/vf_tile: cosmetic after last commit.Nicolas George2012-12-021-4/+4
* lavfi/vf_tile: switch to filter_frame.Nicolas George2012-12-021-50/+33
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-17/+24
* lavfi/tile: extend shorthand parameters.Clément Bœsch2012-11-111-1/+1
* lavfi/tile: add nb_frames option.Clément Bœsch2012-11-111-3/+15
* lavfi/tile: add margin and padding options.Clément Bœsch2012-11-111-8/+33
* lavfi/tile: allow named arguments.Clément Bœsch2012-11-111-7/+22
* vf_tile: fix output buffer ownership.Nicolas George2012-08-011-6/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-6/+8
* lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-081-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-1/+2
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-1/+1
* vf_tile: update deprecated functions.Nicolas George2012-06-101-4/+6
* vf_tile: set frame_rate.Nicolas George2012-06-101-0/+2
* lavfi: add tile video filter.Nicolas George2012-03-211-0/+206
OpenPOWER on IntegriCloud