[FFmpeg-cvslog] avcodec/sanm: implement codec37 subcodec1

2025-01-17 Thread Manuel Lauss
ffmpeg | branch: master | Manuel Lauss | Thu Jan 9 09:03:11 2025 +0100| [fff7737b3d4c06eba7c71329635fa2a351cc0351] | committer: Michael Niedermayer avcodec/sanm: implement codec37 subcodec1 RLE-compressed stream of motion vector indices and a special opcode to fill a block with data from the

[FFmpeg-cvslog] avutil/avstring: dont mess with NULL pointers in av_match_list()

2025-01-17 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 15 03:30:21 2025 +0100| [c6c54943d161812b3c4034116cb14f3f5c05dc43] | committer: Michael Niedermayer avutil/avstring: dont mess with NULL pointers in av_match_list() Fixes: applying zero offset to null pointer Signed-off-by: Michael Niede

[FFmpeg-cvslog] avcodec/sanm: simplify codec37 subcodec 3/4 path

2025-01-17 Thread Manuel Lauss
ffmpeg | branch: master | Manuel Lauss | Thu Jan 9 09:03:12 2025 +0100| [9a794897c39c300fd5d9c71c6db4c5017fb9ea5d] | committer: Michael Niedermayer avcodec/sanm: simplify codec37 subcodec 3/4 path A flag in the codec header determines whether opcodes 0xfd/0xfe are to be treated as special or

[FFmpeg-cvslog] avformat/dashdec: Check whitelist

2025-01-17 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 16 00:22:05 2025 +0100| [4c96d6bf75357ab13808efc9f08c1b41b1bf5bdf] | committer: Michael Niedermayer avformat/dashdec: Check whitelist Fixes: CVE-2023-6602, V. DASH Playlist SSRF Found-by: Harvey Phillips of Amazon Element55 (element55) S

[FFmpeg-cvslog] doc/protocols: fix/improve RTP documentation

2025-01-17 Thread Stefan Pöschel
ffmpeg | branch: master | Stefan Pöschel | Wed Jan 15 17:13:03 2025 +0100| [2ac2ebcd76444501a5d4074f999647b8e72a8f60] | committer: Michael Niedermayer doc/protocols: fix/improve RTP documentation Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2

[FFmpeg-cvslog] avformat/avformat: also clear FFFormatContext packet queue when closing a muxer

2025-01-17 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jan 17 00:05:31 2025 -0300| [c08d300481b8ebb846cd43a473988fdbc6793d1b] | committer: James Almer avformat/avformat: also clear FFFormatContext packet queue when closing a muxer packet_buffer is used in mux.c, and if a muxing process fails at a point wh