aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/ffmpeg: clarify behaviour of -discardGyan Doshi2019-01-041-2/+4
| | | | | Discarding all frames is universally supported as it happens in fftools whereas selective discarding relies on the demuxer.
* doc/ffmpeg: update entry for stream disable optionsGyan Doshi2019-01-041-8/+28
| | | | -vn/-an/-sn/-dn can now be used to block input streams from a file.
* doc/indevs: fix upto typoMichael Niedermayer2019-01-011-1/+1
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_adelay: allow setting delays in secondsPaul B Mahol2019-01-011-0/+1
|
* doc/filters: improve afir description a littlePaul B Mahol2019-01-011-1/+1
|
* avfilter/af_afir: implement non-uniform partitioned convolutionPaul B Mahol2018-12-301-2/+2
| | | | Using multiple frequency delay lines.
* avfilter/af_afir: fix minp/maxp range and change default value for maxpPaul B Mahol2018-12-291-3/+3
|
* avcodec/libvpxenc: add VP8/9 sharpness config optionRene Claus2018-12-241-0/+4
| | | | | | | | This commit adds configuration options to libvpxenc.c that can be used to tune the sharpness parameter for VP8 and VP9. Signed-off-by: Rene Claus <rclaus@google.com> Signed-off-by: James Zern <jzern@google.com>
* avfilter/af_sofalizer: stop using easy APIPaul B Mahol2018-12-231-0/+17
| | | | Easy API is not flexible enough for our needs.
* APIChanges: add missing entry for SMPTE2094-40 HDR Dynamic metadata APIJames Almer2018-12-211-0/+4
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/af_sofalizer: add framesize optionPaul B Mahol2018-12-201-0/+5
|
* doc/encoders: Fix colums typoMichael Niedermayer2018-12-191-1/+1
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_apad: add pad_dur and whole_dur optionsPaul B Mahol2018-12-171-3/+15
|
* avformat/dashenc: Added support for Low-latency HLS(Experimental)kjeyapal@akamai.com2018-12-171-0/+8
| | | | | | | 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.
* doc/metadata: fix error in timebase descriptionPaul B Mahol2018-12-141-1/+1
| | | | Fixes #7184.
* doc/indevs: document libdc1394 optionsLou Logan2018-12-111-0/+15
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* avformat/movenc: Added an option to disable SIDX atomkjeyapal@akamai.com2018-12-111-0/+4
|
* doc/indevs: fix hdvbuffer typo in iec61883 exampleLou Logan2018-12-101-1/+1
| | | | | | Option name is dvbuffer. Signed-off-by: Lou Logan <lou@lrcd.com>
* avformat/hlsenc : Added an option to ignore IO errorsKarthick J2018-12-101-0/+3
| | | | | | Useful for long duration runs with network output Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
* avcodec/libaomenc: add row-mt optionJames Almer2018-12-091-3/+6
| | | | | | | | Default to disable, same as aomenc. Fixes ticket #7598 Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_showinfo: allow checksums calculation to be disabledPaul B Mahol2018-12-091-0/+7
| | | | Fixes #6987.
* doc/codecs: Do not mention a removed flags.Carl Eugen Hoyos2018-12-081-2/+0
|
* doc/faq: Fix flags for possible video quality improvements.Carl Eugen Hoyos2018-12-081-2/+2
| | | | Reported-by: Ulf Zibis
* doc: vapoursynthGyan Doshi2018-12-082-0/+27
| | | | Add entry in external library list and demuxers.
* doc/general: rearrange libraries in alphabetical orderGyan Doshi2018-12-071-155/+154
|
* doc: libmodplugGyan Doshi2018-12-052-1/+64
| | | | Add entry in external library list and demuxers.
* doc: remove licensing claims for chromaprint and libgmeGyan Doshi2018-12-041-2/+2
|
* doc: libgmeGyan Doshi2018-12-042-6/+24
| | | | Add entry in external library list and add details to demuxer entry.
* doc: chromaprintGyan Doshi2018-12-042-8/+16
| | | | Add entry in external library list and add details to muxer entry.
* trace_headers: Update documentationAndreas Rheinhardt2018-12-021-1/+2
| | | | | | | It also supports AV1 and (M)JPEG. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@googlemail.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
* avformat/dashenc: Added an option to ignore io errorskjeyapal@akamai.com2018-12-021-0/+3
| | | | | 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.
* avdevice/decklink_enc: add support for setting genlock timing offsetMarton Balint2018-12-021-0/+4
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* libavf/libvmaf: update docsKyle Swanson2018-11-261-2/+4
| | | | Signed-off-by: Kyle Swanson <kswanson@netflix.com>
* avcodec: add truehd_core bitstream filterPaul B Mahol2018-11-231-0/+4
|
* lavf/dashenc: Add support for format-specific file extensions.Andrey Semashev2018-11-211-3/+3
| | | | | | | | | | 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.
* lavf/dashenc: Add DASH segment type auto and make it the defaultAndrey Semashev2018-11-211-2/+5
| | | | | | | | | This commit restores the ability to create DASH streams with codecs that require different containers that was lost after commit 2efdbf7367989cf9d296c25fa3d2aff8d6e25fdd. 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.
* avfilter/vf_freezedetect: add filter to detect frozen inputMarton Balint2018-11-191-0/+29
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avcodec/libvpxenc: add VP8 temporal scalability config optionsArd Oerlemans2018-11-191-0/+28
| | | | | | | | | 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>
* avfilter: add rgbashift filterPaul B Mahol2018-11-191-0/+25
|
* avfilter: add chromashift filterPaul B Mahol2018-11-191-0/+17
|
* doc/encoders: Add libaom-av1Mark Thompson2018-11-181-0/+109
|
* doc/encoders: Move libxavs2 to correct place in alphabetical orderMark Thompson2018-11-181-46/+46
|
* avfilter: add dedot video filterPaul B Mahol2018-11-161-0/+24
|
* doc/filters: improve afftfilt documentationPaul B Mahol2018-11-161-4/+4
|
* avfilter/vf_lut2: implement support for different input depthsPaul B Mahol2018-11-151-0/+4
|
* avfilter/af_afftfilt: extend filter functionalityPaul B Mahol2018-11-111-2/+14
|
* avcodec : add prores_metadata bsf for set the color property of each prores ↵Martin Vignali2018-11-111-0/+66
| | | | frame
* avfilter/vf_lut3d: add spline 1D interpolationPaul B Mahol2018-11-101-0/+4
|
* libvpxenc: extend auto-alt-ref rangeJames Zern2018-11-091-0/+1
| | | | | | | vp9 now supports [0, 6] Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: James Zern <jzern@google.com>
* libvpxenc,vp9: add enable-tpl optionJames Zern2018-11-091-0/+2
| | | | | | enables temporal dependency model Signed-off-by: James Zern <jzern@google.com>