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 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
lexano has quit [Ping timeout: 268 seconds]
muiz_ has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
IndecisiveTurtle has quit [Ping timeout: 255 seconds]
lexano has joined #ffmpeg-devel
thilo has quit [Ping timeout: 268 seconds]
thilo has joined #ffmpeg-devel
thilo has quit [Changing host]
thilo has joined #ffmpeg-devel
iive has quit [Quit: They came for me...]
<SuperFashi> jamrial: do you remember the reason you made this change in the first place?
haihao has quit [Ping timeout: 245 seconds]
haihao has joined #ffmpeg-devel
<jamrial> SuperFashi: yeah, because it was resuting in merged information when src had no extradata
<jamrial> SuperFashi: try the patchset i just sent
<SuperFashi> jamrial: It kinda works? for some reason the first few samples are still reporting errors
<SuperFashi> oh i don't think it works, it still clears the data needed if i play with `-probesize`
<jamrial> can you share the samples?
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
<SuperFashi> the commit https://github.com/superfashi/FFmpeg/commit/b5816cfeb3cba7ecd230d18192ac1cb401e22a54 (includes revert of d383ae43c266b160348db04f2fd17ccf30286784). Sample https://files.catbox.moe/5caifg.mmts
lemourin has joined #ffmpeg-devel
arch1t3cht3 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 264 seconds]
arch1t3cht3 is now known as arch1t3cht
mkver has quit [Ping timeout: 268 seconds]
haihao has quit [Ping timeout: 272 seconds]
haihao has joined #ffmpeg-devel
jamrial has quit []
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 260 seconds]
rajivharlalka has joined #ffmpeg-devel
unturned3 has joined #ffmpeg-devel
ramiro has quit [Ping timeout: 252 seconds]
ramiro has joined #ffmpeg-devel
cone-275 has joined #ffmpeg-devel
<cone-275> ffmpeg Matthieu Bouron master:8cdf1bae942c: avcodec/jni: fix mixed declaration and code
ramiro has quit [Ping timeout: 260 seconds]
ramiro has joined #ffmpeg-devel
Raz- has joined #ffmpeg-devel
Raz- has quit [Ping timeout: 264 seconds]
kurosu has joined #ffmpeg-devel
Raz- has joined #ffmpeg-devel
kepstin has quit [Remote host closed the connection]
kepstin has joined #ffmpeg-devel
kepstin has quit [Remote host closed the connection]
kepstin has joined #ffmpeg-devel
signalhunter has quit [Quit: Zzz]
cone-275 has quit [Quit: transmission timeout]
IndecisiveTurtle has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 272 seconds]
rvalue- has joined #ffmpeg-devel
rvalue has quit [Ping timeout: 264 seconds]
rvalue- is now known as rvalue
mkver has joined #ffmpeg-devel
SG86 has joined #ffmpeg-devel
SG86_ has joined #ffmpeg-devel
SG86_ has quit [Client Quit]
kurosu has quit [Quit: Connection closed for inactivity]
Krowl has joined #ffmpeg-devel
SG86 has quit [Quit: Leaving]
cone-623 has joined #ffmpeg-devel
<cone-623> ffmpeg Andreas Rheinhardt master:277f051ff6a9: avcodec/pthread_frame: Fix leak of coded side data
haihao has quit [Ping timeout: 264 seconds]
haihao has joined #ffmpeg-devel
<sfan5> by chance has anyone used mbedtls 3.6.0 with ffmpeg and can confirm that it works?
jamrial has joined #ffmpeg-devel
kurosu has joined #ffmpeg-devel
<sfan5> because after upgrading from 3.5.2 all I get is "[tls @ 0xb4000071387ab310] mbedtls_ssl_handshake returned -0x6c00", and I couldn't reproduce this error outside of ffmpeg
signalhunter has joined #ffmpeg-devel
Raz- has quit [Remote host closed the connection]
<cone-623> ffmpeg Jun Zhao master:d9f72eb107da: lavc/vvc_parser: Remove max_b_frames setting
<cone-623> ffmpeg Jun Zhao master:50b8666dc695: lavc/vvc_parser: Fixed the has_b_frames setting
<cone-623> ffmpeg Jun Zhao master:822e2843ca1c: lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output
Raz- has joined #ffmpeg-devel
haihao has quit [Ping timeout: 260 seconds]
haihao has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
IndecisiveTurtle has joined #ffmpeg-devel
<BtbN> The mbedtls implementation is known to be wonky
<BtbN> people also reported rtmps plain not working with it
Krowl has joined #ffmpeg-devel
mateo` has quit [Quit: WeeChat 4.2.2]
<frankplow> Is there a reason behind the oss-fuzz crashes not being made public? Would it be bad if I were to release crash bitstreams from my own fuzz server (all for the VVC decoder, to provide a roadmap towards removing the experimental flag)?
mateo` has joined #ffmpeg-devel
<mindfreeze> frankplow: i suspect it might be due to security reasons, some crashes can be non-trivial and can be huge security flaw. I do notknow the reasoning in ffmpeg use-case
<mindfreeze> I seen some other projects making it public after it getting patched, some others doing it post-release cut
<mkver> BtbN: Coverity needs a kick again.
<Lynne> frankplow: no, go ahead
<frankplow> mindfreeze: Yeah it makes sense you want to give developers some time to patch an issue before releasing it publicly, else you might have nefarious characters developing exploits for the issue. I suppose more my question is would anybody be opposed to me releasing these bitstreams for the particular case of the VVC decoder, given it is marked as experimental?
<Lynne> the decoder is experimental after all, though that doesn't affect it in my opinion
<BtbN> mkver: hm, it seems to have failed on something
<BtbN> needs more than a kick this time
iive has joined #ffmpeg-devel
kurosu has quit [Quit: Connection closed for inactivity]
Krowl has quit [Read error: Connection reset by peer]
kurosu has joined #ffmpeg-devel
<cone-623> ffmpeg Andreas Rheinhardt master:1d17d84b7d56: avcodec/progressframe: Explain how unnamed union can simplify accesses
<cone-623> ffmpeg Andreas Rheinhardt master:0ec886ddc79c: avcodec/hevcdec: Use union for AVFrame* and ProgressFrame
<cone-623> ffmpeg Andreas Rheinhardt master:0f8763fbea4e: avcodec/av1dec: Use ProgressFrames
<cone-623> ffmpeg Andreas Rheinhardt master:20206e14d748: avcodec/av1dec: Make av1_frame_replace() out of av1_frame_ref()
Krowl has joined #ffmpeg-devel
pmozil has joined #ffmpeg-devel
mkver has quit [Remote host closed the connection]
mkver has joined #ffmpeg-devel
Marth64 has joined #ffmpeg-devel
pmozil has quit [Remote host closed the connection]
Marth64 has quit [Ping timeout: 260 seconds]
kurosu has quit [Quit: Connection closed for inactivity]
ccawley2011 has joined #ffmpeg-devel
iive has quit [Ping timeout: 245 seconds]
iive has joined #ffmpeg-devel
Warcop has quit [Remote host closed the connection]
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg-devel
cone-623 has quit [Quit: transmission timeout]
Krowl has quit [Read error: Connection reset by peer]
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
Raz- has quit [Quit: Leaving]
Krowl has quit [Read error: Connection reset by peer]
ccawley2011 has quit [Read error: Connection reset by peer]
<BtbN> Sometimes I really lose faith... "You can see there is --enable-fontconfig but not --enable-libfontconfig. Do you know how can I enable it?"
kurosu has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
Gramner has quit [Ping timeout: 272 seconds]