summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* avfilter/vf_datascope: pixscope: add commands supportPaul B Mahol2021-02-13
|
* avfilter/vf_psnr: remove precision limits for metadata valuesPaul B Mahol2021-02-12
|
* avfilter/vf_ssim: remove precision limits for metadata valuesPaul B Mahol2021-02-12
|
* avfilter/af_amix: rename sum option to normalizePaul B Mahol2021-02-12
| | | | It makes more sense to still use provided weights.
* avfilter/vf_ssim: add timeline supportPaul B Mahol2021-02-12
|
* avfilter/vf_psnr: add timeline supportPaul B Mahol2021-02-12
|
* avfilter/vf_gblur: add float format supportPaul 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: do not leave alpha uninitializedPaul B Mahol2021-02-11
|
* 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/vf_lagfun: use macroPaul B Mahol2021-02-11
|
* avfilter/vf_lagfun: add timeline supportPaul B Mahol2021-02-11
|
* avfilter/vf_lagfun: increase filter precisionPaul B Mahol2021-02-11
|
* avfilter: add exposure video filterPaul B Mahol2021-02-10
|
* avfilter: add aexciter audio filterPaul B Mahol2021-02-10
|
* avfilter/af_arnndn: skip array extra entries by looking for new linePaul B Mahol2021-02-10
|
* avfilter/vf_datascope: add commands supportPaul B Mahol2021-02-10
|
* avfilter/af_arnndn: make model opening errors more verbosePaul B Mahol2021-02-09
| | | | Also return proper error code.
* avfilter/vf_curves: add commands supportPaul B Mahol2021-02-09
|
* avfilter/vf_framepack: add >8 format 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_zscale: switch verbose log to tracePaul B Mahol2021-02-09
| | | | Not needed in verbose mode.
* 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_deband: avoid doublesPaul B Mahol2021-02-08
|
* avfilter/vf_thumbnail: add support for rest of packed rgb formatsPaul B Mahol2021-02-08
|
* avfilter/vf_thumbnail: add support for YUV and GBRP formatsPaul B Mahol2021-02-08
|
* vf_pp: remove unnecessary freeAnton Khirnov2021-02-08
| | | | | | ff_qp_table_extract() frees the table on failure. Found-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* 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/vf_extractplanes: add float formats supportPaul B Mahol2021-02-07
|
* avfilter: add colorize filterPaul B Mahol2021-02-07
|
* 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_tile: remove extra whitespace in option descriptionPaul B Mahol2021-02-06
|
* avfilter/avfilter: move enable_str expression parsing into avfilter_init_dict()Paul B Mahol2021-02-06
| | | | | | | | This ensures that needed arrays are always allocated and properly initialized. Previously if code would use only avfilter_init_dict() to set options for filters it would not allocate arrays for timeline processing thus it would crash if user supplied enable option for filter(s).
* avfilter/vf_mix: add support for commandsPaul B Mahol2021-02-06
|
* avfilter/vf_mix: add timeline supportPaul B Mahol2021-02-06
|
* avfilter/vf_lensfun: display list of possible values if user supplied nonePaul B Mahol2021-02-05
|
* avfilter/vf_lensfun: replace deprecated callsPaul B Mahol2021-02-05
|
* avfilter/vf_frei0r: add timeline supportPaul B Mahol2021-02-05
|
* avfilter/drawbox: fix formatting after d64cbd4fdaGyan Doshi2021-02-05
|
* 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/avfilter: mark enable as runtime option tooPaul B Mahol2021-02-03
|