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
s55 has quit [Ping timeout: 260 seconds]
s55 has joined #ffmpeg-devel
___nick___ has quit [Ping timeout: 244 seconds]
thilo has quit [Ping timeout: 276 seconds]
thilo has joined #ffmpeg-devel
<another|>
>You can simply verify that vittorio is himself as you meet him next time and drink beer with him
<another|>
Please drink some verification beer @FOSDEM LOL
cone-357 has quit [Quit: transmission timeout]
jamrial has quit []
^Neo has quit [Ping timeout: 260 seconds]
cone-138 has joined #ffmpeg-devel
<cone-138>
ffmpeg Michael Niedermayer master:ae81beb35128: avcodec/aac/aacdec: Free channel layout
<cone-138>
ffmpeg Michael Niedermayer master:53db3516542c: avformat/mxfdec: Check llen addition for overflow
<cone-138>
ffmpeg Michael Niedermayer master:bb8542314210: avformat/mlvdec: Check avio_read()
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 265 seconds]
System_Error has quit [Remote host closed the connection]
<another|>
BBB: Thank you for drinking verification beers. Your sacrifice is greatly appreciated!
realies has quit [Quit: ~]
System_Error has joined #ffmpeg-devel
realies has joined #ffmpeg-devel
bcoudurier has joined #ffmpeg-devel
<fflogger>
[newticket] IncrediBlame: Ticket #11388 ([ffmpeg] Overflow in start_time_realtime calculation in rtsp.c) created https://trac.ffmpeg.org/ticket/11388
cone-138 has quit [Quit: transmission timeout]
<fflogger>
[newticket] 0x20z: Ticket #11389 ([avformat] heap-buffer-overflow at libavformat/dump.c:792:34 on ffmpeg) created https://trac.ffmpeg.org/ticket/11389
<kasper93>
thardin: 140k nits with 1000:1 contrast <3
^Neo has joined #ffmpeg-devel
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
wyatt8740 has quit [Ping timeout: 244 seconds]
wyatt8740 has joined #ffmpeg-devel
^Neo has quit [Ping timeout: 252 seconds]
Samillion8 has joined #ffmpeg-devel
Samillion has quit [Ping timeout: 252 seconds]
Samillion8 is now known as Samillion
rvalue- has joined #ffmpeg-devel
VeryStrongLeader has joined #ffmpeg-devel
rvalue has quit [Ping timeout: 248 seconds]
rvalue- is now known as rvalue
novaphoenix has quit [Quit: i quit]
novaphoenix has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
<BBB>
another|: wait, does this mean I can get reimbursed for my beers by ffmpeg's bank account?
<BBB>
I think I should at least try
<VeryStrongLeader>
even to send patch(es) to ffmpeg list you need to have bank account
<BBB>
don't know about the bank account, but having a beer while sending patches is always a good idea
<VeryStrongLeader>
that explain lots of security vulnerabilities in project source code
<putacho>
drunk coders?
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
<VeryStrongLeader>
coding bug-free code is not easy
VeryStrongLeader has quit [Quit: Client closed]
bcoudurier has quit [Ping timeout: 240 seconds]
ccawley2011 has joined #ffmpeg-devel
ccawley2011_ has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 248 seconds]
<beastd>
having a beer around while sending patches might be ok. drinking while coding what will become the patches is probably quite a bit more dangerous ;-)
cone-123 has joined #ffmpeg-devel
<cone-123>
ffmpeg James Almer master:61519a6e989f: avcodec/ac3dec: set ltrt_center_mix and ltrt_surround_mix using the relevant coded values
<cone-123>
ffmpeg James Almer master:9d16c64134b1: avcodec/ac3dec_float: fix range for dmix_mode
<cone-123>
ffmpeg James Almer master:376bb8481ada: avcodec/ac3dec_float: define the downmix related options as exported and read-only
<cone-123>
ffmpeg James Almer master:15b16d58df7d: avcodec/ac3dec: set preferred_stereo_downmix using the relevant coded value
ccawley2011 has joined #ffmpeg-devel
ccawley2011_ has quit [Ping timeout: 264 seconds]
<cone-123>
ffmpeg James Almer master:658a645e183e: tests/checkasm/sw_rgb: remove bogus value truncation in check_yuv2packed1()
<cone-123>
ffmpeg James Almer master:1446e37d3d03: avfilter/buffersrc: check for valid sample rate
<Gramner>
you just have to aim for the ballmer peak when regulating beer consumption
ccawley2011_ has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 265 seconds]
ccawley2011 has joined #ffmpeg-devel
Mirarora has quit [Remote host closed the connection]
ccawley2011_ has quit [Ping timeout: 252 seconds]
Mirarora has joined #ffmpeg-devel
Arsen has quit [Quit: Quit.]
Arsen has joined #ffmpeg-devel
<thardin>
2025 approaches
ccawley2011_ has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 252 seconds]
lexano has quit [Remote host closed the connection]
lexano has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
ccawley2011_ has quit [Ping timeout: 244 seconds]
ccawley2011_ has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 265 seconds]
ccawley2011 has joined #ffmpeg-devel
ccawley2011_ has quit [Ping timeout: 272 seconds]
baptiste has joined #ffmpeg-devel
baptiste is now known as bcoudurier
iive has joined #ffmpeg-devel
cone-123 has quit [Quit: transmission timeout]
<kierank>
Is there a pmovsxd for higher bytes?
<kierank>
pmovsxbw for higher bytes for examle
<kierank>
I guess you would need to shuffle
cone-554 has joined #ffmpeg-devel
<cone-554>
ffmpeg Michael Niedermayer master:eab65379bf89: avformat/rpl: Fix check for negative values
<jamrial>
kierank: no. and afaik, using punpck* with a zeroed register tends to be faster
<kierank>
jamrial: for sign extend
<kierank>
not zero extend
<jamrial>
ah
System_Error has quit [Ping timeout: 264 seconds]
<BBB>
kierank: for sign-extend also, in my experience
<BBB>
plus it maintains laning, which may or may not be helpful
<kierank>
BBB: puncpck* with manual sign extension?
<BBB>
yes
<BBB>
pcmpgtX, punpckXY vs. pmovsxXY
<BBB>
dunno why, I agree it shouldn't be faster, but in my experience it is
<kierank>
thanks and happy new year
<BBB>
and there is no pmovsxXY for high, you indeed need a shuffle. or just load half-regs if it's directly from memory
<BBB>
u2
System_Error has joined #ffmpeg-devel
<Compn>
when is china going to hack ffmpeg and steal all the open source secrets? (re china usa treasury news)
^Neo has quit [Ping timeout: 252 seconds]
Everything has joined #ffmpeg-devel
cone-554 has quit [Quit: transmission timeout]
Everything has quit [Quit: leaving]
<fflogger>
[newticket] nikomo: Ticket #11390 ([ffmpeg] av1_nvenc output frames sometimes cannot be decoded) created https://trac.ffmpeg.org/ticket/11390
mkver has quit [Ping timeout: 276 seconds]
ccawley2011 has quit [Read error: Connection reset by peer]