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
Traneptora has joined #ffmpeg-devel
iive has quit [Quit: They came for me...]
<llyyr> the scale filter is kind of broken on master atm: [swscaler @ 0x7fdbd0003d80] Unsupported input (Operation not supported): fmt:yuv420p csp:bt709 prim:reserved trc:bt709 -> fmt:yuv420p csp:bt709 prim:reserved trc:bt709
<llyyr> I'll bisect what broke it
<llyyr> it was >avfilter/vf_scale: switch to new swscale API
<llyyr> not very helpful
<llyyr> haasn: ^
<Traneptora> llyyr: can you provide a sample to reproduce?
<llyyr> I can't share these files but I'll see if just 1 frame is enough to reproduce, give me a bit
<llyyr> Traneptora: https://0x0.st/8Hr_.mp4 this should be enough: ffmpeg -i 8Hr_.mp4 -vf "scale=1920:1080" test.mp4
<llyyr> works on 7.1, not on master
<Traneptora> llyyr: I just reproduced it with: ffmpeg -color_trc bt709 -colorspace bt709 -color_primaries 3 -f lavfi -i testsrc2,format=yuv420p -vf scale=1920x1080 -frames 1 -f null -
<Traneptora> problem appears to be the color_primaries=3
<llyyr> I guess it doesn't like unknown primaries?
<llyyr> assuming that's what reserved means
<llyyr> yep it fails: return prim > AVCOL_PRI_RESERVED0 && prim < AVCOL_PRI_NB && prim != AVCOL_PRI_RESERVED;
<jamrial> reserved is not "unknown", it's a value that should not be used
<jamrial> why does your sample use it in the first place
thilo has quit [Ping timeout: 272 seconds]
<llyyr> well all the samples that fail come from the same source, so probably a broken encoder
thilo has joined #ffmpeg-devel
cone-885 has quit [Quit: transmission timeout]
<fflogger> [editedticket] jamrial: Ticket #11411 ([avformat] VVC support in Matroska) updated https://trac.ffmpeg.org/ticket/11411#comment:5
<Traneptora> jamrial: llyyr: yea, but it shouldn't fail if there's no csp conversion to be done
<kierank> 22:15:48 <steven-netint> kierank: > "instead of 350MB of binary blobs" Is this a requirement for MA35D? I haven't got the chance to use one yet
<kierank> Yes
<kierank> Built against one version of FFmpeg
System_Error has quit [Remote host closed the connection]
deus0ww has quit [Ping timeout: 244 seconds]
av500 has quit [Ping timeout: 260 seconds]
_av500_ has joined #ffmpeg-devel
deus0ww has joined #ffmpeg-devel
System_Error has joined #ffmpeg-devel
mkver has quit [Ping timeout: 245 seconds]
^Neo_ has quit [Ping timeout: 252 seconds]
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 246 seconds]
^Neo has quit [Ping timeout: 252 seconds]
Shreyyy has joined #ffmpeg-devel
Shreyyy has quit [Ping timeout: 240 seconds]
kasper93 has quit [Remote host closed the connection]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
thesynthax has joined #ffmpeg-devel
^Neo has joined #ffmpeg-devel
^Neo has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
^Neo has quit [Ping timeout: 252 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg-devel
abdo has joined #ffmpeg-devel
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
thesynthax has quit [Ping timeout: 252 seconds]
jamrial has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
rvalue- has joined #ffmpeg-devel
rvalue has quit [Ping timeout: 248 seconds]
rvalue- is now known as rvalue
Guest28 has joined #ffmpeg-devel
<fflogger> [editedticket] Gyan: Ticket #11217 ([ffmpeg] Output "-ss" memory consumption regression) updated https://trac.ffmpeg.org/ticket/11217#comment:19
abdo has quit [Quit: Connection closed for inactivity]
Guest28 has quit [Quit: Client closed]
keith has quit [Remote host closed the connection]
keith has joined #ffmpeg-devel
kasper93 has joined #ffmpeg-devel
elvis_a_presley has quit [Quit: smoke-bomb ; grapple-hook]
elvis_a_presley has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
Marth64 has joined #ffmpeg-devel
_av500_ has quit [Read error: Connection reset by peer]
System_Error has joined #ffmpeg-devel
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
iive has joined #ffmpeg-devel
RigidLeader has joined #ffmpeg-devel
<RigidLeader> web multimedia players won, ffmpeg is history
<jamrial> the web players that use lavc?
<RigidLeader> meh, hw decoders
<jamrial> RigidLeader: https://github.com/richardpl/lavfi-preview/blob/master/main.cpp#L604 some demuxers are already exporting custom order layouts, so this can result in double free or access after free
<jamrial> you need to use the copy helper
<RigidLeader> fixed, thanks
<RigidLeader> next step is adding encoding support via custom jobs, to make it the most powerful app on desktop
_av500_ has joined #ffmpeg-devel
Everything has joined #ffmpeg-devel
<RigidLeader> nobody interested in making faster fft/rdft for non-power of 2 in ffmpeg's libavutil, very very sad story
Everything has left #ffmpeg-devel [#ffmpeg-devel]
<jamrial> wasn't Lynne working on that?
<Lynne> yeah, I have patches that have been waiting for me to polish them
<Lynne> but without a certain someone on this channel to dare me to finish them, they've just been sat on
cone-638 has joined #ffmpeg-devel
<cone-638> ffmpeg Timo Rothenpieler master:ced9fddec0e4: avformat/flvdec: implement support for parsing ModEx data
<cone-638> ffmpeg Timo Rothenpieler master:a3e506455e33: avformat/flvdec: correctly skip command frame for enhanced flv
<jamrial> BtbN: can you review the flv fate test patch?
<welder> Hi, I optimized some assembly in libavutil/aarch64/float_dsp_neon.S, the benchmarks are showing improvement, are patches welcome?
<BtbN> I saw it, but I don't really have enough experience with the whole fate-stuff to properly review it
<jamrial> welder: yes, of course
<jamrial> BtbN: it just adds ffprobe as a dep to the test
<BtbN> jamrial: looks okay to me at least, if I understand the Makefile-Stuff there right
<RigidLeader> this is my new podcast channel: https://rumble.com/ffmpeg
<cone-638> ffmpeg James Almer master:a328b219edc4: fate/tests/flvenc: add missing ffprobe dependency to fate-enhanced-flv-multitrack
<jamrial> BtbN: ok, thanks
RigidLeader has quit [Quit: Client closed]
Martchus has quit [Ping timeout: 272 seconds]
Martchus has joined #ffmpeg-devel
<fflogger> [editedticket] brycechesternewman: Ticket #11217 ([ffmpeg] Output "-ss" memory consumption regression) updated https://trac.ffmpeg.org/ticket/11217#comment:20