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 8.0 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
<haasn>
cc mkver you had one last review comment about avoiding relocations; can you please clarify what you mean?
<mkver>
It typically means that you should not use "const char *name;" in a structure, but "char name[MAX_LENGTH];" (if MAX_LENGTH is not too large). Or to use an offset into a big string.
<mkver>
Can you link to my comment?
<haasn>
yeah it was attached to a const char *name field
<BtbN>
@irc_libera.chat_traneptora:btbn.de: That is not the same setting. It's for one global, and not per address book entry. And it also means something else. It just toggles if the E-Mail address is displayed behind their name or not. It still just always shows the name from the Address Book Entry.
<kierank>
?
<BtbN>
What "?"?
<jamrial>
BtbN: the way you started the message, probably
<jamrial>
see the libera.chat irc log
<BtbN>
The message was a while ago, so I replied to it directly.
<tmatth>
is it expected that I had to recreate my account for lists.ffmpeg.org ?
<BBB>
re-create account?
<BBB>
you mean re-subscribe?
<ramiro>
haasn: I started going through the whole pr again yesterday but I didn't have much time. I want to rebase my work on top of it and play around a bit to refresh my memory (it's been a while).
<tmatth>
my login didn't work, when I tried forgot password I got an "Unknown Account" email, so I signed up, but then it did seem to "remember" that my delivery had been blocked due to excessive bounces
<tmatth>
in any case not a big deal but seemed odd, I'm assuming it has something to do with the upgrade
<ramiro>
haasn: did you check that all unions start with the largest member so that initializing them with "= {0}" works correctly with clang?
HarshK23 has joined #ffmpeg-devel
<haasn>
iirc yes but I can double-check
DauntlessOne4985 has quit [Remote host closed the connection]
indecisiveturtle has quit [Ping timeout: 255 seconds]
vkk has quit [Quit: Client closed]
averne has quit [Remote host closed the connection]
vkk has joined #ffmpeg-devel
Everything has joined #ffmpeg-devel
vkk has quit [Client Quit]
vkk has joined #ffmpeg-devel
averne has joined #ffmpeg-devel
<averne>
kierank: prores_vulkan works on rpi5 -> I gave it a quick try a while ago on my pi4, it didn't work iirc because it doesn't provide a modern enough version of VK
<averne>
But maybe the situation is different on pi5 or that my install is busted (it's a headless so /shrug)
<fflogger>
[editedticket] jamrial: Ticket #11649 ([ffmpeg] -noautorotate -display_rotation 0 passes through rotation metadata with JPEG inputs) updated https://trac.ffmpeg.org/ticket/11649#comment:3
vkk has quit [Quit: Client closed]
OctopusET has quit [Server closed connection]
OctopusET has joined #ffmpeg-devel
Everythi1g has joined #ffmpeg-devel
Everything has quit [Ping timeout: 258 seconds]
rvalue- has joined #ffmpeg-devel
rvalue has quit [Ping timeout: 260 seconds]
ngaullier has joined #ffmpeg-devel
rvalue- is now known as rvalue
<thardin>
hum, patches go via forgejo now?
<thardin>
guess I gotta get set up there
Everythi1g has quit [Quit: leaving]
iive has joined #ffmpeg-devel
GewoonLeon has joined #ffmpeg-devel
ngaullier has quit [Ping timeout: 258 seconds]
ngaullier has joined #ffmpeg-devel
realies9346 has joined #ffmpeg-devel
ngaullier has quit [Ping timeout: 258 seconds]
<wbs>
BtbN: any ideas why I wasn't autoadded as reviewer on https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301, despite CODEOWNERS? can it be because the PR was first made without touching aarch64 files, and later updated to touch them perhaps?
<BtbN>
I think it only looks at it during creation, but no idea
<BtbN>
Yeah, that PR was completely changed halfway through oO