Re: [libav-devel] [libav-commits] openssl: Support version 1.1.0.

2017-06-26 Thread Diego Biurrun
On Mon, Jun 26, 2017 at 12:38:20PM +0300, Martin Storsjö wrote:
> On Mon, 26 Jun 2017, Diego Biurrun wrote:
> 
> >On Sun, Oct 23, 2016 at 09:08:50PM +0200, Matt Oliver  wrote:
> >>Module: libav
> >>Branch: master
> >>Commit: ee050797664c7c74cae262ffab05006b55d47a11
> >>
> >>Author:Matt Oliver 
> >>Committer: Martin Storsjö 
> >>Date:  Mon Oct 10 06:49:54 2016 +1100
> >>
> >>openssl: Support version 1.1.0.
> >>
> >>Further simplifications by Martin Storsjö, to minimize the
> >>diff.
> >>
> >>Signed-off-by: Martin Storsjö 
> >
> >This needs to be ported to the 12 branch (and possibly 11 branch if we
> >want to support that properly). I'll push it tomorrow.
> 
> FWIW, if you do that, you also need 016387fe0fe3eff1a03ec0673bf4d2967f6cad94
> and f22363c72968f1a1fc4881d8695ec7068b0aa03c as well.

Thanks. I'll squash f22363c72968f1a1fc4881d8695ec7068b0aa03c into this commit.

Diego
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] hwframe: Support cropping in the default allocator

2017-06-26 Thread wm4
On Sun, 25 Jun 2017 14:50:32 -0400
Vittorio Giovara  wrote:

> On Sat, Jun 24, 2017 at 12:18 PM, wm4  wrote:
> > On Sat, 24 Jun 2017 15:51:20 +0200
> > Luca Barbato  wrote:
> >  
> >> From: Anton Khirnov 
> >>
> >> ---
> >>
> >> Better subject welcome. It is currently folded in wm4 mix fixes set.  
> 
> It would be nice to have a short description about why this is
> correct/needed in the commit log.

Suggestion:

hwframe: allow hwaccel frame allocators to align surface sizes

Hardware accelerated decoding generally uses AVHWFramesContext for pool
allocation of hardware surfaces. These are setup to allocate surfaces
aligned to hardware and hwaccel API requirements. Due to the
architecture, av_hwframe_get_buffer() will return AVFrames with
the dimensions set to the aligned sizes.

This causes some decoders (like hevc) return these aligned size as
final frame size, instead of cropping them to the video's actual
dimensions. To make sure this doesn't happen, crop the frame to the
size the decoder expects when ff_get_buffer() is called.
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [libav-commits] openssl: Support version 1.1.0.

2017-06-26 Thread Martin Storsjö

On Mon, 26 Jun 2017, Diego Biurrun wrote:


On Sun, Oct 23, 2016 at 09:08:50PM +0200, Matt Oliver  wrote:

Module: libav
Branch: master
Commit: ee050797664c7c74cae262ffab05006b55d47a11

Author:Matt Oliver 
Committer: Martin Storsjö 
Date:  Mon Oct 10 06:49:54 2016 +1100

openssl: Support version 1.1.0.

Further simplifications by Martin Storsjö, to minimize the
diff.

Signed-off-by: Martin Storsjö 


This needs to be ported to the 12 branch (and possibly 11 branch if we
want to support that properly). I'll push it tomorrow.


FWIW, if you do that, you also need 
016387fe0fe3eff1a03ec0673bf4d2967f6cad94 and 
f22363c72968f1a1fc4881d8695ec7068b0aa03c as well.


// Martin
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [libav-commits] openssl: Support version 1.1.0.

2017-06-26 Thread Diego Biurrun
On Sun, Oct 23, 2016 at 09:08:50PM +0200, Matt Oliver  wrote:
> Module: libav
> Branch: master
> Commit: ee050797664c7c74cae262ffab05006b55d47a11
> 
> Author:Matt Oliver 
> Committer: Martin Storsjö 
> Date:  Mon Oct 10 06:49:54 2016 +1100
> 
> openssl: Support version 1.1.0.
> 
> Further simplifications by Martin Storsjö, to minimize the
> diff.
> 
> Signed-off-by: Martin Storsjö 

This needs to be ported to the 12 branch (and possibly 11 branch if we
want to support that properly). I'll push it tomorrow.

Diego
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel