2024-09-30 09:44
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
00:06
System_Error has quit [Remote host closed the connection]
00:13
System_Error has joined #ffmpeg-devel
01:33
thilo has quit [Ping timeout: 276 seconds]
01:34
thilo has joined #ffmpeg-devel
01:34
thilo has quit [Changing host]
01:34
thilo has joined #ffmpeg-devel
01:40
arch1t3cht3 has joined #ffmpeg-devel
01:42
arch1t3cht has quit [Ping timeout: 248 seconds]
01:42
arch1t3cht3 is now known as arch1t3cht
02:02
rvalue has joined #ffmpeg-devel
02:02
Martchus_ has quit [Ping timeout: 276 seconds]
02:06
Martchus has joined #ffmpeg-devel
02:46
Martchus_ has joined #ffmpeg-devel
02:47
Martchus has quit [Ping timeout: 252 seconds]
03:02
Martchus_ has quit [Ping timeout: 260 seconds]
03:22
Martchus has joined #ffmpeg-devel
03:38
jamrial has quit []
03:44
Martchus_ has joined #ffmpeg-devel
03:45
Martchus has quit [Ping timeout: 252 seconds]
03:56
^Neo has quit [Ping timeout: 276 seconds]
04:44
Martchus has joined #ffmpeg-devel
04:45
Martchus_ has quit [Ping timeout: 265 seconds]
05:34
Marth64 has quit [Quit: Leaving]
06:54
averne_ has joined #ffmpeg-devel
06:54
averne has quit [Ping timeout: 245 seconds]
06:54
averne_ is now known as averne
07:08
mkver has quit [Remote host closed the connection]
07:08
mkver has joined #ffmpeg-devel
09:44
___nick___ has joined #ffmpeg-devel
10:11
___nick___ has joined #ffmpeg-devel
10:12
___nick___ has quit [Client Quit]
10:15
___nick___ has joined #ffmpeg-devel
10:26
lemourin has joined #ffmpeg-devel
10:26
lemourin has quit [Killed (calcium.libera.chat (Nickname regained by services))]
10:43
kepstin has quit [Remote host closed the connection]
10:43
kepstin has joined #ffmpeg-devel
11:08
lemourin has joined #ffmpeg-devel
11:20
mkver has quit [Ping timeout: 252 seconds]
11:40
lemourin has joined #ffmpeg-devel
11:51
^Neo has joined #ffmpeg-devel
11:51
^Neo has quit [Changing host]
11:51
^Neo has joined #ffmpeg-devel
12:27
MyNetAz has quit [Remote host closed the connection]
12:31
MyNetAz has joined #ffmpeg-devel
12:50
Kwiboo has quit [Quit: .]
12:52
Kwiboo has joined #ffmpeg-devel
12:53
Kwiboo has quit [Client Quit]
12:55
novaphoenix has quit [Quit: i quit]
12:57
novaphoenix has joined #ffmpeg-devel
13:06
<
BtbN >
Hm, what it's doing is passing -msse4.1 to the compiler...
13:06
___nick___ has quit [Ping timeout: 252 seconds]
13:07
___nick___ has joined #ffmpeg-devel
13:22
jamrial has joined #ffmpeg-devel
13:26
<
another| >
Am I reading this right that they basically assume avx2?
13:55
___nick___ has quit [Ping timeout: 248 seconds]
13:56
___nick___ has joined #ffmpeg-devel
14:16
cone-235 has joined #ffmpeg-devel
14:16
<
cone-235 >
ffmpeg Anton Khirnov master:183c59b4738c: lavc: improve AVCodecContext.extradata/subtitle_header documentation
14:16
<
cone-235 >
ffmpeg Anton Khirnov master:56ba57b67251: lavc/refstruct: move to lavu and make public
14:16
<
cone-235 >
ffmpeg Kacper Michajłow master:92deed973206: avutil/file: fix av_file_map file mapping on Windows
14:16
<
cone-235 >
ffmpeg Anton Khirnov master:2e956d9c0f98: lavc/container_fifo: move to lavu and make public
14:16
<
cone-235 >
ffmpeg Anton Khirnov master:2ac34d085427: lavc/packet: add API for an AVPacket-based AVContainerFifo
14:16
<
cone-235 >
ffmpeg Anton Khirnov master:8ad34e97b62c: fftools/sync_queue: switch from AVFifo+ObjPool to AVContainerFifo
14:16
<
cone-235 >
ffmpeg Anton Khirnov master:8e0cceffa0d5: fftools/thread_queue: switch from AVFifo+ObjPool to AVContainerFifo
14:18
Kwiboo has joined #ffmpeg-devel
14:26
<
jamrial >
elenril: kind of weird to have a single av_container_fifo_* function in lavc when the rest are in lavu
14:27
<
jamrial >
maybe renaming it to avcodec_ would be better? (sorry for not noticing earlier)
14:28
<
elenril >
better how
14:28
<
elenril >
besides "weird"
14:28
<
elenril >
it's a part of the container fifo api, so IMO it should be named as the rest of them
14:29
<
jamrial >
different libraries providing functions using the same namespace feels awkward
14:29
<
jamrial >
but it's not a big deal
14:29
<
elenril >
it happens to live in lavc for technical reasons, but I don't see how changing the name improves anything
15:20
<
BtbN >
another|: yes, if the compiler support avx2, they'll pass -mavx2
15:20
<
BtbN >
I wouldn't care too much about that, if it'd only explode when encoding vvc stuff
15:20
<
BtbN >
but for some odd reason it runs code from that library very early during a simple "ffmpeg"
15:34
rvalue has quit [Read error: Connection reset by peer]
15:35
rvalue has joined #ffmpeg-devel
15:45
jamrial has quit []
15:55
___nick___ has quit [Ping timeout: 244 seconds]
15:55
jamrial has joined #ffmpeg-devel
15:55
___nick___ has joined #ffmpeg-devel
16:09
<
nevcairiel >
its probably using a global constructor
16:10
<
nevcairiel >
you can't really stop that, other then not statically linking it in and only loading it when its used
16:19
ccawley2011 has joined #ffmpeg-devel
16:40
___nick___ has quit [Ping timeout: 244 seconds]
16:41
___nick___ has joined #ffmpeg-devel
16:50
<
BtbN >
nevcairiel: ugh... I guess no vvenc in my builds then... hard-requiring avx2 is a no-go
17:05
<
nevcairiel >
you could pretend the compiler doesnt support it, but then its probably super slow
17:10
<
BtbN >
That would turn off SIMD completely
17:16
cone-235 has quit [Quit: transmission timeout]
17:17
Marth64 has joined #ffmpeg-devel
17:44
___nick___ has quit [Ping timeout: 252 seconds]
17:44
___nick___ has joined #ffmpeg-devel
18:10
<
beastd >
elenril: the lavu lavc split aside, do we have any other name candidates then _container_fifo?
18:15
MyNetAz has quit [Read error: Connection reset by peer]
18:19
MyNetAz has joined #ffmpeg-devel
18:20
esu has quit [Quit: esu]
18:20
esu has joined #ffmpeg-devel
18:22
<
beastd >
oh already in master. seems i didn't notice the push warning :(
18:26
zsoltiv_ has joined #ffmpeg-devel
18:27
zsoltiv has joined #ffmpeg-devel
18:29
xmbui has joined #ffmpeg-devel
18:33
zsoltiv has quit [Remote host closed the connection]
18:33
<
jamrial >
beastd: can be safely renamed still if deemed appropiate
18:33
zsoltiv has joined #ffmpeg-devel
18:34
<
beastd >
jamrial: ok will send a mail later tonight
18:39
xmbui has quit [Ping timeout: 252 seconds]
18:59
ccawley2011 has quit [Ping timeout: 260 seconds]
18:59
xmbui has joined #ffmpeg-devel
19:10
ccawley2011 has joined #ffmpeg-devel
19:22
___nick___ has quit [Ping timeout: 248 seconds]
20:18
mkver has joined #ffmpeg-devel
21:54
xmbui has quit [Remote host closed the connection]
21:55
Raz- has quit [Ping timeout: 260 seconds]
22:10
Raz- has joined #ffmpeg-devel
22:10
ccawley2011 has quit [Read error: Connection reset by peer]
22:22
Raz- has quit [Ping timeout: 260 seconds]
22:36
Raz- has joined #ffmpeg-devel
22:43
darkapex has quit [Remote host closed the connection]
22:44
darkapex has joined #ffmpeg-devel
23:01
iive has joined #ffmpeg-devel
23:37
Martchus has quit [Ping timeout: 248 seconds]
23:39
<
BtbN >
Finally found a way to reproduce that crash. And it involves running qemu in user-emulation-mode for a phenom CPU
23:40
Martchus has joined #ffmpeg-devel
23:42
cone-876 has joined #ffmpeg-devel
23:42
<
cone-876 >
ffmpeg James Almer master:fb5e8ea9719c: avformat/iamf_parse: fix setting duration for the last subblock in a parameter definition
23:42
<
cone-876 >
ffmpeg James Almer master:d38fc25519cf: avformat/iamf_parse: add checks to parameter definition durations
23:55
<
cone-876 >
ffmpeg Timo Rothenpieler master:fce0622d0b1f: avformat/hevc: add support for writing alpha layer
23:55
<
cone-876 >
ffmpeg Timo Rothenpieler master:17e4746687ab: avcodec/libx265: add alpha layer encoding support