[FFmpeg-devel] [PATCH] improve error messages when strerror_r is not available (PR #20680)

2025-10-18 Thread timblechmann via ffmpeg-devel
PR #20680 opened by timblechmann URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20680 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20680.patch * add more fallbacks with different error codes * add strerror_s codepath for windows/msvc >From 6ea5baadd63ae9ab37855fb3ede56415ff671663 Mon

[FFmpeg-devel] [PATCH] libavutil: fix memory leak of drmVersion (PR #20678)

2025-10-18 Thread timblechmann via ffmpeg-devel
PR #20678 opened by timblechmann URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20678 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20678.patch i had submitted this patch before via email, but git-send-email workflow was rather cumbersome. very happy to see i can submit a PR now ---

[FFmpeg-devel] [PATCH] WIP: CoreVideo: add support for kCVPixelFormatType_422YpCbCr8_yuvs (PR #20679)

2025-10-17 Thread timblechmann via ffmpeg-devel
PR #20679 opened by timblechmann URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20679 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20679.patch i'd appreciate a second pair of eyes on this patch: it tries to enable support for kCVPixelFormatType_422YpCbCr8_yuvs mapped to AV_PIX_FMT_YUY