Mulvya
b7a776aa7b
doc/filters: add drawtext example
Show example which draws text at a random position, and switches positions every 30 seconds
Signed-off-by: Mulvya <mulvya@gmail.com>
Signed-off-by: Lou Logan <lou@lrcd.com>
10 years ago
F.Sluiter
3a9611d623
avfilter: add remap filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
9 years ago
Rodger Combs
4b150fbe1f
lavf/segment: add option to write empty filler segments as needed
10 years ago
Stefano Sabatini
e8a9b64410
lavu/base64: add AV_BASE64_DECODE_SIZE() macro
This is consistent with the AV_BASE64_SIZE macro and avoids the literal
use of constants in the code.
10 years ago
Paul B Mahol
cf925e0ac1
doc/filters: add stereotools examples
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
241a3a6ca4
doc/filters: add sofalizer examples
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
974734c98c
doc/filters: remove false claim in sofalizer description
Remove false claim that processing in freq domain is
worse quality than processing in time domain.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Rostislav Pehlivanov
7cda7683a5
Revert "doc/filters: remove false claim in sofalizer description"
This reverts commit bf1495d9a9 .
10 years ago
Paul B Mahol
bf1495d9a9
doc/filters: remove false claim in sofalizer description
Remove false claim that processing in freq domain is
worse quality than processing in time domain.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Lou Logan
06eef96b69
fix some a/an typos
Signed-off-by: Lou Logan <lou@lrcd.com>
10 years ago
Paul B Mahol
a55c953ef0
avfilter/af_sofalizer: allow user to setup custom virtual speakers positions
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
ff982e02b5
avcodec: add dca core extraction bsf
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Thilo Borgmann
4d251723c0
lavfi: Add coreimage filter for GPU based image filtering on OSX.
10 years ago
Paul B Mahol
c91b20c464
avfilter/vf_waveform: add subsampling input support for remaining filters
Remove achroma filter, as same output can be done with lowpass filter
and multiple components with overlay display.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Martin Vignali
69638517d1
lavf/segment: add increment_tc option
For example you can split a file, keeping a continuous timecode between
each segment:
ffmpeg -i src.mov -timecode 10:00:00:00 -vcodec copy -f segment \
-segment_time 2 -reset_timestamps 1 -increment_tc 1 target_%03d.mov
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
10 years ago
Paul B Mahol
912fec3e54
avfilter/vf_waveform: add acolor filter
Useful in combination with color filter.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
4a7c705fde
avfilter/vf_vectorscope: make it possible to override colorspace
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Adam Kent
77e355ffb1
avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VOD
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Paul B Mahol
817d0c6da2
avfilter/vf_waveform: add parade display mode
Rename old parade display mode to stacked.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Ronald S. Bultje
6d8ab358a3
lavf: allow BSFs to drop packets.
If pkt->size == 0 && pkt->side_data_elems == 0 after bsf->filter()
returns, the packet is considered dropped.
10 years ago
Paul B Mahol
681f833610
avfilter/vf_waveform add support for other scalers for graticule
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Michael Niedermayer
689211d572
avformat/concatdec: set safe mode to enabled instead of auto
This is safer, as a selected demuxer could still mean that it was auto-detected
by a user application
Reviewed-previously-by: Nicolas George <george@nsup.org>
Reviewed-previously-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Paul B Mahol
b3e0371818
avfilter/vf_waveform: make it possible to draw dots instead of lines
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
f20cdcbc05
avfilter/vf_vectorscope: draw color points names
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
23d8b79a18
avfilter/vf_waveform: add text to graticule
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
361e48f0ed
avfilter/vf_waveform: add graticule support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Derek Buitenhuis
93629735d7
avformat: Add a protocol blacklisting API
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
10 years ago
Paul B Mahol
768734a0ff
avfilter/vf_vectorscope: add threshold option
Useful to only display lows/mids/highs.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
256fa2ab1b
avfilter: add ciescope filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
bdf474bcff
doc/utils: fix typo for min() description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
29c6fd41fc
avfilter/vf_vectorscope: make background opacity customizable
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
a7897bd3a6
avfilter/vf_vectorscope: add graticule
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Clément Bœsch
090621d7ce
lavfi: add bench and abench filters
10 years ago
Paul B Mahol
2ad1c87bb2
avfilter/vf_vectorscope: add color5 mode, mode like color but with higher saturation
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Reimar Döffinger
4dd4d53531
Document and validate AVFrame plane pointers.
Check that the required plane pointers and only
those are set up.
Currently does not enforce anything for the palette
pointer of pseudopal formats as I am unsure about the
requirements.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
10 years ago
Paul B Mahol
e266d29978
avfilter/avf_showwolume: add orientation and step option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
42c5e1cc2a
avfilter: add datascope filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Clément Bœsch
30e7685360
lavc/options: add ass_ro_flush_noop to flags2
10 years ago
Clément Bœsch
2941282124
lavc: allow subtitle text format to be ASS without timing
10 years ago
Carl Eugen Hoyos
03af008e21
doc/filters: Fix idet option name "rep_thres".
Reported by forum user vovcheck.
10 years ago
Paul B Mahol
b6a0aa1c0a
avfilter/vf_blend: add freeze and heat modes
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Stefano Sabatini
14f7a3d55a
lavc/lavf: transmit stream_id information for mpegts KLV data packets
This allows to copy information related to the stream ID from the demuxer
to the muxer, thus allowing for example to retain information related to
synchronous and asynchronous KLV data packets. This information is used
in the muxer when remuxing to distinguish the two kind of packets (if the
information is lacking, data packets are considered synchronous).
The fate reference changes are due to the use of
av_packet_merge_side_data(), which increases the size of the output
packet size, since side data is merged into the packet data.
10 years ago
Anton Khirnov
a8068346e4
lavc: add a variant of av_get_audio_frame_duration working with AVCodecParameters
11 years ago
Anton Khirnov
998e1b8f52
lavc: add codec parameters API
This API is intended to allow passing around codec parameters without
using full AVCodecContext (which also contains codec options and
encoder/decoder state).
11 years ago
Muhammad Faiz
bfc61b0fcc
avfilter: add firequalizer filter
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
10 years ago
Anton Khirnov
ec4c483976
lavf: add a protocol whitelist/blacklist for file opened internally
Should make the default behaviour safer for careless callers that open
random untrusted files.
Bug-Id: CVE-2016-1897
Bug-Id: CVE-2016-1898
10 years ago
Paul B Mahol
2b5b001182
doc/filters: fix nnedi typos
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Moritz Barsnick
6eaad752c1
lavf/options_table: mark use_wallclock_as_timestamps as boolean
It is only used in a boolean context. Also clarify its documentation.
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
10 years ago
Thomas Mundt
da94d619f6
avfilter: add BobWeaver deinterlacing filter
10 years ago
Paul B Mahol
08acab85d3
avfilter: add loop filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago