On Sat, Jun 29, 2024 at 1:47 PM Niklas Haas wrote:
>
> Open questions:
>
> 1. Is this a good idea, or do the downsides outweigh the benefits?
> 2. Is an "advanced configuration" API still needed, in addition to the
>quality presets?
>
Having a sort of preset is a good idea, esp to simplify t
From: Fei Wang
Signed-off-by: Fei Wang
---
It has been 4.5 years since my 1st patch to FFmpeg. During the past
years, I have fully understand the rules of a committer. Because
sometimes, patch send to community will be stay there without review or
patch get reviewed and approved but can't be get
> From: Zhao Zhili
>
> Don't assume tempnam is available when !HAVE_MKSTEMP. Check tempnam
> explicitly in configure.
>
> Signed-off-by: Zhao Zhili
> ---
> configure | 2 ++
> libavutil/file_open.c | 2 +-
> 2 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/configure b
Hi Ramiro,
On Thu, Jun 27, 2024, 10:37 Ramiro Polla wrote:
> On Tue, Jun 25, 2024 at 11:19 PM Ramiro Polla
> wrote:
> > On Thu, Jun 20, 2024 at 4:59 PM Ramiro Polla
> wrote:
> > > checkasm gets a little spammy with this commit by printing "No
> > > accelerated colorspace conversion found from
On Thu, Jun 27, 2024 at 07:11:28AM +, jfrederich via ffmpeg-devel wrote:
> Hello,
>
> we have found a minor bug in dshow.c that we would like to submit as a patch.
> Is it possible to submit a patch for 5.1.x LTS? Do I have to consider
> anything special for this?
If the bug is fixed in mas
On Thu, Jun 27, 2024 at 08:40:00AM +0200, Paul B Mahol wrote:
> On Thu, Jun 27, 2024 at 1:50 AM Michael Niedermayer
> wrote:
>
> > On Tue, Jun 25, 2024 at 09:27:55PM +0200, Anton Khirnov wrote:
> > > Quoting Michael Niedermayer (2024-06-25 21:25:46)
> > > > On Thu, Mar 28, 2024 at 12:27:02AM +010
On Wed, Jun 26, 2024 at 09:52:44PM -0300, James Almer wrote:
> On 3/22/2024 8:08 PM, Michael Niedermayer wrote:
> > Fixes: Timeout
> > Fixes:
> > 67044/clusterfuzz-testcase-minimized-ffmpeg_dem_CAF_fuzzer-5791144363491328
> >
> > Found-by: continuous fuzzing process
> > https://github.com/google
On Thu, Jun 27, 2024 at 08:53:09AM +0200, Anton Khirnov wrote:
> Quoting Michael Niedermayer (2024-06-27 01:50:12)
> > On Tue, Jun 25, 2024 at 09:27:55PM +0200, Anton Khirnov wrote:
> > > Quoting Michael Niedermayer (2024-06-25 21:25:46)
> > > > On Thu, Mar 28, 2024 at 12:27:02AM +0100, Michael Nie
> On 29 Jun 2024, at 22:22, Rémi Denis-Courmont wrote:
>
> Le perjantaina 28. kesäkuuta 2024, 23.15.20 EEST Yigithan Yigit a écrit :
>> ---
>> libavfilter/af_volumedetect.c | 20 ++--
>> 1 file changed, 10 insertions(+), 10 deletions(-)
>> diff --git a/libavfilter/af_volumedetect
Le 05/06/2024 à 22:50, Mark Thompson a écrit :
> On 30/05/2024 20:43, averne wrote:
>> To save on energy, the clock speed of multimedia engines should be adapted
>> to their workload.
>>
>> Signed-off-by: averne
>> ---
>> libavutil/hwcontext_nvtegra.c | 165 ++
>>
Le 05/06/2024 à 22:47, Mark Thompson a écrit :>
> On 30/05/2024 20:43, averne wrote:
>> This includes hwdevice and hwframes objects.
>> As the multimedia engines work with tiled surfaces (block linear in nvidia
>> jargon), two frame transfer methods are implemented.
>> The first makes use of the
Le 05/06/2024 à 22:29, Mark Thompson a écrit :
> On 30/05/2024 20:43, averne wrote:
>> This includes a new pixel format for nvtegra hardware frames, and several
>> objects for interaction with hardware blocks.
>> In particular, this contains code for channels (handles to hardware
>> engines), map
Le perjantaina 28. kesäkuuta 2024, 23.15.20 EEST Yigithan Yigit a écrit :
> ---
> libavfilter/af_volumedetect.c | 20 ++--
> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/libavfilter/af_volumedetect.c b/libavfilter/af_volumedetect.c
> index 8b001d1cf2..327801a
On Sat, 29 Jun 2024 14:35:32 +0200 Michael Niedermayer
wrote:
> On Sat, Jun 29, 2024 at 01:47:43PM +0200, Niklas Haas wrote:
> > On Sat, 22 Jun 2024 15:13:34 +0200 Niklas Haas wrote:
> > > Hey,
> > >
> > > As some of you know, I got contracted (by STF 2024) to work on improving
> > > swscale, o
On Sat, Jun 29, 2024 at 01:47:43PM +0200, Niklas Haas wrote:
> On Sat, 22 Jun 2024 15:13:34 +0200 Niklas Haas wrote:
> > Hey,
> >
> > As some of you know, I got contracted (by STF 2024) to work on improving
> > swscale, over the course of the next couple of months. I want to share my
> > current
From: Mars Zuo
The function av_opt_set_channel_layout has been removed since
version 7.0, and the replacement is av_opt_set_chlayout.
The documentation needs to be updated accordingly.
---
libswresample/swresample.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libswres
On Sat, 22 Jun 2024 15:13:34 +0200 Niklas Haas wrote:
> Hey,
>
> As some of you know, I got contracted (by STF 2024) to work on improving
> swscale, over the course of the next couple of months. I want to share my
> current plans and gather feedback + measure sentiment.
>
> ## Problem statement
From: Mars Zuo
The function av_opt_set_channel_layout has been removed since
version 7.0, and the replacement is av_opt_set_chlayout.
The documentation needs to be updated accordingly.
---
libswresample/swresample.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libswres
On Sat, 29 Jun 2024 15:41:58 +0800 Zhao Zhili wrote:
>
>
> > On Jun 22, 2024, at 21:13, Niklas Haas wrote:
> >
> > Hey,
> >
> > As some of you know, I got contracted (by STF 2024) to work on improving
> > swscale, over the course of the next couple of months. I want to share my
> > current pl
From: Mars Zuo
The function av_opt_set_channel_layout has been removed since version 7.0, and
the replacement is av_opt_set_chlayout. The documentation needs to be updated
accordingly.
---
libswresample/swresample.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libswr
On Tue, 18 Jun 2024, Marton Balint wrote:
On Tue, 18 Jun 2024, Rémi Denis-Courmont wrote:
Le 17 juin 2024 22:33:01 GMT+02:00, Marton Balint a
écrit :
Signed-off-by: Marton Balint
---
libavutil/timestamp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavu
> On Jun 22, 2024, at 21:13, Niklas Haas wrote:
>
> Hey,
>
> As some of you know, I got contracted (by STF 2024) to work on improving
> swscale, over the course of the next couple of months. I want to share my
> current plans and gather feedback + measure sentiment.
>
> ## Problem statement
>
22 matches
Mail list logo