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.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
thilo has quit [Ping timeout: 276 seconds]
thilo has joined #ffmpeg-devel
thilo has quit [Changing host]
thilo has joined #ffmpeg-devel
arch1t3cht3 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 248 seconds]
arch1t3cht3 is now known as arch1t3cht
rvalue has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 276 seconds]
Martchus has joined #ffmpeg-devel
<fflogger> [editedticket] bradisbell: Ticket #8349 ([avcodec] Dolby AC-4 Support) updated https://trac.ffmpeg.org/ticket/8349#comment:91
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 252 seconds]
Martchus_ has quit [Ping timeout: 260 seconds]
Martchus has joined #ffmpeg-devel
jamrial has quit []
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 252 seconds]
^Neo has quit [Ping timeout: 276 seconds]
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 265 seconds]
<fflogger> [newticket] Melchior: Ticket #11354 ([avcodec] cannot open and convert PlayStation 1 .STR AV/movie files now.) created https://trac.ffmpeg.org/ticket/11354
Marth64 has quit [Quit: Leaving]
<fflogger> [editedticket] Melchior: Ticket #11354 ([avcodec] cannot open and convert PlayStation 1 .STR AV/movie files now.) updated https://trac.ffmpeg.org/ticket/11354#comment:1
averne_ has joined #ffmpeg-devel
averne has quit [Ping timeout: 245 seconds]
averne_ is now known as averne
mkver has quit [Remote host closed the connection]
mkver has joined #ffmpeg-devel
___nick___ has joined #ffmpeg-devel
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #ffmpeg-devel
___nick___ has quit [Client Quit]
___nick___ has joined #ffmpeg-devel
lemourin has joined #ffmpeg-devel
lemourin has quit [Killed (calcium.libera.chat (Nickname regained by services))]
kepstin has quit [Remote host closed the connection]
kepstin has joined #ffmpeg-devel
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg-devel
mkver has quit [Ping timeout: 252 seconds]
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg-devel
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
MyNetAz has quit [Remote host closed the connection]
MyNetAz has joined #ffmpeg-devel
Kwiboo has quit [Quit: .]
Kwiboo has joined #ffmpeg-devel
Kwiboo has quit [Client Quit]
novaphoenix has quit [Quit: i quit]
novaphoenix has joined #ffmpeg-devel
<BtbN> https://github.com/BtbN/FFmpeg-Builds/issues/411#issuecomment-2543821550 that's so weird, the hell is vvenc doing to cause a SIGILL on a plain "ffmpeg" call, without any arguments?
<BtbN> Hm, what it's doing is passing -msse4.1 to the compiler...
___nick___ has quit [Ping timeout: 252 seconds]
___nick___ has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
<another|> Am I reading this right that they basically assume avx2?
___nick___ has quit [Ping timeout: 248 seconds]
___nick___ has joined #ffmpeg-devel
cone-235 has joined #ffmpeg-devel
<cone-235> ffmpeg Anton Khirnov master:183c59b4738c: lavc: improve AVCodecContext.extradata/subtitle_header documentation
<cone-235> ffmpeg Anton Khirnov master:56ba57b67251: lavc/refstruct: move to lavu and make public
<cone-235> ffmpeg Kacper Michajłow master:92deed973206: avutil/file: fix av_file_map file mapping on Windows
<cone-235> ffmpeg Anton Khirnov master:2e956d9c0f98: lavc/container_fifo: move to lavu and make public
<cone-235> ffmpeg Anton Khirnov master:2ac34d085427: lavc/packet: add API for an AVPacket-based AVContainerFifo
<cone-235> ffmpeg Anton Khirnov master:8ad34e97b62c: fftools/sync_queue: switch from AVFifo+ObjPool to AVContainerFifo
<cone-235> ffmpeg Anton Khirnov master:8e0cceffa0d5: fftools/thread_queue: switch from AVFifo+ObjPool to AVContainerFifo
Kwiboo has joined #ffmpeg-devel
<jamrial> elenril: kind of weird to have a single av_container_fifo_* function in lavc when the rest are in lavu
<jamrial> maybe renaming it to avcodec_ would be better? (sorry for not noticing earlier)
<elenril> better how
<elenril> besides "weird"
<elenril> it's a part of the container fifo api, so IMO it should be named as the rest of them
<jamrial> different libraries providing functions using the same namespace feels awkward
<jamrial> but it's not a big deal
<elenril> it happens to live in lavc for technical reasons, but I don't see how changing the name improves anything
<BtbN> another|: yes, if the compiler support avx2, they'll pass -mavx2
<BtbN> I wouldn't care too much about that, if it'd only explode when encoding vvc stuff
<BtbN> but for some odd reason it runs code from that library very early during a simple "ffmpeg"
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
jamrial has quit []
___nick___ has quit [Ping timeout: 244 seconds]
jamrial has joined #ffmpeg-devel
___nick___ has joined #ffmpeg-devel
<nevcairiel> its probably using a global constructor
<nevcairiel> you can't really stop that, other then not statically linking it in and only loading it when its used
ccawley2011 has joined #ffmpeg-devel
<fflogger> [editedticket] yuhongl: Ticket #11158 ([avcodec] "hevc_cuvid" did not correctly decode H.265 video) updated https://trac.ffmpeg.org/ticket/11158#comment:8
___nick___ has quit [Ping timeout: 244 seconds]
___nick___ has joined #ffmpeg-devel
<BtbN> nevcairiel: ugh... I guess no vvenc in my builds then... hard-requiring avx2 is a no-go
<nevcairiel> you could pretend the compiler doesnt support it, but then its probably super slow
<BtbN> That would turn off SIMD completely
cone-235 has quit [Quit: transmission timeout]
Marth64 has joined #ffmpeg-devel
___nick___ has quit [Ping timeout: 252 seconds]
___nick___ has joined #ffmpeg-devel
<beastd> elenril: the lavu lavc split aside, do we have any other name candidates then _container_fifo?
MyNetAz has quit [Read error: Connection reset by peer]
MyNetAz has joined #ffmpeg-devel
esu has quit [Quit: esu]
esu has joined #ffmpeg-devel
<beastd> oh already in master. seems i didn't notice the push warning :(
zsoltiv_ has joined #ffmpeg-devel
zsoltiv has joined #ffmpeg-devel
xmbui has joined #ffmpeg-devel
zsoltiv has quit [Remote host closed the connection]
<jamrial> beastd: can be safely renamed still if deemed appropiate
zsoltiv has joined #ffmpeg-devel
<beastd> jamrial: ok will send a mail later tonight
xmbui has quit [Ping timeout: 252 seconds]
ccawley2011 has quit [Ping timeout: 260 seconds]
xmbui has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
___nick___ has quit [Ping timeout: 248 seconds]
mkver has joined #ffmpeg-devel
<beastd> sent
xmbui has quit [Remote host closed the connection]
Raz- has quit [Ping timeout: 260 seconds]
Raz- has joined #ffmpeg-devel
ccawley2011 has quit [Read error: Connection reset by peer]
Raz- has quit [Ping timeout: 260 seconds]
Raz- has joined #ffmpeg-devel
darkapex has quit [Remote host closed the connection]
darkapex has joined #ffmpeg-devel
iive has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 248 seconds]
<BtbN> Finally found a way to reproduce that crash. And it involves running qemu in user-emulation-mode for a phenom CPU
Martchus has joined #ffmpeg-devel
cone-876 has joined #ffmpeg-devel
<cone-876> ffmpeg James Almer master:fb5e8ea9719c: avformat/iamf_parse: fix setting duration for the last subblock in a parameter definition
<cone-876> ffmpeg James Almer master:d38fc25519cf: avformat/iamf_parse: add checks to parameter definition durations
<cone-876> ffmpeg Timo Rothenpieler master:fce0622d0b1f: avformat/hevc: add support for writing alpha layer
<cone-876> ffmpeg Timo Rothenpieler master:17e4746687ab: avcodec/libx265: add alpha layer encoding support