> On Apr 13, 2025, at 19:15, Gyan Doshi wrote:
>
> Utility function to report seekability features for a given input.
>
> Useful for ffprobe and to extend seek possibilities in fftools.
> ---
> doc/APIchanges | 3 +++
> libavformat/avformat.h | 22 ++
> libavformat/seek.
On Mon, 31 Mar 2025 at 02:50, softworkz .
wrote:
>
>
>
> > -Original Message-
> > From: ffmpeg-devel On Behalf Of Jan
> > Ekström
> > Sent: Montag, 31. März 2025 00:05
> > To: FFmpeg development discussions and patches
> > Subject: Re: [FFmpeg-devel] [PATCH v2] w32pthreads: add support f
From: softworkz
Those are often used by IDEs and FFmpeg doesn't have
any such folders in the repo.
Signed-off-by: softworkz
---
ffmpeg/repo: Add dot-folders in the repository root to .gitignore
Those are often used by IDEs and FFmpeg doesn't have any such folders in
the repo.
On 2025-04-13 10:12 pm, Zhao Zhili wrote:
On Apr 13, 2025, at 19:15, Gyan Doshi wrote:
Utility function to report seekability features for a given input.
Useful for ffprobe and to extend seek possibilities in fftools.
---
doc/APIchanges | 3 +++
libavformat/avformat.h | 22
On 2025-04-13 09:39 pm, softworkz . wrote:
-Original Message-
From: ffmpeg-devel On Behalf Of Gyan
Doshi
Sent: Sonntag, 13. April 2025 13:16
To:ffmpeg-devel@ffmpeg.org
Subject: [FFmpeg-devel] [PATCH 1/2] avformat: add
avformat_query_seekable
Utility function to report seekability f
Le 12/04/2025 à 09:22, Lynne a écrit :
Also, this commit fully fixes decoding of context=1 encoded files.
I confirm that it passes all my tests with this patches.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinf
> -Original Message-
> From: ffmpeg-devel On Behalf Of Gyan
> Doshi
> Sent: Montag, 14. April 2025 06:24
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH 1/2] avformat: add
> avformat_query_seekable
>
>
>
> On 2025-04-13 09:39 pm, softworkz . wrote:
> >
> >> -Or
On 2025-04-13 09:48 pm, softworkz . wrote:
-Original Message-
From: ffmpeg-devel On Behalf Of Gyan
Doshi
Sent: Sonntag, 13. April 2025 13:16
To:ffmpeg-devel@ffmpeg.org
Subject: [FFmpeg-devel] [PATCH 2/2] ffprobe: show seekability details in
format section
---
fftools/ffprobe.c
> -Original Message-
> From: ffmpeg-devel On Behalf Of Gyan
> Doshi
> Sent: Montag, 14. April 2025 06:40
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH 2/2] ffprobe: show seekability
> details in format section
>
>
>
> On 2025-04-13 09:48 pm, softworkz . wrote:
>
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> softworkz .
> Sent: Montag, 14. April 2025 06:52
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH 2/2] ffprobe: show seekability
> details in format section
>
>
>
> >
I was testing our libtheora encoder/muxer after updating to libtheora 1.2.0
and noticed that ffmpeg complains about "(non)keyframe not correctly marked"
~/cinelerra/cinelerra-5.1 $ ffmpeg -i ~/svt_t.ogg -f null /dev/null
ffmpeg version 7.1.1 Copyright (c) 2000-2025 the FFmpeg developers
built
On 4/13/2025 8:52 PM, Andrew Randrianasulu wrote:
I was testing our libtheora encoder/muxer after updating to libtheora 1.2.0
and noticed that ffmpeg complains about "(non)keyframe not correctly marked"
Backporting commit 22aa71d4da37a4ad2b0d28deeace64b57aa2ef50 to the 7.1
branch should fix it
---
fftools/ffprobe.c| 49 +++-
tests/ref/fate/cavs-demux| 2 +-
tests/ref/fate/ffprobe_compact | 2 +-
tests/ref/fate/ffprobe_csv | 2 +-
tests/ref/fate/ffprobe_default | 1 +
tests/ref/fate/ffprobe_flat |
Utility function to report seekability features for a given input.
Useful for ffprobe and to extend seek possibilities in fftools.
---
doc/APIchanges | 3 +++
libavformat/avformat.h | 22 ++
libavformat/seek.c | 53 ++
libavform
> On Apr 12, 2025, at 20:51, Zhao Zhili
> wrote:
>
> From: Zhao Zhili
>
> ---
> I don't have hardware which support 4:2:2. Please help test this feature.
Please ignore this patch. There is a more complete patch on the mailing list
https://patchwork.ffmpeg.org/project/ffmpeg/patch/202411130
We currently populate the color encoding bundle and then check to see
if there's an ICC profile to attach, and set the color encoding bundle
in either case. The ICC profile overrides the color encoding bundle, so
we should not calculate enum-based color encoding if we have an ICC
profile present. F
Hi Nicolas
On Fri, Apr 11, 2025 at 07:09:09PM +0200, Nicolas George wrote:
> Michael Niedermayer (HE12025-03-29):
> > can you repost the AVWriter patches ?
>
> Sure, but I need to find the latest branch, and it is proving a cause of
> procrastination for me. In the meantime, let me explain anew t
On 4/13/2025 12:13 PM, Michael Niedermayer wrote:
FFmpeg belongs to the People, to the Community. Its our project not just
my project.
In this specific case, I think the people who previously objected
are no longer active in FFmpeg.
These two statements clash with each other, for reasons you
Hi,
On Fri, Apr 11, 2025, 09:52 Sean McGovern wrote:
> It was left unreferenced in 1f0948272a0fcd0e4947f629b600983f3338c02f.
> ---
> libpostproc/postprocess.h | 2 ++
> libpostproc/version.h | 2 ++
> 2 files changed, 4 insertions(+)
>
> diff --git a/libpostproc/postprocess.h b/libpostproc
When OBU_HAS_SIZE_FIELD is set in the OBU header, frag_obu_size remains 0.
The code used !frag_obu_size to check for unexpected fragment continuation,
which resulted in incorrect drops. Introduce expect_frag_cont to explicitly
track continuation expectation.
Signed-off-by: Parallelc
---
libavfor
> -Original Message-
> From: ffmpeg-devel On Behalf Of Gyan
> Doshi
> Sent: Sonntag, 13. April 2025 13:16
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH 1/2] avformat: add
> avformat_query_seekable
>
> Utility function to report seekability features for a given input.
>
> -Original Message-
> From: ffmpeg-devel On Behalf Of Gyan
> Doshi
> Sent: Sonntag, 13. April 2025 13:16
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH 2/2] ffprobe: show seekability details in
> format section
>
> ---
> fftools/ffprobe.c| 49 ++
I tested the patches as a whole, for the moment with a focus on the
performance.
Tested with a RTX 4070 Ti on Linux & a RTX 3050 on Windows, globally no
regression in speed on both test platforms, and I find a +25% (up to
+35% in some cases, especially high resolutions) in average with 10-bit
23 matches
Mail list logo