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
SystemError has quit [Remote host closed the connection]
SystemError has joined #ffmpeg-devel
iive has quit [Quit: They came for me...]
thilo has quit [Ping timeout: 255 seconds]
thilo has joined #ffmpeg-devel
thilo has quit [Changing host]
thilo has joined #ffmpeg-devel
thilo has quit [Ping timeout: 245 seconds]
thilo has joined #ffmpeg-devel
wyatt8750 has quit [Remote host closed the connection]
<sunyuechi>
Hi, I saw the Fix inclusion guard, where can I see the reasons for the fate-source fail? I only changed AVCODEC_MIPS_VP9DSP_MIPS_H to AVCODEC_RISCV_VP9DSP_RISCV_H, and I don't know why it caused a problem.
AbleBacon has quit [Read error: Connection reset by peer]
<jamrial>
sunyuechi: you named the header vp9dsp.h and not vp9dsp_riscv.h
SystemError has quit [Remote host closed the connection]
<sunyuechi>
ok, thanks
SystemError has joined #ffmpeg-devel
sunyuechi has quit [Remote host closed the connection]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
jamrial has quit []
MisterMinister has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 245 seconds]
Martchus has joined #ffmpeg-devel
Xaldafax has quit [Quit: Bye...]
TheSashm_ has joined #ffmpeg-devel
TheSashmo has quit [Read error: Connection reset by peer]
scat117 has quit [Remote host closed the connection]
scat117 has joined #ffmpeg-devel
Livio has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
rajivharlalka has quit [Ping timeout: 256 seconds]
ngaullier has joined #ffmpeg-devel
Livio has quit [Ping timeout: 240 seconds]
SystemError has quit [Ping timeout: 260 seconds]
SystemError has joined #ffmpeg-devel
rajivharlalka has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
Kei_N has joined #ffmpeg-devel
rajivharlalka has quit [Ping timeout: 255 seconds]
tufei_ has quit [Remote host closed the connection]
jamrial has joined #ffmpeg-devel
tufei_ has joined #ffmpeg-devel
<cone-635>
ffmpeg James Almer master:e09164940e4f: avformat/mov: free the infe allocated item data on failure
ccawley2011 has quit [Read error: Connection reset by peer]
Livio has quit [Ping timeout: 255 seconds]
haihao has quit [Ping timeout: 260 seconds]
haihao has joined #ffmpeg-devel
<jamrial>
michaelni: are you against me adding options to framecrc to enable printing side data size and checksums?
<jamrial>
on top of the patch you just sent, i mean
mkver has quit [Ping timeout: 240 seconds]
<michaelni>
jamrial, if you have some usecase sure you can extend it of course
<michaelni>
jamrial, about the pointer size differenre in size, i think its better to skip priting the size specifically for these when some bitexact flag is set
<jamrial>
will give that a try
<michaelni>
or if you wnat to du it fullly "religiously" correctly, then serialize the side data to a bitexact byte stream format and do "crc" that but thats alot more work