diff options
author | Niklas Haas <git@haasn.dev> | 2024-10-09 23:33:44 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-10-23 23:06:16 +0200 |
commit | 5e50a56b9c4998838005ddaaed1422a9d717c50f (patch) | |
tree | 39a0d0b52f8728778f61c72ba016f2762ff807ba /doc/APIchanges | |
parent | e2637a083ae2876d55adafad6bddf698fe09da3f (diff) | |
download | ffmpeg-5e50a56b9c4998838005ddaaed1422a9d717c50f.tar.gz |
swscale: add new frame testing API
Replacing the old sws_isSupported* API with a more consistent family
of functions that follows the same signature and naming convention,
including a placeholder for testing the color space parameters that
we don't currently implement conversions for.
These functions also perform some extra basic sanity checking.
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c1336d4e40..7d94b7bf97 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,14 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-10-23 - xxxxxxxxxx - lsws 8.8.100 - swscale.h + Add frame property testing API: + - sws_test_format() + - sws_test_colorspace() + - sws_test_primaries() + - sws_test_transfer() + - sws_test_frame() + 2024-10-23 - xxxxxxxxxx - lsws 8.7.100 - swscale.h Add sws_free_context(). |