avcodec/amfenc: support full range in AV1 and update deprecated AMF range flags for H264/HEVC

7 April 14:54 - FFmpeg - nyanmisaka

Furthermore, the flags for H264/HEVC have been updated to those renamed in AMF 1.5.0+, instead of using the old ones that were already marked as deprecated:


  • Most Popular This Week

avcodec/libdav1d: fix heap overflow in US ITU-T T.35 metadata parsing

6 April 23:39 - FFmpeg - Ruikai Peng

The US country_code path in parse_itut_t35_metadata() reads the the provider_code with bytestream2_get_be16u(), which is a unchecked version that does not validate the remaining length before reading.


Linux 7.0-rc7

5 April 22:26 - Linux Kernel - Linus Torvalds