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 joined #ffmpeg-devel
<compnn>
and then someone shares an heic file with me and ffmpeg sees it in grayscale!
<compnn>
ahh imagemagick come help me
thilo has quit [Ping timeout: 260 seconds]
thilo has joined #ffmpeg-devel
thilo has quit [Changing host]
thilo has joined #ffmpeg-devel
<jamrial>
compnn: wouldn't that be a bug in our hevc decoder?
lemourin has quit [Read error: Connection reset by peer]
lemourin has joined #ffmpeg-devel
Livio has joined #ffmpeg-devel
wastekoko has quit [Read error: Connection reset by peer]
wastekoko has joined #ffmpeg-devel
<Lynne>
the new apt frontend is inferior in every way
<Lynne>
it is the terminal version of web 3.0
<Marth64>
+1 Lynne
<Marth64>
I get confused
<elenril>
aptitude 4lyfe
<Lynne>
list of packages is up-down-right instead of up-right-down, so you can't copy a list of alphabetically following packages
<Lynne>
it won't group both updated and installed packages
elvis_a_presley has quit [Quit: smoke-bomb ; grapple-hook]
elvis_a_presley has joined #ffmpeg-devel
<another|>
I like it so far
<another|>
but I haven't installed many packages with it yet
<Lynne>
it was fine until they "fixed it" a few months ago
tufei_ has quit [Remote host closed the connection]
zsoltiv_ has joined #ffmpeg-devel
SystemError has quit [Remote host closed the connection]
mkver has quit [Ping timeout: 252 seconds]
mkver has joined #ffmpeg-devel
Teukka has quit [Read error: Connection reset by peer]
Teukka has joined #ffmpeg-devel
Teukka has quit [Changing host]
Teukka has joined #ffmpeg-devel
lemourin has quit [Read error: Connection reset by peer]
lemourin has joined #ffmpeg-devel
SystemError has joined #ffmpeg-devel
AbleBacon has joined #ffmpeg-devel
cone-584 has quit [Quit: transmission timeout]
cone-335 has joined #ffmpeg-devel
<cone-335>
ffmpeg Timo Rothenpieler master:9a2171318dfc: avcodec/nvenc: fix signedness of timing fields
IndecisiveTurtle has quit [Ping timeout: 244 seconds]
psykose has quit [Remote host closed the connection]
Krowl has quit [Read error: Connection reset by peer]
ccawley2011 has joined #ffmpeg-devel
Livio has quit [Quit: Reconnecting]
Livio has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
IndecisiveTurtle has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 260 seconds]
Krowl has quit [Read error: Connection reset by peer]
cone-335 has quit [Quit: transmission timeout]
ccawley2011 has quit [Read error: Connection reset by peer]
MetaNova has quit [Remote host closed the connection]
MetaNova has joined #ffmpeg-devel
witchymary has quit [Remote host closed the connection]
<mkver>
What systems actually need the sinf, cosf etc. compatibility functions in lavu/libm.h? Did requiring C11 remove support for them?
witchymary has joined #ffmpeg-devel
<jamrial>
mkver: most likely. it was probably added back when we were doing c99-to-c89 madness
<mkver>
It was added in fab0a8b2c6caa0e6478915bb42904995d70c4b3f without explanation.
<mkver>
The "discussion" on the libav-ML was nonexistent; wbs simply lgtm'ed it.
<jamrial>
then just send a patch removing most of those
Livio has quit [Ping timeout: 265 seconds]
<sfan5>
suppose a decoder returns AVFrames that encapsulate hardware buffers, and you close the decoder. would thoses frames generally be expected to stay valid?
<Lynne>
yes
<Lynne>
every frame carries a ref to avhwframes which carries a ref to the device
<Lynne>
neither are gone until all frames are deref'd
<sfan5>
alright, ty
witchymary has quit [Read error: Connection reset by peer]