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
minimal has quit [Quit: Leaving]
iive has quit [Quit: They came for me...]
fengdaolong has joined #ffmpeg-devel
Teukka has quit [Ping timeout: 258 seconds]
_whitelogger has joined #ffmpeg-devel
CoreX- has joined #ffmpeg-devel
CoreX has quit [Ping timeout: 244 seconds]
<fjlogger> [FFmpeg/FFmpeg] Pull request #20332 merged: avformat/whip: set the first sequence number for video and audio (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20332) by s⁠tevenliu
<Lynne> beastd: blender devs deserve it, requiring slop vendor code
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 255 seconds]
jamrial has quit []
_whitelogger has joined #ffmpeg-devel
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 248 seconds]
<Traneptora> BtbN: it's renamed, not removed
<Traneptora> "show only display name for people in my address book" can be unchecked
Traneptora has quit [Quit: Quit]
<Compn> which director was it complaining about people watching films on cellphones
<Compn> i guess android is on smarttvs now
fengdaolong has quit [Ping timeout: 256 seconds]
<Lynne> worse is that netflix is asking writers to intentionally carter to "second screen" audience
<Lynne> so characters have to loudly announce if they're going to be doing something really important to the plot before they do it
Guest51 has joined #ffmpeg-devel
Guest51 is now known as scp
scp is now known as scp-dev
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #20336 Palettegen and/or Paletteuse always produces wrong colors (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20336#issuecomment-4452) by R⁠abcor
fengdaolong has joined #ffmpeg-devel
Lypheo7 has joined #ffmpeg-devel
Lypheo has quit [Ping timeout: 260 seconds]
Lypheo7 is now known as Lypheo
<fjlogger> [FFmpeg/FFmpeg] Pull request #20340 opened: avformat/apv: fix range of au_size (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20340) by d⁠ariusz-f
TD-Linux has quit [Ping timeout: 244 seconds]
TD-Linux has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20340 avformat/apv: fix range of au_size (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20340#issuecomment-4457) by j⁠kqxz
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20340 avformat/apv: fix range of au_size (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20340#issuecomment-4458) by d⁠ariusz-f
chainik15 has quit [Server closed connection]
chainik15 has joined #ffmpeg-devel
scp-dev has quit [Quit: Client closed]
ngaullier has joined #ffmpeg-devel
fengdaolong has quit [Ping timeout: 260 seconds]
drv has quit [Server closed connection]
drv has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20301 avfilter/vf_colordetect: add aarch64 asm (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4459) by m⁠storsjo
CoreX- is now known as CoreX
Teukka has joined #ffmpeg-devel
Teukka has quit [Changing host]
Teukka has joined #ffmpeg-devel
minimal has joined #ffmpeg-devel
Guest5 has joined #ffmpeg-devel
Guest5 has quit [Client Quit]
frankplow has quit [Server closed connection]
frankplow has joined #ffmpeg-devel
alankelly has joined #ffmpeg-devel
<alankelly> Hi, I recently submitted a patch to disable use of gather instructions on machines impacted by the Intel gather data sampling vulnerability https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/gather-data-sampling.html Intel's mitigation slows gather instructions down
<alankelly> significantly. Swscale's avx2 hscale uses these instructions and is now slower than the SSE variant on impacted machines. I submitted a patch to disable these instructions on impacted machines https://patchwork.ffmpeg.org/project/ffmpeg/patch/20250808122142.2957853-1-alankelly@google.com/ Is there any objection to this patch? Or is there anything I
<alankelly> can do to help get this merged? Thanks
alankelly has quit [Client Quit]
alankelly has joined #ffmpeg-devel
alankelly has quit [Client Quit]
fengdaolong has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Issue #20341 opened: DPX encoder writes invalid colorimetric specification value (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20341) by C⁠yphall
fengdaolong has quit [Ping timeout: 256 seconds]
fengdaolong has joined #ffmpeg-devel
<kierank> Lynne: someone asks on X DM if prores_vulkan works on rpi5?
jkqxz has quit [Server closed connection]
jkqxz has joined #ffmpeg-devel
fengdaolong has quit [Ping timeout: 256 seconds]
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #20336 Palettegen always produces wrong colors (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20336#issuecomment-4463) by M⁠asterInQuestion
<fjlogger> [FFmpeg/FFmpeg] Pull request #20342 opened: avformat/mpegts: Passthrough SCTE 35 (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20342) by p⁠ierrelefevre
_av500_ has joined #ffmpeg-devel
av500 has quit [Ping timeout: 248 seconds]
<fjlogger> [FFmpeg/FFmpeg] Issue #20343 opened: `-sws_dither none` corrupts output colors. (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20343) by R⁠abcor
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #20336 Palettegen always produces wrong colors (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20336#issuecomment-4469) by R⁠abcor
Guest85 has joined #ffmpeg-devel
<haasn> ramiro: I don't suppose you could approve https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20292 ?
<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
<haasn> okay, I'll change that
<fjlogger> [FFmpeg/FFmpeg] Pull request #20344 opened: avcodec/pcm: add macros to optionally exclude some PCM codecs (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20344) by y⁠ibofang
jamrial has joined #ffmpeg-devel
<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]
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20031 AVFrame alpha mode (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20031#issuecomment-4476) by h⁠aasn
System_Error has quit [Remote host closed the connection]
microchip_ has quit [Read error: Connection reset by peer]
System_Error has joined #ffmpeg-devel
microchip_ has joined #ffmpeg-devel
APic has quit [Server closed connection]
APic has joined #ffmpeg-devel
microchip_ has quit [Remote host closed the connection]
microchip_ has joined #ffmpeg-devel
microchip_ has quit [Remote host closed the connection]
microchip_ has joined #ffmpeg-devel
DauntlessOne4985 has joined #ffmpeg-devel
microchip_ has quit [Remote host closed the connection]
microchip_ has joined #ffmpeg-devel
<Lynne> kierank: yeah, it should, afaik the rpi5 vulkan implementation is pretty alright
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20316 avcodec/webp: fix incorrectly returning AVERROR_INVALIDDATA when building Huffman reader (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20316#issuecomment-4481) by r⁠zumer
Guest58 has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20316 avcodec/webp: fix incorrectly returning AVERROR_INVALIDDATA when building Huffman reader (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20316#issuecomment-4482) by r⁠zumer
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20316 avcodec/webp: fix incorrectly returning AVERROR_INVALIDDATA when building Huffman reader (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20316#issuecomment-4483) by d⁠wbuiten
<fjlogger> [FFmpeg/FFmpeg] Pull request #20267 merged: avformat/img2dec: remove deprecated glob_sequence pattern type (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20267) by c⁠us
<fjlogger> [FFmpeg/FFmpeg] Pull request #20316 merged: avcodec/webp: fix incorrectly returning AVERROR_INVALIDDATA when building Huffman reader (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20316) by d⁠wbuiten
<fjlogger> [FFmpeg/FFmpeg:master] CI failed in test.yml for a8097d3: avformat/img2dec: remove deprecated glob_sequence pattern type (https://code.ffmpeg.org/FFmpeg/FFmpeg/actions/runs/3867)
<fjlogger> [FFmpeg/FFmpeg:master] CI failed in test.yml for ae14930: avcodec/webp: simplify special-case handling when building Huffman reader (https://code.ffmpeg.org/FFmpeg/FFmpeg/actions/runs/3871)
<fjlogger> [FFmpeg/FFmpeg] Pull request #20276 merged: fftools/ffmpeg_demux: ensure the display_rotation option is honored (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20276) by j⁠amrial
<jamrial> BtbN: maybe the bot shouldn't post when jobs get cancelled
<jamrial> those "CI failed" messages are cancelled jobs because something newer was pushed to master
<BtbN> The JSON payload it gets for is sadly 100% identical :/
Guest58 has quit [Quit: Client closed]
<BtbN> Ah, I think it's in there after all.
<BtbN> I'd really like it to just not cancel those runs tho
<jamrial> yeah, probably better not to if possible
<BtbN> iirc it's not an option
fjlogger has quit [Remote host closed the connection]
fjlogger has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Pull request #20281 merged: avutil/riscv: avoid redefinition of _GNU_SOURCE (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20281) by d⁠wbuiten
devinheitmueller has quit [Ping timeout: 244 seconds]
Guest85 has quit [Quit: Client closed]
microchip_ has quit [Remote host closed the connection]
microchip_ has joined #ffmpeg-devel
microchip_ has quit [Remote host closed the connection]
microchip_ has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20292 swscale: new ops framework / backend (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20292#issuecomment-4501) by h⁠aasn
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20292 swscale: new ops framework / backend (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20292#issuecomment-4503) by h⁠aasn
<BtbN> tmatth: it only migrated list subscribers, not accounts
<BtbN> so if you want to manage your subscription, you need to make a new account with the subscriber address
<tmatth> BtbN: ok cool, that's what I did
<BtbN> It's still importing the archive btw.
<BtbN> approaching 24h now
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4507) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4508) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4509) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4510) by A⁠razIusubov
kimapr has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4511) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4512) by A⁠razIusubov
Kimapr_ has quit [Remote host closed the connection]
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4513) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4514) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4515) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4516) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4517) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4518) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4519) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4520) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4521) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4522) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4523) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4524) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4525) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #20273 avcodec/d3d12va_encode: texture array support for HEVC (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20273#issuecomment-4526) by A⁠razIusubov
<fjlogger> [FFmpeg/FFmpeg] Issue #20345 opened: concat demuxer fails (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20345) by r⁠dp
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #20345 concat demuxer fails (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20345#issuecomment-4528) by r⁠dp
Guest75 has joined #ffmpeg-devel
<BtbN> Why does nut-devel get such a huge influx of spam, while ffmpeg-devel gets comparatively little?
Guest25 has joined #ffmpeg-devel
Kimapr_ has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #20345 concat demuxer fails (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20345#issuecomment-4529) by G⁠yanD
Guest75 has quit [Ping timeout: 250 seconds]
Kimapr_ has quit [Remote host closed the connection]
Kimapr_ has joined #ffmpeg-devel
kimapr has quit [Ping timeout: 256 seconds]
Guest25 is now known as kk
kk is now known as vivek
vivek is now known as Guest25
Guest25 is now known as vivek_kk
vivek_kk44 has joined #ffmpeg-devel
ngaullier has quit [Ping timeout: 258 seconds]
vivek_kk has quit [Changing host]
vivek_kk has joined #ffmpeg-devel
vivek_kk is now known as vkk
s55 has quit [Quit: Bye]
vivek_kk44 has quit [Quit: Client closed]
s55 has joined #ffmpeg-devel
vkk has quit [Quit: Client closed]
vivek_kk has joined #ffmpeg-devel
Guest75 has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Issue #20346 opened: Crash when playing ogg file (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20346) by c⁠gbug
vivek_kk has quit [Client Quit]
vkk has joined #ffmpeg-devel
Guest75 has quit [Client Quit]
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
<fjlogger> [FFmpeg/FFmpeg] Issue #20347 opened: Arabic .ass subtitles show corrupted characters when burning embedded MKV subtitles (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20347) by u⁠rekmazino00
ngaullier has joined #ffmpeg-devel
Guest85 has joined #ffmpeg-devel
Guest85 has quit [Client Quit]
mkver has quit [Ping timeout: 256 seconds]
mkver has joined #ffmpeg-devel
indecisiveturtle has joined #ffmpeg-devel
odrling has quit [Remote host closed the connection]
odrling has joined #ffmpeg-devel
Arcitec has quit [Quit: Arcitec]
Arcitec has joined #ffmpeg-devel
GewoonLeon has quit [Ping timeout: 256 seconds]
ngaullier has quit [Remote host closed the connection]
ngaullier has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Pull request #20348 opened: avutil/opt: also print option names on parse error (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20348) by c⁠us
ngaullier has quit [Remote host closed the connection]
mkver has quit [Ping timeout: 260 seconds]
Traneptora has joined #ffmpeg-devel
minimal has quit [Quit: Leaving]
kasper93 has quit [Ping timeout: 248 seconds]