[FFmpeg-cvslog] avformat/rtpenc: Add flag AVFMT_NODIMENSIONS.

2025-03-29 Thread Koushik Dutta
ffmpeg | branch: master | Koushik Dutta | Wed Mar 26 13:13:13 2025 -0700| [2657e1679ef595ad4e873cfae5a069dd559a762e] | committer: Michael Niedermayer avformat/rtpenc: Add flag AVFMT_NODIMENSIONS. Not all rtp formats require the video dimensions to be available up front. H264 and HEVC will send

[FFmpeg-cvslog] fftools/ffprobe: Make pix_fmt output bitexact

2025-03-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 21 12:19:56 2025 +0100| [f47c8bca2c343f1eba42a060ef9659c8a900f4bc] | committer: Andreas Rheinhardt fftools/ffprobe: Make pix_fmt output bitexact It is currently not due to endianness. This forced to add workarounds with sed in fate/mxf.mak

[FFmpeg-cvslog] avcodec/ituh263enc: Add necessary #if checks for FLV encoder

2025-03-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 28 16:21:57 2025 +0100| [5fac8d062d2bfe74b8844dd2538137b087b985e5] | committer: Andreas Rheinhardt avcodec/ituh263enc: Add necessary #if checks for FLV encoder Fixes compilation in case where the FLV encoder is disabled with any other H.26

[FFmpeg-cvslog] avutil: remove deprecated FF_API_FRAME_KEY

2025-03-29 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 19 13:58:04 2025 -0300| [1061689ad80e8e9a2f7ff8a55c955acdca4396dc] | committer: James Almer avutil: remove deprecated FF_API_FRAME_KEY Deprecated since 2023-05-04. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avcodec/x86/mathops: clip constants used with shift instructions within inline assembly

2025-03-29 Thread Rémi Denis-Courmont
ffmpeg | branch: release/3.4 | Rémi Denis-Courmont | Sun Jul 16 18:18:02 2023 +0300| [9983d098ff0ee54bc3b77676dd885883bfbe4ffb] | committer: James Almer avcodec/x86/mathops: clip constants used with shift instructions within inline assembly Fixes assembling with binutil as >= 2.41 Signed-off