Re: [FFmpeg-devel] [RFC] 7.1 Release

2024-09-24 Thread Ingo Oppermann
"Leavitt" (https://en.wikipedia.org/wiki/Henrietta_Swan_Leavitt) > On 24 Sep 2024, at 17:47, Michael Niedermayer wrote: > > On Wed, Aug 14, 2024 at 02:41:55PM +0200, Michael Niedermayer wrote: >> Hi all >> >> Are there any upcoming LTS releases that want to/could include FFmpeg 7.1 ? >> If so p

Re: [FFmpeg-devel] 7.0 Name

2024-04-02 Thread Ingo Oppermann
> On 1 Apr 2024, at 22:00, Michael Niedermayer wrote: > > Hi all > > I think we didnt decide on a name for 7.0 yet > > Previously suggested names: > Darwin, > De broglie, > Dijkstra, > Galois, > Gauss, > Jacobi, > Jemison > Johnson > Leavitt > Maxwell, > Mellin, > Perelman, > Poincaré, > Raman

[FFmpeg-devel] [PATCH] avformat/libsrt: Fix srt:// URL parsing

2024-02-12 Thread Ingo Oppermann
Add missing NULL check and use ff_urldecode for string query parameters. Signed-off-by: Ingo Oppermann --- libavformat/libsrt.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c index cd8f5b1e7d..d549aea1f7 100644 --- a

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-07-06 Thread Ingo Oppermann
Leavitt https://en.wikipedia.org/wiki/Henrietta_Swan_Leavitt > On 7 Jul 2023, at 08:40, Lynne wrote: > > Jul 6, 2023, 18:19 by j...@videolan.org: > >> Heya, >> >> On Thu, 6 Jul 2023, at 18:04, Lynne wrote: >> >>> It's been a while since we've had a release, and we've had >>> a lot of new fea

Re: [FFmpeg-devel] [PATCH v1] ffmpeg: add optional JSON output of inputs, outputs, mapping, and progress

2022-07-25 Thread Ingo Oppermann
> On 9 Jun 2022, at 14:47, Ingo Oppermann wrote: > > In order to make a running ffmpeg process easier to monitor and parse by > programs that call the ffmpeg binary and process its output, this patch adds > the command line option -jsonstats. This option is a modifier for

[FFmpeg-devel] [PATCH v1] ffmpeg: add optional JSON output of inputs, outputs, mapping, and progress

2022-06-09 Thread Ingo Oppermann
milar to the default data for each input and output stream and a summary. Together with the -progress option, the described JSON data instead of the default data will be written to the provided target. Signed-off-by: Ingo Oppermann --- doc/ffmpeg.texi | 10 ++ fftools/ffmpeg.c | 1