On Wed, 2018-05-23 at 03:27 +0200, Michael Niedermayer wrote:
> On Mon, May 21, 2018 at 11:07:34PM +0100, Mark Thompson wrote:
> > On 16/05/18 08:19, Haihao Xiang wrote:
> > > In lavc/hevec_vaapi, colour properties in AVCodecContext are needed to
> > > write the sequence header
> > >
> > > Tested
On Fri, 2018-05-18 at 11:13 +0200, Hendrik Leppkes wrote:
> On Fri, May 18, 2018 at 10:52 AM, Xiang, Haihao
> wrote:
> > On Thu, 2018-05-17 at 12:30 +0200, Hendrik Leppkes wrote:
> > > On Thu, May 17, 2018 at 8:08 AM, Xiang, Haihao
> > > wrote:
> > > > On Wed, 2018-05-16 at 11:27 +0200, Hendrik L
> On Apr 28, 2018, at 11:47, Steven Liu wrote:
>
> fix ticket: 7160
>
> Signed-off-by: Steven Liu
> ---
> libavformat/hlsenc.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index c27a66ea79..09478e7c45 100644
> --- a/
> On May 1, 2018, at 06:24, Colin NG wrote:
>
> - Add NULL pointer check for init_section
> ---
> libavformat/dashdec.c | 30 +++---
> 1 file changed, 23 insertions(+), 7 deletions(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 42202e0..c6f350d
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Mark Thompson
> Sent: Wednesday, May 9, 2018 10:39 PM
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH] lavc/qsv: suppress code scan complain
>
> On 09/05/18 07:13, Zhong Li wrote:
> > Suppress the compl
Hi!
Attached patch implements autodetection of xwd images.
Please comment, Carl Eugen
From c0e14393a570b84804c5d9c1208bc4a0a95f3641 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Thu, 24 May 2018 03:19:43 +0200
Subject: [PATCH] lavf/img2dec: Auto-detect xwd images.
---
libavformat/Makef
2018-05-24 8:07 GMT+08:00 Mark Thompson :
> On 23/05/18 11:29, Jun Zhao wrote:
>> Signed-off-by: Jun Zhao
>> ---
>> libavutil/hwcontext_vaapi.c | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c
>> index 5bdb02f..7b3cbea 100644
2018-05-24 8:05 GMT+08:00 Mark Thompson :
> On 23/05/18 11:29, Jun Zhao wrote:
>> dump more decoding error details when sync surface fail.
>>
>> Signed-off-by: Jun Zhao
>> ---
>> libavutil/hwcontext_vaapi.c | 17 +
>> 1 file changed, 17 insertions(+)
>>
>> diff --git a/libavutil/h
On Tue, May 22, 2018 at 06:13:47PM -0300, James Almer wrote:
> On 5/22/2018 3:57 PM, Michael Niedermayer wrote:
> > May fix ticket7209
> >
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavformat/mxfenc.c | 12 ++--
> > 1 file changed, 6 insertions(+), 6 deletions(-)
> >
> > diff
On 23/05/18 11:29, Jun Zhao wrote:
> dump more decoding error details when sync surface fail.
>
> Signed-off-by: Jun Zhao
> ---
> libavutil/hwcontext_vaapi.c | 17 +
> 1 file changed, 17 insertions(+)
>
> diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c
> i
On 23/05/18 11:29, Jun Zhao wrote:
> Signed-off-by: Jun Zhao
> ---
> libavutil/hwcontext_vaapi.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c
> index 5bdb02f..7b3cbea 100644
> --- a/libavutil/hwcontext_vaapi.c
> +++ b/libav
On Tue, May 22, 2018 at 02:23:50AM +0200, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch allows pal8 encoding into j2k, tested with libopenjpeg,
> kakadu and jasper.
>
> Please comment, Carl Eugen
> j2kenc.c | 40
> version.h |2 +-
> 2 files ch
Generic C implementation of vf_blend performs reads and writes of 16-bit
elements, which requires the buffers to be aligned to at least 2-byte
boundary.
Also, the change fixes source buffer overrun caused by src_offset being
added to to test handling of misaligned buffers.
Fixes: #7226
---
tests
- Original Message -
> From: "Rostislav Pehlivanov"
> To: "FFmpeg development discussions and patches"
> Sent: Wednesday, May 23, 2018 3:25:34 PM
> Subject: Re: [FFmpeg-devel] [PATCH v6 1/3] avcodec: add flags for packets
> with top/bottom field
> On 23 May 2018 at 20:01, wm4 wrote:
>
On 23 May 2018 at 20:49, wm4 wrote:
> On Wed, 23 May 2018 20:25:34 +0100
> Rostislav Pehlivanov wrote:
>
> > On 23 May 2018 at 20:01, wm4 wrote:
> >
> > > On Wed, 23 May 2018 14:29:38 -0400 (EDT)
> > > Patrick Keroulas wrote:
> > >
> > > > - Original Message -
> > > > > From: "wm4"
>
On Wed, 23 May 2018 20:25:34 +0100
Rostislav Pehlivanov wrote:
> On 23 May 2018 at 20:01, wm4 wrote:
>
> > On Wed, 23 May 2018 14:29:38 -0400 (EDT)
> > Patrick Keroulas wrote:
> >
> > > - Original Message -
> > > > From: "wm4"
> > > > To: ffmpeg-devel@ffmpeg.org
> > > > Sent: Wedn
On 23 May 2018 at 20:01, wm4 wrote:
> On Wed, 23 May 2018 14:29:38 -0400 (EDT)
> Patrick Keroulas wrote:
>
> > - Original Message -
> > > From: "wm4"
> > > To: ffmpeg-devel@ffmpeg.org
> > > Sent: Wednesday, May 23, 2018 12:02:45 PM
> > > Subject: Re: [FFmpeg-devel] [PATCH v6 1/3] avcode
On Wed, 23 May 2018 14:29:38 -0400 (EDT)
Patrick Keroulas wrote:
> - Original Message -
> > From: "wm4"
> > To: ffmpeg-devel@ffmpeg.org
> > Sent: Wednesday, May 23, 2018 12:02:45 PM
> > Subject: Re: [FFmpeg-devel] [PATCH v6 1/3] avcodec: add flags for packets
> > with top/bottom field
- Original Message -
> From: "wm4"
> To: ffmpeg-devel@ffmpeg.org
> Sent: Wednesday, May 23, 2018 12:02:45 PM
> Subject: Re: [FFmpeg-devel] [PATCH v6 1/3] avcodec: add flags for packets
> with top/bottom field
> On Wed, 23 May 2018 16:46:17 +0100
> Rostislav Pehlivanov wrote:
>
>> On 2
On Wed, 23 May 2018 16:46:17 +0100
Rostislav Pehlivanov wrote:
> On 23 May 2018 at 16:18, wm4 wrote:
>
> > On Tue, 22 May 2018 17:19:35 -0400 (EDT)
> > Patrick Keroulas wrote:
> >
> > > - Original Message -
> > > > From: "Rostislav Pehlivanov"
> > > > To: "FFmpeg development discu
On 23 May 2018 at 16:18, wm4 wrote:
> On Tue, 22 May 2018 17:19:35 -0400 (EDT)
> Patrick Keroulas wrote:
>
> > - Original Message -
> > > From: "Rostislav Pehlivanov"
> > > To: "FFmpeg development discussions and patches" <
> ffmpeg-devel@ffmpeg.org>
> > > Sent: Friday, May 18, 2018 5:2
On Mon, 21 May 2018 14:50:17 +0800, Ruiling Song wrote:
> +float3 map_one_pixel_rgb(float3 rgb, float peak, float average) {
> +float sig = max(max(rgb.x, max(rgb.y, rgb.z)), 1e-6f);
> +// de-saturate
> +if (desat_param > 0.0f) {
> +float luma = get_luma_dst(rgb);
> +fl
On 5/23/18, Carl Eugen Hoyos wrote:
> 2018-05-23 0:21 GMT+02:00, Hendrik Leppkes :
>> On Tue, May 22, 2018 at 10:35 PM, Carl Eugen Hoyos
>> wrote:
>>> 2018-05-22 17:40 GMT+02:00, Gagandeep Singh :
>>>
+low= s->plane[plane].subband[0];
+high = s->plane[plane
On Tue, 22 May 2018 17:19:35 -0400 (EDT)
Patrick Keroulas wrote:
> - Original Message -
> > From: "Rostislav Pehlivanov"
> > To: "FFmpeg development discussions and patches"
> > Sent: Friday, May 18, 2018 5:28:42 PM
> > Subject: Re: [FFmpeg-devel] [PATCH v6 1/3] avcodec: add flags for p
On Wed, 23 May 2018 00:21:56 +0200
Hendrik Leppkes wrote:
> On Tue, May 22, 2018 at 10:35 PM, Carl Eugen Hoyos wrote:
> > 2018-05-22 17:40 GMT+02:00, Gagandeep Singh :
> >
> >> +low= s->plane[plane].subband[0];
> >> +high = s->plane[plane].subband[8];
> >> +
On Wed, 23 May 2018 18:29:20 +0800
Jun Zhao wrote:
> Signed-off-by: Jun Zhao
> ---
> libavutil/hwcontext_vaapi.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c
> index 5bdb02f..7b3cbea 100644
> --- a/libavutil/hwcontext_vaa
Hi!
Attached patch uses the new AV_PIX_FMT_GRAY9 for monochrome hevc input.
Please comment, Carl Eugen
From 16a6f6b552d130600557fd19c7f86cd54c08c858 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Wed, 23 May 2018 15:04:24 +0200
Subject: [PATCH] lavc/hevc_ps: Use correct pix_fmt for 9 bit
2018-05-23 12:46 GMT+02:00, Zhong Li :
> Suppress the complain "variables 'type' is used but maybe uninitialized".
> ---
> libavcodec/qsv.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c
> index 45e1c25..3ff4f2c 100644
> --- a/libav
> Excellent explanation. I think I get your idea. Will refine the code per your
> suggestion.
> But still some question, will people/tools tend to fill in the mastering
> information for HLG video?
> I currently see no document that recommend to fill the mastering display for
> HLG.
> I only hav
On Wed, Apr 11, 2018 at 1:46 PM, Hendrik Leppkes wrote:
> ---
> libavcodec/hevcdec.c | 11 +++
> 1 file changed, 11 insertions(+)
>
> diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c
> index c8877626d2..e8227a510b 100644
> --- a/libavcodec/hevcdec.c
> +++ b/libavcodec/hevcdec.c
>
Suppress the complain "variables 'type' is used but maybe uninitialized".
---
libavcodec/qsv.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c
index 45e1c25..3ff4f2c 100644
--- a/libavcodec/qsv.c
+++ b/libavcodec/qsv.c
@@ -31,6 +31,7 @@
- Add nv21 map
- Report more details decoding error
Jun Zhao (2):
lavu/hwcontext_vaapi: dump more decoding error details.
lavu/hwcontext_vaapi: add nv21 map
libavutil/hwcontext_vaapi.c | 20
1 file changed, 20 insertions(+)
--
2.7.4
___
Signed-off-by: Jun Zhao
---
libavutil/hwcontext_vaapi.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c
index 5bdb02f..7b3cbea 100644
--- a/libavutil/hwcontext_vaapi.c
+++ b/libavutil/hwcontext_vaapi.c
@@ -100,6 +100,9 @@ static con
dump more decoding error details when sync surface fail.
Signed-off-by: Jun Zhao
---
libavutil/hwcontext_vaapi.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c
index e55bb8d..5bdb02f 100644
--- a/libavutil/hwcontex
On 5/22/2018 3:57 PM, Michael Niedermayer wrote:
May fix ticket7209
Signed-off-by: Michael Niedermayer http://ffmpeg.org/mailman/listinfo/ffmpeg-devel>>
---
libavformat/mxfenc.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/libavformat/mxfenc.c b/libavformat/m
35 matches
Mail list logo