Re: [libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-19 Thread Alexander Kravchenko
> -Original Message- > From: libav-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of Luca > Barbato > Sent: Monday, April 16, 2018 5:33 AM > To: libav-devel@libav.org > Subject: Re: [libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D > frames used as input during the

Re: [libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-15 Thread Luca Barbato
On 13/04/2018 00:41, Alexander Kravchenko wrote: > This fixes frame corruption issue when decoder started reusing frames while > they are still in use of encoding process > > Issue with frame corruption was reproduced using: > avconv.exe -y -hwaccel d3d11va -hwaccel_output_format d3d11 -i

Re: [libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-15 Thread Alexander Kravchenko
Hi Guys, Did you have a chance to review the patch? Is it ok? Thanks, Alexander > -Original Message- > From: Alexander Kravchenko [mailto:akravchenko...@gmail.com] > Sent: Thursday, April 12, 2018 6:42 PM > To: libav-devel@libav.org > Cc: Alexander Kravchenko >

Re: [libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-12 Thread Alexander Kravchenko
Hi guys, thanks for your advice. I have sent one more time using git send-email чт, 12 апр. 2018 г. в 17:56, Diego Biurrun : > On Wed, Apr 11, 2018 at 07:31:19PM +0300, Alexander Kravchenko wrote: > > > > > > Your mailer mangled the patch, could you please resend it attached? >

[libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-12 Thread Alexander Kravchenko
This fixes frame corruption issue when decoder started reusing frames while they are still in use of encoding process Issue with frame corruption was reproduced using: avconv.exe -y -hwaccel d3d11va -hwaccel_output_format d3d11 -i input.h264 -an -c:v h264_amf output.mkv it is recommended to

Re: [libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-12 Thread Diego Biurrun
On Wed, Apr 11, 2018 at 07:31:19PM +0300, Alexander Kravchenko wrote: > > > > Your mailer mangled the patch, could you please resend it attached? > > It would be nice if you recommend some good simple mailer or to do I use git-send-email, works fine here. Diego

Re: [libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-12 Thread Luca Barbato
On 12/04/2018 01:31, Alexander Kravchenko wrote: >> >> Your mailer mangled the patch, could you please resend it attached? >> >> Diego > > Hi Diego, > Sending plain text mail format (probably I switched from Rich text to plain > after paste patch test) > Hopefully it is ok. > Last time I tried

Re: [libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-11 Thread Alexander Kravchenko
> > Your mailer mangled the patch, could you please resend it attached? > > Diego Hi Diego, Sending plain text mail format (probably I switched from Rich text to plain after paste patch test) Hopefully it is ok. Last time I tried to send attached mail in outlook. It was rejected as binary. It

Re: [libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-11 Thread Diego Biurrun
On Wed, Apr 11, 2018 at 06:02:32PM +0300, Alexander Kravchenko wrote: > This fixes frame corruption issue when decoder started reusing frames while > they are still in use of encoding process > > Issue with frame corruption was reproduced using: > avconv.exe -y -hwaccel d3d11va

[libav-devel] [PATCH] lavc/amfenc: Retain a reference to D3D frames used as input during the encoding process

2018-04-11 Thread Alexander Kravchenko
This fixes frame corruption issue when decoder started reusing frames while they are still in use of encoding process Issue with frame corruption was reproduced using: avconv.exe -y -hwaccel d3d11va -hwaccel_output_format d3d11 -i input.h264 -an -c:v h264_amf output.mkv it is recommended to use