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
abdu72 has quit [Quit: Client closed]
cone-934 has joined #ffmpeg-devel
<cone-934> ffmpeg Michael Niedermayer master:16b3d3e3ebb9: avformat/mov: Factorize sanity check out
<cone-934> ffmpeg yuanhecai master:858acd8d0212: loongarch: fixes fate-checkasm-sw_rgb failure
<cone-934> ffmpeg Michael Niedermayer master:afbc3a1b23b3: avformat/mov: perform sanity checks for heif before index building
<cone-934> ffmpeg Michael Niedermayer master:402824e9e994: avcodec/ffv1enc: Fix handling of 32bit unsigned symbols
<cone-934> ffmpeg Michael Niedermayer master:827c073154f4: avcodec/mpegvideo_enc: Check FLV1 resolution limits
<cone-934> ffmpeg Michael Niedermayer master:66e9888bf418: avfilter/vf_v360: Fix NULL pointer use
jamrial_ has joined #ffmpeg-devel
jamrial has quit [Ping timeout: 252 seconds]
Kei_N_ has joined #ffmpeg-devel
Kei_N has quit [Ping timeout: 252 seconds]
abdo has quit [Quit: Connection closed for inactivity]
abdo has joined #ffmpeg-devel
thilo has quit [Ping timeout: 244 seconds]
thilo has joined #ffmpeg-devel
realies has quit [Quit: ~]
realies has joined #ffmpeg-devel
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 265 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
mkver has quit [Ping timeout: 264 seconds]
System_Error has quit [Remote host closed the connection]
av500 has joined #ffmpeg-devel
Marth64 has joined #ffmpeg-devel
_av500_ has quit [Ping timeout: 244 seconds]
System_Error has joined #ffmpeg-devel
quark65 has joined #ffmpeg-devel
quark65 has quit [Client Quit]
abdo has quit [Quit: Connection closed for inactivity]
jamrial_ has quit []
cone-934 has quit [Quit: transmission timeout]
^Neo has quit [Ping timeout: 244 seconds]
Traneptora has quit [Quit: Quit]
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 244 seconds]
Traneptora has joined #ffmpeg-devel
th31_ has joined #ffmpeg-devel
th31_ has quit [Client Quit]
th31 has joined #ffmpeg-devel
th31 has quit [Client Quit]
th31 has joined #ffmpeg-devel
th31 has quit [Remote host closed the connection]
th31 has joined #ffmpeg-devel
th31 has quit [Remote host closed the connection]
th31 has joined #ffmpeg-devel
th31 has quit [Ping timeout: 260 seconds]
wyatt8740 has quit [Ping timeout: 252 seconds]
wyatt8740 has joined #ffmpeg-devel
Marth64 has quit [Quit: Leaving]
<fflogger> [editedticket] quinkblack: Ticket #10873 ([undetermined] Memory leaks with ffmpeg cmd when use hwupload to vulkan format) updated https://trac.ffmpeg.org/ticket/10873#comment:2
<fflogger> [newticket] wenbing: Ticket #11421 ([undetermined] ffmpeg 7.1 fps bug) created https://trac.ffmpeg.org/ticket/11421
th31 has joined #ffmpeg-devel
th31 has quit [Remote host closed the connection]
th31 has joined #ffmpeg-devel
th31 has quit [Remote host closed the connection]
chinmay has joined #ffmpeg-devel
cinmay has quit [Ping timeout: 272 seconds]
cone-577 has joined #ffmpeg-devel
<cone-577> ffmpeg Zhao Zhili master:d157e1f16b30: avcodec/bit_depth_template: Remove empty macro INIT_CLIP
<cone-577> ffmpeg Zhao Zhili master:ff000373683e: avcodec/cuviddec: Fix missing HW_CONFIG_METHOD_HW_FRAMES_CTX flag
<cone-577> ffmpeg Zhao Zhili master:4f3c9f2f0337: avcodec/mediacodecenc: Support config qp range
<fflogger> [editedticket] 0x20z: Ticket #11419 ([undetermined] libavutil/mem.c:107:9 memory leaks) updated https://trac.ffmpeg.org/ticket/11419#comment:2
th31 has joined #ffmpeg-devel
<th31> is it just me or are the tests failing on master rn
th31 has quit [Remote host closed the connection]
th31 has joined #ffmpeg-devel
th31 has quit [Remote host closed the connection]
<fflogger> [editedticket] somehacker: Ticket #11418 ([undetermined] stack-buffer-overflow on libavcodec/aacenc_tns.c) updated https://trac.ffmpeg.org/ticket/11418#comment:1
<nevcairiel> some xyz pixfmt tests seem to be failing for a while now on some configurations, like https://fate.ffmpeg.org/report.cgi?slot=x86_32-mingw-w64-dll-windows-native&time=20241226232040 .. haasn, probably?
<nevcairiel> i wonder what that is, is there float involved?
<fflogger> [editedticket] 0x20z: Ticket #11418 ([undetermined] stack-buffer-overflow on libavcodec/aacenc_tns.c) updated https://trac.ffmpeg.org/ticket/11418#comment:2
^Neo has joined #ffmpeg-devel
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has quit [Ping timeout: 246 seconds]
ccawley2011 has joined #ffmpeg-devel
cone-577 has quit [Quit: transmission timeout]
ccawley2011 has quit [Ping timeout: 272 seconds]
ccawley2011 has joined #ffmpeg-devel
Mirarora has quit [Ping timeout: 272 seconds]
jamrial has joined #ffmpeg-devel
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 244 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
Xaldafax has joined #ffmpeg-devel
<haasn> surprise #1: swscale does not have special cases for converting from yuv444 to rgb
<haasn> surprise #2: my shitty poc C code outperforms the swscale asm routines by a factor of 5
<haasn> for this case
LoneLeader has joined #ffmpeg-devel
<LoneLeader> make also planar rgb + float in <-> out swscale transform faster than currently is
<haasn> should be easy with my current design
<haasn> the only thing that's specialized are the unpacking/packing routines, everything else can be combined / auto-generated
<haasn> there is quite a substantial difference in perf from generating specialized routines using templates
<haasn> so any type of input can be transferred to any type of output with any type of intermediate processing (LUT, matrix, ..)
<haasn> by having only one pritimive for each type of read, write, and each operation
mkver has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
LoneLeader has quit [Quit: Client closed]
kasper93_ is now known as kasper93
LoneLeader has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 260 seconds]
Thul has quit [Ping timeout: 244 seconds]
ccawley2011 has joined #ffmpeg-devel
<fflogger> [newticket] llm96: Ticket #11422 ([avformat] Incorrect duration when reading Blu-ray playlist with multiple .m2ts files) created https://trac.ffmpeg.org/ticket/11422
ccawley2011 has quit [Ping timeout: 246 seconds]
Marth64 has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
LoneLeader has quit [Quit: Client closed]
LoneLeader has joined #ffmpeg-devel
^Neo has quit [Ping timeout: 246 seconds]
LoneLeader has quit [Quit: Client closed]
LoneLeader has joined #ffmpeg-devel
odrling has quit [Remote host closed the connection]
odrling has joined #ffmpeg-devel
Flat_ has joined #ffmpeg-devel
Flat has quit [Ping timeout: 246 seconds]
Thulinma has joined #ffmpeg-devel
MisterMinister has joined #ffmpeg-devel
MisterMinister has quit [Remote host closed the connection]
MisterMinister has joined #ffmpeg-devel
<fflogger> [editedticket] MasterQuestionable: Ticket #11217 ([ffmpeg] Output "-ss" memory consumption regression) updated https://trac.ffmpeg.org/ticket/11217#comment:17
abdo has joined #ffmpeg-devel
Raz- has quit [*.net *.split]
secondcreek has quit [*.net *.split]
mateo` has quit [*.net *.split]
bcheng has quit [*.net *.split]
rodeo has quit [*.net *.split]
termos has quit [*.net *.split]
thardin has quit [*.net *.split]
q66 has quit [*.net *.split]
JEEB has quit [*.net *.split]
BBB has quit [*.net *.split]
andrewrk has quit [*.net *.split]
chainik has quit [*.net *.split]
secondcreek has joined #ffmpeg-devel
termos has joined #ffmpeg-devel
Raz- has joined #ffmpeg-devel
mateo` has joined #ffmpeg-devel
bcheng has joined #ffmpeg-devel
rodeo has joined #ffmpeg-devel
chainik has joined #ffmpeg-devel
BBB has joined #ffmpeg-devel
thardin has joined #ffmpeg-devel
andrewrk has joined #ffmpeg-devel
JEEB has joined #ffmpeg-devel
q66 has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 260 seconds]
LoneLeader has quit [Quit: Client closed]
darkapex has quit [Remote host closed the connection]
darkapex has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
darkapex has quit [Remote host closed the connection]
darkapex has joined #ffmpeg-devel
<another|> haasn: Thank you for looking into this!
abdo has quit [Quit: Connection closed for inactivity]
s55 has quit [Quit: ZNC 1.9.0 - https://znc.in]
s55 has joined #ffmpeg-devel
Traneptora has quit [Quit: Quit]
abdu has joined #ffmpeg-devel
<abdu> Hi, I sent this patch on Jan 14:
<abdu> can someone please review it ?
<fflogger> [editedticket] pross: Ticket #10658 ([undetermined] lead: unsupported format 0x1006) updated https://trac.ffmpeg.org/ticket/10658#comment:3
abdu42 has joined #ffmpeg-devel
abdu has quit [Ping timeout: 240 seconds]
Marth64 has quit [Quit: Leaving]
ccawley2011_ has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 264 seconds]
abdu42 has quit [Quit: Client closed]
ccawley2011_ has quit [Read error: Connection reset by peer]
Mirarora has joined #ffmpeg-devel
kmikita has left #ffmpeg-devel [#ffmpeg-devel]