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
kasper93 has quit [Ping timeout: 246 seconds]
kasper93 has joined #ffmpeg-devel
kasper93 has quit [Ping timeout: 252 seconds]
kasper93 has joined #ffmpeg-devel
kasper93 has quit [Read error: Connection reset by peer]
kasper93 has joined #ffmpeg-devel
TheSashmo has quit [Read error: Connection reset by peer]
TheSashmo has joined #ffmpeg-devel
kasper93 has quit [Read error: Connection reset by peer]
kasper93 has joined #ffmpeg-devel
Kei_N_ has joined #ffmpeg-devel
Kei_N has quit [Ping timeout: 245 seconds]
IndecisiveTurtle has quit [Ping timeout: 246 seconds]
kasper93_ has joined #ffmpeg-devel
kasper93 has quit [Ping timeout: 264 seconds]
ocrete5 has joined #ffmpeg-devel
llyyrr has joined #ffmpeg-devel
auri has quit [Remote host closed the connection]
llyyr has quit [Ping timeout: 252 seconds]
llyyrr is now known as llyyr
ocrete has quit [Ping timeout: 272 seconds]
ocrete5 is now known as ocrete
auri has joined #ffmpeg-devel
kasper93_ is now known as kasper93
realies has quit [Ping timeout: 244 seconds]
thilo has quit [Ping timeout: 260 seconds]
realies has joined #ffmpeg-devel
thilo has joined #ffmpeg-devel
arch1t3cht1 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 248 seconds]
arch1t3cht1 is now known as arch1t3cht
realies has quit [Quit: ~]
realies has joined #ffmpeg-devel
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
lemourin has joined #ffmpeg-devel
lemourin is now known as Guest518
Guest518 has quit [Killed (mercury.libera.chat (Nickname regained by services))]
mkver has quit [Ping timeout: 248 seconds]
TheSashmo has quit [Read error: Connection reset by peer]
TheSashmo has joined #ffmpeg-devel
^Neo has quit [Ping timeout: 244 seconds]
jamrial has quit []
Traneptora has joined #ffmpeg-devel
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 244 seconds]
Marth64 has joined #ffmpeg-devel
secondcreek has quit [Quit: secondcreek]
HarshK23 has quit [Quit: Connection closed for inactivity]
zenmov has quit [Ping timeout: 245 seconds]
zenmov has joined #ffmpeg-devel
MyNetAz has quit [Read error: Connection reset by peer]
MyNetAz has joined #ffmpeg-devel
Lypheo has quit [Quit: Ping timeout (120 seconds)]
Lypheo has joined #ffmpeg-devel
King_DuckZ has quit [Ping timeout: 248 seconds]
cone-183 has joined #ffmpeg-devel
<cone-183>
ffmpeg Zhao Zhili master:4a2fb1781cb9: avcodec/mediacodecenc: Check fifo write result and simplify fifo operation
Marth64[m] has joined #ffmpeg-devel
Marth64 has quit [Read error: Connection reset by peer]
<thardin>
nm I was just a bit confused by how mov_read_default() is structured
<thardin>
-use_mfra_for dts makes this file work much better
<thardin>
also pts
<BBB>
courmisch: should I just apply the rv40dsp riscv patchset on the ML and let the refactoring be done later? I hate letting stuff remain broken. I'd also like to get the other patch off my "to be merged" list :)
<thardin>
hum, so it looks for mfra after finding moof if use_mfra_for > 0
<Marth64[m]>
did they send the busted wma?
secondcreek has joined #ffmpeg-devel
<thardin>
I have gotten no wma
<thardin>
but I think I can generate an equally broken fragmented mp4 that we can put in FATE
<thardin>
or, well, it's not really broken. it just has a lot of fragments
<thardin>
takes 0.6 seconds to probe on my SSD with caches dropped. over HTTP it is quite horrible since it needs 700+ seeks
<thardin>
after this change it's a more reasonable 4 seeks
<thardin>
there we go, a nice 8 meg test file that is 0.1 seconds of audio and one million "free" atoms to trip up mov.c unless mfra is parsed
philipl has quit [Ping timeout: 252 seconds]
cone-769 has quit [Quit: transmission timeout]
<courmisch>
BBB: sure if you want. I'm busy wity $dayjob
cone-536 has joined #ffmpeg-devel
<cone-536>
ffmpeg sunyuechi master:82da76949266: checkasm/rv40dsp: cover more cases