Re: [FFmpeg-devel] Subject: [PATCH] libavcodec/qsvdec_h2645.c: switch to the new BSF API

2016-08-14 Thread Michael Niedermayer
On Sun, Aug 14, 2016 at 07:17:56PM +0300, Ivan Uskov wrote:
> 
> Hello Michael,
> 
> Sunday, August 7, 2016, 8:18:54 PM, you wrote:
> 
> > On Sun, Jul 24, 2016 at 10:05:27PM +0300, Ivan Uskov wrote:
> >> Hello All,
> >> 
> >> This patch applies same changes as commit 
> >> e3dfef8e3c85a64dbe6388117303f5819fa3c6a2
> >> of libav: instead obsolete AVBitStreamFilterContext now new AVBSFContext
> >> filter uses to restore annex-B prefixes. 
> >> 
> >> Please review.
> >>   
> >> 
> >> -- 
> >> Best regards,
> >>  Ivan  mailto:ivan.us...@nablet.com
> 
> >>  qsvdec_h2645.c |  138 
> >> -
> >>  1 file changed, 107 insertions(+), 31 deletions(-)
> >> db4e17da2ddf056018cd049164c77f0073fde1bc  
> >> 0001-libavcodec-qsvdec_h2645.c-switch-to-the-new-BSF-API.patch
> >> From 70b9f600ffbdc67010aca757dd4cf401f3377078 Mon Sep 17 00:00:00 2001
> >> From: Ivan Uskov 
> >> Date: Sun, 24 Jul 2016 14:04:36 -0400
> >> Subject: [PATCH] libavcodec/qsvdec_h2645.c: switch to the new BSF API This
> >>  patch applies same changes as commit 
> >> e3dfef8e3c85a64dbe6388117303f5819fa3c6a2
> >>  of libav: instead obsolete AVBitStreamFilterContext now new AVBSFContext
> >>  filter uses to restore annex-B prefixes.
> 
> > Is it correct to say that this commit is
> > "Based-on: e3dfef8e3c85a64dbe6388117303f5819fa3c6a2 by Anton Khirnov" ?
> Yes, in general it based on this commit, only minor adaptations (ffmpeg use
> different function names into the qsvdec.c)

patch applied

thanks

[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] Subject: [PATCH] libavcodec/qsvdec_h2645.c: switch to the new BSF API

2016-08-14 Thread Ivan Uskov

Hello Michael,

Sunday, August 7, 2016, 8:18:54 PM, you wrote:

> On Sun, Jul 24, 2016 at 10:05:27PM +0300, Ivan Uskov wrote:
>> Hello All,
>> 
>> This patch applies same changes as commit 
>> e3dfef8e3c85a64dbe6388117303f5819fa3c6a2
>> of libav: instead obsolete AVBitStreamFilterContext now new AVBSFContext
>> filter uses to restore annex-B prefixes. 
>> 
>> Please review.
>>   
>> 
>> -- 
>> Best regards,
>>  Ivan  mailto:ivan.us...@nablet.com

>>  qsvdec_h2645.c |  138 
>> -
>>  1 file changed, 107 insertions(+), 31 deletions(-)
>> db4e17da2ddf056018cd049164c77f0073fde1bc  
>> 0001-libavcodec-qsvdec_h2645.c-switch-to-the-new-BSF-API.patch
>> From 70b9f600ffbdc67010aca757dd4cf401f3377078 Mon Sep 17 00:00:00 2001
>> From: Ivan Uskov 
>> Date: Sun, 24 Jul 2016 14:04:36 -0400
>> Subject: [PATCH] libavcodec/qsvdec_h2645.c: switch to the new BSF API This
>>  patch applies same changes as commit 
>> e3dfef8e3c85a64dbe6388117303f5819fa3c6a2
>>  of libav: instead obsolete AVBitStreamFilterContext now new AVBSFContext
>>  filter uses to restore annex-B prefixes.

> Is it correct to say that this commit is
> "Based-on: e3dfef8e3c85a64dbe6388117303f5819fa3c6a2 by Anton Khirnov" ?
Yes, in general it based on this commit, only minor adaptations (ffmpeg use
different function names into the qsvdec.c)


> [...]




-- 
Best regards,
 Ivanmailto:ivan.us...@nablet.com

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] Subject: [PATCH] libavcodec/qsvdec_h2645.c: switch to the new BSF API

2016-08-07 Thread Michael Niedermayer
On Sun, Jul 24, 2016 at 10:05:27PM +0300, Ivan Uskov wrote:
> Hello All,
> 
> This patch applies same changes as commit 
> e3dfef8e3c85a64dbe6388117303f5819fa3c6a2
> of libav: instead obsolete AVBitStreamFilterContext now new AVBSFContext
> filter uses to restore annex-B prefixes. 
> 
> Please review.
>   
> 
> -- 
> Best regards,
>  Ivan  mailto:ivan.us...@nablet.com

>  qsvdec_h2645.c |  138 
> -
>  1 file changed, 107 insertions(+), 31 deletions(-)
> db4e17da2ddf056018cd049164c77f0073fde1bc  
> 0001-libavcodec-qsvdec_h2645.c-switch-to-the-new-BSF-API.patch
> From 70b9f600ffbdc67010aca757dd4cf401f3377078 Mon Sep 17 00:00:00 2001
> From: Ivan Uskov 
> Date: Sun, 24 Jul 2016 14:04:36 -0400
> Subject: [PATCH] libavcodec/qsvdec_h2645.c: switch to the new BSF API This
>  patch applies same changes as commit e3dfef8e3c85a64dbe6388117303f5819fa3c6a2
>  of libav: instead obsolete AVBitStreamFilterContext now new AVBSFContext
>  filter uses to restore annex-B prefixes.

Is it correct to say that this commit is
"Based-on: e3dfef8e3c85a64dbe6388117303f5819fa3c6a2 by Anton Khirnov" ?

[...]

-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety -- Benjamin Franklin


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel