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 8.1 has been released! | Please read ffmpeg.org/developer.html#Code-of-conduct
<andrewrk> I think you should simply disable forks and suggest for contributors to use the agit workflow
<andrewrk> that's what we would do anyway. but I think we're going to stick with codeberg for a little while longer
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23443 fate/aac: add xHE-AAC decode and loudness normalization tests (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23443#issuecomment-45451) by j⁠amrial
jamrial_ has joined #ffmpeg-devel
jamrial has quit [Ping timeout: 245 seconds]
<BtbN> I don't want to work with the agit workflow myself, cause it's terrible. So why would I force that upon anyone else?
<BtbN> And I'm not sure what's there for Forgejo to fix.
<BtbN> They're happy to introduce support for git alternates
<BtbN> namespaces have been rejected, cause the object sharing is considered a security issue
<BtbN> In theory I could also just manually set up alternates, since they're largely transparent, and forgejo would work fine on top of them
<BtbN> but I don't really want to mess with the repos at that level
<kasper93> typical small project mentality, this wouldn't scale to big deployments, but hey we are OSS wariors that know better
<BtbN> Well, they're running the by far biggest instance themselves
<BtbN> and somehow are fine
<BtbN> At least on the git repo storage front
<BtbN> Not so much on their DB front at the moment
<Lynne> jamrial_: really? since when, I thought we still outputted padding
<jamrial_> since the pr i made
<andrewrk> BtbN: not being able to rebase is a notable drawback. if you had any other concrete complaints I'd be interested to know about it
<BtbN> The whole workflow on how to submit and update a PR is just a pain
<BtbN> and if you're the reviewe the process to fetch it and update it is even worse
<andrewrk> what do you mean? it's less steps than forking
<BtbN> super unintuitive and messy
<BtbN> I just have my fork configured as remote, and push with one command, get a link to make a PR, done
<BtbN> with agit I have to each time look up the quite convoluted command
<andrewrk> with respect, just because you're used to something doesn't make it better
<BtbN> It's kinda the same deal as with gerrit
<BtbN> the whole workflow is just a pain
<BtbN> and it feels like you're fighting git the whole time
<BtbN> Like, you simply can't tell me that the instructions and steps needed (as per https://forgejo.org/docs/latest/user/agit-support/ ) are in any way easily memorable or convenient
<BtbN> specially if you want to have a lengthy description
<andrewrk> it's just `git push origin HEAD:refs/for/main` and then you can go edit the PR in the web ui
<BtbN> At which point notifcation mails with incomplete title and body have already gone out, and will forever be what I see in my mail history...
<andrewrk> if we count steps it's 1 step (agit) vs 3 steps (forking)
<andrewrk> it uses the first commit for title and body by default
<BtbN> Looking at my mail history, it uses the branch name
<andrewrk> I stand corrected
<BtbN> And ironically, agit also server side makes the storage problem worse :D
<BtbN> Cause each agit pr is a fork
<andrewrk> anyway I don't have any point to prove, I'm just trying to collect information
<BtbN> To avoid commit-smuggling
<BtbN> It's a shallow one I think though, so not full storage use
<andrewrk> I mean if it reaps them on closure that should be fine
<BtbN> I hope it does, I never checked
<BtbN> though realistically, if we enforced agit, we'd by now have more of those than actual forks
<BtbN> open ones
<andrewrk> interesting point
<andrewrk> it really should only need to store the files edited, not anything else from the main repo...
<BtbN> yeah, it's not a full on fork like a forked repo is
<BtbN> but it is not stored inside of the repo
<andrewrk> security schmecurity
<BtbN> Well, it was decided, by vote, that it's a security concern if a fork can inject objects into your repo
<BtbN> So that's what's being acted on
<BtbN> hm, it also seems like only a handful of forks are responsible for the vast majority of storage use
<BtbN> Nothing suspicious in them at first glance though. Just active, so very diverged pack files
<andrewrk> handful of codecs are responsible for the vast majority of videos encoded
<andrewrk> pareto principle strikes again
<BtbN> It's also not like we're talking about unfathomable storage sizes here
<andrewrk> how much, if you don't mind sharing?
<BtbN> right now it's around 30GB deduplicated via hardlinks
<BtbN> And would be ~120GB if the hardlinks suddenly turned into independent files
<andrewrk> and that's with about 405 forks?
<BtbN> 393 ffmpeg.git directories at least
<BtbN> It's more that the current server has 160GB of disk space. And upgrading it has gotten prohibitively expensive
<BtbN> So I'd kinda like to keep fitting into that
<BtbN> I could move them out into a block storage volume. But those are not part of the automatic snapshots of the whole server, so using it would instantly neccesitate a much more involved recovery strategy
Venemo has quit [Ping timeout: 244 seconds]
Venemo has joined #ffmpeg-devel
akinji has quit [Ping timeout: 252 seconds]
<fjlogger> [FFmpeg/FFmpeg] Pull request #23449 opened: Add Intel IBT support (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23449) by k⁠asper93
keith has quit [Ping timeout: 264 seconds]
keith has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23449 Add Intel IBT support (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23449#issuecomment-45467) by k⁠asper93
<fjlogger> [FFmpeg/FFmpeg] Pull request #23450 opened: bsf: qualify libavcodec include paths (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23450) by a⁠ndrewrk
Dreaght has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Issue #23451 opened: MTV demuxer: video_fps zero due to integer truncation causes invalid timebase (incomplete fix for #755) (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/23451) by 5⁠1511
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23446 checkasm: Trim out unused upstream files, add script for updating (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23446#issuecomment-45481) by k⁠asper93
Dreaght has quit [Quit: Konversation terminated!]
_whitelogger has joined #ffmpeg-devel
Martchus_ has joined #ffmpeg-devel
Martchus has quit [Ping timeout: 244 seconds]
Kei_N_ has joined #ffmpeg-devel
Kei_N has quit [Read error: Connection reset by peer]
jamrial_ has quit []
_whitelogger has joined #ffmpeg-devel
recursive_error has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23378 avformat/whip: Using poll() in ice_dtls_handshake() (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23378#issuecomment-45489) by q⁠werzoid
CounterPillow has quit [Quit: Bye.]
CounterPillow has joined #ffmpeg-devel
Chagall has quit [Ping timeout: 248 seconds]
Chagall has joined #ffmpeg-devel
_whitelogger has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23436 avcodec/nvenc: add AV1 hierarchical B-frame reference mode support (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23436#issuecomment-45492) by n⁠yanmisaka
tufei has quit [Remote host closed the connection]
tufei has joined #ffmpeg-devel
arch1t3cht has quit [Quit: The Lounge - https://thelounge.chat]
arch1t3cht has joined #ffmpeg-devel
svmarqueed has quit [Quit: ZNC 1.9.0+deb2build3 - https://znc.in]
svmarqueed has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Pull request #23445 merged: [8.1] aarch64: vp9lpf: Fix GCS violations (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23445) by m⁠storsjo
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #21499 aarch64: enable GCS (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/21499#issuecomment-45496) by m⁠storsjo
nyuhu has quit [Ping timeout: 244 seconds]
mkver has joined #ffmpeg-devel
ngaullier has joined #ffmpeg-devel
ngaullier has quit [Quit: Leaving]
ngaullier has joined #ffmpeg-devel
recursive_error has quit [Remote host closed the connection]
Dreaght has quit [Quit: Konversation terminated!]
BradleyS has quit [Read error: Connection reset by peer]
Lypheo5 has joined #ffmpeg-devel
BradleyS has joined #ffmpeg-devel
Lypheo has quit [Read error: Connection reset by peer]
Lypheo5 is now known as Lypheo
ocrete has quit [Quit: The Lounge - https://thelounge.chat]
ocrete has joined #ffmpeg-devel
tufei has quit [Remote host closed the connection]
<haasn> BtbN: where was the upstream issue that forgejo loses associates between review comments and commits? I also want to add that there's no intuitive way to go from a review comment to the commit it's attached to
<BtbN> Losing association?
<BtbN> You mean if the code box is empty?
<BtbN> That happens sometimes if you comment on a deleted line
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23439 swscale: minor preparatory improvements / internal bugfixes (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23439#issuecomment-45502) by h⁠aasn
<fjlogger> [FFmpeg/FFmpeg] 2 new comments on pull request #23439 swscale: minor preparatory improvements / internal bugfixes (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23439#issuecomment-45503)
<haasn> BtbN: I mean that gitlab shows "Ramiro Polla @ramiropolla started a thread on commit 83b62355 1 week ago " on every review comment in the summary
<haasn> ForgeJo has no such indication, and I can't click on anything to get to the commit that the comment is referring to
<haasn> I've started increasingly staging my own PRs on code.videolan.org for this reason, and I regret not doing so every time don't and open a forgejo PR instead
<haasn> it's kind of annoying though because MRs on code.videolan.org have even less visibility than PRs on forgejo so I only do it when I expect a specific person to review the change (as in the case of swscale / ramiro)
<haasn> (and because our CI doesn't work on gitlab, only forgejo)
<fjlogger> [FFmpeg/FFmpeg] 2 new comments on pull request #23439 swscale: minor preparatory improvements / internal bugfixes (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23439#issuecomment-45505)
<fjlogger> [FFmpeg/FFmpeg] Pull request #23450 merged: bsf: qualify libavcodec include paths (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23450) by h⁠aasn
jamrial has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23418 avcodec/aacenc: allow encoding non-PCE 7.1(wide) under -strict 1 (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23418#issuecomment-45512) by h⁠aasn
Xaldafax has joined #ffmpeg-devel
fflogger has quit [Remote host closed the connection]
fflogger has joined #ffmpeg-devel
novaphoenix has quit [Quit: i quit]
novaphoenix has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23418 avcodec/aacenc: allow encoding non-PCE 7.1(wide) under -strict 1 (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23418#issuecomment-45516) by R⁠odeo
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23172 [8.1] avformat/movenc: fix mov_create_dvd_sub_decoder_specific_info (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23172#issuecomment-45519) by e⁠Pirat
<fjlogger> [FFmpeg/FFmpeg] 1 new comment on pull request #23418 avcodec/aacenc: allow encoding non-PCE 7.1(wide) under -strict 1 (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23418#issuecomment-45517)
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #22948 ffbuild/version.sh: rename VERSION file to FF_VERSION (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22948#issuecomment-45521) by e⁠Pirat
<fjlogger> [FFmpeg/FFmpeg] Pull request #23452 opened: WIP: avutil/opt: add AV_OPT_TYPE_URL (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23452) by m⁠ichaelni
minimal has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] 2 new comments on pull request #23172 [8.1] avformat/movenc: fix mov_create_dvd_sub_decoder_specific_info (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23172#issuecomment-45525)
<fjlogger> [FFmpeg/FFmpeg] Pull request #23453 opened: lavfi: af_showinfo: add support for IAMF side-data (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23453) by e⁠Pirat
svmarqueed has quit [Ping timeout: 252 seconds]
<BtbN> haasn: the info is all there, so someone just needs to send a PR to them to show it on the template
svmarqueed has joined #ffmpeg-devel
<BtbN> I guess the problem is that once the PR is force-pushes, that link might be dead
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23436 avcodec/nvenc: add AV1 hierarchical B-frame reference mode support (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23436#issuecomment-45533) by B⁠tbN
<BtbN> haasn: doesn't it actually already do that? Just click the file path at the top of the specific review, and it brings you there.
<BtbN> pretty much the same way Gitlab does
<BtbN> click "libavformat/http.c"
<BtbN> Or do you mean it should link to the specific commit in the PR that the comment was made on instead? i.e. https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23415/commits/eac467b050eae1dc7a534feb1c52df7e25331310#issuecomment-45295 ?
<haasn> BtbN: that goes to the summary diff (all files), not the commit diff (single commit's changes only)
<BtbN> I think it goes to wherever the comment was made on
<BtbN> so if someone comments on the summary diff, that's where the link will go to
<haasn> it does not
<haasn> (link to the commit, even if the comment was on the commit)
<haasn> BtbN: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23415#issuecomment-45535 I just made this on the individual commit
<BtbN> There is a commit in the DB field, the problem is it can be outside of the PR, if you commented on a line not touched by the PR, so that'd be incredibly confusing.
<haasn> BtbN: gitlab handles that case cleanly and links to the overall summary in this case: https://code.videolan.org/haasn/ffmpeg/-/merge_requests/1#note_553178
<BtbN> It might need deeper changes, like also explicitly tracking which commit a user was looking at when commenting
<haasn> yes, that's exactly the point I'm trying to make
<BtbN> at the moment it only tracks that in the form of the context snippet
<BtbN> the commit it stores is the result of git blame, so it can be outside of the PR
<haasn> commenting on the commit is simply not the same as commenting on the commit that `git blame` happens to assign to the line you're looking at in the overall summary
<BtbN> So no, that's not possible to change
<haasn> never mind that this is simply not possible if one commit introduces code that another commit removes again
<haasn> (how would that even work?)
Traneptora has quit [Quit: Quit]
<BtbN> If that happens, the review commit is simply not displayed anymore outside of the summary, where it's marked as stale
<haasn> even if the PR was never updated?
<BtbN> Since if you force-push, the commit might be garbage collected at any time
<haasn> i.e. I create a PR which first adds code and then removes it in a later commit
<BtbN> Oh, you mean without force push
<haasn> and then I attach a review comment on the transient code while looking at it in the per-commit view
<BtbN> Not sure what happens in that case. Probably just does not show the comment
<fjlogger> [FFmpeg/FFmpeg] Pull request #23379 merged: avcodec/truespeech: reject iterations count whose * 240 product overflows 32-bit (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23379) by m⁠ichaelni
<haasn> let's find out
<haasn> it just links to nirvana
<haasn> maybe you can check what commit ID the DB assigned that comment?
<BtbN> It attributes it to b4bcb00cd3853316fb8f1d869b82919fa00babb3
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23446 checkasm: Trim out unused upstream files, add script for updating (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23446#issuecomment-45542) by h⁠aasn
<haasn> suffice to say that is completely wrong
<BtbN> Which line did you comment on?
<fjlogger> [FFmpeg/FFmpeg] Pull request #22502 merged: libavformat/riff{dec, enc}.c: correct invalid bit_rate when possible (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22502) by t⁠oots
<haasn> I believe it was line 806 in https://code.ffmpeg.org/haasn/FFmpeg/pulls/1/commits/7b9b7138f6a2d1d26553646dcaaf91a0b375494f but I didn't remember which exact line I commented on
<haasn> maybe it was 805 or 807
<BtbN> It says the comment is on line 693 of file libswscale/ops_optimizer.c in commit b4bcb00cd3853316fb8f1d869b82919fa00babb3
<haasn> I added some more review comments with the line number included
<BtbN> What I don't understand is why there is no context snippet
<BtbN> It just straight up grabs that from the commit the comment is made on. Before doing any line-blame
<fjlogger> [FFmpeg/FFmpeg] New comment on issue #22299 Incorrect nAvgBytesPerSec in adpcm_ms encoded streams. (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/22299#issuecomment-45548) by t⁠oots
<fjlogger> [FFmpeg/FFmpeg] Issue #22299 closed: Incorrect nAvgBytesPerSec in adpcm_ms encoded streams. (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/22299) by t⁠oots
<BtbN> looking at the code, it should be entirely impossible for that to be empty, but the comment successful
<haasn> doesn't surprise me if there are massive bugs here because forgejo has a well-known tendency to completely misattribute review comments to the wrong lines even in the absence of force pushes
<BtbN> No, it simply lacks the reverse-line-blame at the moment
Traneptora has joined #ffmpeg-devel
<BtbN> Someone thought "hey, if we line-blame each comments line, we can more easily track where it is in the current HEAD", which is true
<haasn> I've made reviews on PRs in the past and had the context snippet be completely wrong
<BtbN> so they implemented the line blame
<BtbN> but completely forgot to ever undo it again
<BtbN> hence the utter chaos when viewing the comments
<BtbN> That has finally been added now, or at least is in the process of being added
<BtbN> So v16 should be a lot better, and also display already existing comments in the correct place
<haasn> I suspect whoever designed forgejo only does reviews by looking at the overall diffstat and doesn't care about intermediate states
<haasn> otherwise this design could never have appeared
<BtbN> It's just been fixed and fixes have been backported cross multiple projects by various authors
<BtbN> and it's generally not an easy problem
<haasn> (I am personally the opposite; I ignore the overall diffstat and only do reviews by commit)
<BtbN> Like, often there simply is no good answer where and if to display a comment
<haasn> :shrug: gitlab has handled this perfectly for a few years now
<haasn> but I digress
<BtbN> gitlab also can only guess
<BtbN> Like, in a lot of cases, there simply is no correct answer
<haasn> for example?
<BtbN> make a comment, force push the code it's on away. Where to put it?
<haasn> gitlab marks it as "outdated" and links to the version of the commit it was attached to at the time
<haasn> but doesn't auto-resolve or hide it until manually resolved
<BtbN> And if that commit doesn't exist anymore?
fjlogger has quit [Quit: fjlogger]
fjlogger has joined #ffmpeg-devel
<haasn> I'm not sure how to test that. Looking at 5-year old MRs on videolan/libplacebo I can still see the outdated commits from past iterations of PRs
<haasn> It sometimes says " The source project of this merge request has been removed. " though
<haasn> but the commit itself is preserved, it seems
<haasn> I think gitlab associates MR commits with the project the MR is made against
<haasn> i.e. protects them against `git gc`
<haasn> it probably does this by internally taking a ref of each push state; because it also uses them to generate diffs between versions of MRs
Traneptora has quit [Quit: Quit]
<BtbN> There is a ref to the HEAD of each PR
<BtbN> but it'd a bit crazy to keep a ref to every HEAD each PR ever had
<BtbN> Yeah, most of the issues are fixed for v16
<BtbN> Still no link to the specific commit though, since that is not tracked.
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23446 checkasm: Trim out unused upstream files, add script for updating (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23446#issuecomment-45552) by m⁠storsjo
<fjlogger> [FFmpeg/FFmpeg] Issue #23454 opened: oob read in commit_bitstream_and_slice_buffer (https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/23454) by c⁠gbug
linkmauve has quit [Remote host closed the connection]
kasper93_ has joined #ffmpeg-devel
kasper93 is now known as Guest7052
Guest7052 has quit [Killed (osmium.libera.chat (Nickname regained by services))]
kasper93_ is now known as kasper93
scat117 has quit [Ping timeout: 272 seconds]
scat117 has joined #ffmpeg-devel
linkmauve has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23439 swscale: minor preparatory improvements / internal bugfixes (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23439#issuecomment-45554) by r⁠amiro
Traneptora has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23446 checkasm: Trim out unused upstream files, add script for updating (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23446#issuecomment-45556) by r⁠amiro
kimapr has left #ffmpeg-devel [#ffmpeg-devel]
kimapr has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Pull request #23439 merged: swscale: minor preparatory improvements / internal bugfixes (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23439) by h⁠aasn
mkver has quit [Ping timeout: 268 seconds]
mkver has joined #ffmpeg-devel
ngaullier has quit [Remote host closed the connection]
kimapr has left #ffmpeg-devel [Error from remote client]
<fjlogger> [FFmpeg/FFmpeg] Pull request #23455 opened: avformat/mov: reject out of range ispe dimensions, avoid overflow summing HEIF tile dimensions (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23455) by m⁠ichaelni
kimapr has joined #ffmpeg-devel
lawchli has quit [Remote host closed the connection]
<fjlogger> [FFmpeg/FFmpeg] Pull request #23456 opened: opus: qualify libavcodec include paths (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23456) by a⁠ndrewrk
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23450 bsf: qualify libavcodec include paths (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23450#issuecomment-45568) by a⁠ndrewrk
lawchli has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23091 configure: use -ldl with AMF if necessary (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23091#issuecomment-45570) by A⁠razIusubov
<kasper93> BtbN: is this expected that forgejo api is open to clankers and not behind anubis?
<BtbN> clankers?
<BtbN> And yeah, Anubis only gets active if the UA string contains Mozilla
<BtbN> Otherwise it would shut everything out that's not a browser able to solve the challenge
<kasper93> do bots really use Mozilla UA?
<kasper93> I would expect them to be smarter than that
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23091 configure: use -ldl with AMF if necessary (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23091#issuecomment-45571) by k⁠asper93
<BtbN> A lot of them do, yes
<BtbN> Enough to keep the server happy
j45 has quit [Quit: ZNC 1.10.1 - https://znc.in]
j45 has joined #ffmpeg-devel
j45 has quit [Changing host]
j45 has joined #ffmpeg-devel
jarthur has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23447 avformat/demux: discard trimming samples in codecs with fixed frame size (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23447#issuecomment-45573) by B⁠alling
Chagall has quit [Ping timeout: 268 seconds]
Chagall has joined #ffmpeg-devel
Traneptora has quit [Quit: Quit]
ngaullier has joined #ffmpeg-devel
<fjlogger> [FFmpeg/FFmpeg] Pull request #23395 merged: avcodec/lcevcdec: respect log level from the external library (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23395) by j⁠amrial
<fjlogger> [FFmpeg/FFmpeg] Pull request #23234 merged: avformat/mov: allow outputting potentially truncated APV packets (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23234) by j⁠amrial
witchymary has joined #ffmpeg-devel
Traneptora has joined #ffmpeg-devel
Dreaght has joined #ffmpeg-devel
ngaullier has quit [Remote host closed the connection]
Kei_N has joined #ffmpeg-devel
Kei_N_ has quit [Read error: Connection reset by peer]
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #23418 avcodec/aacenc: allow encoding non-PCE 7.1(wide) under -strict 1 (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23418#issuecomment-45580) by R⁠odeo
kimapr has left #ffmpeg-devel [Error from remote client]
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg-devel
s55 has quit [Quit: Bye]
s55 has joined #ffmpeg-devel
recursive_error has joined #ffmpeg-devel
minimal has quit [Quit: Leaving]
<fjlogger> [FFmpeg/FFmpeg] New comment on pull request #22961 Add libavutil/int128.h and libavutil/rational64.h, use in swscale (https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22961#issuecomment-45583) by m⁠kver
linkmauve has quit [Remote host closed the connection]
BradleyS has quit [Read error: Connection reset by peer]
linkmauve has joined #ffmpeg-devel
BradleyS has joined #ffmpeg-devel