From: softworkz
Signed-off-by: softworkz
---
fftools/ffprobe.c | 518 +++---
1 file changed, 259 insertions(+), 259 deletions(-)
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index 141233a2e9..e0a7322523 100644
--- a/fftools/ffprobe.c
+++ b/fftools/
From: softworkz
Signed-off-by: softworkz
---
fftools/textformat/avtextformat.c | 672 +
fftools/textformat/avtextformat.h | 171
fftools/textformat/avtextwriters.h | 68 +++
fftools/textformat/tf_compact.c| 282
fftools/textformat/tf_defa
Due to the additional work on graph visualization (see
https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2025-March/341296.html), I
have removed the two graph printing commits from this patchset rather than
adding to it, as to avoid wasting the effort already spent on reviewing.
So, now it's a graph
Le mer. 9 avr. 2025 à 20:12, Michael Niedermayer
a écrit :
>
> On Fri, Apr 04, 2025 at 04:14:44PM -0500, Romain Beauxis wrote:
> > ---
> > libavcodec/decode.c | 130
> > 1 file changed, 130 insertions(+)
> >
> > diff --git a/libavcodec/decode.c b/libav
From: softworkz
Signed-off-by: softworkz
---
doc/fftools-common-opts.texi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index f6d452c40e..5d66af6b02 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@
Hi,
On Wed, Apr 9, 2025 at 2:55 PM Michael Niedermayer
wrote:
>
> Hi Sean
>
> On Sun, Apr 06, 2025 at 12:42:30PM -0400, Sean McGovern wrote:
> > While POWER & PowerPC systems have technically
> > supported little-endian from inception,
> > it did not come into proper usage until the
> > introduci
On Fri, Apr 04, 2025 at 04:14:44PM -0500, Romain Beauxis wrote:
> ---
> libavcodec/decode.c | 130
> 1 file changed, 130 insertions(+)
>
> diff --git a/libavcodec/decode.c b/libavcodec/decode.c
> index fca0c7ff58..39d054bdea 100644
> --- a/libavcodec/d
From: softworkz
This commit adds the mem log flag.
When specifying this flag at the command line, context prefixes will
be printed with memory addresses like in earlier ffmpeg versions.
Example with mem flag:
[hevc @ 018e72a89cc0] .
without (new behavior):
[hevc] .
Signed-off-by:
--and disable by default in fftools. The benefits are:
* Smaller log file sizes
* Makes log files better readable
* Allows comparing and viewing log file diffs without almost every line
being different due to those addresses
Before
==
[hevc @ 018e72a89cc0] nal_unit_type:
[hevc @ 0
On Sat, Apr 05, 2025 at 02:49:30PM -0300, Arthur Grillo wrote:
> The current behavior when using restart_with_keyframe is that it will
> recover if it also encounters any audio packet, as they are flagged as a
> keyframe.
>
> The expectation is that packets are dropped until the next _video_
> key
Patch attached.
- Andreas
From 3c24d5628ff39af7f6c6d8b9484e4fc0be791ab9 Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt
Date: Wed, 9 Apr 2025 14:47:35 +0200
Subject: [PATCH] avcodec/avcodec: Remove always-false check
avcodec_free_context() only calls ff_codec_close() if there
is an AVCodecCont
On Thu, Feb 06, 2025 at 02:47:41PM +0100, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> doc/encoders.texi | 7 +++
> 1 file changed, 7 insertions(+)
will apply patchset
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Take away the
From: softworkz
which is controls prefix formatting. With this flag set, the prefix is
printed without the memory address, otherwise it is included.
Signed-off-by: softworkz
---
doc/APIchanges | 3 +++
libavutil/log.c | 6 --
libavutil/log.h | 5 +
libavutil/version.h | 2
Hi Sean
On Sun, Apr 06, 2025 at 12:42:30PM -0400, Sean McGovern wrote:
> While POWER & PowerPC systems have technically
> supported little-endian from inception,
> it did not come into proper usage until the
> introducion of the POWER8 in 2013.
>
> The AltiVec acceleration present here has not
>
Hi Jerome
On Tue, Apr 08, 2025 at 10:54:47PM +0200, Jerome Martinez wrote:
> The FFV1 decoder accepts 1024 slices but the encoder does not currently
> permit it.
> Let's permit 32x32 (which is the GPU encoder setting, by the way).
> ffv1enc.c |2 +-
> 1 file changed, 1 insertion(+), 1 deleti
> -Original Message-
> From: ffmpeg-devel On Behalf Of Gyan
> Doshi
> Sent: Mittwoch, 9. April 2025 20:27
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH v9 2/3] fftools: add mem log flag and
> disable printing addresses by default
>
>
>
> On 2025-04-09 11:49 pm, so
From: Link Mauve
These functions got replaced in the Vulkan API because they had
forgotten extensibility through the pNext pointer, otherwise used
everywhere in the API.
For two of these functions we already had the 2 pointer loaded, so this
avoids loading the old one as well.
On most drivers t
On 2025-04-09 11:49 pm, softworkz wrote:
diff --git a/fftools/opt_common.c b/fftools/opt_common.c
index 2ac3fd4fb3..edf2f49d0b 100644
--- a/fftools/opt_common.c
+++ b/fftools/opt_common.c
@@ -1304,6 +1304,12 @@ int opt_loglevel(void *optctx, const char *opt, const
char *arg)
} e
From: Link Mauve
GNU apparently deprecated their egrep alias, replace it with 'grep -E'
to avoid getting flooded with deprecation warnings.
---
tools/patcheck | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/patcheck b/tools/patcheck
index 934e5b9451..ab6f73a784 100755
-
From: softworkz
This commit adds the mem log flag.
When specifying this flag at the command line, context prefixes will
be printed with memory addresses like in earlier ffmpeg versions.
Example with mem flag:
[hevc @ 018e72a89cc0] .
without (new behavior):
[hevc] .
Signed-off-by:
From: softworkz
Signed-off-by: softworkz
---
doc/fftools-common-opts.texi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index f6d452c40e..5d66af6b02 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@
--and disable by default in fftools. The benefits are:
* Smaller log file sizes
* Makes log files better readable
* Allows comparing and viewing log file diffs without almost every line
being different due to those addresses
Before
==
[hevc @ 018e72a89cc0] nal_unit_type:
[hevc @ 0
On Tue, Apr 08, 2025 at 08:00:20PM -0400, Leo Izen wrote:
> On 4/8/25 06:19, Michael Niedermayer wrote:
> > Hi all
> >
> > As i have too many things to do already i did the most logic thing and
> > started thinking about a new and unrelated idea.
> >
> > This is a list of problems and ideas, that
Hi all,
I ordered the parts as discussed and approved in the previous thread:
https://ffmpeg.org//pipermail/ffmpeg-devel/2025-April/341873.html
The total cost was 1381.28 EUR.
Thanks,
Niklas
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https:/
On 2025-04-09 02:55 pm, softworkz wrote:
From: softworkz
This commit adds the memaddress log flag.
When specifying this flag at the command line, context prefixes will
be printed with memory addresses like in earlier ffmpeg versions.
Example with memaddresses flag:
[hevc @ 018e72a89cc0
On Tue, Feb 04, 2025 at 03:58:43AM +0100, Michael Niedermayer wrote:
> Fixes: shift exponent 32 is too large for 32-bit type 'unsigned int'
> Fixes: division by zero
> Fixes:
> 391981061/clusterfuzz-testcase-minimized-ffmpeg_SWS_fuzzer-6691017763389440
> Fixes:
> 392929028/clusterfuzz-testcase-mi
On Sun, Apr 6, 2025, 12:42 Sean McGovern wrote:
> While POWER & PowerPC systems have technically
> supported little-endian from inception,
> it did not come into proper usage until the
> introducion of the POWER8 in 2013.
>
> The AltiVec acceleration present here has not
> had meaningful change s
> -Original Message-
> From: ffmpeg-devel On Behalf Of Gyan
> Doshi
> Sent: Mittwoch, 9. April 2025 16:28
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH v8 2/3] fftools: add memaddress log
> flag and disable printing addresses by default
>
>
>
> On 2025-04-09 02:5
I think exact conditionals should be more like 61.0.100
but for single test it worked ...
for some reason our x264 failed to encode (segfault) on i686 with AVX ?
but x265 worked
this is not yet for commiting, but more like for testing with ffmpeg git.
cc: ffmpeg-devel in case they have b
Hi all,
Le ven. 4 avr. 2025 à 16:14, Romain Beauxis a écrit :
>
> This is a series of patches to allow proper decoding of ogg metadata in
> chained
> `ogg/vorbis, `ogg/flac` and `ogg/opus` streams.
>
> ## Changes since last version:
> * Fixed indentation and spaces.
Any update on this?
It wou
Should fix ticket 11543
if input url is relative path, the seg-url would make absolute url twice in
get_content_url and open_input function
but it doesn't need make absolute url in open_input since we set it already
Signed-off-by: Jack Lau
---
libavformat/dashdec.c | 2 +-
1 file changed, 1 i
ffmpeg shallow git copy
commit 890b8da1ce27fd365eaffefc7efcbadae9f01f2a
our patches 2 and 8 fail, but this is not really my point yet
ffmpeg.C:313:42: error: 'avcodec_close' was not declared in this scope; did
you mean 'avio_close'?
ffmpeg.C:476:33: error: 'avcodec_close' was not declared
Patches attached.
- Andreas
From 312fa0762798ea2207a29fde378f451e693b5981 Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt
Date: Wed, 9 Apr 2025 14:23:32 +0200
Subject: [PATCH 1/2] avcodec/h261dec: Export key frame information
Implements ticket #8343.
Signed-off-by: Andreas Rheinhardt
---
li
On 4/9/2025 8:49 AM, Andrew Randrianasulu wrote:
ffmpeg shallow git copy
commit 890b8da1ce27fd365eaffefc7efcbadae9f01f2a
our patches 2 and 8 fail, but this is not really my point yet
ffmpeg.C:313:42: error: 'avcodec_close' was not declared in this scope; did
you mean 'avio_close'?
ffmpeg
On 08/04/2025 22:50, averne wrote:
This mirrors existing code in d3dxx and dxva hwaccels
---
Changes since v1: use the codec-specific handler
for wmv3.
Insert the relevant marker into the bitstream on
slice submission.
This is analogous to the logic found in DXVA and
D3D hwaccels.
Fixes decodi
--and disable by default in fftools. The benefits are:
* Smaller log file sizes
* Makes log files better readable
* Allows comparing and viewing log file diffs without almost every line
being different due to those addresses
Before
==
[hevc @ 018e72a89cc0] nal_unit_type:
[hevc @ 0
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Andreas Rheinhardt
> Sent: Mittwoch, 9. April 2025 10:12
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH v7 1/3] avutil/log: Add log flag
> AV_LOG_PRINT_MEMADDRESSES
>
> softworkz .:
> >
> >
> >> -Original M
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Andreas Rheinhardt
> Sent: Mittwoch, 9. April 2025 10:28
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH v7 1/3] avutil/log: Add log flag
> AV_LOG_PRINT_MEMADDRESSES
>
> softworkz .:
> >
> >
> >> -Original M
From: softworkz
Signed-off-by: softworkz
---
doc/fftools-common-opts.texi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index f6d452c40e..15a54fdbb6 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@
From: softworkz
This commit adds the memaddress log flag.
When specifying this flag at the command line, context prefixes will
be printed with memory addresses like in earlier ffmpeg versions.
Example with memaddresses flag:
[hevc @ 018e72a89cc0] .
without (new behavior):
[hevc] .
softworkz .:
>
>
>> -Original Message-
>> From: ffmpeg-devel On Behalf Of
>> Andreas Rheinhardt
>> Sent: Mittwoch, 9. April 2025 10:12
>> To: ffmpeg-devel@ffmpeg.org
>> Subject: Re: [FFmpeg-devel] [PATCH v7 1/3] avutil/log: Add log flag
>> AV_LOG_PRINT_MEMADDRESSES
>>
>> softworkz .:
>>>
softworkz .:
>
>
>> -Original Message-
>> From: ffmpeg-devel On Behalf Of
>> Andreas Rheinhardt
>> Sent: Mittwoch, 9. April 2025 09:28
>> To: ffmpeg-devel@ffmpeg.org
>> Subject: Re: [FFmpeg-devel] [PATCH v7 1/3] avutil/log: Add log flag
>> AV_LOG_PRINT_MEMADDRESSES
>>
>> softworkz:
>>> F
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Andreas Rheinhardt
> Sent: Mittwoch, 9. April 2025 09:28
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH v7 1/3] avutil/log: Add log flag
> AV_LOG_PRINT_MEMADDRESSES
>
> softworkz:
> > From: softworkz
> >
> >
softworkz:
> From: softworkz
>
> which is controls prefix formatting. With this flag set, the prefix is
> printed including the memory address, otherwise it is omitted.
> In libavutil, the flag is set by default, retaining the previous
> behavior. fftools remove the flag as default.
The implemen
44 matches
Mail list logo