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 6.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
HarshK23 has quit [Quit: Connection closed for inactivity]
wyatt8750 is now known as wyatt8740
typological has quit [Quit: Leaving]
<aaabbb>
oh great, it's +r now :(
<aaabbb>
if i /part i won't be able to rejoin, has the spammer been taken care of by removing his hetzner account?
psykose has quit [Remote host closed the connection]
iive has quit [Quit: They came for me...]
thilo has quit [Ping timeout: 256 seconds]
mkver has quit [Ping timeout: 255 seconds]
navi has quit [Quit: WeeChat 4.0.4]
<BBB>
aaabbb: we'll have to be like this for a few days, sorry about that
<aaabbb>
ok, just a few days is fine. i was worried it would be the new normal
lemourin has quit [Read error: Connection reset by peer]
lemourin has joined #ffmpeg-devel
qeed has quit [Quit: qeed]
qeed has joined #ffmpeg-devel
jamrial has quit []
mkver has joined #ffmpeg-devel
HarshK23 has joined #ffmpeg-devel
mkver has quit [Remote host closed the connection]
mkver has joined #ffmpeg-devel
emersion has quit [Remote host closed the connection]
emersion has joined #ffmpeg-devel
mkver has quit [Ping timeout: 255 seconds]
emersion has quit [Remote host closed the connection]
emersion has joined #ffmpeg-devel
stevenliu has joined #ffmpeg-devel
kurosu has joined #ffmpeg-devel
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg-devel
<elenril>
why do people no register
<j-b>
elenril: for the FBI not to track us
<elenril>
you can create a pseudonymous email for such purpose
<elenril>
everyone should have at least a few of these anyway
<j-b>
elenril: you clearly underestimate the FBI
kurosu has quit [Quit: Connection closed for inactivity]
mkver has joined #ffmpeg-devel
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
navi has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
emersion has quit [Ping timeout: 256 seconds]
emersion has joined #ffmpeg-devel
kurosu has joined #ffmpeg-devel
<BBB>
aaabbb: it depends on how persistent the spammer is. if he goes away, we'll remove +r. if he returns, we have to re-assess
BetweenUs has joined #ffmpeg-devel
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg-devel
<courmisch>
it's not spam. the motivation doesn't seem commercial
psykose has joined #ffmpeg-devel
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg-devel
deus0ww has quit [Ping timeout: 252 seconds]
deus0ww has joined #ffmpeg-devel
kurosu has quit [Quit: Connection closed for inactivity]
HarshK23 has quit [Quit: Connection closed for inactivity]
bilboed has joined #ffmpeg-devel
stevenliu has quit [Remote host closed the connection]
stevenliu has joined #ffmpeg-devel
HarshK23 has joined #ffmpeg-devel
BetweenUs has quit [Quit: Leaving]
jamrial has quit []
ccawley2011 has quit [Ping timeout: 256 seconds]
jamrial has joined #ffmpeg-devel
kurosu has joined #ffmpeg-devel
<Lynne>
is it legal to cast a pointer to a union to a pointer of a struct type present in the union?
<jamrial>
why would you have a pointer to a union instead of to one of the types inside it?
<Lynne>
the caller calls a function with a union ptr as an arg, but doesn't know what struct type it's getting
<nevcairiel>
if you have a pointer to the union itself, cant you just access the member in it you want and potentially make a pointer of it, not casting?
<Lynne>
no, the callee passes different structs to different functions which all take a pointer to a regular struct
<Lynne>
also, is it legal to have something like union { uint8_t cnt; struct_which_starts_with_uint8_t str; }, to modify str.cnt by writing to cnt?
Hobbyboy has quit [Read error: Connection reset by peer]
Hobbyboy has joined #ffmpeg-devel
<courmisch>
Lynne: the cast itself is legal but that does not absolve aliasing violations whilst dereferencing the point later on
<Gramner>
type punning using unions is valid. it doesn't even need to be the same type - "If the member used to read the contents of a union object is not the same as the member last used to store a value in the object, the appropriate part of the object representation of the value is reinterpreted as an object representation in the new type"
MrZeus has joined #ffmpeg-devel
iive has joined #ffmpeg-devel
<cosminaught>
when I send patches to the mailing list with git send-email the from looks like “… via ffmpeg-devel” with the devel mailing list address instead of my email address. However patches I see from others on the list have their email address in the from. Am I configuring my git send-email incorrectly in some way for my address to get anonymized like this?
<cosminaught>
Or is it something about my mailing list subscription settings?
<elenril>
I think it's about your mail server config
<JEEB>
I think the mailing list modifies the email's contents, so if your mail server has configured its security shenanigans well, the mailing list cannot send stuff in your name (email). which is why certain people's emails get modified to instead be something something via ffmpeg-devel
<cosminaught>
ah makes sense
<wbs>
if one could tell git-format-patch about this in advance, it could add a From: header to the body of the mail, like it does if git author!=<own identity>, and things would be fixed when the patch is applied
ccawley2011 has quit [Read error: Connection reset by peer]
<cosminaught>
I think I can make it do that by changing the from it uses to be different than the commit author, it only collapses the two when they are the same
odrling has joined #ffmpeg-devel
odrling has quit [Remote host closed the connection]
odrling has joined #ffmpeg-devel
AbleBacon has joined #ffmpeg-devel
kurosu has quit [Quit: Connection closed for inactivity]