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
Guest88 has joined #ffmpeg-devel
Guest88 has quit [Client Quit]
Guest88 has joined #ffmpeg-devel
Guest88 has left #ffmpeg-devel [#ffmpeg-devel]
tufei__ has quit [Quit: Leaving]
tufei has joined #ffmpeg-devel
iive has quit [Quit: They came for me...]
abdu66 has joined #ffmpeg-devel
thilo has quit [Ping timeout: 260 seconds]
thilo has joined #ffmpeg-devel
abdu66 has quit [Ping timeout: 240 seconds]
abdu66 has joined #ffmpeg-devel
minimal has quit [Quit: Leaving]
cone-868 has quit [Quit: transmission timeout]
\\Mr_C\\ has quit [Remote host closed the connection]
av500 has quit [Ping timeout: 272 seconds]
av500 has joined #ffmpeg-devel
abdu66 has quit [Ping timeout: 240 seconds]
jamrial has quit []
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
^Neo has quit [Ping timeout: 252 seconds]
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 244 seconds]
SohamK11 has joined #ffmpeg-devel
SohamK11 has quit [Client Quit]
SohamK39 has joined #ffmpeg-devel
Tanay has joined #ffmpeg-devel
SohamK39 has quit [Quit: Client closed]
<fflogger> [editedticket] RandomPerson: Ticket #11489 ([ffmpeg] MediaCodec code not working, likely outdated) updated https://trac.ffmpeg.org/ticket/11489#comment:1
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
<fflogger> [editedticket] JackLau: Ticket #10786 ([avformat] CODECS for HLS mux hard coded to 4) updated https://trac.ffmpeg.org/ticket/10786#comment:5
Tanay has quit [Ping timeout: 260 seconds]
cone-884 has joined #ffmpeg-devel
<cone-884> ffmpeg Nuo Mi master:dede00f003c5: lavc/vvcdec: fix undefined reference to ff_h2645_pixel_aspect
rvalue- has joined #ffmpeg-devel
rvalue has quit [Ping timeout: 268 seconds]
rvalue- is now known as rvalue
<fflogger> [editedticket] giannis-ff: Ticket #11426 ([avcodec] Memory leak in Intel QSV decoder) updated https://trac.ffmpeg.org/ticket/11426#comment:3
^Neo has joined #ffmpeg-devel
^Neo has quit [Changing host]
^Neo has joined #ffmpeg-devel
kepstin has quit [Remote host closed the connection]
kepstin has joined #ffmpeg-devel
Anthony_ZO has joined #ffmpeg-devel
Anthony_ZO has quit [Client Quit]
Anthony_ZO has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
cone-884 has quit [Quit: transmission timeout]
Guest45 has joined #ffmpeg-devel
Guest45 has quit [Client Quit]
dev4ever has joined #ffmpeg-devel
SohamK35 has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 268 seconds]
SohamK35 has quit [Quit: Client closed]
cone-057 has joined #ffmpeg-devel
<cone-057> ffmpeg Frank Plowman master:600ad36949a7: lavc/vvc: Fix pps_single_slice_picture
<fflogger> [editedticket] MasterQuestionable: Ticket #11489 ([avcodec] MediaCodec code not working, likely outdated) updated https://trac.ffmpeg.org/ticket/11489#comment:2
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
SohamK has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 272 seconds]
SohamK has quit [Quit: Client closed]
frankplow has quit [Quit: Goodbye]
ccawley2011 has joined #ffmpeg-devel
frankplow has joined #ffmpeg-devel
IndecisiveTurtle has joined #ffmpeg-devel
GuruLeader has joined #ffmpeg-devel
<GuruLeader> michaelni: please disband TC and CC entities they are pointless
GuruLeader has quit [Client Quit]
<fflogger> [editedticket] RandomPerson: Ticket #11489 ([avcodec] MediaCodec code not working, likely outdated) updated https://trac.ffmpeg.org/ticket/11489#comment:3
<fflogger> [editedticket] RandomPerson: Ticket #11489 ([avcodec] MediaCodec code not working, likely outdated) updated https://trac.ffmpeg.org/ticket/11489#comment:4
ccawley2011 has quit [Ping timeout: 252 seconds]
Anthony_ZO has quit [Ping timeout: 252 seconds]
System_Error has quit [Remote host closed the connection]
abdu has joined #ffmpeg-devel
System_Error has joined #ffmpeg-devel
Flat_ is now known as Flat
abdu18 has joined #ffmpeg-devel
abdu has quit [Ping timeout: 240 seconds]
zsoltiv_ has joined #ffmpeg-devel
zsoltiv has joined #ffmpeg-devel
cone-057 has quit [Quit: transmission timeout]
derpydoo has joined #ffmpeg-devel
cone-432 has joined #ffmpeg-devel
<cone-432> ffmpeg Michael Niedermayer release/7.1:68af2cc3feb8: Prepare for 7.1.1
<cone-432> ffmpeg softworkz release/7.1:a8a3fc84afa2: avformat/hls: Partially revert "reduce default max reload to 3"
abdu91 has joined #ffmpeg-devel
abdu18 has quit [Ping timeout: 240 seconds]
abdu91 has quit [Ping timeout: 240 seconds]
abdu61 has joined #ffmpeg-devel
<mkver> Gramner: Do you happen to know any trick to make compilers actually bake the offset into the relocation in https://godbolt.org/z/cTKvvodvT?
<mkver> (This affects VP9 dsp code.)
<Gramner> can't say I do. generally speaking if you rely on a compiler doing the right thing you're gonna have a bad time. if you use ptrdiff_t instead of int gcc manages to produce the following for the foo2 case: lea rax, [ff_filters_sse2+1920]; lea rdi, [rax+rdi-128] which I guess is the least terrible one
<Gramner> it almost got there
<mkver> Thanks for your time.
abdu61 has quit [Quit: Client closed]
abdu has joined #ffmpeg-devel
minimal has joined #ffmpeg-devel
<BBB> mkver: is this to reduce the binary size of vp9dsp's c mc?
derpydoo has quit [Quit: derpydoo]
<mkver> BBB: GCC currently emits code that relies on there being a GOT entry for ff_filters_sse2 (like ff_foo3). Simply declaring the symbol as hidden makes GCC emit code like ff_foo: It has one instruction more and therefore causes an increase in .text (outstripping the savings from the one then unnecessary relocation). Modifying the macro to something would mitigate this, but changing code just because GCC doesn't like the actually superior form is bad.
<BBB> oh ok so it's something else, nevermind then
<BBB> at some point I'd like to do some work on reducing the binary size of vp9dsp's c mc code
abdu has quit [Ping timeout: 240 seconds]
<mkver> BBB: It is to avoid pessimizing code size in vp9dsp.
<BBB> ok, that's always good
MisterMinister has quit [Ping timeout: 244 seconds]
MisterMinister has joined #ffmpeg-devel
<BtbN> Is it correct that the "host" library of a shared code file has it in both OBJS and STLIBOBJS?
<BtbN> That seems a bit redundant, OBJS should cover it, no?
<jamrial> example?
ccawley2011 has joined #ffmpeg-devel
<BtbN> after it, to this day, libavcodec has ffjni.o in both OBJS and STLIBOBJS, and I just emulated that in my patch that does something similar
<BtbN> but at least logically to me, just OBJS should be enough?
<jamrial> yeah, it's enabled with CONFIG_JNI, not a muxer or similar, so it seems pointless
<BtbN> OBJS should be SHLIBOBJS + STLIBOBJS
IndecisiveTurtle has quit [Quit: IndecisiveTurtle]
Flat has quit [Quit: Rip internet]
Flat has joined #ffmpeg-devel
<cone-432> ffmpeg Timo Rothenpieler master:9d5d51bd129c: avutil/timecode: add ff_timecode_set_smpte
<cone-432> ffmpeg Timo Rothenpieler master:31ca6c1bfe5d: avcodec/utils: use new ff_timecode_set_smpte function
<cone-432> ffmpeg Timo Rothenpieler master:e567dca12f27: avcodec/nvenc: add time code writing for h264
<cone-432> ffmpeg Timo Rothenpieler master:5c5be37daff4: avcodec/nvenc: factor out mastering display data into its own function
ccawley2011 has quit [Ping timeout: 248 seconds]
abdu has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
tufei has quit [Remote host closed the connection]
tufei has joined #ffmpeg-devel
xvaclav has quit [Ping timeout: 244 seconds]
xvaclav has joined #ffmpeg-devel
iive has joined #ffmpeg-devel
DodoGTA has quit [Ping timeout: 252 seconds]
DodoGTA has joined #ffmpeg-devel
abdu has quit [Ping timeout: 240 seconds]
abdu has joined #ffmpeg-devel
abdu has quit [Ping timeout: 240 seconds]
ccawley2011 has quit [Ping timeout: 248 seconds]
Everything has joined #ffmpeg-devel
psykose has quit [Remote host closed the connection]
psykose has joined #ffmpeg-devel
SohamK50 has joined #ffmpeg-devel
Sean_McG has quit [Ping timeout: 252 seconds]
Sean_McG has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
Sean_McG has quit [Quit: leaving]
Teukka has quit [Read error: Connection reset by peer]
Everything has quit [Ping timeout: 260 seconds]
Marth64 has quit [Quit: Leaving]
Teukka has joined #ffmpeg-devel
Teukka has quit [Changing host]
Teukka has joined #ffmpeg-devel
Everything has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 252 seconds]
cone-432 has quit [Quit: transmission timeout]
ccawley2011 has joined #ffmpeg-devel
<jamrial> BtbN: looks like mastering metadata as written by nvenc is correct now?
ccawley2011 has quit [Ping timeout: 260 seconds]
Abdallah-Ismail has joined #ffmpeg-devel
jamrial has quit []
Abdallah-Ismail has quit [Client Quit]
jamrial has joined #ffmpeg-devel
Mirarora has quit [Quit: Mirarora encountered a fatal error and needs to close]
Mirarora has joined #ffmpeg-devel
SohamK50 has quit [Quit: Client closed]
dev4ever has quit [Quit: Client closed]
<BtbN> in the latest driver you mean?
<BtbN> Haven't re-checked
abdu has joined #ffmpeg-devel
abdu has quit [Quit: Client closed]
abdu has joined #ffmpeg-devel
bhaskar has joined #ffmpeg-devel
Everything has quit [Quit: leaving]
abdu has quit [Ping timeout: 240 seconds]
paulk has quit [Ping timeout: 252 seconds]
paulk has joined #ffmpeg-devel