[FFmpeg-devel] [PATCH 1/2] lavf/avio_internal: add ffio_write_lines for line ending normalization

2024-01-28 Thread rcombs via ffmpeg-devel
--- libavformat/avio_internal.h | 11 +++ libavformat/aviobuf.c | 31 +++ 2 files changed, 42 insertions(+) diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h index f2e4ff30cb..16cf6ce016 100644 --- a/libavformat/avio_internal.h +++ b/

[FFmpeg-devel] [PATCH] swscale/options: use accurate rounding and full chroma by default

2025-06-08 Thread rcombs via ffmpeg-devel
--- Begin Message --- This has been causing quality degradation for people since the dawn of sws, and the performance concerns that originally led to this default have been soundly defeated by the march of time. --- doc/APIchanges | 3 +++ libswscale/options.c | 4 +++- libswscale/version.h