Andriy Gelman
4cb124a800
doc/formats: Update documentation for chromaprint
...
Silence detection can only be set with algorithm version 3.
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
5 years ago
Paul B Mahol
0633d87ae6
avfilter/af_adelay: add option which changes how unset channels are delayed
...
Fixes #8032 .
5 years ago
Paul B Mahol
a1e5c35a6e
doc/filters: fix few more typos
5 years ago
Paul B Mahol
66d45af13c
avfilter/vf_avgblur: add support for commands
5 years ago
Paul B Mahol
da9337c911
avfilter/vf_gblur: add support for commands
5 years ago
Paul B Mahol
e37edc70bd
avfilter: add anlms filter
5 years ago
Jun Zhao
a27c0781dd
doc/codecs: Update documentation for flags/flags2
...
Update documentation for flags/flags2
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Paul B Mahol
93ea21f9b7
doc/filters: fix typo
5 years ago
Paul B Mahol
d0189f8d97
avfilter/vsrc_sierpinski: add triangle type
5 years ago
Paul B Mahol
1b2ed0c392
avfilter/vf_drawbox: implement process_command
5 years ago
Vladimir Panteleev
c888adf590
libavfilter: add photosensitivity filter
5 years ago
Paul B Mahol
a746359ede
avfilter: add scroll video filter
5 years ago
Paul B Mahol
9c9d5bf257
avfilter/f_metadata: add ends_with() function for comparing ends of strings
5 years ago
Paul B Mahol
4a51075f4d
doc/examples/muxing: fix underflow in duration of encoded streams
...
Now they are exactly 10 seconds long.
Fixes #5684 .
5 years ago
Paul B Mahol
551e8dc145
doc/filters: add more advanced silenceremove example
5 years ago
Lou Logan
419e5e7942
doc/ffmpeg: -timelimit is in user time
...
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Gyan Doshi
b9f8ab3ef4
doc/filters: warn about gaps/overlaps in xstack
5 years ago
Limin Wang
af007e36d1
doc/filters: add 4x4 layout example for xstack filter
...
Add layouts for existing examples.
Reviewed-by: Gyan <ffmpeg@gyani.pro>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
5 years ago
Michael Niedermayer
f8406ab4b9
avcodec: add max_samples
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Paul B Mahol
9c3e1c1937
avfilter: add sierpinski video source
5 years ago
Paul B Mahol
0d05aa052c
avfilter/vf_v360: add sinusoidal format
5 years ago
Paul B Mahol
51a2f02117
avfilter/vf_v360: add fixed pixel padding options
5 years ago
Paul B Mahol
b8dfc108a2
avfilter/vf_v360: add hammer projection
5 years ago
Moritz Barsnick
2f87c9f646
avformat/hashenc: add streamhash muxer
...
Implemented as a variant of the hash muxer, reusing most functions,
and making use of the previously introduced array of hashes.
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Paul B Mahol
b632ad81c5
avfilter/vf_v360: add ball projection format
5 years ago
Moritz Barsnick
53d31e91c5
doc: various spelling, grammar and formatting fixes
...
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
5 years ago
Paul B Mahol
251284e44a
avfilter/vf_v360: add mercator projection
5 years ago
Carl Eugen Hoyos
551fcbbccb
lavc/g729dec: Support decoding Sipro ACELP.KELVIN.
...
Fixes ticket #4799 .
Analyzed-by: Aleksandr Ustinov
5 years ago
Michael Niedermayer
c80715f153
doc/examples/decode_audio: Fix "warning: ISO C90 forbids mixed declarations and code"
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
James Almer
6c0167f6f6
avcodec/libdav1d: use the library default for the filmgrain option
...
Signed-off-by: James Almer <jamrial@gmail.com>
5 years ago
Paul B Mahol
5a9560dfc6
avfilter/vf_stereo3d: add tb (top-bottom) aliases
5 years ago
Paul B Mahol
197985c5bf
doc/filters: add another v360 example
5 years ago
Paul B Mahol
45bb80dccc
avfilter/vf_v360: implement stereo 3D support
5 years ago
Paul B Mahol
cb8d6a4e3e
avfilter/vf_v360: implement diagonal field of view
5 years ago
Paul B Mahol
e1dd355b3d
avfilter/vf_v360: add dfisheye output
5 years ago
Paul B Mahol
e26fb6a714
doc/filters: extend flip options in v360 filter
5 years ago
Paul B Mahol
329505d908
avfilter/vf_v360: add support for stereographic as input projection
5 years ago
Paul B Mahol
2f071767d9
doc/filters: fix typo in v360
5 years ago
Paul B Mahol
799c07e5c8
avfilter/vf_v360: partialy revert previous commit
...
roll/pitch can do exactly same thing.
5 years ago
Paul B Mahol
976617c7d2
avfilter/vf_v360: extend stereographic projection
...
Add option to change central point projection.
5 years ago
Paul B Mahol
8a1f0cb9e3
doc/filters: update v360
5 years ago
Paul B Mahol
5b12a47e08
avfilter/vf_v360: add options to h/w unflip input video
5 years ago
Paul B Mahol
a06d70350b
avfilter/vf_v360: support transposed input/output
5 years ago
Paul B Mahol
cb8c353032
avfilter/vf_v360: add option to pick rotation order
5 years ago
Sourabh Sharma
3424600e0b
doc/filters: correct range for contrast in eq filter
...
Fixes #8111
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
5 years ago
Paul B Mahol
a2dbd85733
doc/filters: fix alphabetic order of some video filters
5 years ago
Aman Gupta
f30fb5ef62
avutil/version: bump for hwcontext_videotoolbox api change
...
av_map_videotoolbox_format_from_pixfmt2() added in previous
commit to support full-range pixel formats.
Signed-off-by: Aman Gupta <aman@tmm1.net>
5 years ago
Andriy Gelman
ef43a4d6b3
avformat: Add ZeroMQ as a protocol
...
When ffmpeg was streaming, multiple clients were only supported by using a
multicast destination address. An alternative was to stream to a server which
re-distributes the content. This commit adds ZeroMQ as a protocol, which allows
multiple clients to connect to a single ffmpeg instance.
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Marton Balint
73e0035812
docs/formats: fix max_interleave_delta default
...
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Paul B Mahol
30f4464e22
avfilter/vf_v360: rename fb format to barrel
5 years ago