[FFmpeg-cvslog] ffmpeg-filter: check for initialized graph

2025-03-24 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Mar 25 01:21:06 2025 +0530| [8b2372cac77c6720048b4c65c6d1abb9c630ab4a] | committer: Gyan Doshi ffmpeg-filter: check for initialized graph Don't drop frame if graph hasn't been initialized yet! > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avcodec/ffv1enc: update missing Unit accesses inside av_assert2

2025-03-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 24 16:32:47 2025 -0300| [a4cf0979a4840cffe0fbc00821c517eabb130cf4] | committer: James Almer avcodec/ffv1enc: update missing Unit accesses inside av_assert2 Fixes compilation with assert-level=2. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avcodec/ffv1dec: remove unused var

2025-03-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 20 23:30:40 2025 +0100| [0538b4c5691a8af2e57912ab9043191338ca1cf9] | committer: Michael Niedermayer avcodec/ffv1dec: remove unused var > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0538b4c5691a8af2e57912ab9043191338ca1cf9 --

[FFmpeg-cvslog] avcodec/ffv1: 32-bit float sample support

2025-03-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 19 01:30:47 2025 +0100| [171060d5dc54d1526abde736a711ce234df632f2] | committer: Michael Niedermayer avcodec/ffv1: 32-bit float sample support Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] avcodec/ffv1: Fix remap ordering

2025-03-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 19 21:17:10 2025 +0100| [62c7d08947f5a92d49c74b04f37df7d2c245846c] | committer: Michael Niedermayer avcodec/ffv1: Fix remap ordering Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/ffv1enc: remap allows using rice golomb with more bits

2025-03-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 19 22:06:13 2025 +0100| [e19496fe71ae3d588f525c1d385586ea58b4d7dd] | committer: Michael Niedermayer avcodec/ffv1enc: remap allows using rice golomb with more bits Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/ffv1enc: reduce stack usage

2025-03-24 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 24 13:24:58 2025 -0300| [702239bc500bc63c50dca16d194cb2166ad98bf4] | committer: James Almer avcodec/ffv1enc: reduce stack usage Fixes failures in some systems since 171060d5dc54d1526abde736a711ce234df632f2. This can be further improved by only all

[FFmpeg-cvslog] avcodec/libuavs3d: pixel format should be native endian

2025-03-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Mar 21 21:07:52 2025 +0800| [51b61ec35dbd9fae6cc9450c7e88ebdee227cea4] | committer: Zhao Zhili avcodec/libuavs3d: pixel format should be native endian Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51b61ec35dbd

[FFmpeg-cvslog] avformat/mov: generalize sgpd_sync index lookup

2025-03-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Tue Mar 18 20:58:38 2025 +0800| [1731eba20d87a7f62f91c4507fca783c20b5ece4] | committer: Zhao Zhili avformat/mov: generalize sgpd_sync index lookup The function has a nal_unit_type parameter but unused before. Signed-off-by: Zhao Zhili > http://git.vide

[FFmpeg-cvslog] avcodec/avs3_parser: pixel format should be native endian

2025-03-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Mar 21 21:07:37 2025 +0800| [2a189d44b517ff97a34622be23157f51b8f42cd6] | committer: Zhao Zhili avcodec/avs3_parser: pixel format should be native endian Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a189d44b5

[FFmpeg-cvslog] avcodec/vt: Don't restart decoder when confronted with ReferenceMissingErr

2025-03-24 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Tue Mar 18 20:58:31 2025 +0800| [c6214b0d691566c7cb0f2ff5be08a24c3534e5bb] | committer: Zhao Zhili avcodec/vt: Don't restart decoder when confronted with ReferenceMissingErr Otherwise the decoder may enter an loop of repeated state resets. This can happen

[FFmpeg-cvslog] ffmpeg_demux: set default for readrate_catchup to be 5% faster

2025-03-24 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Mar 19 16:43:12 2025 +0530| [323cb8c61ea157e01ae98f5a2e3acb8208cfc84a] | committer: Gyan Doshi ffmpeg_demux: set default for readrate_catchup to be 5% faster The existing default value is the same as the primary readrate. This maintains the flow rate a

[FFmpeg-cvslog] ffmpeg: add per-stream input option drop_changed

2025-03-24 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Mar 15 16:51:05 2025 +0530| [cbbc927a67f142a02bfc5d047c03587599ee5b55] | committer: Gyan Doshi ffmpeg: add per-stream input option drop_changed This is a replacement in ffmpeg for the deprecated avcodec flag AV_CODEC_FLAG_DROPCHANGED. This option is

[FFmpeg-cvslog] avfilter/scale: remove duplicate block

2025-03-24 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Mar 19 10:49:36 2025 +0530| [6fb1bbd73c4d320733c636a22728a7d747303371] | committer: Gyan Doshi avfilter/scale: remove duplicate block Added in bb80445813 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6fb1bbd73c4d320733c636a22728a7d747303