Re: [FFmpeg-devel] [RFC] 5 year plan & Inovation

2024-04-29 Thread Davy Durham
prefer getting notifications about my occasion contributions. But one can opt to get notified of everything by subscribing to the whole project. On Mon, Apr 29, 2024, 11:44 AM Ondřej Fiala wrote: > On Mon Apr 29, 2024 at 8:03 AM CEST, Davy Durham wrote: > > On 4/19/24 09:50, Niklas H

Re: [FFmpeg-devel] [RFC] 5 year plan & Inovation

2024-04-29 Thread Davy Durham
On 4/19/24 09:50, Niklas Haas wrote: So, rather than all of the above, what I think we should do is contract somebody to set up, manage, host and maintain a GitLab instance for us. This would probably be the single most cost effective boost to both community growth and innovation I can think

[FFmpeg-devel] Status of Patches

2023-05-09 Thread Davy Durham
Hi group,    How does one check on the status of a submitted patch?  I see many patches a day go into this list, but I have no idea if/when they have been incorporated.   Thanks ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH] fftools/ffmpeg: Added ability to set a input burst time before readrate is enforced

2023-02-23 Thread Davy Durham
web server. Signed-off-by: Davy Durham --- doc/ffmpeg.texi | 2 ++ fftools/ffmpeg.c | 3 ++- fftools/ffmpeg.h | 2 ++ fftools/ffmpeg_opt.c | 13 + 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 767df69b7f..16ab1a3

[FFmpeg-devel] [PATCH] dash metadata: Added other supported fields besides title only

2023-02-22 Thread Davy Durham
/805a8b48d02c5618608bf6fb2bfc2b450f1f057a/smali_classes2/com/google/android/exoplayer2/source/dash/manifest/ProgramInformation.smali#L19 Signed-off-by: Davy Durham --- libavformat/dashenc.c | 24 1 file changed, 24 insertions(+) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 295b01e225