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.0.2 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
kasper93 has quit [Ping timeout: 248 seconds]
kasper93_ has joined #ffmpeg-devel
thilo_ has quit [Ping timeout: 248 seconds]
thilo_ has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 265 seconds]
cone-377 has quit [Quit: transmission timeout]
MetaNova has quit [Ping timeout: 276 seconds]
cone-422 has joined #ffmpeg-devel
<cone-422>
ffmpeg Brad Smith release/7.1:05ff3eb9f2b9: ppc: Recognize the PPC VSX and Power8 CPU flags
MetaNova has joined #ffmpeg-devel
jamrial_ has quit []
Warcop has joined #ffmpeg-devel
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 246 seconds]
arch1t3cht5 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 246 seconds]
arch1t3cht5 is now known as arch1t3cht
kekePower has quit [Remote host closed the connection]
rvalue has quit [Changing host]
rvalue has joined #ffmpeg-devel
rvalue has quit [Changing host]
rvalue has joined #ffmpeg-devel
kekePower has joined #ffmpeg-devel
cone-422 has quit [Quit: transmission timeout]
derpydoo has joined #ffmpeg-devel
kasper93_ is now known as kasper93
mkver has joined #ffmpeg-devel
Kei_N_ has joined #ffmpeg-devel
Kei_N has quit [Ping timeout: 252 seconds]
microlappy has joined #ffmpeg-devel
microlappy has quit [Remote host closed the connection]
cone-651 has joined #ffmpeg-devel
<cone-651>
ffmpeg Marvin Scholz master:7554346cb5cf: avdevice/decklink_dec: fix leak on error
<cone-651>
ffmpeg Marvin Scholz master:8e76c993013d: avdevice/decklink_dec: fix leaks on error
<cone-651>
ffmpeg Marvin Scholz release/7.1:963145483cd0: avdevice/decklink_dec: fix leak on error
<cone-651>
ffmpeg Marvin Scholz release/7.1:ebd0ca9fee85: avdevice/decklink_dec: fix leaks on error
kepstin has quit [Remote host closed the connection]
kepstin has joined #ffmpeg-devel
derpydoo has quit [Ping timeout: 246 seconds]
ccawley2011 has joined #ffmpeg-devel
<Lynne>
ePirat: the vulkan patches I sent should reduce memory usage further
IndecisiveTurtle has joined #ffmpeg-devel
asivery has joined #ffmpeg-devel
<asivery>
Hello, everyone. I have a question regarding sending in patches. I've tried sending two patches over the course of the past few months. (2024-July/330634.html, 2024-September/333948.html). The first one got some responses, which were immediately addressed by me, then I got ghosted. The second one got nothing. I'm just asking if I'm doing something wrong. I understand my patches apply to formats 99.9% of ffmpeg users don't use, but I don't think
<asivery>
that's a reason for me to not get any resposes. If anyone could help me, it would be massively appreciated.
<asivery>
Thank you in advance
<ramiro>
asivery: we're short on people to review patches in a timely manner. sometimes (quite often nowadays) patches just get forgotten on the mailinglist. feel free to ping the patches.
<ramiro>
asivery: also don't top-post (as in writing your replies on top of the message), we prefer inline replying since it makes things easier to track and understand.
<asivery>
I see - thank you for the explanation. I'll ping the patch from July, and give that one from September a few more days. I understand that this is an open source project, so people are going to be working on it in their free time, I was just worried I had done something wrong.
<ramiro>
asivery: did you ever run "make fate"? this is how our tests are run. I suggest you add a testcase with the samples you sent. if we can easily test a patch it makes it that much easier to review.
<asivery>
I did run fate. I also sent the fate testcase patch for the July patch as a second email. That got ignored as well.
<asivery>
I didn't write a fate testcase for the September patch.
<asivery>
Also, is the way I send patches over correct? The email provider I use doesn't let me integrate it with git send-mail, so I just send the file format-patch returns as an attachment.
<ramiro>
asivery: merge patches 1 and 2 (add functionality and test), also CC samples-request@ffmpeg.org so that someone can upload the samples before the patch is pushed.
<cone-651>
ffmpeg Martin Storsjö release/7.1:09e9d61d0a12: checkasm/sw_rgb: Revert test additions from e18b46d95fadcbaaf450bda9f1871849f2b0c586
<ramiro>
asivery: we prefer git send-email, but if you can't do that, sending a patch made with format-patch is ok.
<asivery>
Thank you - I'll do that. Do I need to rebase onto the current master?