Paul B Mahol
4096c670ab
avfilter/af_sofalizer: stop using easy API
...
Easy API is not flexible enough for our needs.
6 years ago
James Almer
53d3a1c514
APIChanges: add missing entry for SMPTE2094-40 HDR Dynamic metadata API
...
Signed-off-by: James Almer <jamrial@gmail.com>
6 years ago
Paul B Mahol
d6951e595a
avfilter/af_sofalizer: add framesize option
6 years ago
Michael Niedermayer
645c5e8c91
doc/encoders: Fix colums typo
...
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Paul B Mahol
d54276f9de
avfilter/af_apad: add pad_dur and whole_dur options
6 years ago
kjeyapal@akamai.com
f22fcd4483
avformat/dashenc: Added support for Low-latency HLS(Experimental)
...
Apple doesn't have an official spec for LHLS. Meanwhile hls.js player folks are
trying to standardize a open LHLS spec. The draft spec is available in https://github.com/video-dev/hlsjs-rfcs/blob/lhls-spec/proposals/0001-lhls.md
This option will also try to comply with the above open spec, till Apple's spec officially supports it.
Applicable only when @var{streaming} and @var{hls_playlist} options are enabled.
6 years ago
Paul B Mahol
ddefd05507
doc/metadata: fix error in timebase description
...
Fixes #7184 .
6 years ago
Lou Logan
11817c3316
doc/indevs: document libdc1394 options
...
Signed-off-by: Lou Logan <lou@lrcd.com>
6 years ago
kjeyapal@akamai.com
1d01ab399f
avformat/movenc: Added an option to disable SIDX atom
6 years ago
Lou Logan
0e8eb07980
doc/indevs: fix hdvbuffer typo in iec61883 example
...
Option name is dvbuffer.
Signed-off-by: Lou Logan <lou@lrcd.com>
6 years ago
Karthick J
2349260330
avformat/hlsenc : Added an option to ignore IO errors
...
Useful for long duration runs with network output
Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
6 years ago
James Almer
d12d4d4515
avcodec/libaomenc: add row-mt option
...
Default to disable, same as aomenc.
Fixes ticket #7598
Signed-off-by: James Almer <jamrial@gmail.com>
6 years ago
Paul B Mahol
8be56ee211
avfilter/vf_showinfo: allow checksums calculation to be disabled
...
Fixes #6987 .
6 years ago
Carl Eugen Hoyos
0cb1ccd1d1
doc/codecs: Do not mention a removed flags.
6 years ago
Carl Eugen Hoyos
936b0aa280
doc/faq: Fix flags for possible video quality improvements.
...
Reported-by: Ulf Zibis
6 years ago
Gyan Doshi
d91197c610
doc: vapoursynth
...
Add entry in external library list and demuxers.
6 years ago
Gyan Doshi
05a61a02d6
doc/general: rearrange libraries in alphabetical order
6 years ago
Gyan Doshi
6ea3cf1b6f
doc: libmodplug
...
Add entry in external library list and demuxers.
6 years ago
Gyan Doshi
ea68e02c6d
doc: remove licensing claims for chromaprint and libgme
6 years ago
Gyan Doshi
aae7e009b3
doc: libgme
...
Add entry in external library list and add details to demuxer entry.
6 years ago
Gyan Doshi
8bd7919699
doc: chromaprint
...
Add entry in external library list and add details to muxer entry.
6 years ago
Andreas Rheinhardt
5d8df52c45
trace_headers: Update documentation
...
It also supports AV1 and (M)JPEG.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@googlemail.com>
Signed-off-by: Mark Thompson <sw@jkqxz.net>
6 years ago
kjeyapal@akamai.com
c32aad1961
avformat/dashenc: Added an option to ignore io errors
...
When dashenc has to run for long duration(say 24x7 live stream), one can enable this option to ignore the io failure of few segment's upload due to an intermittent network issues.
When the network connection recovers dashenc will continue with the upload of the current segments, leading to the recovery of the stream.
6 years ago
Marton Balint
c047901012
avdevice/decklink_enc: add support for setting genlock timing offset
...
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Kyle Swanson
fd2d6f376d
libavf/libvmaf: update docs
...
Signed-off-by: Kyle Swanson <kswanson@netflix.com>
6 years ago
Paul B Mahol
0279cb4f69
avcodec: add truehd_core bitstream filter
6 years ago
Andrey Semashev
281a21ed50
lavf/dashenc: Add support for format-specific file extensions.
...
The file name template options now support a new "$ext$" placeholder,
which is replaced with a filename extension specific for the selected
file format. This is useful for the new "auto" format mode, when
different streams may use different file formats, and it is not
possible to specify the correct file name extension exactly.
Resolves warnings in the log about webm segments not having webm extensions.
6 years ago
Andrey Semashev
322e53f8ae
lavf/dashenc: Add DASH segment type auto and make it the default
...
This commit restores the ability to create DASH streams with codecs
that require different containers that was lost after commit
2efdbf7367
. It adds a new "auto" value for
the dash_segment_type option and makes it the default. When in this mode,
the segment format will be chosen based on the codec used in the stream:
webm for Vorbis, Opus, VP8 or VP9, mp4 otherwise.
6 years ago
Marton Balint
972ded33c0
avfilter/vf_freezedetect: add filter to detect frozen input
...
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Ard Oerlemans
95107af314
avcodec/libvpxenc: add VP8 temporal scalability config options
...
This commit adds configuration options to libvpxenc.c that can be used to
enable VP8 temporal scalability. It also adds a way to programmatically set the
per-frame encoding flags which can be used to control usage and updates of
reference frames while encoding with temporal scalability enabled.
Signed-off-by: James Zern <jzern@google.com>
6 years ago
Paul B Mahol
6da439219d
avfilter: add rgbashift filter
6 years ago
Paul B Mahol
cfd421226c
avfilter: add chromashift filter
6 years ago
Mark Thompson
b2ea757f68
doc/encoders: Add libaom-av1
6 years ago
Mark Thompson
f951036d32
doc/encoders: Move libxavs2 to correct place in alphabetical order
6 years ago
Paul B Mahol
7a73cca254
avfilter: add dedot video filter
6 years ago
Paul B Mahol
4334e9221e
doc/filters: improve afftfilt documentation
6 years ago
Paul B Mahol
02809e7b06
avfilter/vf_lut2: implement support for different input depths
6 years ago
Paul B Mahol
bdc66c50dd
avfilter/af_afftfilt: extend filter functionality
6 years ago
Martin Vignali
0aba92d42d
avcodec : add prores_metadata bsf for set the color property of each prores frame
6 years ago
Paul B Mahol
c47b48c0a6
avfilter/vf_lut3d: add spline 1D interpolation
6 years ago
James Zern
55e021f39b
libvpxenc: extend auto-alt-ref range
...
vp9 now supports [0, 6]
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: James Zern <jzern@google.com>
6 years ago
James Zern
6d3890ee34
libvpxenc,vp9: add enable-tpl option
...
enables temporal dependency model
Signed-off-by: James Zern <jzern@google.com>
6 years ago
Paul B Mahol
36348d77b8
avfilter/af_afir: add minp/maxp options to control latency and speed
6 years ago
Paul B Mahol
70463b7026
avfilter/avf_showspectrum: add terrain color map
6 years ago
Paul B Mahol
09fdfc11b7
avfilter/avf_showspectrum: add cividis colormap
6 years ago
Paul B Mahol
1d9fe1fdf6
avfilter/af_afir: implement rate option
6 years ago
Paul B Mahol
0c6d4e7ba4
avfilter/avf_showspectrum: add plasma color map
6 years ago
Paul B Mahol
ed58db4237
avfilter/avf_showspectrum: add viridis color map
6 years ago
James Almer
9bf9358b61
avcodec: libdav1d AV1 decoder wrapper.
...
Originally written by Ronald S. Bultje, with fixes, optimizations and
improvements by James Almer.
Signed-off-by: James Almer <jamrial@gmail.com>
6 years ago
Carl Eugen Hoyos
ee3f62a90c
pixfmt: Add GRAY10
...
Based on 7471352f
by Luca Barbato.
Signed-off-by: James Almer <jamrial@gmail.com>
6 years ago