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.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
thilo has quit [Ping timeout: 246 seconds]
thilo has joined #ffmpeg-devel
iive has quit [Quit: They came for me...]
stefan_ has quit [Ping timeout: 246 seconds]
Kei_N has quit [Ping timeout: 256 seconds]
Kei_N has joined #ffmpeg-devel
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg-devel
deus0ww has quit [Ping timeout: 268 seconds]
arch1t3cht6 has joined #ffmpeg-devel
arch1t3cht has quit [Ping timeout: 255 seconds]
arch1t3cht6 is now known as arch1t3cht
deus0ww has joined #ffmpeg-devel
tufei has joined #ffmpeg-devel
jamrial has quit []
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 268 seconds]
Livio has joined #ffmpeg-devel
vtorri has joined #ffmpeg-devel
AbleBacon has quit [Read error: Connection reset by peer]
scat117 has quit [Ping timeout: 256 seconds]
Livio has quit [Ping timeout: 264 seconds]
mkver has joined #ffmpeg-devel
<thardin> the vlc cone has a santa hat but not a midsummer wreath
<thardin> truly, a travesty
mkver has quit [Ping timeout: 246 seconds]
mkver has joined #ffmpeg-devel
ccawley2011 has joined #ffmpeg-devel
<kasper93> thardin: known issue, we need to finally open the shop with hats for mpv, microtransactions best form of monetization. /jk
vtorri has quit [Remote host closed the connection]
vtorri has joined #ffmpeg-devel
novaphoenix has quit [Quit: i quit]
novaphoenix has joined #ffmpeg-devel
vtorri has quit [Ping timeout: 268 seconds]
vtorri has joined #ffmpeg-devel
meltq has joined #ffmpeg-devel
vtorri has quit [Ping timeout: 256 seconds]
vtorri has joined #ffmpeg-devel
vtorri has quit [Ping timeout: 260 seconds]
vtorri has joined #ffmpeg-devel
Kei_N_ has joined #ffmpeg-devel
jamrial has joined #ffmpeg-devel
Kei_N has quit [Ping timeout: 240 seconds]
vtorri has quit [Remote host closed the connection]
vtorri has joined #ffmpeg-devel
ccawley2011_ has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 264 seconds]
<rajivharlalka> I am somehow facing linking issue when building ffmpeg, recieving multiple errors with "undefined reference to <some_function>" and quite unsure since nothing changed for me since yesterday other than an additional --toolchain=gcc-asan in the configure command . what might be I possibly missing.
ccawley2011_ has quit [Read error: Connection reset by peer]
<jamrial> rajivharlalka: asan will not work with asm enabled
vtorri has quit [Ping timeout: 240 seconds]
<mkver> jamrial, rajivharlalka: clang-asan works fine with ASM enabled with -fno-sanitize-address-use-odr-indicator.
<mkver> And that gcc-asan does not work is a bug in our build system and not in asan.
<mkver> Recent versions of ASAN add another symbol for every object and our build system picks this up and mistakenly infers that it needs to set extern_prefix based upon this, which makes the asm code mistakenly expect mangled symbol names.
<mkver> This should be fixed, but it would need to be fixed by a person who actually uses systems that really need the mangling in the first place. Maybe wbs?
<kasper93> Skipping NAL unit %d log in hevcdec should be AV_LOG_VERBOSE instead AV_LOG_INFO, change my mind.
Kei_N has joined #ffmpeg-devel
Kei_N_ has quit [Ping timeout: 240 seconds]
<cone-833> ffmpeg Cosmin Stejerean master:cc587e69c6fa: avutil/dovi_meta: add fields for ext_mapping_idc
cone-833 has joined #ffmpeg-devel
<cone-833> ffmpeg Cosmin Stejerean master:0c0e7ec81e9f: avcodec/dovi_rpu: correctly read el_bit_depth_minus8 and ext_mapping_idc
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
sgm has joined #ffmpeg-devel
kekePower6 has joined #ffmpeg-devel
Livio has joined #ffmpeg-devel
mkver has quit [Ping timeout: 252 seconds]
elvis_a_presley has quit [Quit: smoke-bomb ; grapple-hook]
elvis_a_presley has joined #ffmpeg-devel
mkver has joined #ffmpeg-devel
cone-833 has quit [Quit: transmission timeout]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg-devel
georgereynolds88 has joined #ffmpeg-devel
georgereynolds8 has quit [Ping timeout: 272 seconds]
georgereynolds88 has quit [Ping timeout: 260 seconds]
georgereynolds8 has joined #ffmpeg-devel
<Lynne> is there a reason why our sonames have the full version rather than just major-only version or major.minor?
<psykose> it is major only, e.g. (SONAME) Library soname: [libavcodec.so.61]
AbleBacon has joined #ffmpeg-devel
<Lynne> ah, right, the symlinks
<Lynne> the actual libs are maj.min.micro
vtorri has joined #ffmpeg-devel
<nevcairiel> that seems pretty normal, have the binary with the full version and install a symlink with the major only
<nevcairiel> although i dont remember actually seeing that
<psykose> it's some old convention to install the full libversion and then create a symlink of .so -> soname -> fullversion
<psykose> i'm not sure what the benefit really is, probably knowing the version from the file alone?
<psykose> it's also harmless though so shrug
ccawley2011 has joined #ffmpeg-devel
osvein has quit [Ping timeout: 268 seconds]
osvein has joined #ffmpeg-devel
<Lynne> jamrial: while you're changing the stereo3d api, would you mind if I sent a patch to convert the baseline and horizontal fov fields to rationals, rather than a hardcoded base?
<jamrial> Lynne: poke Daemon404 about that
* Lynne pokes Daemon404
Krowl has joined #ffmpeg-devel
<jamrial> Lynne: also, my patch changing an enum value is not ok because it's not something derek added a couple days ago
<jamrial> turns out its from 2017
<Lynne> the baseline/fov fields are also from 3 weeks ago, do you think it would be halal to change the API?
<Lynne> I don't have a strong opinion on it, I would just rather not hardcode specifics of containers into a generic API
<Lynne> also I'm looking for using rationals for avtransport's implementation (which would just copy the struct)
<jamrial> no, they are from four days ago
<jamrial> you should ask Daemon404 since he added them. but i don't think they should be rationals. baseline is micrometers
<Lynne> ah, right, git blame shows authored date
<Lynne> patch sent
<Lynne> don't shoot!
Krowl has quit [Read error: Connection reset by peer]
Livio_ has joined #ffmpeg-devel
Livio has quit [Ping timeout: 260 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg-devel
<Lynne> jamrial: "You can easily convert this in your code by using a 1000000 denominator if you wish" <- what were you referring to here?
<jamrial> just add that denominator in your AVTransport rational
HarshK23 has quit [Quit: Connection closed for inactivity]
<Lynne> as in hardcode the denom to 10^6? I can do that, but then I won't be overengineering it
witchymary has quit [Remote host closed the connection]
witchymary has joined #ffmpeg-devel
vtorri_ has joined #ffmpeg-devel
vtorri has quit [Ping timeout: 268 seconds]
Livio_ has quit [Ping timeout: 268 seconds]
iive has joined #ffmpeg-devel
mkver has quit [Ping timeout: 240 seconds]
vtorri_ has quit [Ping timeout: 256 seconds]
ccawley2011_ has joined #ffmpeg-devel
ccawley2011 has quit [Ping timeout: 268 seconds]
<Lynne> I sure hope no interlaced stereoscopic video ever exists
<Lynne> decided to use each frame's field_id boolean to signal view
<Lynne> in a darkweb site that was deleted 20 years ago, I found info which describes a way to summon demons by creating a stereoscopic interlaced video, so I think its safe to ignore
ramiro has quit [Ping timeout: 240 seconds]
ramiro has joined #ffmpeg-devel
ccawley2011_ has quit [Read error: Connection reset by peer]