summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/formats: Add function to create AVFilterFormats with one entryAndreas Rheinhardt2021-10-05
* avfilter/vf_fieldorder: Remove always-true checkAndreas Rheinhardt2021-10-05
* avfilter/af_dynaudnorm: add support for filtering non-writable framesPaul B Mahol2021-10-05
* avfilter/af_dynaudnorm: fix possible clipping at start when alt-boundary mode...Paul B Mahol2021-10-05
* avfilter/af_speechnorm: fix possible memleak on error to make frame writablePaul B Mahol2021-10-05
* avfilter/vf_morpho: Fix invalid frees on errorAndreas Rheinhardt2021-10-04
* avfilter/vf_morpho: Take pre-padding into account for LUT-reallocationAndreas Rheinhardt2021-10-04
* avfilter/vf_morpho: Factor out (re)allocating lutAndreas Rheinhardt2021-10-04
* avfilter/vf_morpho: Fix leak of output frame on errorAndreas Rheinhardt2021-10-04
* avfilter/avfilter: Make ff_tlog_ref() staticAndreas Rheinhardt2021-10-03
* avfilter/af_afwtdn: add internal timeline supportPaul B Mahol2021-10-03
* avfilter/vf_morpho: switch to internal timelinePaul B Mahol2021-10-03
* avfilter/af_agate: switch to internal timelinePaul B Mahol2021-10-03
* avfilter/af_afftdn: switch to internal timelinePaul B Mahol2021-10-03
* avfilter/x86/vf_blend: unify indentation formatWu Jianhua2021-10-03
* avfilter/f_reverse: add missing S64(P) sample format supportPaul B Mahol2021-10-02
* avfilter: add (a)latency filtersPaul B Mahol2021-10-02
* avfilter/af_afade: Remove impossible branchAndreas Rheinhardt2021-10-02
* avfilter/formats: Update outdated commentAndreas Rheinhardt2021-10-02
* avfilter/formats: Don't unnecessarily reget pixfmt descriptorAndreas Rheinhardt2021-10-02
* avfilter/f_reverse: Don't use redundant query_formats functionAndreas Rheinhardt2021-10-02
* avfilter/avfilter: Remove unused bufferAndreas Rheinhardt2021-10-02
* avfilter/avfiltergraph: Remove always-true checkAndreas Rheinhardt2021-10-02
* avfilter/avfiltergraph: Free AVFilterGraph options properlyAndreas Rheinhardt2021-10-02
* avfilter/avfiltergraph: Simplify adding filter to graphAndreas Rheinhardt2021-10-02
* avfilter/vf_codecview: added new options for blockLimin Wang2021-10-01
* avfilter/vf_avgblur: switch to faster algorithmPaul B Mahol2021-09-30
* avfilter/vf_blend: add few more modesPaul B Mahol2021-09-30
* avfilter/vf_blend: add harmonic modePaul B Mahol2021-09-29
* avfilter/vf_blend: add geometric modePaul B Mahol2021-09-29
* avfilter/vf_morpho: add tophat and blackhat operationsPaul B Mahol2021-09-29
* avfilter/vf_morpho: add gradient operation typePaul B Mahol2021-09-29
* avfilter/vf_floodfill: constify the AVFrame parameter in is_same() and pick_p...James Almer2021-09-29
* avfilter/vf_guided: Fix indentionLimin Wang2021-09-29
* avfilter/vf_morpho: Rename functions to unbreak MSVCAndreas Rheinhardt2021-09-29
* avfilter: add morpho filterPaul B Mahol2021-09-28
* avfilter/vf_remap: remove timeline supportPaul B Mahol2021-09-28
* avfilter/vf_blend: add 14bit pixel format supportPaul B Mahol2021-09-28
* avfilter/vf_blend: refactor blend modesPaul B Mahol2021-09-28
* avfilter/vf_blend: add gray9 pixel format supportPaul B Mahol2021-09-27
* avfilter/vf_blend: refactor blend macrosPaul B Mahol2021-09-27
* avfilter/vf_blend: refactor similar codePaul B Mahol2021-09-27
* avfilter/preserve_color: Add necessary headersAndreas Rheinhardt2021-09-27
* avfilter/audio, video: Remove references to avfilter_unref_buffer()Andreas Rheinhardt2021-09-27
* avfilter/vf_blend: add softdifference blend modePaul B Mahol2021-09-26
* avfilter/vf_colorchannelmixer: add extended preserve color supportPaul B Mahol2021-09-26
* avfilter/vf_colorchannelmixer: simplify code a littlePaul B Mahol2021-09-26
* avfilter/vf_colorlevels: add preserve color optionPaul B Mahol2021-09-26
* avfilter/vf_colorlevels: refactor code so all components are processed in sam...Paul B Mahol2021-09-26