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.0.2 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
thilo_ has quit [Ping timeout: 264 seconds]
thilo_ has joined #ffmpeg-devel
thilo_ has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 264 seconds]
SystemError has quit [Remote host closed the connection]
feiw1 has quit [Ping timeout: 252 seconds]
feiw1 has joined #ffmpeg-devel
SystemError has joined #ffmpeg-devel
feiw1 has quit [Remote host closed the connection]
feiw1 has joined #ffmpeg-devel
feiw1 has quit [Remote host closed the connection]
feiw1 has joined #ffmpeg-devel
<vipyne> question about the message "Use --disable-x86asm for a crippled build." What does "crippled build" mean? For context, I have found a FATE test that fails when configure is run with the disable-x86asm flag, but is that expected/allowed since it running against a "crippled" build ?
<Lynne> it means it'll be a very slow build
<Lynne> definitely not expected, which test fails?
jamrial has quit [Ping timeout: 246 seconds]
kurosu has quit [Quit: Connection closed for inactivity]
Daemon404 has quit [Ping timeout: 255 seconds]
Daemon404 has joined #ffmpeg-devel
jarthur_ has joined #ffmpeg-devel
jarthur has quit [Ping timeout: 260 seconds]
jarthur_ is now known as jarthur
Kei_N has joined #ffmpeg-devel
cone-606 has joined #ffmpeg-devel
<cone-606> ffmpeg Marvin Scholz master:504c1ffcd8dd: fftools/ffmpeg: remove useless error check
Kei_N_ has quit [Ping timeout: 245 seconds]
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 260 seconds]
arch1t3cht9 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 252 seconds]
arch1t3cht9 is now known as arch1t3cht
wyatt8750 has quit [Ping timeout: 260 seconds]
SystemError has quit [Remote host closed the connection]
SystemError has joined #ffmpeg-devel
feiw1 has quit [Ping timeout: 265 seconds]
feiw1 has joined #ffmpeg-devel
feiw1 has quit [Ping timeout: 252 seconds]
feiw1 has joined #ffmpeg-devel
mkver has quit [Ping timeout: 245 seconds]
feiw1 has quit [Remote host closed the connection]
feiw1 has joined #ffmpeg-devel
any1 has quit [Ping timeout: 252 seconds]
any1 has joined #ffmpeg-devel
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
cone-606 has quit [Quit: transmission timeout]
feiw1 has quit [Remote host closed the connection]
feiw1 has joined #ffmpeg-devel
kurosu has joined #ffmpeg-devel
wyatt8740 has joined #ffmpeg-devel
jarthur has quit [Quit: jarthur]
wyatt8740 has quit [Ping timeout: 272 seconds]
wyatt8740 has joined #ffmpeg-devel
ramiro has quit [Ping timeout: 245 seconds]
ramiro has joined #ffmpeg-devel
<Lynne> hevc vulkan encoder sent
bilboed has quit [Quit: The Lounge - https://thelounge.chat]
<elenril> >2 files changed, 407 insertions(+)
<elenril> in what way is this a "split"
bilboed has joined #ffmpeg-devel
<Lynne> "copy"
<Lynne> I'll reword it locally
<Lynne> it'll go through at least 1 more revision anyway
<llyyr> Lynne: is there any news about the vp9 decode spec?
<Lynne> it'll happen, there's plenty of interest, but we're all very busy until we release av1 encode
<llyyr> ah i see
<Lynne> there's already plenty of code written though
<Lynne> collabora wrote driver code for a mesa extension, and I think dave had a vp9 decode ffmpeg branch
cone-915 has joined #ffmpeg-devel
<cone-915> ffmpeg Anton Khirnov release/7.0:9cadadb9a12a: lavc/hevc: check framerate num/den to be strictly positive
IndecisiveTurtle has joined #ffmpeg-devel
<cone-915> ffmpeg Anton Khirnov release/6.1:86c595cc1b63: lavc/hevc: check framerate num/den to be strictly positive
<cone-915> ffmpeg Anton Khirnov release/6.0:c22db2bcf239: lavc/hevc: check framerate num/den to be strictly positive
q66 has quit [Quit: WeeChat 4.3.5]
q66 has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 276 seconds]
Traneptora has joined #ffmpeg-devel
ramiro has quit [Ping timeout: 246 seconds]
IndecisiveTurtle has joined #ffmpeg-devel
ramiro has joined #ffmpeg-devel
ngaullier has joined #ffmpeg-devel
ngaullier has quit [Quit: Leaving]
ngaullier has joined #ffmpeg-devel
cubicibo has joined #ffmpeg-devel
ngaullier has quit [Client Quit]
cubicibo has quit [Quit: Client closed]
galad has quit [Remote host closed the connection]
galad has joined #ffmpeg-devel
IndecisiveTurtle has quit [Ping timeout: 244 seconds]
IndecisiveTurtle has joined #ffmpeg-devel
ngaullier has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
cone-915 has quit [Quit: transmission timeout]
cubicibo has joined #ffmpeg-devel
cubicibo has quit [Quit: Client closed]
King_DuckZ has joined #ffmpeg-devel
<King_DuckZ> hello, it's a bit of a loose question but I've been asked to figure out what filters and plugins get instantiated in ffmpeg when I play a certain video stream, is there any way from code or otherwise to find out exactly?
<BtbN> as long as you don't tell it to filter, there won't be much. Maybe some colorspace/pixel format conversion if neccesary, but that's about it
<BtbN> and ffmpeg does not have plugins
<King_DuckZ> I think we call plugins that kind of virtual class emulation mechanism, for example in mpegts.c at the bottom there are these structs of function pointers
<King_DuckZ> I'm not entirely sure where they get called from exactly but if there's a place that has the full set of everything, it'd be great if I could quickly loop over them and printf() their name
Daemon404 has quit [Changing host]
Daemon404 has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
jarthur has joined #ffmpeg-devel
jarthur has quit [Ping timeout: 276 seconds]
jarthur_ has joined #ffmpeg-devel
ngaullier has quit [Quit: Leaving]
* Sean_McG peeks in
ngaullier has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
<vipyne> Lynne: fate-filter-fps-cfr fails when configured with disable-x86asm. I am on an intel mac, which also may be a factor? I can make a bug report, I just wanted to clarify about "crippled build" first.
<Sean_McG> hmmm, that shouldn't happen
<Sean_McG> have a configure line I can check that on Linux with? it should be OS-agnostic
<Sean_McG> OK yes, can confirm that fate-filter-fps-cfr fails on Linux as well with --disable-x86asm, so go ahead and open a bug ticket
ngaullier has quit [Quit: Leaving]
<Sean_McG> the non-CFR version of that test fails as well
tufei__ has quit [Remote host closed the connection]
tufei__ has joined #ffmpeg-devel
vipyne1 has joined #ffmpeg-devel
<vipyne1> Sean_McG: copy that
bbbccc has joined #ffmpeg-devel
Teukka` has joined #ffmpeg-devel
gnafu_ has joined #ffmpeg-devel
pross_ has joined #ffmpeg-devel
ramiro__ has joined #ffmpeg-devel
gnafu has quit [Killed (NickServ (GHOST command used by gnafu_))]
r0dn3y has joined #ffmpeg-devel
gnafu_ is now known as gnafu
jarthur_ has quit [*.net *.split]
ramiro has quit [*.net *.split]
vipyne has quit [*.net *.split]
kepstin has quit [*.net *.split]
pross has quit [*.net *.split]
graphitemaster has quit [*.net *.split]
aaabbb- has quit [*.net *.split]
Teukka has quit [*.net *.split]
Rodn3y has quit [*.net *.split]
Traneptora has quit [Quit: Quit]
<Sean_McG> remind me to never install Debian sid again -- some package I updated yesterday broken NetworkManager and git. BLEH.
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg-devel
<Sean_McG> looks like libcurl
<vipyne1> ok, silly q about bug reports- "Only send bug reports there if you also intend to provide a fix." I'm not confident I am currently able to provide a fix for the borked-with-disable-x86asm test. also… I must be missing something because I can't seem to register (yes, this is my first bug report).
<Sean_McG> ouch, who wrote that
<Daemon404> where is that written? that can't be right for trac
<Sean_McG> ^
<Daemon404> ok found it... that's referring to the developer mailing list
<Daemon404> vipyne1, you want https://trac.ffmpeg.org/
<vipyne1> https://trac.ffmpeg.org/register is where I am stuck
<Daemon404> at the anti-spam thing?
<vipyne1> yeah, srsly I must be doing something silly wrong, bc I can't find where to actually submit something :(
<Sean_McG> fill in the answers to the anti-spam check and then you'll get to the main Trac instance
<Daemon404> need to register an account, log in, and then you can
<Sean_McG> (it's unfortunate we had to do this, but we really were getting a lot of ticket spam)
<vipyne1> unless… do birds have more than two wings? or is the answer "birds aren't real"
* Sean_McG laughs
<vipyne1> I get 404 when I try to register
<Sean_McG> oh, ouch
<Sean_McG> it works for me, I just tried
<Daemon404> the actual registration, or the spam stuff?
<Daemon404> worrying if it's the former
<vipyne1> what is the "Project name (in lower case)" ?
<Sean_McG> ffmpeg
<vipyne1> Daemon404 the Antispam check
<vipyne1> LOL
<Sean_McG> OK, wandering away for lunch.
<Daemon404> ffmpeg/two works for me.
<vipyne1> `ffmpeg` was _not_ an obvious answer to me. at all. maybe that's fine since it's antispam check
<Sean_McG> that antispam check will be useless when AI spam bots are a thing
<Daemon404> they already are
<Sean_McG> yikes.
<Daemon404> just that nobody is targetting obscure trac plugins
<Sean_McG> anyways, back later
<vipyne1> thank y'all!
SystemError has quit [Remote host closed the connection]
Krowl has joined #ffmpeg-devel
SystemError has joined #ffmpeg-devel
jamrial_ has joined #ffmpeg-devel
jarthur_ has joined #ffmpeg-devel
kepstin has joined #ffmpeg-devel
graphitemaster has joined #ffmpeg-devel
jamrial has quit [Ping timeout: 245 seconds]
cone-489 has joined #ffmpeg-devel
<cone-489> ffmpeg Niklas Haas master:da80ee21ca91: tests/fate: force MPEG range for rawvideo tests
<cone-489> ffmpeg Niklas Haas master:ca77fc21774d: avfilter: fix YUV colorspace negotiation for YUVJ
<ePirat> Sean_McG, Daemon404, thought about doing something like that for VideoLAN GitLab
<ePirat> but I wasnt sure if it would be effective at all
<Sean_McG> I suspect within 2 years they'll be totally useless
<Sean_McG> which will suck
Traneptora has joined #ffmpeg-devel
wyatt8740 has quit [Ping timeout: 248 seconds]
wyatt8740 has joined #ffmpeg-devel
___nick___ has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
ramiro__ has quit [Ping timeout: 252 seconds]
ramiro has joined #ffmpeg-devel
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #ffmpeg-devel
___nick___ has quit [Client Quit]
___nick___ has joined #ffmpeg-devel
SystemError has quit [Remote host closed the connection]
jarthur_ is now known as jarthur
SystemError has joined #ffmpeg-devel
Krowl has joined #ffmpeg-devel
darkapex_ has quit [Ping timeout: 260 seconds]
darkapex_ has joined #ffmpeg-devel
ramiro has quit [Ping timeout: 272 seconds]
ramiro has joined #ffmpeg-devel
feiw1 has quit [Ping timeout: 255 seconds]
Traneptora has quit [Quit: Quit]
feiw1 has joined #ffmpeg-devel
___nick___ has quit [Ping timeout: 252 seconds]
Krowl has quit [Read error: Connection reset by peer]
Krowl has joined #ffmpeg-devel
ramiro has quit [Ping timeout: 260 seconds]
ramiro has joined #ffmpeg-devel
Krowl has quit [Read error: Connection reset by peer]
cone-489 has quit [Quit: transmission timeout]
Kei_N_ has joined #ffmpeg-devel
Kei_N has quit [Read error: Connection reset by peer]
jamrial_ has quit [Read error: Connection reset by peer]
tufei__ has quit [Remote host closed the connection]
tufei__ has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
wyatt8740 has quit [Ping timeout: 245 seconds]
wyatt8740 has joined #ffmpeg-devel
witchymary has quit [Remote host closed the connection]
witchymary has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
vipyne1 has quit [Quit: Leaving.]
jamrial_ has joined #ffmpeg-devel
<Lynne> gitlab has popup "are you sure?" menus with animations
<Lynne> next version better have wobbly windows and cube rotation animations, and aero/glass effects
jamrial has quit [Ping timeout: 264 seconds]
cone-870 has joined #ffmpeg-devel
<cone-870> ffmpeg Marvin Scholz master:c6ab95d009f0: lavfi/vf_ssim360: use av_err2str to simplify code
<cone-870> ffmpeg Marvin Scholz master:bbde886b6373: lavfi/vf_ssim360: fix variable shadowing
<cone-870> ffmpeg Marvin Scholz master:990b80c004ba: fftools/ffmpeg_opt: fix variable shadowing
<cone-870> ffmpeg Marvin Scholz master:4c6d07dd2865: fftools/cmdutils: fix variable shadowing
<cone-870> ffmpeg Marvin Scholz master:29d7ed089eb3: lavfi/vf_psnr: use av_err2str to simplify code
<cone-870> ffmpeg Marvin Scholz master:e93f20c0173d: lavfi/vf_vmafmotion: use av_err2str to simplify code
<cone-870> ffmpeg Marvin Scholz master:bd3038b28c26: lavfi/vf_vmafmotion: fix variable shadowing
<cone-870> ffmpeg Marvin Scholz master:3f8061afe863: lavfi/vf_ssim: use av_err2str to simplify code
<cone-870> ffmpeg Marvin Scholz master:59244a0c50b6: lavfi/vf_ssim: narrow variable scopes
<cone-870> ffmpeg Marvin Scholz master:8fac5beaf817: lavfi/f_metadata: use av_err2str to simplify code
<cone-870> ffmpeg Marvin Scholz master:e7126d96489b: lavfi/vf_signature: use av_err2str to simplify code
<cone-870> ffmpeg Marvin Scholz master:24711b00c687: avformat/network: use av_err2str to simplify code
<cone-870> ffmpeg Marvin Scholz master:074bf9faf7a0: avformat/crypto: fix variable shadowing
<cone-870> ffmpeg Marvin Scholz master:5dfc547f257a: avutil/file: use av_err2str to simplify code
<cone-870> ffmpeg Marvin Scholz master:0c84b977a9ec: avdevice/jack: use av_err2str to simplify code
<cone-870> ffmpeg Marvin Scholz master:bb91425eb89a: fftools/ffmpeg_mux_init: remove unused variable
rmaw has quit [Remote host closed the connection]
ccawley2011 has joined #ffmpeg-devel
SystemError has quit [Remote host closed the connection]
tufei__ has quit [Remote host closed the connection]
tufei__ has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 245 seconds]
feiw1 has quit [Ping timeout: 265 seconds]
feiw1 has joined #ffmpeg-devel
jarthur has quit [Ping timeout: 260 seconds]
jarthur_ has joined #ffmpeg-devel
Traneptora has joined #ffmpeg-devel