summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* avfilter: add vif filterAshish Singh2021-02-16
| | | | | | | This is Visual Information Fidelity (VIF) filter and one of the component filters of VMAF. It outputs the average VIF score over all frames. Signed-off-by: Ashish Singh <ashk43712@gmail.com>
* avcodec/setts_bsf: add sample rate for expressionsPaul B Mahol2021-02-15
|
* avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt2021-02-14
| | | | | | | | | | | | | | It has been added in 6db42a2b6b22e6f1928fafcf3faa67ed78201004, yet since then none of the necessary create/free_device_capabilities functions has been implemented, making this API completely useless. Because of this one can already simplify avdevice_capabilities_free/create and can already remove the function pointers at the next major bump; given that the documentation explicitly states that av_device_capabilities is not to be used by a user, it's options can already be removed (save for the sentinel). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avfilter/vf_datascope: pixscope: add commands supportPaul B Mahol2021-02-13
|
* avfilter/af_amix: rename sum option to normalizePaul B Mahol2021-02-12
| | | | It makes more sense to still use provided weights.
* avcodec: add setts bitstream filterPaul B Mahol2021-02-12
|
* avfilter: add monochrome video filterPaul B Mahol2021-02-12
|
* avfilter/vf_zscale: add support for setting scaling filter parametersJan Ekström2021-02-11
| | | | param_a/b are utilized for this.
* avfilter/vf_pseudocolor: add two more presetsPaul B Mahol2021-02-11
|
* avfilter/vf_pseudocolor: add opacity optionPaul B Mahol2021-02-11
|
* avfilter/af_adeclick: add more descriptive options namesPaul B Mahol2021-02-11
|
* avfilter: add exposure video filterPaul B Mahol2021-02-10
|
* avfilter: add aexciter audio filterPaul B Mahol2021-02-10
|
* libavutil/common: Add FFABS64U()Michael Niedermayer2021-02-10
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_datascope: add commands supportPaul B Mahol2021-02-10
|
* avcodec/libaomenc: add support for setting arbitrary libaom optionsBohan Li2021-02-10
| | | | | | | | | A new key & value API lets us gain access to newly added parameters without adding explicit support for them in our wrapper. Add an option utilizing this functionality in a similar manner to other encoder libraries' wrappers. Signed-off-by: Bohan Li <bohanli@google.com>
* avfilter/vf_curves: add commands supportPaul B Mahol2021-02-09
|
* avfilter/vf_swaprect: add support for commandsPaul B Mahol2021-02-09
|
* avfilter/vf_maskfun: add support for commandsPaul B Mahol2021-02-09
|
* avfilter/vf_lut: add support for commandsPaul B Mahol2021-02-08
| | | | While here remove excessive log and uninit() call in negate_init().
* avfilter/vf_deband: add support for commandsPaul B Mahol2021-02-08
|
* avfilter/vf_lut3d: lut3d, haldclut: add support for commandsPaul B Mahol2021-02-08
|
* avfilter/vf_lut2: add support for commandsPaul B Mahol2021-02-07
|
* avfilter: add colorize filterPaul B Mahol2021-02-07
|
* doc/general_contents: add few more entriesPaul B Mahol2021-02-07
| | | | Also extend description of some entries.
* avfilter/vf_deblock: add support for commandsPaul B Mahol2021-02-06
|
* avfilter/vf_lut3d: lut1d: add support for commandsPaul B Mahol2021-02-06
|
* avfilter/vf_mix: add support for commandsPaul B Mahol2021-02-06
|
* ffmpeg: add -fpsmax to clamp output framerateGyan Doshi2021-02-05
| | | | Useful when encoding in batch or with aberrant inputs.
* avfilter/af_arnndn: add support for commandsPaul B Mahol2021-02-05
|
* avfilter/vf_blend: add support for commandsPaul B Mahol2021-02-04
|
* avfilter/af_amix: add sum optionPaul B Mahol2021-02-04
|
* avfilter: add colorcorrect filterPaul B Mahol2021-02-03
|
* avfilter: add colorcontrast filterPaul B Mahol2021-02-02
|
* avformat/hlsenc: use AV_OPT_TYPE_DURATIONLimin Wang2021-02-02
| | | | Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* doc/ffmpeg: document apad optionGyan Doshi2021-01-31
|
* avfilter/af_acrusher: add commands supportPaul B Mahol2021-01-30
|
* avfilter/vf_lagfun: add support for commandsPaul B Mahol2021-01-30
|
* avfilter/vf_pseudocolor: allow more advanced presetsPaul B Mahol2021-01-29
|
* avfilter/vf_lut3d: add prism interpolationPaul B Mahol2021-01-29
|
* avfilter/vf_lut3d: add pyramid interpolationPaul B Mahol2021-01-29
|
* doc/filters: mention commands support for pseudocolorPaul B Mahol2021-01-28
|
* avfilter/vf_pseudocolor: add presetsPaul B Mahol2021-01-28
|
* avfilter: add colortemperature filterPaul B Mahol2021-01-27
|
* avfilter: add kirsch video filterPaul B Mahol2021-01-27
|
* doc/filters: mention that shear filter supports commandsPaul B Mahol2021-01-27
|
* avfilter/vf_colorchannelmixer: extend pl option functionalityPaul B Mahol2021-01-27
|
* avfilter/vf_lenscorrection: add support for commandsPaul B Mahol2021-01-26
|
* avutil/common: Add FFABSU() for a signed -> unsigned ABSMichael Niedermayer2021-01-26
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add shear video filterPaul B Mahol2021-01-26
|