Nicolas George
77b8d4e521
lavfi/vf_tile: use av_make_q.
11 years ago
Paul B Mahol
b211607b5c
avfilter: various cosmetics
Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years ago
Paul B Mahol
8fbf940e16
lavfi/tile: do not leak input frame
Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years ago
Paul B Mahol
ef6718a5f7
lavfi/tile: make color of blank/unused area configurable
Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years ago
Michael Niedermayer
fd6228e657
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
This is mostly automated global search and replace
The deprecated aconvert filter is disabled, if it still has users
it should be updated
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Clément Bœsch
64a103138c
lavfi/tile: switch to an AVOptions-based system.
12 years ago
Nicolas George
77fa554b6e
lavfi/vf_tile: simplify request_frame loop.
12 years ago
Nicolas George
e9f45a833d
lavfi/vf_tile: use standard options parsing.
12 years ago
Clément Bœsch
ceee4407e3
lavfi/tile: small align cosmetics.
12 years ago
Clément Bœsch
4cd724daee
lavfi/tile: remove usage of link->{cur,out}_buf.
12 years ago
Nicolas George
24cb1f9718
lavfi/vf_tile: forward errors.
12 years ago
Nicolas George
3b316247fb
lavfi/vf_tile: cosmetic after last commit.
12 years ago
Nicolas George
6f3d2fb18b
lavfi/vf_tile: switch to filter_frame.
Also add error check on buffer allocation.
12 years ago
Clément Bœsch
2d9d444051
lavfi: convert remaining input/output list compound literals to named objects.
This is following 568c70e79e
.
12 years ago
Clément Bœsch
7582012058
lavfi/tile: extend shorthand parameters.
This makes the syntax similar to mp=tile.
12 years ago
Clément Bœsch
4a90e7124d
lavfi/tile: add nb_frames option.
12 years ago
Clément Bœsch
ecfaff350f
lavfi/tile: add margin and padding options.
12 years ago
Clément Bœsch
aa5a029091
lavfi/tile: allow named arguments.
12 years ago
Nicolas George
f952b23ed4
vf_tile: fix output buffer ownership.
There is no need to start_frame immediately on the output link
since the rest is only done with the last frame of the tile.
link->out_buf is now automatically dereferenced; since we give
it away it must be cleared.
Fix an assert failure; found by Clément Bœsch.
12 years ago
Stefano Sabatini
abb0a9982f
lavfi: do not pass opaque field to init functions
Fix signature mismatch warnings.
13 years ago
Paul B Mahol
c9e183b490
lavfi: update some deprecated functions
Signed-off-by: Paul B Mahol <onemda@gmail.com>
13 years ago
Nicolas George
c8428a0d06
vf_tile: update deprecated functions.
13 years ago
Nicolas George
7b993c4a51
vf_tile: set frame_rate.
13 years ago
Nicolas George
3493390d47
lavfi: add tile video filter.
13 years ago