Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/vdpau: Enable HEVC support for working Nvidia driver versions

2019-02-03 Thread Carl Eugen Hoyos
2019-02-03 22:09 GMT+01:00, Dominik 'Rathann' Mierzejewski : > On Sunday, 27 January 2019 at 19:48, Carl Eugen Hoyos wrote: >> 2019-01-27 19:43 GMT+01:00, Dominik 'Rathann' Mierzejewski >> : >> > On Sunday, 27 January 2019 at 19:29, Carl Eugen Hoyos wrote: >> >> 2019-01-27 19:06 GMT+01:00, Dominik

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/vdpau: Enable HEVC support for working Nvidia driver versions

2019-02-03 Thread Dominik 'Rathann' Mierzejewski
On Monday, 28 January 2019 at 04:54, James Almer wrote: > On 1/27/2019 3:43 PM, Dominik 'Rathann' Mierzejewski wrote: [...] > > If you're trying to say we can upgrade 4.0.x to 4.1.x without > > recompiling any dependent packages and you guarantee everything will > > work just like with 4.0.x, then

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/vdpau: Enable HEVC support for working Nvidia driver versions

2019-02-03 Thread Dominik 'Rathann' Mierzejewski
On Sunday, 27 January 2019 at 19:57, Hendrik Leppkes wrote: > On Sun, Jan 27, 2019 at 7:43 PM Dominik 'Rathann' Mierzejewski > wrote: > > > > If you're trying to say we can upgrade 4.0.x to 4.1.x without > > recompiling any dependent packages and you guarantee everything will > > work just like wi

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/vdpau: Enable HEVC support for working Nvidia driver versions

2019-02-03 Thread Dominik 'Rathann' Mierzejewski
On Sunday, 27 January 2019 at 19:48, Carl Eugen Hoyos wrote: > 2019-01-27 19:43 GMT+01:00, Dominik 'Rathann' Mierzejewski > : > > On Sunday, 27 January 2019 at 19:29, Carl Eugen Hoyos wrote: > >> 2019-01-27 19:06 GMT+01:00, Dominik 'Rathann' Mierzejewski > >> : > >> > Hello, > >> > > >> > On Wednes

[FFmpeg-devel] [PATCH 1/2 v3] add libaribb24 ARIB STD-B24 caption decoder

2019-02-03 Thread Jan Ekström
* Outputs ASS lines with basic coloring and font scaling for each given region. * Sets the default style to the resolution of the subtitle plane (for example, 960x540 / 36pt font for profile A). * Has options to: * Disable ruby text (which is coded as regions which have half-height text i

Re: [FFmpeg-devel] [PATCH 1/2 v2] add libaribb24 ARIB STD-B24 caption decoder

2019-02-03 Thread Jan Ekström
On Sun, Feb 3, 2019 at 5:34 PM Jan Ekström wrote: > > * Outputs ASS lines with basic coloring and font scaling for each > given region. > * Sets the default style to the resolution of the subtitle plane > (for example, 960x540 / 36pt font for profile A). > * Has options to: > * Disable ruby

Re: [FFmpeg-devel] [PATCH] avcodec/pgssubdec: Check for duplicate display segments

2019-02-03 Thread Michael Niedermayer
On Tue, Jan 29, 2019 at 01:32:17AM +0100, Michael Niedermayer wrote: > In such a duplication the previous gets overwritten and leaks > > Fixes: memleak > Fixes: > 12510/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PGSSUB_fuzzer-5694439226343424 > > Found-by: continuous fuzzing process > ht

[FFmpeg-devel] [RFC] avformat/mov: fixing sidx loading issues.

2019-02-03 Thread mptcultist
hi, i recently posted a patch to the mailing list that came from some very incorrect assumptions about the bmff spec. i've figured out what the actual issue is, and it is arguably more complex to solve, and requires some more serious changes to how sidx is loaded to fix, as such i'd like to list ou

[FFmpeg-devel] [PATCH 2/2] tools/target_dec_fate.list: Extend selftests upto issue 2000

2019-02-03 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- tools/target_dec_fate.list | 266 + 1 file changed, 266 insertions(+) diff --git a/tools/target_dec_fate.list b/tools/target_dec_fate.list index b20137bfef..f6f131569e 100644 --- a/tools/target_dec_fate.list +++ b/tools/t

[FFmpeg-devel] [PATCH 1/2] avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c()

2019-02-03 Thread Michael Niedermayer
Fixes: 1377/clusterfuzz-testcase-minimized-5487049807233024 Fixes: assertion failure in sbr_sum_square_c() Signed-off-by: Michael Niedermayer --- libavcodec/sbrdsp_fixed.c | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/libavcodec/sbrdsp_f

Re: [FFmpeg-devel] [PATCH] configure: request explicitly enabled components

2019-02-03 Thread Marvin Scholz
On 3 Feb 2019, at 16:24, Marton Balint wrote: On Sun, 3 Feb 2019, Carl Eugen Hoyos wrote: 2019-01-28 2:00 GMT+01:00, Marton Balint : If we enable a component but a dependant library is disabled, then the enabled component get silently disabled. Requesting all explicitly enabled components

[FFmpeg-devel] [PATCH 1/2 v2] add libaribb24 ARIB STD-B24 caption decoder

2019-02-03 Thread Jan Ekström
* Outputs ASS lines with basic coloring and font scaling for each given region. * Sets the default style to the resolution of the subtitle plane (for example, 960x540 / 36pt font for profile A). * Has options to: * Disable ruby text (which is coded as regions which have half-height text i

Re: [FFmpeg-devel] [PATCH] configure: request explicitly enabled components

2019-02-03 Thread Marton Balint
On Sun, 3 Feb 2019, Carl Eugen Hoyos wrote: 2019-01-28 2:00 GMT+01:00, Marton Balint : If we enable a component but a dependant library is disabled, then the enabled component get silently disabled. Requesting all explicitly enabled components allows configure to fail and show the missing dep

[FFmpeg-devel] [PATCH] avformat/mov: fix hang while seek on a kind of fragmented mp4.

2019-02-03 Thread Charles Liu
Binary searching would hang if the fragment items do NOT have timestamp for the specified stream. For example, a fmp4 consists of separated 'moof' boxes for each track, and separated 'sidx' for each segment, but no 'mfra' box. Then every fragment item only have the timestamp for one of its track

Re: [FFmpeg-devel] [PATCH 2/2 v2] lavf/mpegts: add reading of ARIB data coding descriptor

2019-02-03 Thread Jan Ekström
On Sun, Feb 3, 2019 at 3:33 PM Jan Ekström wrote: > > On Sun, Feb 3, 2019 at 3:12 PM Carl Eugen Hoyos wrote: > > > > 2019-02-03 1:39 GMT+01:00, Jan Ekström : > > > This enables us to read the data coding type utilized for > > > a specific private data stream, of which we currently are > > > inter

Re: [FFmpeg-devel] [PATCH 2/2 v2] lavf/mpegts: add reading of ARIB data coding descriptor

2019-02-03 Thread Jan Ekström
On Sun, Feb 3, 2019 at 3:12 PM Carl Eugen Hoyos wrote: > > 2019-02-03 1:39 GMT+01:00, Jan Ekström : > > This enables us to read the data coding type utilized for > > a specific private data stream, of which we currently are > > interested in ARIB caption streams. > > > > The component tag limitati

Re: [FFmpeg-devel] [PATCH 2/2 v2] lavf/mpegts: add reading of ARIB data coding descriptor

2019-02-03 Thread Carl Eugen Hoyos
2019-02-03 1:39 GMT+01:00, Jan Ekström : > This enables us to read the data coding type utilized for > a specific private data stream, of which we currently are > interested in ARIB caption streams. > > The component tag limitations are according to ARIB TR-B14, > and the component IDs are defined

Re: [FFmpeg-devel] [PATCH] configure: request explicitly enabled components

2019-02-03 Thread Carl Eugen Hoyos
2019-01-28 2:00 GMT+01:00, Marton Balint : > If we enable a component but a dependant library is disabled, then the > enabled > component get silently disabled. Requesting all explicitly enabled > components > allows configure to fail and show the missing dependencies instead of > ignoring > our re

Re: [FFmpeg-devel] [PATCHv2] configure: request explicitly enabled components

2019-02-03 Thread Marton Balint
On Mon, 28 Jan 2019, Marton Balint wrote: If we enable a component but a dependant library is disabled, then the enabled component get silently disabled. Requesting all explicitly enabled components allows configure to fail and show the missing dependencies instead of ignoring our request. Fo