Jan Ekström:
> On Mon, Jun 20, 2022 at 12:10 PM Andreas Rheinhardt
> wrote:
>>
>> Jan Ekström:
>>> From: Jan Ekström
>>>
>>> Signed-off-by: Jan Ekström
>>> ---
>>> libavformat/Makefile | 1 +
>>> libavformat/ac3_bitrate_tab.c | 22 ++
>>> libavformat/movenc.c | 55
Hello,
Patch attached.
From cef05f80e4a86fe0869b16bed9fe15ab2882b7a9 Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Fri, 17 Jun 2022 18:27:19 +0200
Subject: [PATCH] avfilter: add 3D scope multimedia filter
Signed-off-by: Paul B Mahol
---
doc/filters.texi | 55 ++
libavfilter/
lör 2022-06-18 klockan 16:38 +0200 skrev Anton Khirnov:
> Quoting Tomas Härdin (2022-06-17 11:42:25)
> > fre 2022-06-17 klockan 01:38 +0200 skrev Michael Niedermayer:
> > > On Thu, Jun 16, 2022 at 11:04:01PM +0200, Tomas Härdin wrote:
> > > > tor 2022-06-16 klockan 20:27 +0200 skrev Michael Niederm
Quoting Tomas Härdin (2022-06-21 09:51:55)
> lör 2022-06-18 klockan 16:38 +0200 skrev Anton Khirnov:
> > Quoting Tomas Härdin (2022-06-17 11:42:25)
> > > fre 2022-06-17 klockan 01:38 +0200 skrev Michael Niedermayer:
> > > > On Thu, Jun 16, 2022 at 11:04:01PM +0200, Tomas Härdin wrote:
> > > > > tor
lör 2022-06-18 klockan 17:00 +0200 skrev Anton Khirnov:
> Quoting Tomas Härdin (2022-06-14 16:43:38)
> >
> > + if (w <= 4 && h <= 4) {
> > + int idx = w-1 + (h-1)*4;
> > + size_t sz = tt_sizes[idx];
> > + av_fast_malloc(old, size, sz);
>
> Unchecked mallocs are of the beas
lör 2022-06-18 klockan 16:57 +0200 skrev Anton Khirnov:
> Quoting Tomas Härdin (2022-06-16 14:44:45)
> > ons 2022-06-15 klockan 09:15 -0300 skrev James Almer:
> > > On 6/15/2022 6:59 AM, Tomas Härdin wrote:
> > > > tis 2022-06-14 klockan 22:26 +0200 skrev Michael Niedermayer:
> > > > > On Tue, Jun
tis 2022-06-21 klockan 09:55 +0200 skrev Anton Khirnov:
> Quoting Tomas Härdin (2022-06-21 09:51:55)
> > lör 2022-06-18 klockan 16:38 +0200 skrev Anton Khirnov:
> > > Quoting Tomas Härdin (2022-06-17 11:42:25)
> > > > fre 2022-06-17 klockan 01:38 +0200 skrev Michael Niedermayer:
> > > > > On Thu, J
> On Jun 21, 2022, at 10:45 AM, hwren wrote:
>
> At 2022-06-13 11:36:34, "Zhao Zhili" wrote:
>> Including video resolution, framerate and picture type, etc.
>>
>> Signed-off-by: Zhao Zhili
>> ---
>> libavcodec/Makefile | 2 +-
>> libavcodec/avs2.c| 42
>> libav
> On Jun 21, 2022, at 4:25 PM, zhilizhao(赵志立) wrote:
>
>> On Jun 21, 2022, at 10:45 AM, hwren wrote:
>>
>> At 2022-06-13 11:36:34, "Zhao Zhili" wrote:
>>> Including video resolution, framerate and picture type, etc.
>>>
>>> Signed-off-by: Zhao Zhili
>>> ---
>>> libavcodec/Makefile |
在 2022-06-21 16:28:37,"\"zhilizhao(赵志立)\"" 写道:
>
>
>> On Jun 21, 2022, at 4:25 PM, zhilizhao(赵志立) wrote:
>>
>>> On Jun 21, 2022, at 10:45 AM, hwren wrote:
>>>
>>> At 2022-06-13 11:36:34, "Zhao Zhili" wrote:
Including video resolution, framerate and picture type, etc.
>
From: Yue Heng
Enable dynamic QP configuration in runtime on qsv encoder. Through
AVFrame->metadata, we can set key "qsv_config_qp" to change QP
configuration when we encode video in CQP mode.
Signed-off-by: Yue Heng
Signed-off-by: Wenbin Chen
---
doc/encoders.texi | 10 +
libavcodec/qs
On Mon, 20 Jun 2022, Martin Storsjö wrote:
On Mon, 20 Jun 2022, Nil Admirari wrote:
wchartoutf8() converts strings returned by WinAPI into UTF-8,
which is FFmpeg's preffered encoding.
Some external dependencies, such as AviSynth, are still
not Unicode-enabled. utf8toansi() converts UTF-8 stri
On Tue, Jun 21, 2022 at 10:30 AM Andreas Rheinhardt
wrote:
>
> Jan Ekström:
> > On Mon, Jun 20, 2022 at 12:10 PM Andreas Rheinhardt
> > wrote:
> >>
> >> Jan Ekström:
> >>> From: Jan Ekström
> >>>
> >>> Signed-off-by: Jan Ekström
> >>> ---
> >>> libavformat/Makefile | 1 +
> >>> libav
On Tue, Jun 21, 2022 at 04:34:15AM +0200, Andreas Rheinhardt wrote:
> Up until now, updating extradata was very ad-hoc: The amount of
> space reserved for extradata was not recorded when writing the
> header; instead the AAC code simply presumed that it was enough.
> This commit changes this by rec
Am 20.06.22 um 11:06 schrieb Thilo Borgmann:
Am 16.06.22 um 13:19 schrieb Thilo Borgmann:
Am 16.06.22 um 12:40 schrieb Andreas Rheinhardt:
Thilo Borgmann:
Am 16.06.22 um 12:13 schrieb Andreas Rheinhardt:
Thilo Borgmann:
diff --git a/libavcodec/dovi_rpu.c b/libavcodec/dovi_rpu.c
index a87562c
On Mon, Jun 13, 2022 at 10:17 AM James Zern
wrote:
>
> On Wed, Jun 1, 2022 at 11:06 AM Vignesh Venkatasubramanian
> wrote:
> >
> > AVIF specification allows for alpha channel as an auxiliary item (in
> > case of still images) or as an auxiliary track (in case of animated
> > images). Add support
On Mon, Jun 13, 2022 at 9:32 AM Vignesh Venkatasubramanian
wrote:
>
> On Fri, Jun 10, 2022 at 10:34 AM Vignesh Venkatasubramanian
> wrote:
> >
> > On Thu, Jun 9, 2022 at 12:50 AM Gyan Doshi wrote:
> > >
> > >
> > >
> > > On 2022-06-08 10:51 pm, Vignesh Venkatasubramanian wrote:
> > > > On Thu, J
On Sat, 18 Jun 2022, Swinney, Jonathan wrote:
- ff_pix_abs16_neon
- ff_pix_abs16_xy2_neon
In direct micro benchmarks of these ff functions verses their C implementations,
these functions performed as follows on AWS Graviton 3.
ff_pix_abs16_neon:
pix_abs_0_0_c: 135.3
pix_abs_0_0_neon: 22.0
ff_
From: Niklas Haas
GL and Metal cache the state at time of texture creation. GLES2 and
Direct3D 11 use the state at time of the render copy call.
So the only way we can get the correct behavior consistently is by
making sure the state is set for both the upload *and* the draw call.
This probably
On Mon, 13 Jun 2022, Swinney, Jonathan wrote:
Here is an updated patch series for the yuv2plane[X|1] implementations
and tests. The checkasm test wasn't working at all for aarch64, and the
x86_64 behavior differs from the default implementation so I had to
include some code to specialize the t
On Mon, 13 Jun 2022, Swinney, Jonathan wrote:
- added a test for yuv2plane1 (currently disabled for x86_64)
What's the reason for having it disabled for x86 - is it another case
where the current implementations there aren't bitexact? Could we avoid
that by setting the bitexact flag for the
On Mon, 13 Jun 2022, Swinney, Jonathan wrote:
This commit adds new code paths for vscale when filterSize is 2, 4, or
8. By using specialized code with unrolling to match the filterSize we
can improve performance. This patch also corrects the behavor for
filterSize 1 which was previously failing
Michael Niedermayer:
> On Tue, Jun 21, 2022 at 04:34:15AM +0200, Andreas Rheinhardt wrote:
>> Up until now, updating extradata was very ad-hoc: The amount of
>> space reserved for extradata was not recorded when writing the
>> header; instead the AAC code simply presumed that it was enough.
>> This
Jan Ekström:
> On Tue, Jun 21, 2022 at 10:30 AM Andreas Rheinhardt
> wrote:
>>
>> Jan Ekström:
>>> On Mon, Jun 20, 2022 at 12:10 PM Andreas Rheinhardt
>>> wrote:
Jan Ekström:
> From: Jan Ekström
>
> Signed-off-by: Jan Ekström
> ---
> libavformat/Makefile
On Fri, Jun 17, 2022 at 01:15:22AM +0200, Michael Niedermayer wrote:
> This avoids overflow checks on additions with 32bit numbers
>
> Fixes: signed integer overflow: 9223372036854775806 + 2 cannot be represented
> in type 'long'
> Fixes:
> 44012/clusterfuzz-testcase-minimized-ffmpeg_dem_HLS_fuz
On Thu, Jun 09, 2022 at 11:37:39PM +0200, Michael Niedermayer wrote:
> Fixes: out of array access
> Fixes:
> 47871/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AMV_fuzzer-5646305956855808
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmp
On Thu, Jun 09, 2022 at 11:37:41PM +0200, Michael Niedermayer wrote:
> Fixes: out of array access
> Fixes:
> 47877/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CDGRAPHICS_fuzzer-5690504626438144
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projec
Signed-off-by: Andreas Rheinhardt
---
libavcodec/hcadec.c | 80 ++---
1 file changed, 39 insertions(+), 41 deletions(-)
diff --git a/libavcodec/hcadec.c b/libavcodec/hcadec.c
index 4e84942bb9..73ff62139d 100644
--- a/libavcodec/hcadec.c
+++ b/libavcodec/hc
This avoids keeping pointers to no longer valid data
in the context.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/hcadec.c | 15 ++-
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/libavcodec/hcadec.c b/libavcodec/hcadec.c
index 73ff62139d..7054575872 100644
--- a/l
Signed-off-by: Andreas Rheinhardt
---
libavcodec/hevc_ps.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c
index 764c4849ee..a955f585d9 100644
--- a/libavcodec/hevc_ps.c
+++ b/libavcodec/hevc_ps.c
@@ -659,7 +659,7 @@ static void deco
Prerequisites that must be met before adding new codec
- Added new entry to codec IDs list
- Added new entry to the codec descriptor list
- Bumped libavcodec minor version
- Changes in Changelog and MAINTAINERS files
Signed-off-by: Dawid Kozinski
---
Changelog | 3 ++-
MAINTAINERS
- Added xeve encoder wrapper
- Added xevd dencoder wrapper
- Added documentation for xeve and xevd wrappers
- Added parser for EVC format
- Changes in project configuration file and libavcodec Makefile
Signed-off-by: Dawid Kozinski
---
configure | 8 +
doc/decoders.texi
- Added muxer for EVC format (MP4, raw)
- Added demuxer for EVC format (MP4)
- Added evc extension to the list of extensions for ff_mov_demuxer
Signed-off-by: Dawid Kozinski
---
doc/muxers.texi | 6 ++
libavformat/Makefile | 2 +
libavformat/allformats.c | 2 +
libavformat/evc
On Wed, Jun 22, 2022 at 1:05 AM Andreas Rheinhardt
wrote:
>
> Jan Ekström:
> > On Tue, Jun 21, 2022 at 10:30 AM Andreas Rheinhardt
> > wrote:
> >>
> >> Jan Ekström:
> >>> On Mon, Jun 20, 2022 at 12:10 PM Andreas Rheinhardt
> >>> wrote:
>
> Jan Ekström:
> > From: Jan Ekström
>
34 matches
Mail list logo