dcecd42de4
Snapshot FFmpeg n7.1 (release tag) с применённым patch'ем для cuframes input format. Используется как FFMPEG_REPO_OVERRIDE в NickM-27/FFmpeg-Builds fork для статической сборки patched binary под Frigate (Debian 12 / glibc 2.36). Apply changes: + libavformat/cuframesdec.c (новый — реализация демуксера) M libavformat/Makefile (CONFIG_CUFRAMES_DEMUXER target) M libavformat/allformats.c (extern declaration) M configure (--enable-libcuframes option + dep check) Patch source: https://git.goldix.org/gx/cuframes (filter/ffmpeg-7.1-cuframes-demuxer.patch) History сброшена (snapshot вместо fork) потому что upstream shallow clone не позволял push в gitea. Полная история FFmpeg — на github.com/FFmpeg/FFmpeg n7.1.
9 lines
363 B
Plaintext
9 lines
363 B
Plaintext
<<hello>> --> <<hello>>
|
|
<<<b>hello</b>>> --> <<{\b1}hello{\b0}>>
|
|
< hello < 2000 > world > --> < hello < 2000 > world >
|
|
<h1>TITLE</h1> --> TITLE
|
|
< font color=red >red</font> --> {\c&HFF&}red{\c}
|
|
Foo <foo@bar.com> --> Foo <foo@bar.com>
|
|
<b> foo <I> bar </B> bla </i> --> {\b1} foo {\i1} bar {\b0} bla {\i0}
|
|
A<br>B<BR/>C<br / >D< Br >E<brk><brk/> --> A\NB\NC\ND\NE
|