[FFmpeg-devel] [PATCH v8 00/10] libswscale: new dynamic scaling API
Niklas Haas
ffmpeg at haasn.xyz
Thu Nov 21 15:27:18 EET 2024
On Thu, 21 Nov 2024 14:19:22 +0100 Niklas Haas <ffmpeg at haasn.xyz> wrote:
> Changes since v7:
> - renamed sws_init_single_context() to ff_sws_init_single_context()
> - simplified vshift()
> - renamed legacy wrapper functions inside graph.c for clarity
> - moved the legacy SwsContext inside the legacy wrappers
> - slightly refactored SwsPass to allocate output buffers "lazily", and
> reference previous passes by ref instead of copying the actual pointers
> - removed the need for input/output "sentinels", in favor of resolving all
> buffer references at runtime
> - added #define SWS_MAX_THREADS
> - added early exit condition for the benchmarking mode
And of course, added way more documentation and made the comment styles a bit
more consistent.
>
> As always, I will bump the version number and add APIchanges before merging
> the commits that touch public headers.
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list