Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

9 April 15:39 - Linux Kernel - Linus Torvalds

avcodec/pdvenc: add Playdate video encoder

9 April 03:01 - FFmpeg - Priyanshu Thapliyal

Add a native encoder for the Playdate PDV format.

avformat/pdvenc: add Playdate video muxer

9 April 03:01 - FFmpeg - Priyanshu Thapliyal

Add a muxer for the Playdate PDV container format. The muxer writes the frame table and packet layout required by the Playdate runtime.

fate/lavf: add PDV round-trip and seek coverage

9 April 03:01 - FFmpeg - Priyanshu Thapliyal

Add FATE coverage for PDV encoding and decoding via lavf, including intra and inter frame cases, skip-nokey decoding, and container-level seek coverage.


  • Most Popular This Week

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:


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.