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
lexano has quit [Ping timeout: 244 seconds]
thilo_ has quit [Ping timeout: 260 seconds]
thilo_ has joined #ffmpeg-devel
thilo_ has quit [Changing host]
thilo_ has joined #ffmpeg-devel
lexano has joined #ffmpeg-devel
mkver has quit [Ping timeout: 246 seconds]
System_Error has quit [Remote host closed the connection]
Martchus_ has joined #ffmpeg-devel
jamrial_ has quit []
Martchus has quit [Ping timeout: 265 seconds]
mkver has joined #ffmpeg-devel
arch1t3cht4 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 246 seconds]
arch1t3cht4 is now known as arch1t3cht
ZeroWalker has joined #ffmpeg-devel
ZeroWalker has left #ffmpeg-devel [#ffmpeg-devel]
HarshK23 has joined #ffmpeg-devel
mkver has quit [Ping timeout: 260 seconds]
cone-381 has joined #ffmpeg-devel
<cone-381> ffmpeg Zhao Zhili master:5c66a3ab5180: avcodec/vvc: Fix output and unref a frame which isn't decoding yet
kepstin has quit [Remote host closed the connection]
kepstin has joined #ffmpeg-devel
pv has joined #ffmpeg-devel
Teukka has quit [Ping timeout: 246 seconds]
pv has quit [Quit: gone]
blb has quit [Ping timeout: 246 seconds]
blb has joined #ffmpeg-devel
pv has joined #ffmpeg-devel
blb has quit [Ping timeout: 276 seconds]
blb has joined #ffmpeg-devel
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
Teukka has joined #ffmpeg-devel
Teukka has quit [Changing host]
Teukka has joined #ffmpeg-devel
sepro has quit [Quit: Bye!]
cone-381 has quit [Quit: transmission timeout]
cone-783 has joined #ffmpeg-devel
<cone-783> ffmpeg sfan5 master:e66f977494a2: lavf/tls_mbedtls: restrict TLSv1.3 verification workaround to affected version
<cone-783> ffmpeg Marth64 master:8707c8660d4b: avformat/dvdvideodec: implement seeking
IndecisiveTurtle has quit [Ping timeout: 260 seconds]
jamrial has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
thilo_ has quit [Quit: WeeChat 2.8]
thilo has joined #ffmpeg-devel
j-b has quit [Changing host]
j-b has joined #ffmpeg-devel
Workl has joined #ffmpeg-devel
IndecisiveTurtle has joined #ffmpeg-devel
___nick___ has joined #ffmpeg-devel
Krowl has quit [Ping timeout: 252 seconds]
IndecisiveTurtle has quit [Ping timeout: 244 seconds]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #ffmpeg-devel
Workl has quit [Read error: Connection reset by peer]
___nick___ has quit [Client Quit]
___nick___ has joined #ffmpeg-devel
DauntlessOne has quit [Ping timeout: 255 seconds]
<sfan5> I get 135 -Wimplicit-const-int-float-conversion warnings in a basic ffmpeg build w/ clang. most of them when INT64_MAX is used in an options struct.
<sfan5> would be nice to either fix them or disable the warning if this is not considered a problem
<wbs> +1
Krowl has joined #ffmpeg-devel
IndecisiveTurtle has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
cone-783 has quit [Quit: transmission timeout]
feiw2 has quit [Ping timeout: 248 seconds]
feiw2 has joined #ffmpeg-devel
<Marth64> elenril: ty
j45 has quit [Quit: ZNC 1.8.2 - https://znc.in]
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
feiw2 has quit [Ping timeout: 252 seconds]
feiw2 has joined #ffmpeg-devel
microchip_ has quit [Quit: There is no spoon!]
Krowl has quit [Read error: Connection reset by peer]
microchip_ has joined #ffmpeg-devel
zsoltiv_ has joined #ffmpeg-devel
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
feiw2 has quit [Ping timeout: 252 seconds]
___nick___ has joined #ffmpeg-devel
___nick___ has quit [Client Quit]
feiw has joined #ffmpeg-devel
___nick___ has joined #ffmpeg-devel
System_Error has joined #ffmpeg-devel
feiw has quit [Ping timeout: 252 seconds]
feiw has joined #ffmpeg-devel
mkver has quit [Ping timeout: 252 seconds]
<thardin> michaelni: I'm looking at optimizing mxf_edit_unit_absolute_offset()
<thardin> the current linear search is stinky
<thardin> already ~halfway there
rvalue- has joined #ffmpeg-devel
rvalue has quit [Ping timeout: 265 seconds]
<thardin> there we go, I think
<thardin> lol 18x faster
<thardin> av_get_packet() now takes up the plurality of cycles
rvalue- is now known as rvalue
feiw has quit [Ping timeout: 245 seconds]
feiw has joined #ffmpeg-devel
<elenril> --zomg-optimize
<elenril> I wonder if that page still exists
<elenril> google can't find it at least
<elenril> the real internet is fading away
<thardin> gone, like dust in the wind
<thardin> /* clamp if trying to seek before start */ hmm
<thardin> should demuxers really clamp seek ts'es?
<elenril> should they not?
<thardin> and also maybe it should clamp to both start and end
<thardin> feels like something that belongs further up, in say demux.c
<elenril> many lines of code deserve to be in demux.c
<elenril> and some that are in there deserve to be elsewhere
Warcop has joined #ffmpeg-devel
<Lynne> a lot of the early internet was lost to free hosting websites, wasn't it?
mkver has joined #ffmpeg-devel
<elenril> yes, that exactly
<psykose> :3
<elenril> but I also misremembered -fomit-instructions as being from there
<elenril> actually from #x264 it seems
<llyyr> psykose: that's a great site
feiw has quit [Ping timeout: 265 seconds]
feiw has joined #ffmpeg-devel
___nick___ has quit [Ping timeout: 265 seconds]
<thardin> there we go, moderately pretty patch
<thardin> I see avio_seek() is kinda slow for some reason
<thardin> ah no lol, it's just called 5 million times. each call averages 60 cycles
cone-938 has joined #ffmpeg-devel
<cone-938> ffmpeg Anton Khirnov master:00f5a34c9a5f: fftools/cmdutils: tighten condition for media type stream specifiers
rajivharlalka has quit [Quit: The Lounge - https://thelounge.chat]
rajivharlalka has joined #ffmpeg-devel
<jamrial> elenril: i guess leaving patch 16/23 as is for now is ok, unless you have an idea in how to handle/merge both entries that doesn't end in bogus global side data for the output
Xaldafax has joined #ffmpeg-devel
HarshK23 has quit [Quit: Connection closed for inactivity]
mkver has quit [Remote host closed the connection]
mkver has joined #ffmpeg-devel
cone-938 has quit [Quit: transmission timeout]
Warcop has quit [Remote host closed the connection]