Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-27 Thread Michael Niedermayer
On Mon, Jun 27, 2016 at 02:28:16PM +0100, Mark Thompson wrote: > On 26/06/16 23:49, Michael Niedermayer wrote: > > On Tue, Jun 07, 2016 at 07:51:18PM +0100, Mark Thompson wrote: > >> Fixes ticket 5286. > >> > >> Uses the global -hwaccel_lax_profile_check option (may be misnamed > >> for this purpos

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-27 Thread Carl Eugen Hoyos
Hendrik Leppkes gmail.com> writes: > > We need a patch that changes the default to "no check > > of level". > > Changing the default is unrelated to offering an option > to override, and another discussion entirely. It may be another discussion, it certainly is the most relevant discussion of

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-27 Thread Hendrik Leppkes
On Mon, Jun 27, 2016 at 5:06 PM, Carl Eugen Hoyos wrote: > Michael Niedermayer niedermayer.cc> writes: > >> is anyone against applying this ? > > As explained by Philip, this patch is not ok: > We need a patch that changes the default to "no check > of level". > Changing the default is unrelated

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-27 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > is anyone against applying this ? As explained by Philip, this patch is not ok: We need a patch that changes the default to "no check of level". Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmp

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-27 Thread Mark Thompson
On 26/06/16 23:49, Michael Niedermayer wrote: > On Tue, Jun 07, 2016 at 07:51:18PM +0100, Mark Thompson wrote: >> Fixes ticket 5286. >> >> Uses the global -hwaccel_lax_profile_check option (may be misnamed >> for this purpose, but it has the right spirit). >> --- >> Only compile tested (no hardware

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-27 Thread Andy Furniss
Michael Niedermayer wrote: On Tue, Jun 07, 2016 at 07:51:18PM +0100, Mark Thompson wrote: Fixes ticket 5286. Uses the global -hwaccel_lax_profile_check option (may be misnamed for this purpose, but it has the right spirit). --- Only compile tested (no hardware). Maybe -hwaccel_lax_profile_chec

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-26 Thread Michael Niedermayer
On Tue, Jun 07, 2016 at 07:51:18PM +0100, Mark Thompson wrote: > Fixes ticket 5286. > > Uses the global -hwaccel_lax_profile_check option (may be misnamed > for this purpose, but it has the right spirit). > --- > Only compile tested (no hardware). > > Maybe -hwaccel_lax_profile_check should be re

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-18 Thread Philip Langdale
On 2016-06-08 21:54, Mark Thompson wrote: On 08/06/16 13:59, Carl Eugen Hoyos wrote: Mark Thompson jkqxz.net> writes: Uses the global -hwaccel_lax_profile_check option (may be misnamed for this purpose, but it has the right spirit). Iirc, all old x264 files have a very high profile set (5.0

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-08 Thread Carl Eugen Hoyos
Mark Thompson jkqxz.net> writes: > The point here is that the driver has declared its > capabilities, and the given stream is not within those > capabilities so the hwaccel should not be used because > it will not work Can you explain how it "will not work"? On my nvidia hardware, any level c

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-08 Thread Mark Thompson
On 08/06/16 13:59, Carl Eugen Hoyos wrote: > Mark Thompson jkqxz.net> writes: > >> Uses the global -hwaccel_lax_profile_check option (may be >> misnamed for this purpose, but it has the right spirit). > > Iirc, all old x264 files have a very high profile set (5.0?). > Is there a usecase for the

Re: [FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-08 Thread Carl Eugen Hoyos
Mark Thompson jkqxz.net> writes: > Uses the global -hwaccel_lax_profile_check option (may be > misnamed for this purpose, but it has the right spirit). Iirc, all old x264 files have a very high profile set (5.0?). Is there a usecase for the default not being to accept any profile? Carl Eugen

[FFmpeg-devel] ffmpeg_vdpau: Re-add ability to ignore level check

2016-06-07 Thread Mark Thompson
Fixes ticket 5286. Uses the global -hwaccel_lax_profile_check option (may be misnamed for this purpose, but it has the right spirit). --- Only compile tested (no hardware). Maybe -hwaccel_lax_profile_check should be renamed to something a bit more general - it was named for the specific VAAPI ca