Re: [FFmpeg-devel] [PATCH 4/4] qsv: Merge libav implementation

2016-10-31 Thread Mark Thompson
On 31/10/16 13:50, Hendrik Leppkes wrote: > On Wed, Oct 26, 2016 at 9:50 PM, Mark Thompson wrote: >> Merged as-at libav 398f015, and therefore includes outstanding >> skipped merges 04b17ff and 130e1f1. >> >> All features not in libav are preserved, and no options change. >> --- > > LGTM, this sh

Re: [FFmpeg-devel] [PATCH 4/4] qsv: Merge libav implementation

2016-10-31 Thread Hendrik Leppkes
On Wed, Oct 26, 2016 at 9:50 PM, Mark Thompson wrote: > Merged as-at libav 398f015, and therefore includes outstanding > skipped merges 04b17ff and 130e1f1. > > All features not in libav are preserved, and no options change. > --- LGTM, this should make further work on this much easier and bring

[FFmpeg-devel] [PATCH 4/4] qsv: Merge libav implementation

2016-10-29 Thread Mark Thompson
Merged as-at libav 398f015, and therefore includes outstanding skipped merges 04b17ff and 130e1f1. All features not in libav are preserved, and no options change. --- v4 (patch 4/4 only, the others are unchanged). Changes from v3: - Revert to using the software decoder plugin by default for H.265

[FFmpeg-devel] [PATCH 4/4] qsv: Merge libav implementation

2016-10-26 Thread Mark Thompson
Merged as-at libav 398f015, and therefore includes outstanding skipped merges 04b17ff and 130e1f1. All features not in libav are preserved, and no options change. --- v3. Changes from v2: - Profile seems to be required by the decoder in some cases; always pass in the correct value. - Fix parsing