sws: add a new scaling API

This commit is contained in:
Anton Khirnov 2021-06-24 13:11:34 +02:00
parent 3c659f8618
commit 42cd64c182
7 changed files with 428 additions and 64 deletions

View file

@ -14,6 +14,15 @@ libavutil: 2021-04-27
API changes, most recent first:
2021-09-06 - xxxxxxxxxx - lsws 6.1.100 - swscale.h
Add AVFrame-based scaling API:
- sws_scale_frame()
- sws_frame_start()
- sws_frame_end()
- sws_send_slice()
- sws_receive_slice()
- sws_receive_slice_alignment()
2021-09-02 - xxxxxxxxxx - lavc 59.7.100 - avcodec.h
Incremented the number of elements of AVCodecParser.codec_ids to seven.