On 2/2/20, Paul B Mahol wrote:
> On 2/2/20, Nicolas George wrote:
>> Paul B Mahol (12020-02-02):
>>> I will repeat my last question once again, is it ok for you to check
>>> that
>>> all
>>> input time-bases are same and that not AV_TIME_BASE is used in such
>>> case?
>>
>> Already told you: wast
The delay is normally zero when the level limiter is disabled,
but if enabled, there's a small delay.
---
libavcodec/libfdk-aacdec.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/libavcodec/libfdk-aacdec.c b/libavcodec/libfdk-aacdec.c
index 1abe1d8438..d9b080cf3e 100644
--- a/libavc
Previously, it was always left in the automatic mode, if the option
was set to the only special (negative) value. Now there's two separate
special values for this option, -1 for automatic (metadata based)
and -2 for explicitly disabled.
---
libavcodec/libfdk-aacdec.c | 10 --
1 file change
It was disabled by default in 2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e
as it added delay, but now we compensate for the delay properly
by offsetting timestamps.
---
libavcodec/libfdk-aacdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/libfdk-aacdec.c b/libavcode
This fixes the tests filter-refcmp-ssim-yuv and filter-refcmp-ssim-rgb
on i386 after breaking in fcc0424c933742c8fc852371e985d16b6eb4bfe9.
---
libavfilter/x86/vf_ssim.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/x86/vf_ssim.asm b/libavfilter/x86/vf_ssim.asm
i
On 2/5/2020 8:07 AM, Martin Storsjö wrote:
> It was disabled by default in 2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e
> as it added delay, but now we compensate for the delay properly
> by offsetting timestamps.
> ---
> libavcodec/libfdk-aacdec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(
Andreas Rheinhardt:
> Sometimes it has not been checked whether opening the dynamic buffer for
> writing Tags fails; this might have led to segfaults.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavformat/matroskaenc.c | 9 +++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
> dif
It was disabled by default in 2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e
as it added delay, but now we compensate for the delay properly
by offsetting timestamps.
---
libavcodec/libfdk-aacdec.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/libfdk-aacdec.c b/libavco
On 2/5/2020 8:07 AM, Martin Storsjö wrote:
> Previously, it was always left in the automatic mode, if the option
> was set to the only special (negative) value. Now there's two separate
> special values for this option, -1 for automatic (metadata based)
> and -2 for explicitly disabled.
> ---
> li
On Wed, 5 Feb 2020, James Almer wrote:
On 2/5/2020 8:07 AM, Martin Storsjö wrote:
Previously, it was always left in the automatic mode, if the option
was set to the only special (negative) value. Now there's two separate
special values for this option, -1 for automatic (metadata based)
and -2 f
On 2/5/2020 10:12 AM, Martin Storsjö wrote:
> On Wed, 5 Feb 2020, James Almer wrote:
>
>> On 2/5/2020 8:07 AM, Martin Storsjö wrote:
>>> Previously, it was always left in the automatic mode, if the option
>>> was set to the only special (negative) value. Now there's two separate
>>> special values
Hi Mohammad,
On Tue, Feb 04, 2020 at 18:44:00 -0800, Mohammad Izadi wrote:
> --- a/libavutil/hdr_dynamic_metadata.c
> +++ b/libavutil/hdr_dynamic_metadata.c
> @@ -1,4 +1,4 @@
> -/**
> + /**
Please review your git diff and your submitted patches carefully. You
need to avoid this accidental change.
LGTM, will you push it or me?
On 2/5/20, Martin Storsjö wrote:
> This fixes the tests filter-refcmp-ssim-yuv and filter-refcmp-ssim-rgb
> on i386 after breaking in fcc0424c933742c8fc852371e985d16b6eb4bfe9.
> ---
> libavfilter/x86/vf_ssim.asm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-
On Wed, 5 Feb 2020, Paul B Mahol wrote:
LGTM, will you push it or me?
I pushed it now - thanks!
// Martin
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or e
On Wed, Jan 01, 2020 at 01:58:23AM +0100, Andreas Rheinhardt wrote:
> Sometimes it has not been checked whether opening the dynamic buffer for
> writing Tags fails; this might have led to segfaults.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavformat/matroskaenc.c | 9 +++--
> 1 file c
Please check my responses inline:
On Wed, Feb 5, 2020 at 5:48 AM Moritz Barsnick wrote:
> Hi Mohammad,
>
> On Tue, Feb 04, 2020 at 18:44:00 -0800, Mohammad Izadi wrote:
> > --- a/libavutil/hdr_dynamic_metadata.c
> > +++ b/libavutil/hdr_dynamic_metadata.c
> > @@ -1,4 +1,4 @@
> > -/**
> > + /**
>
From: Mohammad Izadi
Trying to read HDR10+ metadata from HEVC/SEI and pass it to packet side data in
the follow-up CLs.
---
libavutil/hdr_dynamic_metadata.c | 165 +++
libavutil/hdr_dynamic_metadata.h | 12 ++-
libavutil/version.h | 2 +-
3 files chan
On Tue, 7 Jan 2020, Anton Khirnov wrote:
Quoting Nicolas George (2019-12-31 16:17:49)
Anton Khirnov (12019-12-29):
> I do not agree. Duplicated channels in a layout are expected to be a
> fringe thing and how you handle them highly depends on the specific use
> case. I expect a typical cal
---
tests/checkasm/sbrdsp.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/checkasm/sbrdsp.c b/tests/checkasm/sbrdsp.c
index 558f452c9b..516b9f0ec6 100644
--- a/tests/checkasm/sbrdsp.c
+++ b/tests/checkasm/sbrdsp.c
@@ -17,6 +17,7 @@
*/
#include "libavcodec/sbrdsp
On Wed, 5 Feb 2020, Steven Liu wrote:
Marton Balint 于 2020年2月5日周三 上午5:39写道:
The default is not to write SDT and PAT periodically, only in the
beginning of
every segment. After this patch the user might override this if needed.
Signed-off-by: Marton Balint
---
libavformat/hlsenc.c | 4 ++-
Hoping someone can review this and apply it if it looks good.
> The pad filter is currently broken for cases where all of the following hold:
>
> (1) chroma subsampling exists (very common),
>
> (2) an input dimension is odd (uncommon), and
>
> (3) the corresponding output dimension is either t
On Mon, Feb 3, 2020 at 5:45 PM Wonkap Jang
wrote:
>
> Hi
>
> On Mon, Feb 3, 2020 at 12:45 PM James Zern
> wrote:
>
> > On Mon, Feb 3, 2020 at 10:02 AM Wonkap Jang
> > wrote:
> > >
> > > In order for rate control to correctly allocate bitrate to each temporal
> > > layer, correct temporal layer i
On 1/27/2020 3:36 PM, James Almer wrote:
> On 12/8/2019 12:11 PM, James Almer wrote:
>> Signed-off-by: James Almer
>> ---
>> Untested beyond checking it compiles because there are no FATE tests for
>> either
>> module.
>>
>> libavcodec/Makefile | 8 +-
>> libavcodec/aptx.c| 634 +-
Adds support for the ADPCM variant used by some Simon & Schuster
Interactive games such as Real War, and Real War: Rogue States.
Signed-off-by: Zane van Iperen
---
libavcodec/Makefile | 1 +
libavcodec/adpcm.c | 10 ++
libavcodec/allcodecs.c | 1 +
libavcodec/avcodec.h|
Hi all,
This patchset adds support for the VAG container and ADPCM variant used
by some Simon & Schuster Interactive games such as 'Real War',
and 'Real War: Rogue States'.
It has been tested against VAG files from both games.
v2:
- simplify the demuxer
- fix error in header structure
Some
Adds support for the custom VAG container used by some Simon & Schuster
Interactive games such as Real War, and Real War: Rogue States.
Signed-off-by: Zane van Iperen
---
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/kvag.c | 117 ++
Paul B Mahol (12020-02-05):
> I will write patch that fixes this. As unnecessary changing time-base
> is wrong way around.
I do not want several code paths, requiring extra testing in case of
change, unless it is necessary. There is no mystique about the time
base: the current code finds one that
27 matches
Mail list logo