[FFmpeg-devel] Re: [RFC] Issue tracker

2025-09-15 Thread Timo Rothenpieler via ffmpeg-devel
On 9/15/2025 8:26 PM, Michael Niedermayer via ffmpeg-devel wrote: Hi Timo On Mon, Sep 15, 2025 at 07:19:17PM +0200, Timo Rothenpieler via ffmpeg-devel wrote: On 9/15/2025 2:57 PM, Michael Niedermayer via ffmpeg-devel wrote: Hi On Mon, Sep 15, 2025 at 02:06:07PM +0200, Timo Rothenpieler via

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-17 Thread Niklas Haas via ffmpeg-devel
On Tue, 16 Sep 2025 23:12:55 +0200 Balint Marton via ffmpeg-devel wrote: > [...] > > - Comparing pull request versions does not remove the upstreamed commits >from the comparison, so if a new version is newly rebased, I see >upstream commits as well in the comparison. >

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-17 Thread Nicolas George via ffmpeg-devel
Martin Storsjö via ffmpeg-devel (HE12025-09-16): > No, that is not the point at all. > > The point is having one's voice and vote count, without needing to disclose > it publicly. On potentially contentious matters, people eligible to vote may > wish to do so, without havi

[FFmpeg-devel] Re: Suspected memory leak with CUDA detected by valgrind

2025-09-17 Thread Timo Rothenpieler via ffmpeg-devel
On 9/11/2025 4:59 PM, Marco Oman via ffmpeg-devel wrote: Hi, I compiled the example hw_decode.c on Ubuntu 24.04 with ffmpeg 7.0 compiled with --enable-cuda-nvcc. Then lauched the decoding over a small mp4 file with a video encoded H264 and checked the whole thing with valgrind with the

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-17 Thread Timo Rothenpieler via ffmpeg-devel
On 9/16/2025 11:12 PM, Balint Marton via ffmpeg-devel wrote: On Tue, 16 Sep 2025, Michael Niedermayer via ffmpeg-devel wrote: Hi all 2 months ago we voted on testing Forgejo vs Gitlab, we picked and tested Forgejo. And as said in that vote, (and surprisingly, i have not forgotten it

[FFmpeg-devel] [PATCH] avformat/whip: add RTX initial support (PR #20544)

2025-09-17 Thread Jack Lau via ffmpeg-devel
whip, AV_LOG_ERROR, "Failed to set crypto for rtcp send\n"); @@ -1924,6 +1945,7 @@ static av_cold void whip_deinit(AVFormatContext *s) av_freep(&whip->key_file); ff_srtp_free(&whip->srtp_audio_send); ff_srtp_free(&whip->srtp_video_send); + ff_srtp_free(&whip->srtp_video_rtx_send); ff_srtp_free(&whip->srtp_rtcp_send); ff_srtp_free(&whip->srtp_recv); ffurl_close(whip->dtls_uc); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-17 Thread Philip Langdale via ffmpeg-devel
e keep forgejo we will likely transition our issue tracker > tickets into forgejo too, discussing with timo yesterday night > indicates that this likely can be done cleaner and neater than at > first expected. > > * if we switch back to the ML, we still could have subsystem > maintaine

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-18 Thread Nicolas George via ffmpeg-devel
Jacob Lifshay via ffmpeg-devel (HE12025-09-18): > I don't know about you, but whenever I'm developing code, I sometimes > push new changes multiple times in a day and then only ask for more > review after I'm done developing whatever thing I'm working on, maybe > af

[FFmpeg-devel] [FFmpeg-devel][QUESTION] Add new sample to fate-suite via forgejo

2025-09-18 Thread Zhao Zhili via ffmpeg-devel
sample via sending PR to this fate-suit repo. 3. Add cross link and rerun CI manually in FFmpeg repo’s PR after fate-suit’s PR merged. Maybe there are more simpler methods to do that. ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe

[FFmpeg-devel] Re: [RFC] Issue tracker

2025-09-18 Thread Michael Niedermayer via ffmpeg-devel
On Mon, Sep 15, 2025 at 02:57:53PM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi > > On Mon, Sep 15, 2025 at 02:06:07PM +0200, Timo Rothenpieler via ffmpeg-devel > wrote: > > On 15/09/2025 13:09, Michael Niedermayer via ffmpeg-devel wrote: > [...] > > > I

[FFmpeg-devel] [PATCH] avfilter/vsrc_gfxcapture: fix string format specifier (PR #20545)

2025-09-17 Thread Kacper Michajłow via ffmpeg-devel
_____ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [QUESTION] Regarding my first patch submission: "filters: add separator line to show_filters output"

2025-09-18 Thread Timo Rothenpieler via ffmpeg-devel
On 9/18/2025 7:29 AM, 张洪源 via ffmpeg-devel wrote: Dear FFmpeg Developers and Maintainers, I hope this email finds you well. My name is [Your Name], and I am writing to kindly inquire about a patch I recently submitted as my first contribution to the FFmpeg project. The patch is titled

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-18 Thread Marton Balint via ffmpeg-devel
On Thu, 18 Sep 2025, Timo Rothenpieler via ffmpeg-devel wrote: On 9/17/2025 8:32 PM, Marton Balint via ffmpeg-devel wrote: On Wed, 17 Sep 2025, Timo Rothenpieler via ffmpeg-devel wrote: On 9/16/2025 11:12 PM, Balint Marton via ffmpeg-devel wrote:  - I am not sure what would be the

[FFmpeg-devel] Re: [RFC] Issue tracker

2025-09-15 Thread Michael Niedermayer via ffmpeg-devel
, Comments ? thx On Sun, Sep 14, 2025 at 11:23:17PM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi everyone > > trac supports, custom search queries, customly formated results > > People can vote on tickets, we can have custom ticket states and custom > workflow on

[FFmpeg-devel] [PATCH] vp9: Improve 8bpc AVX2 inverse transform asm (PR #20526)

2025-09-15 Thread Henrik Gramner via ffmpeg-devel
PR #20526 opened by Henrik Gramner (gramner) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20526 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20526.patch This adds size-efficient AVX2 implementations for all the inverse transform types (replacing a few fully unrolled existing ones in

[FFmpeg-devel] [PATCH] configure: also initialize objcflags_filter early (PR #20525)

2025-09-15 Thread Marvin Scholz via ffmpeg-devel
8,7 @@ VERSION_SCRIPT_POSTPROCESS_CMD="cat" asflags_filter=echo cflags_filter=echo +objcflags_filter=echo ldflags_filter=echo AS_C='-c' -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an e

[FFmpeg-devel] Re: [RFC] Issue tracker

2025-09-15 Thread Michael Niedermayer via ffmpeg-devel
Hi On Mon, Sep 15, 2025 at 02:06:07PM +0200, Timo Rothenpieler via ffmpeg-devel wrote: [...] > > I thought Forgejo had votes as well, but I can't find them anymore, so I > might be misremembering that. One can add thumbs up and down to individual messages of an issue but they ar

[FFmpeg-devel] Re: [RFC] Issue tracker

2025-09-15 Thread Timo Rothenpieler via ffmpeg-devel
On 15/09/2025 14:30, Michael Niedermayer via ffmpeg-devel wrote: Hi On Mon, Sep 15, 2025 at 02:06:07PM +0200, Timo Rothenpieler via ffmpeg-devel wrote: [...] I thought Forgejo had votes as well, but I can't find them anymore, so I might be misremembering that. One can add thumbs u

[FFmpeg-devel] [PATCH] tests/fate/image: add Exif rotation metadata tests (PR #20522)

2025-09-14 Thread James Almer via ffmpeg-devel
72:1 +TAG:ResolutionUnit= 2 +TAG:YCbCrPositioning= 1 +TAG:ImageWidth= 1200 +TAG:ImageLength= 1800 +TAG:ExifIFD/PixelXDimension= 1200 +TAG:ExifIFD/PixelYDimension= 1800 +[SIDE_DATA] +side_data_type=EXIF metadata +size=144 +[/SIDE_DATA] +[/FRAME] -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] configure: Make -Werror=partial-availability apply to all languages (PR #20523)

2025-09-15 Thread Martin Storsjö via ffmpeg-devel
FULLNAME).$(LIBMAJOR)$(SLIBSUF)' -- 2.49.1 ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] Issue tracker

2025-09-15 Thread Michael Niedermayer via ffmpeg-devel
On Mon, Sep 15, 2025 at 01:09:47PM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi all > > ATM the bug reporting guidlines point to trac > and https://trac.ffmpeg.org/newticket redirects to forgejo > > So if a user found a bug, now what does she do? > 1. First she

[FFmpeg-devel] [PATCH] avcodec/pngenc: include EXIF buffer in max_packet_size (PR #20539)

2025-09-17 Thread Leo Izen via ffmpeg-devel
cket(avctx, pkt, max_packet_size); if (ret < 0) return ret; -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/movenc: clear subsample information on fragment flush (PR #20538)

2025-09-16 Thread James Almer via ffmpeg-devel
cenc atoms that should reside inside stbl */ -- 2.49.1 ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-18 Thread Gyan Doshi via ffmpeg-devel
On 2025-09-16 02:19 pm, Michael Niedermayer via ffmpeg-devel wrote: Hi all 2 months ago we voted on testing Forgejo vs Gitlab, we picked and tested Forgejo. And as said in that vote, (and surprisingly, i have not forgotten it) heres the "after testing" discussion and vote do we wa

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-18 Thread Niklas Haas via ffmpeg-devel
On Thu, 18 Sep 2025 01:52:31 -0700 Jacob Lifshay via ffmpeg-devel wrote: > On Thu, Sep 18, 2025 at 12:03 AM Nicolas George via ffmpeg-devel > wrote: > > > > Timo Rothenpieler via ffmpeg-devel (HE12025-09-18): > > > The problem is they can be very frequent. And not

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-18 Thread Jacob Lifshay via ffmpeg-devel
On September 18, 2025 2:15:22 AM PDT, Nicolas George via ffmpeg-devel wrote: > If this web monster does not let you push code in your private fork > without asking to include it upstream, it is one more reason not to use > that thing. It does let you push to your private for

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-18 Thread Zhao Zhili via ffmpeg-devel
> On Sep 17, 2025, at 22:44, Niklas Haas via ffmpeg-devel > wrote: > > On Tue, 16 Sep 2025 10:49:00 +0200 Michael Niedermayer > wrote: >> Hi all >> >> 2 months ago we voted on testing Forgejo vs Gitlab, we picked and tested >> Forgejo. And as said

[FFmpeg-devel] Re: [FFmpeg-devel][QUESTION] Add new sample to fate-suite via forgejo

2025-09-18 Thread Timo Rothenpieler via ffmpeg-devel
t approach. smime.p7s Description: S/MIME Cryptographic Signature _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-18 Thread Jacob Lifshay via ffmpeg-devel
On Thu, Sep 18, 2025 at 12:03 AM Nicolas George via ffmpeg-devel wrote: > > Timo Rothenpieler via ffmpeg-devel (HE12025-09-18): > > The problem is they can be very frequent. And not only force pushes. > > So the current implementation is a compromise between visibility

[FFmpeg-devel] Re: [PATCH] WIP: Add custom tagging for alpha mode to the MXF format (PR #20504)

2025-09-18 Thread Tomas Härdin via ffmpeg-devel
fre 2025-09-12 klockan 15:09 + skrev Niklas Haas via ffmpeg-devel: > PR #20504 opened by Niklas Haas (haasn) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20504 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20504.patch > > Marking this as WIP because I think it

[FFmpeg-devel] Re: [PATCH] avformat/mxfenc: fix SMPTE 436M UL for ANC

2025-09-18 Thread Tomas Härdin via ffmpeg-devel
mån 2025-09-15 klockan 10:26 -0300 skrev Helmuth Schmitz via ffmpeg- devel: > The first UL of the SMPTE 436M descriptor triple in mxfenc.c used > 0x0a > instead of 0x09. This caused generated MXF files without "MXF-GC > Generic > ANC > Data Mapping" essence container

[FFmpeg-devel] Re: [RFC] Issue tracker

2025-09-15 Thread Timo Rothenpieler via ffmpeg-devel
On 15/09/2025 13:09, Michael Niedermayer via ffmpeg-devel wrote: Hi all ATM the bug reporting guidlines point to trac and https://trac.ffmpeg.org/newticket redirects to forgejo So if a user found a bug, now what does she do? 1. First she (maybe) looks at the bug reporting guidlines (which

[FFmpeg-devel] [PATCH] avcodec/qsvdec: fix refcount leak in two-stage QSV init (PR #20532)

2025-09-16 Thread hajin-chung via ffmpeg-devel
hw_frames_ref); -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avfilter/vsrc_gfxcapture: fix possible missed wakeup race in capture loop (PR #20531)

2025-09-15 Thread Timo Rothenpieler via ffmpeg-devel
gctx->frame_arrived_cond.wait_for(frame_lock, std::chrono::seconds(1), [&]() { return wgctx->frame_seq.load(std::memory_order_acquire) != last_seq || wgctx->window_closed.load(std::memory_order_acquire); -- 2.49.1 ________

[FFmpeg-devel] [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-09-16 Thread Michael Niedermayer via ffmpeg-devel
ocrates signature.asc Description: PGP signature _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avcodec/hevc/refs: don't unconditionally discard non-IRAP frames if no IRAP frame was seen before (PR #20662)

2025-10-18 Thread James Almer via ffmpeg-devel
C_FLAG2_SHOW_ALL); if (s->sh.pic_output_flag && !no_output) -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] libavutil/arm: Rename the HWCAP defines

2025-10-18 Thread Martin Storsjö via ffmpeg-devel
with me. // Martin ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] Backport HTTP and RTSP fixes (PR #20635)

2025-10-18 Thread Marvin Scholz via ffmpeg-devel
av_strlcpy(reply->reason, p, sizeof(reply->reason)); } else { av_strlcpy(reply->reason, buf1, sizeof(reply->reason)); // method -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] FFlabs Sponsor

2025-10-18 Thread Nicolas George via ffmpeg-devel
Kieran Kunhya via ffmpeg-devel (HE12025-10-10): > The only reasonable suggestion is get agreement from your shareholders > before raising this topic in public. Are you their lawyer? Because as far as I can see, this issue is none of your concern and this is just more of you bullying M

[FFmpeg-devel] [RFC] mailing list From mangling and bounces and DMARC

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi everyone As we all certainly know, this ML since a few months rewrites all "From:" headers to "X Y via ffmpeg-devel " We changed this because neither me nor timo nor rather unhelpfull AI could fix the bounce & dmarc issue 33 @outlook and 19 @hotmail subscribers go

[FFmpeg-devel] [PATCH] doc/muxers: correct default pkt_size value of whip (PR #20583)

2025-10-18 Thread Jack Lau via ffmpeg-devel
9.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Nicolas On Tue, Oct 14, 2025 at 12:32:00PM +0200, Nicolas George via ffmpeg-devel wrote: > michaelni (HE12025-10-13): > > Also you would have to convince the community, that we want this. iam > > not sure how the community would think about it, but for example you > > co

[FFmpeg-devel] [PATCH] avcodec/bsf/dts2pts: add hevc support (PR #20702)

2025-10-18 Thread Zhao Zhili via ffmpeg-devel
0,48000,10264, 0x4a3316a9, F=0x0 +0,2064000,2208000,48000,31460, 0xb9bb51e0, F=0x0 +0,2112000, 2160000, 48000,10339, 0xd1722293, F=0x0 +0,216,2256000,48000,10386, 0x352647dd, F=0x0 +0,2208000,2256011,48000, 102855, 0xf73a53cd, F=0x0 +0,2256000,2256006,1,48949, 0x7a001fe6, F=0x0 +0,2256001,2256004,1,31419, 0x973ff917, F=0x0 +0,2256002,2256002,2,10845, 0xaa650a19, F=0x0 +0,2256004,2256005,1,10671, 0x69c7d357, F=0x0 +0,2256005,2256008,1,30951, 0xebed3d9c, F=0x0 +0,2256006,2256007,1,10525, 0xc6727243, F=0x0 +0,2256007,2256010,1,10205, 0x0c6bbc1d, F=0x0 +0,2256008,2256008,2,37793, 0xfd79bdd2, F=0x0 +0,2256010,2256012,1,10607, 0x9e689b6d, F=0x0 +0,2256011,2256011,1,15672, 0x7fa574e9, F=0x0 -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi On Thu, Oct 02, 2025 at 02:55:16PM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi all > > As suggested in the thread with similar subject, here is the vote. > Please reply with a "Yes" or "No" to cast your vote. > Vote ends in 7 days. All memb

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Nicolas On Wed, Oct 15, 2025 at 04:53:28PM +0200, Nicolas George via ffmpeg-devel wrote: > Michael Niedermayer via ffmpeg-devel (HE12025-10-14): > > As we are now looking for sponsors, we also should look for tasks to fund. > > > PS: once we have enough yearly income we

[FFmpeg-devel] Re: [PATCH] avformat/mpegtsenc: Limit TS invalid messages

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi On Thu, Oct 02, 2025 at 11:36:33PM +0200, David Dominguez via ffmpeg-devel wrote: > mpegts_write_pes() warns when DTS - PCR is negative. This is > done to detect frames that are late for decoding, meaning that > timestamping is wrong or the muxrate value is insufficient. >

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Sun, 12 Oct 2025, 11:20 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Ronald > > On Sat, Oct 11, 2025 at 05:05:44PM -0400, Ronald S. Bultje via > ffmpeg-devel wrote: > > Hi Michael, > > > > On Thu, Oct 9, 2025 at 11:01 AM

[FFmpeg-devel] Re: [RFC] FFlabs Sponsor

2025-10-18 Thread Devin Heitmueller via ffmpeg-devel
On Fri, Oct 10, 2025 at 10:03 AM Kieran Kunhya via ffmpeg-devel wrote: > Posts about the business operations of FFlabs, a private company, are > off-topic on this mailing list. > > Kieran Yeah, this seems like a really weird thing to declare in this forum. If the question is whethe

[FFmpeg-devel] [RFC] Funded Task Ideas

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
: 9FF2128B147EF6730BADF133611EC787040B0FAB Elect your leaders based on what they did after the last election, not based on what they say before an election. signature.asc Description: PGP signature ___ ffmpeg-devel mailing list -- [email protected] To

[FFmpeg-devel] [PATCH] avformat/mccenc: use Lavf version string instead of FFmpeg (PR #20655)

2025-10-18 Thread James Almer via ffmpeg-devel
creation_program = LIBAVFORMAT_IDENT; } else if (strchr(creation_program, '\n')) { av_log(avf, AV_LOG_FATAL, "creation_program must not contain multiple lines of text\n"); return AVERROR(EINVAL); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] Issue tracker

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Gyan On Tue, Sep 16, 2025 at 10:09:14AM +0530, Gyan Doshi via ffmpeg-devel wrote: > > > On 2025-09-16 03:16 am, Michael Niedermayer via ffmpeg-devel wrote: > > > What can happen is that if an existing open trac issue is taken up for > > > active resolution, then a

[FFmpeg-devel] Re: [PATCH] avformat/whip: Drop invalid group:BUNDLE from SDP in single-stream cases

2025-10-18 Thread Jack Lau via ffmpeg-devel
> On Oct 6, 2025, at 16:06, baigao via ffmpeg-devel > wrote: > > --- > libavformat/whip.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/libavformat/whip.c b/libavformat/whip.c > index 472c6dbf16..6ace9240f9 100644 > --- a/libavfor

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi On Tue, Sep 16, 2025 at 10:49:00AM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi all > > 2 months ago we voted on testing Forgejo vs Gitlab, we picked and tested > Forgejo. And as said in that vote, (and surprisingly, i have not forgotten it) > heres the "after

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Ronald On Sat, Oct 11, 2025 at 05:05:44PM -0400, Ronald S. Bultje via ffmpeg-devel wrote: > Hi Michael, > > On Thu, Oct 9, 2025 at 11:01 AM Michael Niedermayer via ffmpeg-devel < > [email protected]> wrote: > > > The number of people voting was a bit disapp

[FFmpeg-devel] trac ticket statistics Was: Re: Re: [RFC] Issue tracker

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Gyan On Tue, Sep 16, 2025 at 10:09:14AM +0530, Gyan Doshi via ffmpeg-devel wrote: > > > On 2025-09-16 03:16 am, Michael Niedermayer via ffmpeg-devel wrote: [...] > > And what do we gain by avoiding "wholesale migration" ? > > Added bloat of thousands of dorm

[FFmpeg-devel] Re: [RFC] FFlabs Sponsor

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Devin On Fri, Oct 10, 2025 at 10:07:16AM -0400, Devin Heitmueller via ffmpeg-devel wrote: > On Fri, Oct 10, 2025 at 10:03 AM Kieran Kunhya via ffmpeg-devel > wrote: > > Posts about the business operations of FFlabs, a private company, are > > off-topic on this mailing li

[FFmpeg-devel] Re: [PATCH] WIP: avfilter: add Bungee audio stretch filter (PR #20697)

2025-10-18 Thread Nicolas George via ffmpeg-devel
kupix via ffmpeg-devel (HE12025-10-13): > This adds an audio filter using the > [Bungee](https://github.com/bungee-audio-stretch/bungee) open source > audio timescale manipulation library. It also adds support for the > proprietary "Bungee Pro" variant. Hi. Thanks for

[FFmpeg-devel] Re: [RFC] Issue tracker

2025-10-18 Thread Jacob Lifshay via ffmpeg-devel
On September 28, 2025 2:18:40 AM PDT, Michael Niedermayer via ffmpeg-devel wrote: > On Sun, Sep 28, 2025 at 10:54:14AM +0300, Rémi Denis-Courmont via > ffmpeg-devel wrote: > > Otherwise, I don't really see any benefit to Trac. Forgejo would allow us > > to >

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
since a deranged email on this mailing list: 0 Kieran _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] avfilter: add avfilter_forward_command API for recursive command processing. (PR #20621)

2025-10-18 Thread Nicolas George via ffmpeg-devel
cenzhanquan1 via ffmpeg-devel (HE12025-09-28): > PR #20621 opened by cenzhanquan1 > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20621 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20621.patch > > This commit introduces a new API that allows commands to be recursiv

[FFmpeg-devel] [PATCH] movenc: Check for more options incompatible with hybrid_fragmented (PR #20651)

2025-10-18 Thread Martin Storsjö via ffmpeg-devel
"with faststart, delay_moov and moov_size.\n"); return AVERROR(EINVAL); } -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Nicolas George via ffmpeg-devel
we considered accepting, it should not be as an extra filter with its own set of options. It should be as a single filter with an option to choose the implementation but common options for the shared features. Regards, -- Nicolas George _______ ffmpeg-devel

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Nicolas, Kieran On Wed, Oct 15, 2025 at 10:31:35AM +0200, Nicolas George via ffmpeg-devel wrote: > Kieran Kunhya via ffmpeg-devel (HE12025-10-15): > > FFmpeg should move to an LTS and development version like Ubuntu. > > > > Then companies can pay for older versions

[FFmpeg-devel] Re: [PATCH] WIP: avfilter: add Bungee audio stretch filter (PR #20697)

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Mon, 13 Oct 2025, 09:27 Nicolas George via ffmpeg-devel, < [email protected]> wrote: > kupix via ffmpeg-devel (HE12025-10-13): > > This adds an audio filter using the > > [Bungee](https://github.com/bungee-audio-stretch/bungee) open source > > audio timesca

[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Tue, Oct 14, 2025 at 12:39 PM Zhao Zhili wrote: > > > > > On Oct 14, 2025, at 18:53, Kieran Kunhya via ffmpeg-devel > > wrote: > > > > On Tue, Oct 14, 2025 at 11:32 AM Nicolas George via ffmpeg-devel > > wrote: > >> > >> michaelni (

[FFmpeg-devel] [PATCH] libavutil/hwcontext_amf: Simplified blocking before frame submission (PR #20660)

2025-10-18 Thread Dmitrii Ovchinnikov via ffmpeg-devel
ntext_amf.h +++ b/libavutil/hwcontext_amf.h @@ -26,6 +26,7 @@ #include #include #include +#include "thread.h" /** * This struct is allocated as AVHWDeviceContext.hwctx @@ -38,6 +39,7 @@ typedef struct AVAMFDeviceContext { int64_t version; ///< version of AMF runtime AMFContext *context; AMF_MEMORY_TYPE memory_type; + AVMutex mutex; } AVAMFDeviceContext; enum AMF_SURFACE_FORMAT av_av_to_amf_format(enum AVPixelFormat fmt); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] configure: add intial Windows platform install files for debug with .pdb symbols

2025-10-18 Thread Roger Johnson via ffmpeg-devel
m 644 $$< "$(LIBDIR)" @@ -119,6 +125,7 @@ uninstall-libs:: -$(RM) "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \ "$(SHLIBDIR)/$(SLIBNAME)"\ "$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)" + -$(RM) $(SLIB_INSTALL_EXTRA_S

[FFmpeg-devel] Re: [GASPP PATCH 1/2] Pass "-machine" options through to armasm

2025-10-18 Thread Martin Storsjö via ffmpeg-devel
--enable-shared build. Thanks - then I'll go ahead and apply these two patches on gas-preprocessor. // Martin ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [RFC] FFlabs Sponsor

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
alternatives. -- Abba Eban signature.asc Description: PGP signature ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
On Tue, Oct 14, 2025 at 04:40:06AM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi Everyone > > As we are now looking for sponsors, we also should look for tasks to fund. > I suggest, we first do some brainstorming and make a list, and then figure > out which > tasks

[FFmpeg-devel] [PATCH] movenc: Fix two interactions between delay_moov and hybrid_fragmented (PR #20704)

2025-10-18 Thread Martin Storsjö via ffmpeg-devel
->mdat_size = avio_tell(pb) - mov->mdat_pos - 8; for (i = 0; i < mov->nb_tracks; i++) { MOVTrack *track = &mov->tracks[i]; -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Wed, 15 Oct 2025, 09:32 Nicolas George via ffmpeg-devel, < [email protected]> wrote: > Kieran Kunhya via ffmpeg-devel (HE12025-10-15): > > FFmpeg should move to an LTS and development version like Ubuntu. > > > > Then companies can pay for older versions to

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode: use macros to set QP range and max frame size (PR #20666)

2025-10-18 Thread Tong Wu via ffmpeg-devel
G_ENABLE_QP_RANGE; -} - -if (ctx->max_frame_size > 0) { -qvbr_ctl->MaxFrameBitSize = ctx->max_frame_size * 8; -ctx->rc.Flags |= D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAG_ENABLE_MAX_FRAME_SIZE; -} +SET_QP_RANGE(qvbr_ctl); + SET_MAX_FRAME_SIZE

[FFmpeg-devel] Re: New mailing-list archive

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
HI Nicolas On Thu, Oct 16, 2025 at 01:56:59PM +0200, Nicolas George via ffmpeg-devel wrote: > Michael Niedermayer via ffmpeg-devel (HE12025-10-13): > > theres also: > > https://lists.ffmpeg.org/lore/ffmpeg-devel/ > > This is a lot better. I do not find how to get a threaded

[FFmpeg-devel] [PATCH] tests/checkasm: add a test for dcadsp (PR #20646)

2025-10-18 Thread James Almer via ffmpeg-devel
asm-exrdsp\ fate-checkasm-fdctdsp \ -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] libavcodec/g723_1enc: Fix crash

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi On Fri, Oct 03, 2025 at 03:49:36PM +, Kovacs, Zsolt via ffmpeg-devel wrote: > Hi All, > > We had crashes in prod while compressing audio with G.723.1 using ffmpeg as a > library. The callstack was: > > fcb_search, line 1027 > ff_encode_encode_cb, line 253 > enco

[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Zhao Zhili via ffmpeg-devel
> On Oct 14, 2025, at 18:53, Kieran Kunhya via ffmpeg-devel > wrote: > > On Tue, Oct 14, 2025 at 11:32 AM Nicolas George via ffmpeg-devel > wrote: >> >> michaelni (HE12025-10-13): >>> Also you would have to convince the community, that we want this. iam

[FFmpeg-devel] Re: [PATCH 01/10] libavcodec/cbs_apv_syntax_template: limit tile to 2gb

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
its going to go on forever, its just that you wont like living in it. -- Hiranya Peiri signature.asc Description: PGP signature _______________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] ffv1enc_vulkan: fix empty struct build error on msvc

2025-10-17 Thread Koushik Dutta via ffmpeg-devel
gb) { -- 2.50.1 (Apple Git-155) _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] Fix for `apad` output getting stuck issue (PR #20600)

2025-10-17 Thread Niklas Haas via ffmpeg-devel
44, 44,1, 230400, 0x5891ab1c +0, 45, 45,1, 230400, 0x2dcfe2d0 +0, 46, 46,1, 230400, 0x2b86236a +0, 47, 47,1, 230400, 0xea3a5e63 +0, 48, 48, 1, 230400, 0x8748993d +0, 49,

[FFmpeg-devel] [PATCH] configure: Check for the AArch64 CRC extension (PR #20682)

2025-10-17 Thread Martin Storsjö via ffmpeg-devel
+#define DISABLE_CRC .arch_extension nocrc +#else +#define ENABLE_CRC +#define DISABLE_CRC +#endif + #if HAVE_AS_ARCHEXT_DOTPROD_DIRECTIVE #define ENABLE_DOTPROD .arch_extension dotprod #define DISABLE_DOTPROD .arch_extension nodotprod @@ -72,6 +80,7 @@ #define DISABLE_SVE2 #endif +DISABLE_CRC DISABLE_DOTPROD DISABLE_I8MM DISABLE_SVE -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avutil/csp: correct gamma approximation to match BT.1886 EOTF (PR #20690)

2025-10-17 Thread Kacper Michajłow via ffmpeg-devel
] = 2.4, +[AVCOL_TRC_BT1361_ECG] = 2.4, +[AVCOL_TRC_BT2020_10] = 2.4, +[AVCOL_TRC_BT2020_12] = 2.4, [AVCOL_TRC_GAMMA22] = 2.2, [AVCOL_TRC_IEC61966_2_1] = 2.2, [AVCOL_TRC_GAMMA28] = 2.8, -- 2.49.1 ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH] configure: add intial Windows platform install files for debug with .pdb symbols

2025-10-17 Thread Roger Johnson via ffmpeg-devel
_WITH_VERSION)" + -$(RM) $(SLIB_INSTALL_EXTRA_SYM:%="$(SHLIBDIR)/%") -$(RM) $(SLIB_INSTALL_EXTRA_SHLIB:%="$(SHLIBDIR)/%") -$(RM) $(SLIB_INSTALL_EXTRA_LIB:%="$(LIBDIR)/%") -$(RM) "$(LIBDIR)/$(LIBNAME)" -- 2.51.0.windows.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] movenc: Make the hybrid_fragmented mode more robust (PR #20652)

2025-10-17 Thread Martin Storsjö via ffmpeg-devel
return res; } -- 2.49.1 ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avfilter/vf_scale: don't atempt to rescale AV_NOPTS_VALUE (PR #20603)

2025-10-17 Thread James Almer via ffmpeg-devel
= av_rescale_q(fs->pts, fs->time_base, outlink->time_base); +out->pts = fs->pts == AV_NOPTS_VALUE ? fs->pts : av_rescale_q(fs->pts, fs->time_base, outlink->time_base); return ff_filter_frame(outlink, out); err: -- 2.49.1 _________

[FFmpeg-devel] Re: [DISCUSSION] Adding ARM64EC support to FFmpeg

2025-10-17 Thread Martin Storsjö via ffmpeg-devel
time. Also, don't top post. // Martin _______________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avutil/crc: add arm64 crc32 asm (PR #20654)

2025-10-17 Thread Zhao Zhili via ffmpeg-devel
case CRC32: { +int err = av_crc_get(AV_CRC_32_IEEE_LE, &res->crcctx); +if (err < 0) { + av_free(res); + return err; +} +} +break; case ADLER32: break; } if (i != ADLER32 && i != CRC32 && !res->ctx) { @@ -185,7 +192,7 @@ void av_hash_update(AVHashContext *ctx, const uint8_t *src, size_t len) case SHA512_256: case SHA384: case SHA512: av_sha512_update(ctx->ctx, src, len); break; -case CRC32: ctx->crc = av_crc(ctx->crctab, ctx->crc, src, len); break; +case CRC32: ctx->crc = av_crc2(&ctx->crcctx, ctx->crc, src, len); break; case ADLER32: ctx->crc = av_adler32_update(ctx->crc, src, len); break; } } -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: New mailing-list archive

2025-10-13 Thread Michael Niedermayer via ffmpeg-devel
Hi Nicolas On Mon, Oct 13, 2025 at 11:09:20AM +0200, Nicolas George via ffmpeg-devel wrote: > Nicolas George via ffmpeg-devel (HE12025-10-13): > > Thanks. It sucks a little less than the first impression. But it still > > sucks. The fact that it defaults to a non-monospace fon

[FFmpeg-devel] New mailing-list archive

2025-10-13 Thread Nicolas George via ffmpeg-devel
Hi. I just went to the new archive for this mailing-list. Is it just me or does it suck? I am looking at <https://lists.ffmpeg.org/archives/list/[email protected]/thread/OU7LIDH65GJLH7IXSU7TBUCEUNDBRNQW/> and I am not seeing any way to make a link to my own mail. Regards, -- N

[FFmpeg-devel] Re: New mailing-list archive

2025-10-13 Thread Nicolas George via ffmpeg-devel
Diederick C. Niehorster via ffmpeg-devel (HE12025-10-13): > The little chain icon in the lower right, next to the thumbs up and > thumbs down, generates: > https://lists.ffmpeg.org/archives/list/[email protected]/message/LHST53IEEVLV7ZFNAA3274N652WHRVA6/ Thanks. It sucks a little

[FFmpeg-devel] [PATCH] avcodec: make use of av_zero_extend() in a few modules (PR #20628)

2025-10-17 Thread James Almer via ffmpeg-devel
1] + get_vlc2(gb, tab, ATRAC9_SF_VLC_BITS, 1); -c->scalefactors[i] = val & ((1 << len) - 1); +c->scalefactors[i] = av_zero_extend(val, len); } for (int i = 0; i < unit_cnt; i++) -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] FFlabs Sponsor

2025-10-17 Thread Kieran Kunhya via ffmpeg-devel
On Fri, Oct 10, 2025 at 10:58 PM Michael Niedermayer via ffmpeg-devel wrote: > > Hi Everyone > > The FFmpeg community decided, that we should actively look for sponsors. > And to do that, i will use my influence as shareholder of FFlabs to: > > Authorize the use of excess

[FFmpeg-devel] Re: [REFUND-REQUEST] code.ffmpeg.org hosting cost

2025-10-17 Thread Stefano Sabatini via ffmpeg-devel
On Tue, Sep 16, 2025 at 12:41 AM Michael Niedermayer via ffmpeg-devel wrote: > > Hi Timo > > On Mon, Sep 15, 2025 at 10:20:30PM +0200, Timo Rothenpieler via ffmpeg-devel > wrote: > > These are the hosting costs for code.ffmpeg.org so far: > > > > Each months b

[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-17 Thread Kieran Kunhya via ffmpeg-devel
On Tue, Oct 14, 2025 at 11:32 AM Nicolas George via ffmpeg-devel wrote: > > michaelni (HE12025-10-13): > > Also you would have to convince the community, that we want this. iam > > not sure how the community would think about it, but for example you > > could offer to don

[FFmpeg-devel] [PATCH] avcodec/libdav1d: bump minimum supported version to 1.0.0 (PR #20625)

2025-10-17 Thread James Almer via ffmpeg-devel
delay", OFFSET(max_frame_delay), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, DAV1D_MAX_FRAME_DELAY, VD }, { "filmgrain", "Apply Film Grain", OFFSET(apply_grain), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, VD | AV_OPT_FLAG_DEPRECATED }, { "oppoint", "Select an operating point of the scalable bitstream", OFFSET(operating_point), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 31, VD }, -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] swscale/output: Fix unsigned cast position in yuv2* (PR #20698)

2025-10-17 Thread Michael Niedermayer via ffmpeg-devel
On Mon, Oct 13, 2025 at 05:20:55PM +0100, Kieran Kunhya via ffmpeg-devel wrote: > On Mon, 13 Oct 2025, 14:28 michaelni via ffmpeg-devel, < > [email protected]> wrote: > > > PR #20698 opened by michaelni > > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls

[FFmpeg-devel] [PATCH] avformat/mov: fix missing video size when some decoders are disabled (PR #20669)

2025-10-17 Thread Zhao Zhili via ffmpeg-devel
t->codecpar->codec_id == AV_CODEC_ID_MP3 -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] avutil/crc: add arm64 crc32 asm (PR #20654)

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Mon, Oct 6, 2025 at 10:31 PM Zhao Zhili via ffmpeg-devel wrote: > > PR #20654 opened by Zhao Zhili (quink) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20654 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20654.patch > > > >From ab6fd7a273b88080e878c0c6

[FFmpeg-devel] [PATCH] fate-recv.sh: count warnings also in test.log

2025-10-18 Thread Kacper Michajłow via ffmpeg-devel
t;/dev/null | wc -l) echo "stats:$ntest:$npass:$nwarn" >>summary -- 2.50.1 ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/rtsp: set AVFMTCTX_UNSEEKABLE flag (PR #20598)

2025-09-24 Thread Kaarle Ritvanen via ffmpeg-devel
x_flags |= AVFMTCTX_UNSEEKABLE; + return 0; } #endif /* CONFIG_RTPDEC */ -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

<    20   21   22   23   24   25   26   27   28   29   >