summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/vf_weave: add slice threading supportPaul B Mahol2021-01-30
* avfilter/vf_blackdetect: add slice threading supportPaul 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
* avfilter/drawutils: Remove remnants of old APIAndreas Rheinhardt2021-01-29
* avfilter/vf_blackdetect: add support for >8 depth formatsPaul B Mahol2021-01-29
* avfilter/vf_blackdetect: fix bug when no final log would be displayedPaul B Mahol2021-01-29
* avfilter/vf_blackdetect: use the name 's' for the pointer to the private contextPaul B Mahol2021-01-29
* avfilter/vf_pseudocolor: add support for commandsPaul B Mahol2021-01-28
* avfilter/vf_pseudocolor: use macro for code that repeatsPaul B Mahol2021-01-28
* avfilter/vf_pseudocolor: add presetsPaul B Mahol2021-01-28
* dnn_backend_openvino.c: remove extra semicolonGuo, Yejun2021-01-28
* dnn: remove type cast which is not necessaryGuo, Yejun2021-01-28
* avfilter/vf_pseudocolor: add slice threadingPaul B Mahol2021-01-28
* avfilter: add colortemperature filterPaul B Mahol2021-01-27
* avfilter: add kirsch video filterPaul B Mahol2021-01-27
* avfilter/vf_colorchannelmixer: extend pl option functionalityPaul B Mahol2021-01-27
* avfilter/vf_lenscorrection: remove unused elementsPaul B Mahol2021-01-26
* avfilter/vf_lenscorrection: reduce overhead calling execute for every planePaul B Mahol2021-01-26
* avfilter/vf_lenscorrection: add support for commandsPaul B Mahol2021-01-26
* avfilter/vf_unsharp: Remove unnecessary ;Andreas Rheinhardt2021-01-26
* avfilter: add shear video filterPaul B Mahol2021-01-26
* avfilter/vf_lenscorrection: allow to change colors of unmapped pixelsPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: add >8 depth supportPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: fix far edges with nearest interpolationPaul B Mahol2021-01-25
* avfilter: add epx pixel art scalerPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: add support for more 8-bit formatsPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: add timeline supportPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: add bilinear interpolationPaul B Mahol2021-01-25
* avfilter/vf_lenscorrection: simplify optionsPaul B Mahol2021-01-25
* avfilter/vf_nnedi: Fix segfault when prescreening is disabledAndreas Rheinhardt2021-01-24
* avfilter/avfilter: Remove AVFilterLink.flagsAndreas Rheinhardt2021-01-24
* avfilter/vf_waveform: flat_pix_fmts never usedPeter Ross2021-01-24
* avfilter/vf_colorchannelmixer: add option to preserve lightnessPaul B Mahol2021-01-23
* avfilter/af_astats: fix possible crash because of undefined float to integer ...Marton Balint2021-01-23
* qsv: dump more info in error, debug and verbose modeHaihao Xiang2021-01-23
* lavf/qsv: Add functions to print mfx iopattern, warning and errorHaihao Xiang2021-01-23
* avfilter/vf_atadenoise: fix mid calculationPaul B Mahol2021-01-22
* avfilter/vf_estdif: make interpolation used user configurablePaul B Mahol2021-01-22
* avfilter/vf_atadenoise: add sigma optionsPaul B Mahol2021-01-22
* avfilter/vf_w3fdif: reduce overhead calling execute for every planePaul B Mahol2021-01-22
* dnn: Add ff_ prefix to unnamespaced globalsMark Thompson2021-01-22
* dnn_backend_native.c: Add missing static to local variableMark Thompson2021-01-22
* dnn_backend_native_layer_mathbinary.c: Delete unused global variableMark Thompson2021-01-22
* dnn_backend_native_layer_conv2d.c: refine code with av_malloc_array and av_freepGuo, Yejun2021-01-22
* dnn_backend_native_layer_conv2d.c: correct struct name with CamelCaseGuo, Yejun2021-01-22
* dnn/queue: remove prefix FF for Queue and SafeQueueGuo, Yejun2021-01-22
* libavfilter/dnn: add prefix ff_ for internal functionsGuo, Yejun2021-01-22
* libavfilter/dnn: use avpriv_report_missing_feature for unsupported featuresGuo, Yejun2021-01-22