summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* avfilter/vf_thumbnail: add timeline supportPaul B Mahol2020-02-101-0/+1
* avfilter/vf_fade: fix color fading for planar rgbPaul B Mahol2020-02-091-2/+2
* avfilter/vf_fade: add >8 bit support for black and alpha fadePaul B Mahol2020-02-091-31/+138
* lavfi/vf_*_vaapi: Fix error caseMark Thompson2020-02-095-5/+5
* lavfi/vf_deshake_opencl: Avoid propagating uninitialised dataMark Thompson2020-02-091-0/+2
* avfilter/af_afftfilt: fix memory leaks on errorPaul B Mahol2020-02-091-1/+3
* avfilter/af_afffilt: fix crash on errorPaul B Mahol2020-02-091-4/+7
* avfilter/vf_xfade: add diagonal smooth transitionsPaul B Mahol2020-02-091-0/+129
* avfilter/af_asoftclip: add support for commandsPaul B Mahol2020-02-091-1/+2
* avfilter/af_asoftclip: add slice threading supportPaul B Mahol2020-02-091-9/+39
* avfilter/vf_alphamerge: add AVClass to private contextPaul B Mahol2020-02-081-0/+2
* avfilter/vf_paletteuse: Fix potential double-free of AVFrameAndreas Rheinhardt2020-02-081-10/+4
* avfilter/vf_alphamerge: add timeline supportPaul B Mahol2020-02-081-1/+11
* avfilter/vf_fade: improve type option descriptionPaul B Mahol2020-02-081-2/+2
* avfilter/vf_fade: add missing .flags for type optionPaul B Mahol2020-02-081-2/+2
* avfilter/vf_maskedclamp: make C version consistent with ASM onePaul B Mahol2020-02-081-6/+2
* aviflter/vf_xfade: add pixelize transitionPaul B Mahol2020-02-071-1/+36
* avfilter/vf_xfade: add dissolve transitionPaul B Mahol2020-02-071-0/+36
* avfilter/af_crystalizer: add slice threading supportPaul B Mahol2020-02-071-34/+93
* avfilter: add afirsrc filterPaul B Mahol2020-02-074-1/+333
* avfilter/af_acrossover: free all output frames on errorPaul B Mahol2020-02-071-0/+2
* avfilter/af_acrossover: add slice threading supportPaul B Mahol2020-02-071-21/+43
* avfilter/af_acrossover: improve filter outputPaul B Mahol2020-02-061-39/+19
* avfilter/Makefile: add vulkan.h to the list of skipped headersJames Almer2020-02-061-0/+1
* avfilter/vf_xfade: add horzopen/close transitionPaul B Mahol2020-02-051-0/+60
* avfilter/vf_xfade: add vertopen/close transitionPaul B Mahol2020-02-051-0/+60
* vf_ssim: Fix loading doubles to float registers on i386Martin Storsjö2020-02-051-1/+1
* lavfi: bump minor version for the Vulkan filtersLynne2020-02-041-1/+1
* lavfi: add an chromaber_vulkan filterLynne2020-02-043-0/+342
* lavfi: add an avgblur_vulkan filterLynne2020-02-043-0/+408
* lavfi: add an overlay_vulkan filterLynne2020-02-043-0/+465
* lavfi: add an scale_vulkan filterLynne2020-02-043-0/+354
* lavfi: add Vulkan filtering frameworkLynne2020-02-045-0/+1856
* lavfi/vf_hwupload: Add support for HW -> HW transfersPhilip Langdale2020-02-042-14/+47
* avfilter/vf_ssim: improve precisionPaul B Mahol2020-02-044-24/+37
* avfilter/vf_xfade: add circleopen & circleclose transitionPaul B Mahol2020-02-041-0/+64
* avfilter/vf_xfade_opencl: move passthrough code before eof checkPaul B Mahol2020-02-031-3/+3
* avfilter/vf_xfade: move passthrough code before eof checkPaul B Mahol2020-02-031-3/+3
* avfilter: add xfade opencl filterPaul B Mahol2020-02-026-1/+588
* avfilter/vf_xfade: remove unused headerPaul B Mahol2020-02-011-1/+0
* avfilter/vf_psnr: fix logic failure when comparing time basesPaul B Mahol2020-02-011-1/+1
* avfilter/vf_ssim: fix logic failure when comparing time basesPaul B Mahol2020-02-011-1/+1
* avfilter/vf_geq: use per-thread AVExpr for expression evaluationMarton Balint2020-01-311-11/+15
* avfilter/vf_xfade: add smooth transitionsPaul B Mahol2020-01-311-0/+122
* avfilter/vf_drawtext: do not overread text if the last UTF8 sequence is invalidMarton Balint2020-01-311-3/+3
* avfilter/vf_drawtext: use replacement chars for invalid UTF8 sequencesMarton Balint2020-01-311-3/+6
* avfilter/vf_xfade: add radial transitionPaul B Mahol2020-01-301-0/+31
* avfilter: add xfade filterPaul B Mahol2020-01-304-1/+938
* avfilter/vf_geq: fix multiple assignments of ptr in slice_geq_filterMarton Balint2020-01-291-6/+4
* avfilter/asrc_sinc: Don't allocate arrays separatelyAndreas Rheinhardt2020-01-281-6/+4