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.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
<iive>
ah, a local variable
hpkn has quit [Remote host closed the connection]
hpkn has joined #ffmpeg-devel
carinobra has quit [Quit: Client closed]
iive has quit [Quit: They came for me...]
Mirarora has quit [Quit: Mirarora encountered a fatal error and needs to close]
cone-012 has quit [Quit: transmission timeout]
_whitelogger has joined #ffmpeg-devel
mkver has quit [Ping timeout: 245 seconds]
rvalue has quit [Ping timeout: 276 seconds]
jamrial has quit []
rvalue has joined #ffmpeg-devel
rvalue has quit [Read error: Connection reset by peer]
\\Mr_C\\ has quit [Remote host closed the connection]
<kasper93>
I'm still curious why my fate worker didn't catch the APV issue. Only thing I can think of is that Windows Server is clearing stack or something, which does not happen on consumer kernels
<kasper93>
(maybe it got lucky run) But the stack state was pretty consistent when run locally
Guest60 has quit [Quit: Client closed]
<kasper93>
BtbN: mingw-w64-libxml2 2.13.8-2 should fix the xmllint issue
<Lynne>
TheVibeCoder: I can't find a single piece of data related to decoding in the prores decoder libs
rvalue- has joined #ffmpeg-devel
<Lynne>
I searched for codebook values in the opencl code, nothing, its just DSP, the .dll also has nothing, and not even apple's official decoder has a single variable from the codebooks
rvalue has quit [Ping timeout: 252 seconds]
<Lynne>
wtf is the data?
rvalue- is now known as rvalue
<TheVibeCoder>
Lynne: your RE skills are 0
<TheVibeCoder>
goto RE school lessons
<TheVibeCoder>
first what tools you use for RE?
Mirarora has joined #ffmpeg-devel
<Lynne>
ghidra
<Lynne>
but its irrelevant, I'm looking at the disassembly, not the decompilation
<Lynne>
just looking for values like 1075 (hex and dec) or 16384
<TheVibeCoder>
Lynne: you searched for codebook sequency say, 8 hex values, first 4 uint16 form codebook?
<Lynne>
no, individual hex values
<Lynne>
something uncommon present in the codebooks, like 1075 or 556
<TheVibeCoder>
that will give you nothing
<Lynne>
how so? if anything, I'd expect this to be the easiest way
<TheVibeCoder>
do you have those offsets in your ghidra window from this png?
<TheVibeCoder>
obviously you will not have nice table and labels, that was added manually.
<TheVibeCoder>
but you can infer a alot from offsets inside binary to find all those tables inside your ghidra session
<Lynne>
oh come on
<Lynne>
literally the only thing I didn't try, the h suffix
hpkn has quit [Ping timeout: 244 seconds]
hpkn has joined #ffmpeg-devel
<TheVibeCoder>
use seach memory
<TheVibeCoder>
not displayed output of dissesmbly window
<TheVibeCoder>
its slower
<TheVibeCoder>
also search memory allows explicit search by hex/decimal/etc
Everything has joined #ffmpeg-devel
microchip_ has quit [Quit: Do coders dream of sheep() ?]
microchip_ has joined #ffmpeg-devel
Everything has quit [Quit: leaving]
nooticer has quit [Quit: nyaa~]
indecisiveturtle has quit [Quit: indecisiveturtle]
indecisiveturtle has joined #ffmpeg-devel
mkver has quit [Ping timeout: 252 seconds]
bracarino has joined #ffmpeg-devel
<BtbN>
compn: if you also want to familiarize yourself with mailman3, sign up on lists.ffmpeg.org, and I'll give you rights
<bracarino>
Good night everyone. I'd like some help to resolve an issue related to "Non monotonic DTS" when processing a MPD input and outputting to mpegts or hls (this happens on both). The command I'm using is: ffmpeg -cenc_decryption_key KID -cenc_decryption_key KEY -i URL -c copy -f mpegts pipe:1. Thank you for any help
bracarino37 has joined #ffmpeg-devel
<BtbN>
You waited barely 5 minutes before cross-posting, and also this is the wrong channel for that question.