Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-10avfilter/af_lv2: add commands supportPaul B Mahol
2022-03-10avfilter/af_anlmdn: add support for using writable framesPaul B Mahol
2022-03-10avfilter/af_anlmdn: stop using fifo and rewriting ptsPaul B Mahol
2022-03-10avfilter/af_anlmdn: fix possible array overflow and increase options limitsPaul B Mahol
2022-03-08lavfi/drawtext: Add %N for drawing fractions of a secondThilo Borgmann
2022-03-08avfilter/f_segment: fix sending frames with zero samples outPaul B Mahol
2022-03-07avfilter/f_sendcmd: export width and height tooPaul B Mahol
2022-03-07avfilter/af_channelsplit: switch to activate()Paul B Mahol
2022-03-07avfilter/af_acrossover: switch to activate()Paul B Mahol
2022-03-07avfilter/vf_extractplanes: switch to activate()Paul B Mahol
2022-03-07avfilter/split: switch to activate()Paul B Mahol
2022-03-07libavfilter: vf_scale: Properly take in->color_range into accountMartin Storsjö
2022-03-06avfilter/vf_colorlevels: Fix build failure on ARMMichael Niedermayer
2022-03-06avfilter/vsrc_gradients: add radial gradientsPaul B Mahol
2022-03-06avfilter/vsrc_gradients: add gbrapf32 format supportPaul B Mahol
2022-03-06avfilter/vf_colorlevels: add planar rgb formats supportPaul B Mahol
2022-03-06avfilter/avf_ahistogram: use av_clip_uint8() insteadPaul B Mahol
2022-03-06avfilter/avf_ahistogram: add new histogram mode optionPaul B Mahol
2022-03-04avfilter/vf_pad: use already available outlink variablePaul B Mahol
2022-03-04avfilter/vf_zscale: fix leaks in fast/bypass pathPaul B Mahol
2022-03-04avfilter/avf_abitscope: make frame writable before writing to itPaul B Mahol
2022-03-04avfilter/avf_aphasemeter: make frame writable before writing to itPaul B Mahol
2022-03-04avfilter/avf_ahistogram: make frame writable before writing to itPaul B Mahol
2022-03-04avfilter/avf_avectorscope: make frame writable before writing to itPaul B Mahol
2022-03-04avfilter/f_ebur128: make sure frame is writable before writing to itPaul B Mahol
2022-03-04avfilter/f_graphmonitor: add several more flagsPaul B Mahol
2022-03-04avfilter/f_ebur128: switch to activate()Paul B Mahol
2022-03-04avfilter/asrc_sinc: check allocation return valuePaul B Mahol
2022-03-04avfilter/asrc_sinc: remove no longer correct (un)packPaul B Mahol
2022-03-03avfilter/framepool: remove superfluous pallete buffer allocationJames Almer
2022-03-03avfilter/framepool: use av_image_fill_plane_sizes() to calculate pool sizesJames Almer
2022-03-03avfilter/vf_zscale: fix several issues in previous commitPaul B Mahol
2022-03-03avfilter/vf_zscale: add slice threading supportVictoria Zhislina
2022-03-03avfilter/vf_geq: add float formats supportPaul B Mahol
2022-03-03avfilter/avf_abitscope: add support for more input formatsPaul B Mahol
2022-03-03avfilter/avf_abitscope: refactor code & add trace modePaul B Mahol
2022-03-03avfilter/vf_maskedmerge: fix rounding when maskingPaul B Mahol
2022-03-03avfilter/vf_colorchannelmixer: add float formats supportPaul B Mahol
2022-03-03avfilter/vf_colorchannelmixer: refactor / add templatePaul B Mahol
2022-03-02lavfi/af_aformat: remove support for comma-separated listsNicolas George
2022-03-02avfilter/drawtext: change reload value to an intervalGyan Doshi
2022-03-01avfilter/vf_unsharp: add support for alpha formatsPaul B Mahol
2022-03-01avfilter/vf_v360: improve rounding in xyz_to_dfisheye()Paul B Mahol
2022-03-01avfilter/vf_chromanr: fix rounding of final outputPaul B Mahol
2022-03-01avfilter: support for CUVA HDR Vivid metadataLimin Wang
2022-03-01avfilter/af_dynaudnorm: reduce number of lines by using for (int ...Paul B Mahol
2022-03-01avfilter/af_dynaudnorm: use fmin/fmax for doublesPaul B Mahol
2022-03-01avfilter/af_dynaudnorm: add support for overlapping framesPaul B Mahol
2022-03-01avfilter/af_dynaudnorm: do not leak frame on errorPaul B Mahol
2022-02-28avfilter/vf_amplify: improve performancePaul B Mahol