michaelni changed the topic of #ffmpeg-devel to: Welcome to the FFmpeg development channel | Questions about using FFmpeg or developing with libav* libs should be asked in #ffmpeg | This channel is publicly logged | FFmpeg 7.1.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
<emmastrck_>
I tried reproducing this (trac.ffmpeg.org/ticket/11554) on master, 6.1.2 and 7.1, but I cannot reproduce the bug. Has anyone else had luck reproducing it?
<emmastrck_>
Is this something worth posting on the ffmpeg-devel mailing list?
rvalue- is now known as rvalue
meego has joined #ffmpeg-devel
paulk-bis has quit [Ping timeout: 252 seconds]
emmastrck_ has quit [Read error: Connection reset by peer]
markh has quit [Read error: Connection reset by peer]
markh has joined #ffmpeg-devel
emmastrck_ has joined #ffmpeg-devel
emmastrck_ has quit [Changing host]
emmastrck_ has joined #ffmpeg-devel
emmastrck has joined #ffmpeg-devel
emmastrck_ has quit [Ping timeout: 248 seconds]
paulk has joined #ffmpeg-devel
paulk has joined #ffmpeg-devel
emmastrck_ has joined #ffmpeg-devel
ngaullier has quit [Remote host closed the connection]
<haasn>
I wonder if in an ideal world, browsers would collect a small cut from popular websites' incomes for enabling their platform
<haasn>
that includes, of course, mobile apps that are just chrome wrappers showing a bundled HTML5 page
<haasn>
actually, maybe that alone could be enough to fund the entire app market
<haasn>
the entire browser market*
<haasn>
just release your browsers under a copyleft license too strong to enable them to be used in closed source mobile apps
<haasn>
and then offer a commercial license for bundling (a la electron)
<haasn>
of course the problem there is that google can afford to undercut the competition
<TheVibeCoder>
switch ffmpeg to web assembly finally
emmastrck_ has joined #ffmpeg-devel
DVedaa3 has quit [Read error: Connection reset by peer]
DVedaa3 has joined #ffmpeg-devel
LainIwakura has quit [Quit: Client closed]
emmastrck_ has quit [Ping timeout: 268 seconds]
emmastrck has joined #ffmpeg-devel
emmastrck has quit [Changing host]
emmastrck has joined #ffmpeg-devel
meego has quit [Remote host closed the connection]
realies9 has quit [Quit: ~]
realies9 has joined #ffmpeg-devel
Anthony_ZO has quit [Ping timeout: 252 seconds]
LainIwakura has joined #ffmpeg-devel
<frankplow>
Anyone know what compilation time with ASAN enabled / compilation time without ASAN enabled is drastically higher on x86 than on AArch64?
<frankplow>
I notice ASAN catches things on x86 that it misses on AArch64, is ASAN just half-baked kn
<frankplow>
*half-baked on AArch64?
<wbs>
frankplow: gcc or clang, linux presumably? Can you post a reproducer for what it doesn't catch?
<frankplow>
wbs: clang and yeah on Linux. I’ve noticed quite significant differences in the volume of reports at work, I’ll try to reduce it to something more self-contained off-the-clock
<wbs>
frankplow: ok, that'd be nice! I wasn't aware of such a discrepancy