summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi/drawtext: Add %N for drawing fractions of a secondThilo Borgmann2022-03-08
* avfilter/f_segment: fix sending frames with zero samples outPaul B Mahol2022-03-08
* avfilter/f_sendcmd: export width and height tooPaul B Mahol2022-03-07
* avfilter/af_channelsplit: switch to activate()Paul B Mahol2022-03-07
* avfilter/af_acrossover: switch to activate()Paul B Mahol2022-03-07
* avfilter/vf_extractplanes: switch to activate()Paul B Mahol2022-03-07
* avfilter/split: switch to activate()Paul B Mahol2022-03-07
* libavfilter: vf_scale: Properly take in->color_range into accountMartin Storsjö2022-03-07
* avfilter/vf_colorlevels: Fix build failure on ARMMichael Niedermayer2022-03-06
* avfilter/vsrc_gradients: add radial gradientsPaul B Mahol2022-03-06
* avfilter/vsrc_gradients: add gbrapf32 format supportPaul B Mahol2022-03-06
* avfilter/vf_colorlevels: add planar rgb formats supportPaul B Mahol2022-03-06
* avfilter/avf_ahistogram: use av_clip_uint8() insteadPaul B Mahol2022-03-06
* avfilter/avf_ahistogram: add new histogram mode optionPaul B Mahol2022-03-05
* avfilter/vf_pad: use already available outlink variablePaul B Mahol2022-03-04
* avfilter/vf_zscale: fix leaks in fast/bypass pathPaul B Mahol2022-03-04
* avfilter/avf_abitscope: make frame writable before writing to itPaul B Mahol2022-03-04
* avfilter/avf_aphasemeter: make frame writable before writing to itPaul B Mahol2022-03-04
* avfilter/avf_ahistogram: make frame writable before writing to itPaul B Mahol2022-03-04
* avfilter/avf_avectorscope: make frame writable before writing to itPaul B Mahol2022-03-04
* avfilter/f_ebur128: make sure frame is writable before writing to itPaul B Mahol2022-03-04
* avfilter/f_graphmonitor: add several more flagsPaul B Mahol2022-03-04
* avfilter/f_ebur128: switch to activate()Paul B Mahol2022-03-04
* avfilter/asrc_sinc: check allocation return valuePaul B Mahol2022-03-03
* avfilter/asrc_sinc: remove no longer correct (un)packPaul B Mahol2022-03-03
* avfilter/framepool: remove superfluous pallete buffer allocationJames Almer2022-03-03
* avfilter/framepool: use av_image_fill_plane_sizes() to calculate pool sizesJames Almer2022-03-03
* avfilter/vf_zscale: fix several issues in previous commitPaul B Mahol2022-03-03
* avfilter/vf_zscale: add slice threading supportVictoria Zhislina2022-03-03
* avfilter/vf_geq: add float formats supportPaul B Mahol2022-03-03
* avfilter/avf_abitscope: add support for more input formatsPaul B Mahol2022-03-03
* avfilter/avf_abitscope: refactor code & add trace modePaul B Mahol2022-03-03
* avfilter/vf_maskedmerge: fix rounding when maskingPaul B Mahol2022-03-03
* avfilter/vf_colorchannelmixer: add float formats supportPaul B Mahol2022-03-03
* avfilter/vf_colorchannelmixer: refactor / add templatePaul B Mahol2022-03-03
* lavfi/af_aformat: remove support for comma-separated listsNicolas George2022-03-02
* avfilter/drawtext: change reload value to an intervalGyan Doshi2022-03-02
* avfilter/vf_unsharp: add support for alpha formatsPaul B Mahol2022-03-01
* avfilter/vf_v360: improve rounding in xyz_to_dfisheye()Paul B Mahol2022-03-01
* avfilter/vf_chromanr: fix rounding of final outputPaul B Mahol2022-03-01
* avfilter: support for CUVA HDR Vivid metadataLimin Wang2022-03-01
* avfilter/af_dynaudnorm: reduce number of lines by using for (int ...Paul B Mahol2022-02-28
* avfilter/af_dynaudnorm: use fmin/fmax for doublesPaul B Mahol2022-02-28
* avfilter/af_dynaudnorm: add support for overlapping framesPaul B Mahol2022-02-28
* avfilter/af_dynaudnorm: do not leak frame on errorPaul B Mahol2022-02-28
* avfilter/vf_amplify: improve performancePaul B Mahol2022-02-27
* avfilter/af_dynaudnorm: allocate new frame instead of making it writablePaul B Mahol2022-02-27
* avfilter/af_dynaudnorm: allow to filter subset of channelsPaul B Mahol2022-02-27
* avfilter/af_dynaudnorm: make frame writable if it may be changedPaul B Mahol2022-02-27
* avfilter/af_acrusher: add timeline supportPaul B Mahol2022-02-27