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
mkver has quit [Remote host closed the connection]
mkver has joined #ffmpeg-devel
lexano has quit [Ping timeout: 268 seconds]
thilo has quit [Ping timeout: 268 seconds]
thilo has joined #ffmpeg-devel
compnn has joined #ffmpeg-devel
compn has quit [Read error: Connection reset by peer]
<Lynne> >lavd opengl breaks builds on osx
<Lynne> it's a one-line fix, but I think it makes a case for its removal
IndecisiveTurtle has quit [Ping timeout: 255 seconds]
arch1t3cht6 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 264 seconds]
arch1t3cht6 is now known as arch1t3cht
HarshK23_ has joined #ffmpeg-devel
signalhunter7 has joined #ffmpeg-devel
cworley_ has joined #ffmpeg-devel
odrling_ has joined #ffmpeg-devel
kepstin_ has joined #ffmpeg-devel
TD-Linux has joined #ffmpeg-devel
Sean_McG- has joined #ffmpeg-devel
thilo_ has joined #ffmpeg-devel
q66_ has joined #ffmpeg-devel
odrling has quit [Read error: Connection reset by peer]
HarshK23 has quit [Ping timeout: 268 seconds]
kepstin has quit [Ping timeout: 268 seconds]
TD--Linux has quit [Ping timeout: 268 seconds]
signalhunter has quit [Read error: Connection reset by peer]
cworley has quit [Ping timeout: 268 seconds]
Sean_McG has quit [Ping timeout: 268 seconds]
thilo has quit [Ping timeout: 268 seconds]
another| has quit [Ping timeout: 268 seconds]
q66 has quit [Ping timeout: 268 seconds]
another has joined #ffmpeg-devel
odrling_ is now known as odrling
signalhunter7 is now known as signalhunter
HarshK23_ is now known as HarshK23
kepstin_ is now known as kepstin
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg-devel
Sean_McG- is now known as Sean_McG
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 240 seconds]
jamrial has quit []
Traneptora has quit [Quit: Quit]
another is now known as another|
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
compnn is now known as compn
AbleBacon has quit [Read error: Connection reset by peer]
rvalue- has joined #ffmpeg-devel
rvalue has quit [Ping timeout: 268 seconds]
rvalue- is now known as rvalue
kurosu has joined #ffmpeg-devel
Livio has joined #ffmpeg-devel
derpydoo has joined #ffmpeg-devel
rajivharlalka has quit [Quit: Ping timeout (120 seconds)]
BBB has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
rajivharlalka has joined #ffmpeg-devel
BBB has joined #ffmpeg-devel
Livio has quit [Ping timeout: 268 seconds]
mkver has quit [Ping timeout: 264 seconds]
<courmisch> is there a trick to run a specific FATE test under GDB?
<courmisch> I guess copy the command and append _g to ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
IndecisiveTurtle has joined #ffmpeg-devel
derpydoo has quit [Quit: derpydoo]
<elenril> does anyone know what does NUH/NUT in HEVC actually stand for?
System_Error has quit [Read error: Connection reset by peer]
<courmisch> Nonobviously Useless Transform
<courmisch> sounds about right
<jkqxz> elenril: Yes?
<jkqxz> Nal Unit Header / Nal Unit Type?
<elenril> is that like inverse hungarian notation
System_Error has joined #ffmpeg-devel
<elenril> and why do only some nal types have the _NUT suffix then
<jkqxz> nuh_* is to be consistent with every syntax element which might appear in multiple places having a namespace prefix, which seems like a good idea.
<jkqxz> No idea why the names are incompletely NUTs.
<courmisch> everybody, stand back! I'm writing DCT code and I have no idea what I am doing
<haasn> is there a name for the 0.1% speed difference between NTSC/PAL timings (23.976 / 29.96 / 59.94) and mains frequency (24/30/60)?
<kurosu> Can't recall a name, and the reason vaguely, but that was when colour was introduced to broadcasts: the physical, analogical signal would have been causing interferences with sound
<kurosu> something like frequency carriers overlapping
ccawley2011 has joined #ffmpeg-devel
<kurosu> also yes, the infamous "dot crawl" effect when chroma signal was bleeding into luma, or vice versa (rainbows around edges)
novaphoenix has quit [Quit: i quit]
Teukka has quit [Read error: Connection reset by peer]
novaphoenix has joined #ffmpeg-devel
Teukka has joined #ffmpeg-devel
Teukka has joined #ffmpeg-devel
Teukka has quit [Changing host]
<courmisch> haasn: yes, bad idea
<Lynne> courmisch: V=1, copy the command line and run it under gdb
zsoltiv_ has joined #ffmpeg-devel
<Lynne> which DCT are you writing? vc-1's?
zsoltiv_ has quit [Ping timeout: 268 seconds]
<courmisch> Lynne: FDCT
jamrial has joined #ffmpeg-devel
<Lynne> I'm planning to replace that one in the future with the DCT I'll use for jpeg-xl, which is also orthogonal (forward == inverse) and overall a better approximation
<Lynne> it may be several months, but if you don't mind that eventually it might be gone, sure
<Lynne> I'd recommend doing VP8's or VP9's DCTs, those are specified in the standard, rather than "if your approximation is at least this accurate, good enough"
<courmisch> sigh
<courmisch> I almost finished the row function already
<courmisch> also somebody did the aarch64 version like a month ago
mkver has joined #ffmpeg-devel
ccawley2011 has quit [Read error: Connection reset by peer]
lexano has joined #ffmpeg-devel
<jamrial> it happens
cone-295 has joined #ffmpeg-devel
<cone-295> ffmpeg James Almer master:7e182a8d92f8: avcodec/videotoolbox: use the correct HEVCSPS field name
<cone-295> ffmpeg James Almer master:7736ca1d7bf2: avutil/float_dsp: revert accidental doxy removal
<cone-295> ffmpeg James Almer master:7087da303f9a: avutil/float_dsp.h: fix doxy for scalarproduct_double
BradleyS has quit [Quit: quit]
BradleyS_ has joined #ffmpeg-devel
BradleyS_ is now known as BradleyS
<courmisch> Announcing The First Length-Agnostic Vector-Enabled FATE Run.
<cone-295> ffmpeg Rémi Denis-Courmont master:fc85aff72f19: checkasm: add linear least square tests
<cone-295> ffmpeg Rémi Denis-Courmont master:eed0a1d3d452: lavu/lls: R-V V update_lls
<Sean_McG> \o/
AbleBacon has joined #ffmpeg-devel
elvis_a_presley has quit [Quit: smoke-bomb ; grapple-hook]
<cone-295> ffmpeg Michael Niedermayer master:6f52b64bcc34: avdevice/pulse_audio_enc: Use av_rescale() to avoid integer overflow
<cone-295> ffmpeg Michael Niedermayer master:2f04cb673cb3: avformat/ac4dec: Check remaining space in ac4_probe()
<cone-295> ffmpeg Michael Niedermayer master:a2b8d0334793: avformat/ape: Use 64bit for final frame size
<cone-295> ffmpeg Michael Niedermayer master:d9d1f65308d4: avformat/argo_asf: Use 64bit in offset intermediate
<cone-295> ffmpeg Michael Niedermayer master:70b499476213: avformat/asfdec_f: Use 64bit for preroll computation
<cone-295> ffmpeg Michael Niedermayer master:00d029d5c0b7: avcodec/sga: Make it clear that the return is intentionally not checked
elvis_a_presley has joined #ffmpeg-devel
sudden has quit [Ping timeout: 240 seconds]
sudden has joined #ffmpeg-devel
<llyyr> JEEB: did you have time to look at the m2ts thing?
<JEEB> was busy filling work applications and other crap like that, will attempt to get to it soon :)
<llyyr> no problem :)
mkver has quit [Ping timeout: 246 seconds]
ccawley2011 has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
cone-295 has quit [Quit: transmission timeout]
deus0ww has quit [Ping timeout: 240 seconds]
deus0ww has joined #ffmpeg-devel
darkapex has quit [Remote host closed the connection]
darkapex has joined #ffmpeg-devel
HarshK23 has quit [Quit: Connection closed for inactivity]
<courmisch> "register int t1, t2, t3, t4;"
<courmisch> the seventies called and they want their keywords back
iive has joined #ffmpeg-devel
<compn> its almost like it was binary decompiled from a dll file with debug symbols that didnt get stripped...
mkver has quit [Remote host closed the connection]
mkver has joined #ffmpeg-devel
Livio has joined #ffmpeg-devel
wcpan has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
wcpan has joined #ffmpeg-devel
Livio has quit [Ping timeout: 268 seconds]
System_Error has quit [Remote host closed the connection]
ccawley2011 has quit [Read error: Connection reset by peer]
System_Error has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
ubitux has joined #ffmpeg-devel
mkver has quit [Ping timeout: 268 seconds]
lexano has quit [Ping timeout: 268 seconds]
tufei has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
kurosu has quit [Quit: Connection closed for inactivity]