mbox series

[FFmpeg-devel,v4,00/13] major refactor and new scaling API

Message ID 20241024102737.792421-1-ffmpeg@haasn.xyz
Headers show
Series major refactor and new scaling API | expand

Message

Niklas Haas Oct. 24, 2024, 10:25 a.m. UTC
Changes since v3:
- Make SwsInternal a superset of SwsContext, instead of a separate struct
- Fix minor bug in the calculation of SWS_STRICT

I overall prefer this version, it simplifies things and allows us to split
apart the cosmetic and non-cosmetic commits very cleanly.