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
<fflogger>
[newticket] SYamaguchi: Ticket #11457 ([ffprobe] The order of parsed "Mastering display colour volume SEI message" seems wrong.) created https://trac.ffmpeg.org/ticket/11457
<steven-netint>
Would it be possible to upstream some HW accelerated decoders/encoders that acted like SW dec/enc and do not use a HWcontext?
<steven-netint>
I realize the netint HW context implementation needs a lot more rework to bring it in line with libav conventions. So, I was thinking of upstreaming dec/enc first, then hwcontext later for hwframes+filters support
<steven-netint>
Lynne: you asked if the netint port used "standard hwcontext" before and I answered, yes. But I think I was wrong about that, sorry xd
NotWarcop has joined #ffmpeg-devel
steven-netint has quit [Changing host]
steven-netint has joined #ffmpeg-devel
Warcop has quit [Ping timeout: 276 seconds]
Martchus has joined #ffmpeg-devel
Martchus_ has quit [Ping timeout: 265 seconds]
steven-netint has left #ffmpeg-devel [#ffmpeg-devel]
steven-netint has joined #ffmpeg-devel
steven-netint has quit [Client Quit]
steven-netint has joined #ffmpeg-devel
MyNetAz has quit [Remote host closed the connection]
MyNetAz has joined #ffmpeg-devel
<wbs>
Lynne: I'd rather first fix the asm to match the current C code and fix the test, then look into changing the function
MisterMinister has quit [Ping timeout: 252 seconds]
Marth64 has quit [Remote host closed the connection]
Marth64 has joined #ffmpeg-devel
zsoltiv has quit [Ping timeout: 248 seconds]
zsoltiv_ has quit [Ping timeout: 248 seconds]
dank074 has quit [Remote host closed the connection]
Marth64 has quit [Remote host closed the connection]
Marth64 has joined #ffmpeg-devel
dank074 has joined #ffmpeg-devel
dank074 has quit [Remote host closed the connection]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
Teukka has joined #ffmpeg-devel
Teukka has quit [Changing host]
Teukka has joined #ffmpeg-devel
ngaullier has joined #ffmpeg-devel
ngaullier has quit [Remote host closed the connection]
ngaullier has joined #ffmpeg-devel
paulk has quit [Ping timeout: 248 seconds]
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
mcfrdy has joined #ffmpeg-devel
^Neo has quit [Ping timeout: 272 seconds]
paulk has joined #ffmpeg-devel
paulk has quit [Changing host]
paulk has joined #ffmpeg-devel
<fflogger>
[newticket] uttam_32472: Ticket #11458 ([undetermined] Input file .mkv with -c:v copy option generates corrupted output) created https://trac.ffmpeg.org/ticket/11458
<kasper93>
Marth64: Do you think ffmepg could export dvd information, maybe as a side-data or different method. I'm interested in number of angles and titles and thier duration, so I can provide user selection for those.
<kasper93>
as I understand now, you need to guess those numbers and set as options
<kasper93>
also on the fly angle change would be useful, without reopening the stream
<Marth64>
Hi kasper93. Yeah for sure, it's time to have something like that, I want to list titles too. I waanted to work on some minor CLI bug fixes this weekend and the CI note I promised, then will pivot to that.
<kasper93>
(in general some control interface, possibly even with menu support, but baby steps)
<Marth64>
Ideally I present "here's everything playable as a distinct experience, whether its menu/title/angle-of-title/hidden title" and "these are the options you pass"
<Marth64>
Then it becomes like a virtual menu with everything demuxable on the disc
<kasper93>
yeah, no hurry, I was looking into deprecating mpv dvd demuxer
<Marth64>
Will keep you updated
<Marth64>
the ffpreset thing is driving me crazy
<JEEB>
ffpresets are one of those things that's documented but then not utilized by most
<JEEB>
(thus when people notice something it's one of those things that you need to look into wrt how it works)
^Neo has quit [Ping timeout: 252 seconds]
<fflogger>
[editedticket] jamrial: Ticket #11457 ([undetermined] The order of parsed "Mastering display colour volume SEI message" seems wrong.) updated https://trac.ffmpeg.org/ticket/11457#comment:1
derpydoo has joined #ffmpeg-devel
paulk has quit [Read error: Connection reset by peer]
paulk has joined #ffmpeg-devel
iive has joined #ffmpeg-devel
ngaullier has quit [Remote host closed the connection]
jarthur has joined #ffmpeg-devel
abdu35 has joined #ffmpeg-devel
abdu68 has quit [Ping timeout: 240 seconds]
System_Error has quit [Remote host closed the connection]
blb has quit [Ping timeout: 260 seconds]
blb has joined #ffmpeg-devel
<cone-982>
ffmpeg Anton Khirnov release/6.1:b1baad4a5ffc: lavc/hevcdec: pass an actual codec context to ff_h2645_sei_to_frame()
abdu43 has joined #ffmpeg-devel
abdu35 has quit [Ping timeout: 240 seconds]
Marth64 has quit [Quit: fixing machine]
derpydoo has quit [Quit: derpydoo]
derpydoo has joined #ffmpeg-devel
DangerLeader has joined #ffmpeg-devel
derpydoo has quit [Quit: derpydoo]
<fflogger>
[newticket] zcybercomputing: Ticket #11459 ([undetermined] Corruption of 608 captions data on transcode) created https://trac.ffmpeg.org/ticket/11459
MyNetAz has quit [Remote host closed the connection]
Warcop has quit [Remote host closed the connection]
Warcop has joined #ffmpeg-devel
DangerLeader has quit [Quit: Client closed]
dank074 has joined #ffmpeg-devel
Marth64 has joined #ffmpeg-devel
dank074 has quit [Remote host closed the connection]
derpydoo has joined #ffmpeg-devel
cone-887 has joined #ffmpeg-devel
<cone-887>
ffmpeg James Almer master:a8f23745074a: avformat/mov: add an offset to IAMF streams
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
derpydoo has quit [Ping timeout: 268 seconds]
MyNetAz has quit [Remote host closed the connection]
MyNetAz has joined #ffmpeg-devel
<kierank>
jdarnley: in v210enc.asm 8-bit avx512icl, do you remember if you tried shuffling so that you could do variable right shift instead of pmaddubsw
<kierank>
pmaddubsw seems a weird choice in avx512icl now that I look at it
<kierank>
Maybe was similar in speed
<jdarnley>
I don't recall, not off hand
<kierank>
Thanks, I might partake in my attempt every two years to make v210 faster
<kierank>
I think it's doable
abdu20 has quit [Ping timeout: 240 seconds]
System_Error has quit [Remote host closed the connection]