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

2025-10-14 Thread Kieran Kunhya via ffmpeg-devel
On Tue, 14 Oct 2025, 23:53 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Timo > > On Wed, Oct 15, 2025 at 12:28:20AM +0200, Timo Rothenpieler via > ffmpeg-devel wrote: > > On 14.10.2025 04:40, Michael Niedermayer via ffmpeg-devel wrote: > > > Hi Everyone > > > > > >

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

2025-10-14 Thread Michael Niedermayer via ffmpeg-devel
Hi so many great awnsers, thanks everyone!!! please keep the ideas comming, we already ordered fast SSD disks to handle the load of ideas 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 l

[FFmpeg-devel] [PATCH v3 3/3] avformat/whip whep: add whep support

2025-10-14 Thread baigao via ffmpeg-devel
--- configure| 1 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/rtc.c| 895 +-- libavformat/rtc.h| 38 +- libavformat/rtpdec.c | 6 +- libavformat/rtpdec.h | 11 + libavformat/whep

[FFmpeg-devel] [PATCH v3 2/3] avformat/whip whep: reanme whip prefix to rtc for common RTC structures

2025-10-14 Thread baigao via ffmpeg-devel
--- libavformat/rtc.c | 564 ++--- libavformat/rtc.h | 60 ++--- libavformat/whip.c | 180 +++ 3 files changed, 402 insertions(+), 402 deletions(-) diff --git a/libavformat/rtc.c b/libavformat/rtc.c index 2dc0383d3e..8c848b6026 100644 --- a/l

[FFmpeg-devel] [PATCH v3 1/3] avformat/whip whep: create rtc for common RTC code shared by whip and whep

2025-10-14 Thread baigao via ffmpeg-devel
--- libavformat/Makefile |2 +- libavformat/{whip.c => rtc.c} | 856 +--- libavformat/rtc.h | 220 ++ libavformat/whip.c| 1386 + 4 files changed, 264 insertions(+), 2200 deletions(-) copy libavformat/{whip

[FFmpeg-devel] [PATCH] avformat/whip: add rtp history store and find method (PR #20703)

2025-10-14 Thread Jack Lau via ffmpeg-devel
PR #20703 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20703 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20703.patch This patch aims to enable rtp history store for RTX TODO: handle the rtx send to make rtx really work >From 90b863a2f54964009cff4dcf36