[FFmpeg-cvslog] avfilter/afir_template: skip wet gain if its 1

2022-12-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 12 12:26:48 2022 +0100| [a73f4ca49b67ecb317c845eff1b02cadd9e513b9] | committer: Paul B Mahol avfilter/afir_template: skip wet gain if its 1 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a73f4ca49b67ecb317c845eff1b02cadd9e513b9 ---

[FFmpeg-cvslog] avfilter/af_afir: reduce output gain with default parameters

2022-12-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 12 01:55:06 2022 +0100| [91abbb9d024817f6e4cf064a0db21c4979912840] | committer: Paul B Mahol avfilter/af_afir: reduce output gain with default parameters It was unreasonably high. Also change scaling to reduce rare quantization errors. > http://

[FFmpeg-cvslog] avfilter/afir_template: avoid indirect accessing nb_partitions value

2022-12-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 12 17:20:53 2022 +0100| [69ac78da9befee4a3238721cdb06ceb6fdac6f0a] | committer: Paul B Mahol avfilter/afir_template: avoid indirect accessing nb_partitions value > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69ac78da9befee4a3238721c

[FFmpeg-cvslog] avcodec/decode: add a function to set frame props from a user provided packet

2022-12-12 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Dec 8 10:05:26 2022 -0300| [bff86f31cc8c27a573a21b99578f2bdfca26b115] | committer: James Almer avcodec/decode: add a function to set frame props from a user provided packet It will be useful for decoders that don't rely on last_pkt_props to set frame

[FFmpeg-cvslog] avcodec/mpeg4videodec: duplicate the last decoded frame when the last coded frame was skipped

2022-12-12 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 4 15:35:58 2022 -0300| [261cd929e06b716b3bcc944c96fdf94371b3a7ed] | committer: James Almer avcodec/mpeg4videodec: duplicate the last decoded frame when the last coded frame was skipped This ensures the video stream duration is not lost after dec

[FFmpeg-cvslog] avcodec/decode: reindent after the previous commit

2022-12-12 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Dec 8 10:08:14 2022 -0300| [56966f2eb226ee788d9b669d13561d595f8685b8] | committer: James Almer avcodec/decode: reindent after the previous commit Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56966f2eb226ee7

[FFmpeg-cvslog] avcodec/libdav1d: reindent after the previous commit

2022-12-12 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Dec 8 10:07:35 2022 -0300| [048f369f1b9f591d3728b5f9f982f860d7c76982] | committer: James Almer avcodec/libdav1d: reindent after the previous commit Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=048f369f1b9f5

[FFmpeg-cvslog] avcodec/libdav1d: don't use AVCodecInternal.in_pkt

2022-12-12 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Dec 8 09:22:51 2022 -0300| [81bea2e98b220b333e6847a8fa404b8698952599] | committer: James Almer avcodec/libdav1d: don't use AVCodecInternal.in_pkt Allocate an AVPacket instead, which will be used in the following commit. Signed-off-by: James Almer

[FFmpeg-cvslog] avcodec/libdav1d: set frame props from the reordered packet

2022-12-12 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Dec 8 10:05:00 2022 -0300| [b27f3f9b501cdf1ba6a558c07d271bba4c0c210e] | committer: James Almer avcodec/libdav1d: set frame props from the reordered packet Attach the AVPacket instead of only a few values to the corresponding Dav1dData struct and use

[FFmpeg-cvslog] doc/protocols: Remove IPFS urls to specific content in examples

2022-12-12 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Fri Dec 9 15:25:21 2022 +| [5a46647f00e745eeb7aa26bb8ebd73da8d142cf0] | committer: Derek Buitenhuis doc/protocols: Remove IPFS urls to specific content in examples We shouldn't be providing links to unverified and non-FFmpeg-controlled content