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.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 268 seconds]
thilo_ has quit [Ping timeout: 256 seconds]
thilo_ has joined #ffmpeg-devel
thilo_ has quit [Changing host]
thilo_ has joined #ffmpeg-devel
<ramiro> courmisch: I think I've set the ranges wrong. I used rnd()<<7 for lum and chr, but the shifts for chr are different (I see 11 and 12 instead of 14 for chroma in libswscale/swscale.c)
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 264 seconds]
arch1t3cht0 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 240 seconds]
arch1t3cht0 is now known as arch1t3cht
lexano has quit [Ping timeout: 260 seconds]
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
theofabi has joined #ffmpeg-devel
lemourin has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 255 seconds]
ramiro has quit [Ping timeout: 268 seconds]
ramiro has joined #ffmpeg-devel
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 272 seconds]
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 240 seconds]
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 268 seconds]
jamrial has quit []
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 256 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
HarshK23 has joined #ffmpeg-devel
theofabi has joined #ffmpeg-devel
AbleBacon has quit [Read error: Connection reset by peer]
theofabi has quit [Ping timeout: 264 seconds]
<mkver> Seems like jamrial's avx quantize_bands version causes errors under valgrind for ubitux box here: https://fate.ffmpeg.org/report.cgi?time=20240610005732&slot=x86_64-archlinux-gcc-valgrind
<mkver> Can't reproduce here.
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 240 seconds]
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 256 seconds]
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 255 seconds]
Dariusz has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
Livio has joined #ffmpeg-devel
ngaullier has joined #ffmpeg-devel
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 252 seconds]
Krowl has quit [Read error: Connection reset by peer]
compnn has joined #ffmpeg-devel
sepro has quit [Read error: Connection reset by peer]
mkver has quit [Read error: Connection reset by peer]
compn has quit [Read error: Connection reset by peer]
sepro0 has joined #ffmpeg-devel
deus0ww_ has joined #ffmpeg-devel
deus0ww has quit [Ping timeout: 264 seconds]
mkver has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 256 seconds]
Livio has quit [Ping timeout: 240 seconds]
IndecisiveTurtle has joined #ffmpeg-devel
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 252 seconds]
tufei has quit [Remote host closed the connection]
tufei has joined #ffmpeg-devel
Livio has joined #ffmpeg-devel
Livio has quit [Ping timeout: 264 seconds]
Krowl has quit [Read error: Connection reset by peer]
theofabi has joined #ffmpeg-devel
theofabi has quit [Ping timeout: 268 seconds]
lexano has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 268 seconds]
Martchus has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
theofabi has joined #ffmpeg-devel
mateo` has quit [Ping timeout: 260 seconds]
theofabi has quit [Ping timeout: 264 seconds]
IndecisiveTurtle has quit [Ping timeout: 268 seconds]
mateo` has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
Livio has joined #ffmpeg-devel
System_Error has joined #ffmpeg-devel
theofabi has joined #ffmpeg-devel
theofabi has quit [Remote host closed the connection]
Krowl has quit [Read error: Connection reset by peer]
sgm has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
Livio has quit [Ping timeout: 264 seconds]
Livio has joined #ffmpeg-devel
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
mkver has quit [Ping timeout: 255 seconds]
Krowl has quit [Read error: Connection reset by peer]
AbleBacon has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
ngaullier has quit [Ping timeout: 268 seconds]
cone-463 has joined #ffmpeg-devel
<cone-463> ffmpeg Zhao Zhili master:33e4cc963d5e: avutil/timer: Add clock_gettime as a fallback of AV_READ_TIME
<cone-463> ffmpeg Zhao Zhili master:6a18c0bc87e3: avutil/aarch64: Skip define AV_READ_TIME for apple
<cone-463> ffmpeg Zhao Zhili master:b1240c983f96: tests/checkasm: Fix build error when enable linux perf on Android
<cone-463> ffmpeg Zhao Zhili master:9dac8495b002: swscale/aarch64: Add rgb24 to yuv implementation
<courmisch> is it me or the checkasm for vc1dsp fails to validate that inverse transform return the correct block?
<courmisch> (i.e. only check the destination buffer)
Krowl has quit [Read error: Connection reset by peer]
sgm has quit [Remote host closed the connection]
sgm has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
Livio has quit [Quit: leaving]
<jamrial> courmisch: https://pastebin.com/raw/tXrsMr2X ?
<courmisch> jamrial: it catches my problem with 4x4 and 4x8 but it's also failing 8x4 which had no known issues. Not that I'd know if it's right or wrong
<jamrial> x86_64 only has asm for the _dc variants, and those work with the above applied
<courmisch> jamrial: the DC variant only read the first element from the block and don't write to it (we might as well make it constant)
<courmisch> jamrial: so no surprises there
<courmisch> well I guess we can't make it constant because we want to share callback types
<courmisch> jamrial: your patch is causing all 3 non-DC functions to fail on arm64
<courmisch> so probably it's too strict :/
<elenril> >I like the idea that the 'dadj' box sits inside a 'cmfy' box, it seems very wholesome.
<elenril> lmao
<JEEB> lol
<jamrial> courmisch: is it too strict, or is your impl overwritting? :p
<courmisch> jamrial: I didn't write the arm64 code
<jamrial> ah
<courmisch> do I look like an arm64 programm... oh wait
<courmisch> I do aarch64, but only serious things. EL2 and EL1 things. Not petty EL0 things
<cone-463> ffmpeg Rémi Denis-Courmont master:417957ec5eb9: sws/range_convert: R-V V to/from JPEG
<sfan5> anyone online who could push a few patches for me?
<jamrial> sfan5: which ones?
ramiro has quit [Ping timeout: 268 seconds]
ramiro has joined #ffmpeg-devel
System_Error has quit [Ping timeout: 260 seconds]
ccawley2011 has quit [Read error: Connection reset by peer]
System_Error has joined #ffmpeg-devel
cone-463 has quit [Quit: transmission timeout]
lexano has quit [Ping timeout: 252 seconds]