Clément Bœsch
ab5497df15
lavfi/subtitles: 10l close codec before format.
...
Fix invalid memory accesses.
12 years ago
Anton Khirnov
cb45553f57
Remove pointless #undefs of previously forbidden functions.
12 years ago
Nicolas George
0444733b78
lavfi/drawtext: add the reload option.
12 years ago
Clément Bœsch
359cd12a43
lavfi/mp: fix invalid read with filters with no argument.
12 years ago
Clément Bœsch
ef1868351d
lavfi/removelogo: switch to ff_filter_frame.
12 years ago
Clément Bœsch
3313e46c4a
lavfi: add subtitles filter.
12 years ago
Clément Bœsch
b5eb630e21
lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.
...
video->[wh] will be set with the same values as the input after
avfilter_copy_buffer_ref_props. These filters don't change the size of
the input so there is no need for this code.
12 years ago
Clément Bœsch
d91388367f
lavfi/gradfun: remove check for AV_PERM_PRESERVE.
...
This check does not make sense in this context, see
doc/filter_design.txt for details about the usage of such flag.
12 years ago
Stefano Sabatini
5148147b26
lavfi/bbox: switch to ff_filter_frame() API
12 years ago
Stefano Sabatini
255be0734d
lavfi/alphamerge: fix leak introduced in 217163eb
12 years ago
Nicolas George
ddd87236f0
lavfi/vf_super2xsai: fix output ref size.
12 years ago
Stefano Sabatini
bd465fdc73
lavfi/framestep: switch to ff_filter_frame API
12 years ago
Stefano Sabatini
fbc339ff41
lavfi/super2xsai: switch to ff_filter_frame() API
12 years ago
Clément Bœsch
adfd9ca3fa
lavfi/hue: move to ff_filter_frame.
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
Stefano Sabatini
3d72820722
lavfi/decimate: switch to ff_filter_frame() API
12 years ago
Stefano Sabatini
217163eb98
lavfi/alphamerge: switch to ff_filter_frame() API
12 years ago
Stefano Sabatini
83ab46a57e
lavfi/blackdetect: switch to new ff_filter_frame() API
12 years ago
Clément Bœsch
9e1914dfba
lavfi/hqdn3d: avoid use of uninitialized variable.
12 years ago
Clément Bœsch
a3554bb457
lavfi/gradfun: avoid use of uninitialized variable.
12 years ago
Clément Bœsch
f61369d762
lavfi/vsrc: switch to ff_filter_frame.
12 years ago
Stefano Sabatini
13c39e9676
lavfi/geq: add T variable and example
12 years ago
Clément Bœsch
a7eabbb20d
lavfi/concat: prefer av_asprintf() over stack allocated buffer.
12 years ago
Clément Bœsch
b99f1303ad
lavfi/concat: switch to filter_frame.
12 years ago
Clément Bœsch
ea3bad0e9e
lavfi/smartblur: switch to filter_frame.
12 years ago
Clément Bœsch
9262f13269
lavfi/show{spectrum,waves}: use ff_filter_frame().
12 years ago
Michael Niedermayer
3fd8e07265
vsrc_mandelbrot: switch to filter_frame
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Clément Bœsch
9236e9f1e1
lavfi/ebur128: use ff_filter_frame() everywhere.
12 years ago
Clément Bœsch
031d644878
lavfi/ass: switch to filter_frame.
12 years ago
Anton Khirnov
9178235ffb
avfilter: mark start_frame/end_frame/draw_slice as deprecated
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Clément Bœsch
502ecc9cc2
lavfi/colormatrix: 10l fix forgotten buffer unref.
12 years ago
Clément Bœsch
269cd07702
lavfi/colormatrix: switch to filter_frame.
12 years ago
Anton Khirnov
88f8af26a9
vf_format: switch to filter_frame
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Anton Khirnov
7c42814782
vf_copy: switch to filter_frame
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Anton Khirnov
ece5decbe0
vf_null: switch to filter_frame
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Michael Niedermayer
015c2b4066
libavfilter: default to filter_frame when neither it nor start/slice/end is set.
...
this is needed for vf_null and a few others.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Anton Khirnov
60e50dd960
buffersrc: switch to filter_frame
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Anton Khirnov
b5ecfa1d8d
buffersink: switch to filter_frame
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Clément Bœsch
5d796270c5
lavfi/thumbnail: re-use ctx instead of inlink->dst.
12 years ago
Clément Bœsch
782993d9e4
lavfi/thumbnail: use avfilter_unref_bufferp() where appropriate.
12 years ago
Clément Bœsch
24f425319d
lavfi/thumbnail: switch to filter_frame.
12 years ago
Anton Khirnov
69d4420aea
libavfilter/split: switch to filter_frame
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Michael Niedermayer
94fdef818e
vf_scale: switch to filter_frame
...
Based on patch by Anton Khirnov
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Clément Bœsch
3860e34b08
lavfi/sendcmd: expose the options for both filters.
12 years ago
Clément Bœsch
0b70ffa4ac
lavfi/sendcmd: add FLAGS to AVOption array.
12 years ago
Clément Bœsch
a5b765236b
lavfi: add priv_class for some forgotten filters.
...
This allows to print the options available when using commands such as
ffmpeg -help full.
12 years ago
Clément Bœsch
8a12c96d27
lavfi/mptestsrc: add FLAGS to AVOption array.
12 years ago
Anton Khirnov
0a767ad796
vf_blackframe: switch to filter_frame
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago