[FFmpeg-cvslog] avfilter/asrc_sinc: remove no longer correct (un)pack

2022-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 3 22:52:45 2022 +0100| [f4d123341c564e33d0410c41a05e9782d4df7585] | committer: Paul B Mahol avfilter/asrc_sinc: remove no longer correct (un)pack > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4d123341c564e33d0410c41a05e9782d4df758

[FFmpeg-cvslog] avfilter/asrc_sinc: check allocation return value

2022-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 3 22:54:33 2022 +0100| [99f7f4144aa644b0d26dae6efe9ac81ba252cb1a] | committer: Paul B Mahol avfilter/asrc_sinc: check allocation return value > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99f7f4144aa644b0d26dae6efe9ac81ba252cb1a --

[FFmpeg-cvslog] avcodec/tiff: do not abort on zero denominator

2022-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 3 21:21:05 2022 +0100| [4a5ee8c39947fe6ce48383aac0e7053aade71e67] | committer: Paul B Mahol avcodec/tiff: do not abort on zero denominator Fixes decoding valid DNG file. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a5ee8c39947fe

[FFmpeg-cvslog] avfilter/framepool: remove superfluous pallete buffer allocation

2022-03-03 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Mar 3 14:01:36 2022 -0300| [ee88804d07c145bc7bca40c94bf6fd4cf71c06e4] | committer: James Almer avfilter/framepool: remove superfluous pallete buffer allocation av_image_fill_plane_sizes() already sets sizes[1] to AVPALETTE_SIZE. Should fix memory lea

[FFmpeg-cvslog] avfilter/framepool: use av_image_fill_plane_sizes() to calculate pool sizes

2022-03-03 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 1 11:05:40 2022 -0300| [8fcd9d7375979baf2d09e97b36dd482b6210a999] | committer: James Almer avfilter/framepool: use av_image_fill_plane_sizes() to calculate pool sizes Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avfilter/vf_zscale: fix several issues in previous commit

2022-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 3 15:58:33 2022 +0100| [837c55da3deebe48639b8c6c2fe34c29609352d3] | committer: Paul B Mahol avfilter/vf_zscale: fix several issues in previous commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=837c55da3deebe48639b8c6c2fe34c29609

[FFmpeg-cvslog] avfilter/vf_zscale: add slice threading support

2022-03-03 Thread Victoria Zhislina
ffmpeg | branch: master | Victoria Zhislina | Mon Feb 21 11:20:55 2022 +0300| [d0aefc37069e1602aa8cc5568e87f4a5e52fb4f3] | committer: Paul B Mahol avfilter/vf_zscale: add slice threading support By ffmpeg threading support implementation via frame slicing and doing zimg_filter_graph_build that

[FFmpeg-cvslog] avfilter/avf_abitscope: refactor code & add trace mode

2022-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 3 11:31:38 2022 +0100| [de0bb77563a02d9556af8144fee88cdbedd0cdef] | committer: Paul B Mahol avfilter/avf_abitscope: refactor code & add trace mode > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=de0bb77563a02d9556af8144fee88cdbedd0cd

[FFmpeg-cvslog] avfilter/avf_abitscope: add support for more input formats

2022-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 3 12:10:29 2022 +0100| [352a01c3ef8797f83f4429e1f5320179aea0e4fd] | committer: Paul B Mahol avfilter/avf_abitscope: add support for more input formats > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=352a01c3ef8797f83f4429e1f5320179ae

[FFmpeg-cvslog] avfilter/vf_geq: add float formats support

2022-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 3 13:14:47 2022 +0100| [d607af50fde4f8f83ebdfe494650351e8f6d021c] | committer: Paul B Mahol avfilter/vf_geq: add float formats support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d607af50fde4f8f83ebdfe494650351e8f6d021c --- lib

[FFmpeg-cvslog] doc/filters: correct default value of lut filters

2022-03-03 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Mar 3 17:06:33 2022 +0530| [72684d2c2df015fadefc06b6eb58964ad8afa2fe] | committer: Gyan Doshi doc/filters: correct default value of lut filters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72684d2c2df015fadefc06b6eb58964ad8afa2fe ---

[FFmpeg-cvslog] avfilter/vf_colorchannelmixer: add float formats support

2022-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Mar 2 16:59:18 2022 +0100| [59520f068da89006d527f044a6560235260bcc6c] | committer: Paul B Mahol avfilter/vf_colorchannelmixer: add float formats support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59520f068da89006d527f044a6560235260b

[FFmpeg-cvslog] avfilter/vf_maskedmerge: fix rounding when masking

2022-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Mar 2 22:30:40 2022 +0100| [dae95b3ffd62ed86cd2e3798c2f281aa67969eca] | committer: Paul B Mahol avfilter/vf_maskedmerge: fix rounding when masking > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dae95b3ffd62ed86cd2e3798c2f281aa67969eca -

[FFmpeg-cvslog] avfilter/vf_colorchannelmixer: refactor / add template

2022-03-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Mar 2 15:35:14 2022 +0100| [835446a8e10bf402a2731bbf5db7c282fff8c4f8] | committer: Paul B Mahol avfilter/vf_colorchannelmixer: refactor / add template > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=835446a8e10bf402a2731bbf5db7c282fff8c4