[FFmpeg-cvslog] lavc/vvc: Error if SPS ID is duplicated within CVS

2024-04-06 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Sat Apr 6 13:46:09 2024 +| [2d79ae3f8a3306d24afe43ba505693a8dbefd21b] | committer: Nuo Mi lavc/vvc: Error if SPS ID is duplicated within CVS Key line from the spec is: "All SPS NAL units with a particular value of sps_seq_parameter_set_id in a CV

[FFmpeg-cvslog] avcodec/libdav1d: Don't cast const away unnecessarily

2024-04-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 3 20:03:14 2024 +0200| [0dbf45120aa01959d4b979fae25a2a40d2a28828] | committer: Andreas Rheinhardt avcodec/libdav1d: Don't cast const away unnecessarily Possible since c89f6ae6899e0f3ffb4f51da1f1776ab16f5b3a0. Signed-off-by: Andreas Rhein

[FFmpeg-cvslog] lavf/lrc: fix comments in headers

2024-04-06 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sat Apr 6 12:48:56 2024 +0200| [1cb1f29a04234d3d5d10e05d3ac52d77c402d254] | committer: Stefano Sabatini lavf/lrc: fix comments in headers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1cb1f29a04234d3d5d10e05d3ac52d77c402d254 --- lib

[FFmpeg-cvslog] avcodec/liblc3dec: retrieve duration of the last packet from the demuxer

2024-04-06 Thread Antoine SOULIER
ffmpeg | branch: master | Antoine SOULIER | Thu Apr 4 22:57:33 2024 +| [4865ea48cc4e133d98ba35fc46d7762dee38321c] | committer: Stefano Sabatini avcodec/liblc3dec: retrieve duration of the last packet from the demuxer Use the packet duration field to invalid last samples of the last frame.

[FFmpeg-cvslog] avcodec/liblc3dec: fix extradata size

2024-04-06 Thread Antoine SOULIER
ffmpeg | branch: master | Antoine SOULIER | Sat Apr 6 09:32:25 2024 +0200| [6de00dc5f11967c898d3e79e4af3d05ea7c98b13] | committer: Stefano Sabatini avcodec/liblc3dec: fix extradata size > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6de00dc5f11967c898d3e79e4af3d05ea7c98b13 ---

[FFmpeg-cvslog] avcodec/ass,webvttdec: implement more portable curly brace escapes

2024-04-06 Thread Oneric
ffmpeg | branch: master | Oneric | Mon Feb 19 22:42:26 2024 +0100| [0fc975c0d307e9f76ba189778b99a076e16e9acb] | committer: Stefano Sabatini avcodec/ass,webvttdec: implement more portable curly brace escapes Unlike what the old comment suggested, standard ASS has no character escape mechanism, b

[FFmpeg-cvslog] avcodec/liblc3dec: fix typo in macro name, fix compilation

2024-04-06 Thread Antoine SOULIER
ffmpeg | branch: master | Antoine SOULIER | Sat Apr 6 09:29:45 2024 +0200| [ad3fcfd0f2858126dc60334c9e6f4ffa7d8aec21] | committer: Stefano Sabatini avcodec/liblc3dec: fix typo in macro name, fix compilation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad3fcfd0f2858126dc60334c9e

[FFmpeg-cvslog] avocdec/ass: simplify linebreaks

2024-04-06 Thread Oneric
ffmpeg | branch: master | Oneric | Mon Feb 19 22:42:27 2024 +0100| [57c545090d75f3adfbd58cf23b23431c751f2fb4] | committer: Stefano Sabatini avocdec/ass: simplify linebreaks ff_ass_subtitle_header_* still used explicit CRLF linebreaks eventhough they will get normalised to LF later since commit

[FFmpeg-cvslog] avcodec/ass,webvttdec: fix handling of backslashes

2024-04-06 Thread Oneric
ffmpeg | branch: master | Oneric | Mon Feb 19 22:42:25 2024 +0100| [baa64fa4e66465c63f84baaae204734aa19efb3f] | committer: Stefano Sabatini avcodec/ass,webvttdec: fix handling of backslashes Backslashes cannot be escaped by a backslash in any ASS renderer, but unless followed by specific charac

[FFmpeg-cvslog] avcodec/webvttdec: honour bidi marks

2024-04-06 Thread Oneric
ffmpeg | branch: master | Oneric | Mon Feb 19 22:42:24 2024 +0100| [7b8b4cdd9654ead881bc61a0b62e1586b473f843] | committer: Stefano Sabatini avcodec/webvttdec: honour bidi marks > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b8b4cdd9654ead881bc61a0b62e1586b473f843 --- libavcodec/