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
minimal has quit [Quit: Leaving]
iive has quit [Quit: They came for me...]
averne has joined #ffmpeg-devel
TheVibeCoder has quit [Ping timeout: 260 seconds]
TheVibeCoder has joined #ffmpeg-devel
<BtbN>
So, why exactly does schannel in dtls server mode want me to pass the client sockaddr? I don't see what it'd possibly do with that info.
<BtbN>
Getting it would also involve a lot of patching of udp.c
<BtbN>
So I'm wondering what the consequence of just lying would be
<BtbN>
Though I need to get it anyway, since it'll eventually need to reply to that client... So might as well pass it
cone-420 has joined #ffmpeg-devel
<cone-420>
ffmpeg Pavel Koshevoy master:59a666062567: avformat/demux: Fix segfault due to avcodec_open2 failure
Kei_N_ has quit [Read error: Connection reset by peer]
mkver has joined #ffmpeg-devel
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 252 seconds]
<Lynne>
TheVibeCoder: prores raw has a new mechanism to handle tiles with constant value
<Lynne>
this fixed a few overreads
<Lynne>
still figuring out where the hell its pulling its second half of DC values (tile width is increased, and the first half DCs are all fine, but not the second)
jamrial has quit []
mkver has quit [Quit: Leaving]
_whitelogger has joined #ffmpeg-devel
Richardcavell_ has joined #ffmpeg-devel
cone-420 has quit [Quit: transmission timeout]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
^Neo has joined #ffmpeg-devel
^Neo_ has quit [Ping timeout: 244 seconds]
System_Error has quit [Remote host closed the connection]
Richardcavell_ has quit [Ping timeout: 245 seconds]
System_Error has joined #ffmpeg-devel
averne_ has joined #ffmpeg-devel
averne has quit [Ping timeout: 244 seconds]
averne_ is now known as averne
rvalue has quit [Ping timeout: 260 seconds]
MisterMinister has quit [Ping timeout: 272 seconds]
<fflogger>
[newticket] momo-trip: Ticket #11651 ([undetermined] NULL Pointer Dereference in FFmpeg ffprobe) created https://trac.ffmpeg.org/ticket/11651
<Lynne>
TheVibeCoder: found them, the tile width changed to 256, but there's a reset point and I'm pretty sure a codebook change for the DCs at the halfway block number in each tile
<Lynne>
do you have the decompiled binary around, or really just the binary for the apple decoder?
<Lynne>
I'd like to find if there's a second DC codebook
<TheVibeCoder>
dunno if it have support for version 1
IndecisiveTurtle has joined #ffmpeg-devel
Richardcavell_ has quit [Ping timeout: 268 seconds]
<wbs>
BtbN: if you have time and have access to the fate server - can you check if some checkout of fateserver.git needs to be updated, to apply the change I just pushed - or is it automatically updated/in use just by pushing?
<kasper93>
x86_64-archlinux-gcc-disableswscale slot seems to be affected so we can test on that, once deployed
<kasper93>
wbs: if ($npass) seems iffy also, what if $npass is 0?
<kasper93>
it would fall-through to "build only" green tests?
<kasper93>
oh, but that also checks rep status
<kasper93>
so probably is's le ok
<kasper93>
also this ($npass? 'warn' : 'fail') is dead code