Clément Bœsch
af0945d912
avfilter/showcqt: use AV_OPT_TYPE_BOOL for fullhd option
10 years ago
Clément Bœsch
9f4b3bd96c
avfilter/concat: use AV_OPT_TYPE_BOOL for unsafe option
10 years ago
Clément Bœsch
b6249d4f52
avfilter/flite: use AV_OPT_TYPE_BOOL for list_voices option
10 years ago
Clément Bœsch
cb8d71734c
avfilter/volume: drop useless trailing comma
10 years ago
Clément Bœsch
34201fcf74
avfilter/volume: fix missing filtering flags for a bunch of options
10 years ago
Clément Bœsch
ed28dd6301
avfilter/volume: use AV_OPT_TYPE_BOOL for replaygain_noclip option
10 years ago
Clément Bœsch
5c64ae64bd
avfilter/silenceremove: use AV_OPT_TYPE_BOOL for leave_silence option
10 years ago
Clément Bœsch
6d79aae63c
avfilter/extrastereo: use AV_OPT_TYPE_BOOL for clipping option
10 years ago
Clément Bœsch
fad0841869
avfilter/asyncts: use AV_OPT_TYPE_BOOL for compensate option
10 years ago
Clément Bœsch
816cfd00cb
avfilter/astats: use AV_OPT_TYPE_BOOL for metadata option
10 years ago
Clément Bœsch
1457610d87
avfilter/asetnsamples: use AV_OPT_TYPE_BOOL for pad with zeros option
10 years ago
Clément Bœsch
2d7726f7ab
avfilter/rotate: use AV_OPT_TYPE_BOOL for bilinear option
10 years ago
Clément Bœsch
0b93c6d831
avfilter/interlace: fix opt flags
10 years ago
Clément Bœsch
f790b54d98
avfilter/interlace: use AV_OPT_TYPE_BOOL
10 years ago
Clément Bœsch
2f4e2356bc
avfilter/deband: use AV_OPT_TYPE_BOOL
10 years ago
Clément Bœsch
266997504d
avfilter/dynaudnorm: use AV_OPT_TYPE_BOOL
10 years ago
Clément Bœsch
ae32c9916d
avfilter/kerndeint: use AV_OPT_TYPE_BOOL
10 years ago
Paul B Mahol
84f6284709
avfilter/vf_vectorscope: 9 & 10 bit depth support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Ganesh Ajjanagadde
c07f493efe
avfilter/vf_super2xsai: use the name 's' for the pointer to the private context
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
10 years ago
Paul B Mahol
31c9660b0f
avfilter/af_ladspa: add special case for 2:2 plugins
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Hendrik Leppkes
5d8e836d0e
Replace all remaining occurances of step/depth_minus1 and offset_plus1
10 years ago
Paul B Mahol
b31041adc3
avfilter: add extrastereo filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Ganesh Ajjanagadde
b45ff1386a
avfilter/vf_thumbnail: use the name 's' for the pointer to the private context
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
10 years ago
Vittorio Giovara
2268db2cd0
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
The new fields can be accessed directly and are more intelligible.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
10 years ago
Paul B Mahol
0c511eb272
avfilter/vf_stereo3d: stop dumping half of data for interleave rows output
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
32dd9b2c6e
avfilter/vf_stereo3d: add interleave columns output format
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
8bd13eb8be
avfilter/vf_stereo3d: add HDMI output format
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
4b2bafbd4c
avfilter/vf_stereo3d: support interleaved rows as input format
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
09812e1200
avfilter/vf_stereo3d: add checkerboard output format
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Clément Bœsch
a388ca359d
avfilter/sine: support expression in the number of output samples
10 years ago
Ganesh Ajjanagadde
d74123d03e
avfilter/af_asyncts: use llabs for int64_t
long may not be 64 bit on all platforms; so labs on int64_t is unsafe.
This fixes a warning reported in:
http://fate.ffmpeg.org/log.cgi?time=20150905071512&log=compile&slot=i386-darwin-clang-polly-3.7
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Ganesh Ajjanagadde
78995dc241
avfilter/vf_unsharp: use the name 's' for the pointer to the private context
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
10 years ago
Hendrik Leppkes
3433228795
lavfi: remove old graph parser API with different semantics
This API hasn't been active since the last bump already.
10 years ago
Hendrik Leppkes
144fb06806
Remove left-over FF_API_AVFILTERBUFFER cruft
10 years ago
Michael Niedermayer
8ca97b5e4f
avfilter/avf_showfreqs: Fix memleak of out frame
Fixes CID1322344
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Michael Niedermayer
0ada8ec1a5
avfilter/avf_showfreqs: Fix "may be used uninitialized in this function" warning
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Michael Niedermayer
7213d3fbf3
avfilter/avf_showfreqs: Free fin
Fixes CID1322345
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Michael Niedermayer
a3ad51e0d5
avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setup
Fixes CID1322306
Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Michael Niedermayer
7eab904d11
avfilter/vf_stack: Fix memleak of out frame
Fixes CID1322347
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Michael Niedermayer
5d859e5980
avfilter/avfilter: Add a few more basic filters to the list which support frame size changes
Fixes assertion failures
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Paul B Mahol
f011e98cb1
avfilter/vf_vectorscope: change intensity to float
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
db592f3b03
avfilter/vf_waveform: stop abusing s->size for calculating limit
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
55886c67e7
avfilter/vf_waveform: change intensity to float
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
fda05554e3
avfilter/vf_waveform: reduce number of operations a little
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
5b658bcc8a
avfilter/vf_waveform: 9 and 10 bit depth support for lowpass & color filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Michael Niedermayer
f5a6a8336f
avfilter/af_channelmap: Reorder operations to avoid memleak
Fixes CID1322346
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Michael Niedermayer
59361d8c9d
avfilter/af_sidechaincompress: Also assert that i < 2
This should help static analyzers (CID1322339)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Michael Niedermayer
d5710411c7
avfilter/vf_atadenoise: Check for ff_get_video_buffer() failure
Fixes CID1322338
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Michael Niedermayer
c97ea011f5
avfilter/vf_histogram: Fix order of operations with flags
Fixes CID1322325
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Michael Niedermayer
a212a983c7
avfilter/avf_showwaves: Check max_samples
Fixes potential division by zero
Fixes: CID1292295
Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago