[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

[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

[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 --- libavco

[FFmpeg-cvslog] avcodec/ass: specify a permissive encoding

2022-12-03 Thread Oneric
ffmpeg | branch: master | Oneric | Sat Nov 12 18:59:04 2022 +0100| [b6f5a7ce0c4d6d45e6c1013cabddeb99af541970] | committer: Paul B Mahol avcodec/ass: specify a permissive encoding The Encoding field (and the \fe tag) allows to limit font selection to only those fonts declaring support for the

[FFmpeg-cvslog] avcodec/ass: accurately preserve colours

2022-12-03 Thread Oneric
ffmpeg | branch: master | Oneric | Sun Nov 13 20:57:17 2022 +0100| [95115fcc184db6217ce01632a0fbdff3e253183f] | committer: Paul B Mahol avcodec/ass: accurately preserve colours Colour values used in ASS files without a "YCbCr Matrix" header set to "None" are subject to col

[FFmpeg-cvslog] avcodec/ass: fix comment

2022-12-03 Thread Oneric
ffmpeg | branch: master | Oneric | Sun Nov 13 20:57:16 2022 +0100| [d82e30d0d18b665634d7ae441727a54082465a8c] | committer: Paul B Mahol avcodec/ass: fix comment There is no v4 ASS. There are versions 1 to 4 of SSA (with only v4 being supported by softsub renderers), ASS which declares itself

[FFmpeg-cvslog] avfilter/vf_subtitles: pass storage size to libass

2022-04-13 Thread Oneric
ffmpeg | branch: release/3.4 | Oneric | Wed Mar 23 20:43:54 2022 +0100| [1c73b96c21a2484f144648996578e325cc1bc62e] | committer: Michael Niedermayer avfilter/vf_subtitles: pass storage size to libass Due to a quirk of the ASS format some tags depend on the exact storage resolution of the video

[FFmpeg-cvslog] avfilter/vf_subtitles: pass storage size to libass

2022-04-09 Thread Oneric
ffmpeg | branch: release/4.1 | Oneric | Wed Mar 23 20:43:54 2022 +0100| [d985ec070c1757d6d81db3d95422b4b0cd092a44] | committer: Michael Niedermayer avfilter/vf_subtitles: pass storage size to libass Due to a quirk of the ASS format some tags depend on the exact storage resolution of the video

[FFmpeg-cvslog] avfilter/vf_subtitles: pass storage size to libass

2022-04-07 Thread Oneric
ffmpeg | branch: release/4.2 | Oneric | Wed Mar 23 20:43:54 2022 +0100| [4641d71fb05618cf967e215d6c06d53f30a47a03] | committer: Michael Niedermayer avfilter/vf_subtitles: pass storage size to libass Due to a quirk of the ASS format some tags depend on the exact storage resolution of the video

[FFmpeg-cvslog] avfilter/vf_subtitles: pass storage size to libass

2022-04-06 Thread Oneric
ffmpeg | branch: release/4.3 | Oneric | Wed Mar 23 20:43:54 2022 +0100| [f160c24f77353f8049b66ce76f235afc08922f3a] | committer: Michael Niedermayer avfilter/vf_subtitles: pass storage size to libass Due to a quirk of the ASS format some tags depend on the exact storage resolution of the video

[FFmpeg-cvslog] avfilter/vf_subtitles: pass storage size to libass

2022-04-06 Thread Oneric
ffmpeg | branch: release/4.4 | Oneric | Wed Mar 23 20:43:54 2022 +0100| [7ccd77a8ffbad3d56a86043d17b730a46074f0e9] | committer: Michael Niedermayer avfilter/vf_subtitles: pass storage size to libass Due to a quirk of the ASS format some tags depend on the exact storage resolution of the video

[FFmpeg-cvslog] avfilter/vf_subtitles: pass storage size to libass

2022-04-03 Thread Oneric
ffmpeg | branch: release/5.0 | Oneric | Mon Mar 14 20:06:39 2022 +0100| [482d51884c06a15a2712eb7629fbdd21720f61e9] | committer: Michael Niedermayer avfilter/vf_subtitles: pass storage size to libass Due to a quirk of the ASS format some tags depend on the exact storage resolution of the video

[FFmpeg-cvslog] avfilter/vf_subtitles: pass storage size to libass

2022-03-23 Thread Oneric
ffmpeg | branch: master | Oneric | Mon Mar 14 20:06:39 2022 +0100| [66901ce16271d1e36726af53f35cb5cd88b0b773] | committer: James Almer avfilter/vf_subtitles: pass storage size to libass Due to a quirk of the ASS format some tags depend on the exact storage resolution of the video, so tell

[FFmpeg-cvslog] avfilter/vf_subtitles: allow using embedded fonts

2021-05-28 Thread Oneric
ffmpeg | branch: master | Oneric | Sun May 2 23:02:02 2021 +0200| [3300625c6f148455b08d641597d54b5be4c0f76a] | committer: Gyan Doshi avfilter/vf_subtitles: allow using embedded fonts ASS subtitles can have encoded fonts embedded into the subtitle file itself. Allow libass to load those, to

[FFmpeg-cvslog] avcodec/ass: explicitly set ScaledBorderAndShadow

2020-05-22 Thread Oneric
ffmpeg | branch: master | Oneric | Fri Apr 17 00:38:53 2020 +0200| [e6dcb6a0db7d05f789f8a672d61704d170836555] | committer: Michael Niedermayer avcodec/ass: explicitly set ScaledBorderAndShadow Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.