summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* 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
|
* avfilter: add colorcorrect filterPaul B Mahol2021-02-03
|
* avfilter/ebur128: Remove unused functionsAndreas Rheinhardt2021-02-02
| | | | | | Also make a function only used here static. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avfilter/vf_colorlevels: call execute once per framePaul B Mahol2021-02-02
|
* avfilter/vf_colorlevels: no need to use double for coeffPaul B Mahol2021-02-02
|
* avfilter/vf_colorlevels: beautify definePaul B Mahol2021-02-02
|
* avfilter/vf_colorlevels: typedef ThreadData structPaul B Mahol2021-02-02
|
* avfilter: add colorcontrast filterPaul B Mahol2021-02-02
|
* avfilter/vf_vibrance: add packed formats supportPaul B Mahol2021-01-31
|
* avfilter/vf_colortemperature: add packed formats supportPaul B Mahol2021-01-31
|
* avfilter/vf_colortemperature: use macro for identical codePaul B Mahol2021-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_weave: add slice threading supportPaul B Mahol2021-01-30
|
* avfilter/vf_blackdetect: add slice threading supportPaul B Mahol2021-01-30
|