summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/vf_detelecine: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_mix: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_telecine: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_weave: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_il: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_copy: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_fieldhint: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_stack: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_phase: add support for commandsPaul B Mahol2021-01-16
* avfilter: add estdif video filterPaul B Mahol2021-01-16
* avfilter/vf_w3fdif: fix parity in frame modePaul B Mahol2021-01-15
* libavfilter/dnn: add batch mode for async executionGuo, Yejun2021-01-15
* avfilter/vf_w3fdif: add support for >8 depth gray formatsPaul B Mahol2021-01-14
* avfilter/vf_convolution: use correct stride variablePaul B Mahol2021-01-10
* avfilter/vsrc_testsrc: Deduplicate optionsAndreas Rheinhardt2021-01-08
* avfilter/af_biquads: Don't redundantly set AVClassAndreas Rheinhardt2021-01-08
* avfilter/af_biquads: Deduplicate optionsAndreas Rheinhardt2021-01-08
* avfilter/vf_blend: Deduplicate optionsAndreas Rheinhardt2021-01-08
* avfilter/af_asupercut: Deduplicate optionsAndreas Rheinhardt2021-01-08
* avfilter/vf_neighbor: Deduplicate optionsAndreas Rheinhardt2021-01-08
* avfilter/vf_convolution: Deduplicate filter optionsAndreas Rheinhardt2021-01-08
* avfilter/vf_qp: Deduplicate variable names arraysAndreas Rheinhardt2021-01-08
* avfilter/af_astats: clip input value to prevent overflowPaul B Mahol2021-01-04
* avfilter/vf_w3fdif: not interlaced frames are filtered like tffPaul B Mahol2021-01-03
* avfilter/vf_w3fdif: add two more useful optionsPaul B Mahol2021-01-03
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* lavfi/vf_uspp: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavfi/vf_codecview: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavfi/vf_fspp: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavfi/vf_pp7: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavfi/vf_spp: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavfi/vf_pp: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavfi: add common code to handle QP tablesAnton Khirnov2021-01-01
* lavfi/vf_qp: convert to the video_enc_params APIAnton Khirnov2021-01-01
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avfilter: add temporal midway equalizer filterPaul B Mahol2021-01-01
* avfilter/vf_addroi: Use chars instead of strings for one-char stringsAndreas Rheinhardt2020-12-31
* dnn_interface.h: fix redefining typedefsGuo, Yejun2020-12-31
* dnn/queue: add error check and cleanupGuo, Yejun2020-12-31
* dnn: fix issue when pthread is not supportedGuo, Yejun2020-12-31
* dnn: fix redefining typedefs and also refine naming with correct prefixGuo, Yejun2020-12-31
* avfilter/vf_w3fdif: add support for commandsPaul B Mahol2020-12-30
* avfilter/vf_xmedian: allow to control eof handlingPaul B Mahol2020-12-30
* avfilter/vf_xmedian: add timeline supportPaul B Mahol2020-12-30
* vf_dnn_processing.c: add async supportGuo, Yejun2020-12-29
* dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx'Guo, Yejun2020-12-29
* dnn: add async execution support for openvino backendGuo, Yejun2020-12-29
* dnn_interface: add interface to support async executionGuo, Yejun2020-12-29
* dnn_backend_openvino.c: refine code for error handleGuo, Yejun2020-12-29