Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/ffmpeg: clarify behaviour of -discard | Gyan Doshi | 2019-01-04 | 1 | -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 options | Gyan Doshi | 2019-01-04 | 1 | -8/+28 |
| | | | | -vn/-an/-sn/-dn can now be used to block input streams from a file. | ||||
* | doc/indevs: fix upto typo | Michael Niedermayer | 2019-01-01 | 1 | -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 seconds | Paul B Mahol | 2019-01-01 | 1 | -0/+1 |
| | |||||
* | doc/filters: improve afir description a little | Paul B Mahol | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | avfilter/af_afir: implement non-uniform partitioned convolution | Paul B Mahol | 2018-12-30 | 1 | -2/+2 |
| | | | | Using multiple frequency delay lines. | ||||
* | avfilter/af_afir: fix minp/maxp range and change default value for maxp | Paul B Mahol | 2018-12-29 | 1 | -3/+3 |
| | |||||
* | avcodec/libvpxenc: add VP8/9 sharpness config option | Rene Claus | 2018-12-24 | 1 | -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 API | Paul B Mahol | 2018-12-23 | 1 | -0/+17 |
| | | | | Easy API is not flexible enough for our needs. | ||||
* | APIChanges: add missing entry for SMPTE2094-40 HDR Dynamic metadata API | James Almer | 2018-12-21 | 1 | -0/+4 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avfilter/af_sofalizer: add framesize option | Paul B Mahol | 2018-12-20 | 1 | -0/+5 |
| | |||||
* | doc/encoders: Fix colums typo | Michael Niedermayer | 2018-12-19 | 1 | -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 options | Paul B Mahol | 2018-12-17 | 1 | -3/+15 |
| | |||||
* | avformat/dashenc: Added support for Low-latency HLS(Experimental) | kjeyapal@akamai.com | 2018-12-17 | 1 | -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 description | Paul B Mahol | 2018-12-14 | 1 | -1/+1 |
| | | | | Fixes #7184. | ||||
* | doc/indevs: document libdc1394 options | Lou Logan | 2018-12-11 | 1 | -0/+15 |
| | | | | Signed-off-by: Lou Logan <lou@lrcd.com> | ||||
* | avformat/movenc: Added an option to disable SIDX atom | kjeyapal@akamai.com | 2018-12-11 | 1 | -0/+4 |
| | |||||
* | doc/indevs: fix hdvbuffer typo in iec61883 example | Lou Logan | 2018-12-10 | 1 | -1/+1 |
| | | | | | | Option name is dvbuffer. Signed-off-by: Lou Logan <lou@lrcd.com> | ||||
* | avformat/hlsenc : Added an option to ignore IO errors | Karthick J | 2018-12-10 | 1 | -0/+3 |
| | | | | | | Useful for long duration runs with network output Reviewed-by: Steven Liu <lq@chinaffmpeg.org> | ||||
* | avcodec/libaomenc: add row-mt option | James Almer | 2018-12-09 | 1 | -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 disabled | Paul B Mahol | 2018-12-09 | 1 | -0/+7 |
| | | | | Fixes #6987. | ||||
* | doc/codecs: Do not mention a removed flags. | Carl Eugen Hoyos | 2018-12-08 | 1 | -2/+0 |
| | |||||
* | doc/faq: Fix flags for possible video quality improvements. | Carl Eugen Hoyos | 2018-12-08 | 1 | -2/+2 |
| | | | | Reported-by: Ulf Zibis | ||||
* | doc: vapoursynth | Gyan Doshi | 2018-12-08 | 2 | -0/+27 |
| | | | | Add entry in external library list and demuxers. | ||||
* | doc/general: rearrange libraries in alphabetical order | Gyan Doshi | 2018-12-07 | 1 | -155/+154 |
| | |||||
* | doc: libmodplug | Gyan Doshi | 2018-12-05 | 2 | -1/+64 |
| | | | | Add entry in external library list and demuxers. | ||||
* | doc: remove licensing claims for chromaprint and libgme | Gyan Doshi | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | doc: libgme | Gyan Doshi | 2018-12-04 | 2 | -6/+24 |
| | | | | Add entry in external library list and add details to demuxer entry. | ||||
* | doc: chromaprint | Gyan Doshi | 2018-12-04 | 2 | -8/+16 |
| | | | | Add entry in external library list and add details to muxer entry. | ||||
* | trace_headers: Update documentation | Andreas Rheinhardt | 2018-12-02 | 1 | -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 errors | kjeyapal@akamai.com | 2018-12-02 | 1 | -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 offset | Marton Balint | 2018-12-02 | 1 | -0/+4 |
| | | | | Signed-off-by: Marton Balint <cus@passwd.hu> | ||||
* | libavf/libvmaf: update docs | Kyle Swanson | 2018-11-26 | 1 | -2/+4 |
| | | | | Signed-off-by: Kyle Swanson <kswanson@netflix.com> | ||||
* | avcodec: add truehd_core bitstream filter | Paul B Mahol | 2018-11-23 | 1 | -0/+4 |
| | |||||
* | lavf/dashenc: Add support for format-specific file extensions. | Andrey Semashev | 2018-11-21 | 1 | -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 default | Andrey Semashev | 2018-11-21 | 1 | -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 input | Marton Balint | 2018-11-19 | 1 | -0/+29 |
| | | | | Signed-off-by: Marton Balint <cus@passwd.hu> | ||||
* | avcodec/libvpxenc: add VP8 temporal scalability config options | Ard Oerlemans | 2018-11-19 | 1 | -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 filter | Paul B Mahol | 2018-11-19 | 1 | -0/+25 |
| | |||||
* | avfilter: add chromashift filter | Paul B Mahol | 2018-11-19 | 1 | -0/+17 |
| | |||||
* | doc/encoders: Add libaom-av1 | Mark Thompson | 2018-11-18 | 1 | -0/+109 |
| | |||||
* | doc/encoders: Move libxavs2 to correct place in alphabetical order | Mark Thompson | 2018-11-18 | 1 | -46/+46 |
| | |||||
* | avfilter: add dedot video filter | Paul B Mahol | 2018-11-16 | 1 | -0/+24 |
| | |||||
* | doc/filters: improve afftfilt documentation | Paul B Mahol | 2018-11-16 | 1 | -4/+4 |
| | |||||
* | avfilter/vf_lut2: implement support for different input depths | Paul B Mahol | 2018-11-15 | 1 | -0/+4 |
| | |||||
* | avfilter/af_afftfilt: extend filter functionality | Paul B Mahol | 2018-11-11 | 1 | -2/+14 |
| | |||||
* | avcodec : add prores_metadata bsf for set the color property of each prores ↵ | Martin Vignali | 2018-11-11 | 1 | -0/+66 |
| | | | | frame | ||||
* | avfilter/vf_lut3d: add spline 1D interpolation | Paul B Mahol | 2018-11-10 | 1 | -0/+4 |
| | |||||
* | libvpxenc: extend auto-alt-ref range | James Zern | 2018-11-09 | 1 | -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 option | James Zern | 2018-11-09 | 1 | -0/+2 |
| | | | | | | enables temporal dependency model Signed-off-by: James Zern <jzern@google.com> |