Re: [FFmpeg-devel] [PATCH] swscale: Make sws_alloc_set_opts() public

2015-08-09 Thread wm4
On Sun, 9 Aug 2015 13:12:34 +0200 Michael Niedermayer wrote: > On Sat, Aug 08, 2015 at 07:45:23PM +0200, wm4 wrote: > > On Sat, 8 Aug 2015 19:05:39 +0200 > > Michael Niedermayer wrote: > > > > > > Where are the > > > > input and output colorspaces and ranges set? > > > > > > they would be set

Re: [FFmpeg-devel] [PATCH] swscale: Make sws_alloc_set_opts() public

2015-08-09 Thread Ronald S. Bultje
Hi, On Sat, Aug 8, 2015 at 12:58 PM, Paul B Mahol wrote: > On 8/8/15, wm4 wrote: > > On Sat, 8 Aug 2015 18:17:37 +0200 > > Michael Niedermayer wrote: > > > >> On Sat, Aug 08, 2015 at 05:58:29PM +0200, wm4 wrote: > >> > On Sat, 8 Aug 2015 17:14:58 +0200 > >> > Michael Niedermayer wrote: > >>

Re: [FFmpeg-devel] [PATCH] swscale: Make sws_alloc_set_opts() public

2015-08-09 Thread Michael Niedermayer
On Sat, Aug 08, 2015 at 07:45:23PM +0200, wm4 wrote: > On Sat, 8 Aug 2015 19:05:39 +0200 > Michael Niedermayer wrote: > > > > Where are the > > > input and output colorspaces and ranges set? > > > > they would be set with sws_setColorspaceDetails() > > But they're pretty important, so why aren'

Re: [FFmpeg-devel] [PATCH] swscale: Make sws_alloc_set_opts() public

2015-08-08 Thread wm4
On Sat, 8 Aug 2015 19:05:39 +0200 Michael Niedermayer wrote: > > Where are the > > input and output colorspaces and ranges set? > > they would be set with sws_setColorspaceDetails() But they're pretty important, so why aren't they part of the parameter list too? In the end, the parameter list w

Re: [FFmpeg-devel] [PATCH] swscale: Make sws_alloc_set_opts() public

2015-08-08 Thread Michael Niedermayer
On Sat, Aug 08, 2015 at 06:49:10PM +0200, wm4 wrote: > On Sat, 8 Aug 2015 18:17:37 +0200 > Michael Niedermayer wrote: > > > On Sat, Aug 08, 2015 at 05:58:29PM +0200, wm4 wrote: > > > On Sat, 8 Aug 2015 17:14:58 +0200 > > > Michael Niedermayer wrote: > > > > > > > From: Michael Niedermayer > >

Re: [FFmpeg-devel] [PATCH] swscale: Make sws_alloc_set_opts() public

2015-08-08 Thread Paul B Mahol
On 8/8/15, wm4 wrote: > On Sat, 8 Aug 2015 18:17:37 +0200 > Michael Niedermayer wrote: > >> On Sat, Aug 08, 2015 at 05:58:29PM +0200, wm4 wrote: >> > On Sat, 8 Aug 2015 17:14:58 +0200 >> > Michael Niedermayer wrote: >> > >> > > From: Michael Niedermayer >> > > >> > > Signed-off-by: Michael Nie

Re: [FFmpeg-devel] [PATCH] swscale: Make sws_alloc_set_opts() public

2015-08-08 Thread wm4
On Sat, 8 Aug 2015 18:17:37 +0200 Michael Niedermayer wrote: > On Sat, Aug 08, 2015 at 05:58:29PM +0200, wm4 wrote: > > On Sat, 8 Aug 2015 17:14:58 +0200 > > Michael Niedermayer wrote: > > > > > From: Michael Niedermayer > > > > > > Signed-off-by: Michael Niedermayer > > > --- > > > libsws

Re: [FFmpeg-devel] [PATCH] swscale: Make sws_alloc_set_opts() public

2015-08-08 Thread Michael Niedermayer
On Sat, Aug 08, 2015 at 05:58:29PM +0200, wm4 wrote: > On Sat, 8 Aug 2015 17:14:58 +0200 > Michael Niedermayer wrote: > > > From: Michael Niedermayer > > > > Signed-off-by: Michael Niedermayer > > --- > > libswscale/swscale.h | 11 +++ > > libswscale/swscale_internal.h |

Re: [FFmpeg-devel] [PATCH] swscale: Make sws_alloc_set_opts() public

2015-08-08 Thread wm4
On Sat, 8 Aug 2015 17:14:58 +0200 Michael Niedermayer wrote: > From: Michael Niedermayer > > Signed-off-by: Michael Niedermayer > --- > libswscale/swscale.h | 11 +++ > libswscale/swscale_internal.h | 11 --- > libswscale/version.h |4 ++-- > 3 files

Re: [FFmpeg-devel] [PATCH] swscale: Make sws_alloc_set_opts() public

2015-08-08 Thread Clément Bœsch
On Sat, Aug 08, 2015 at 05:14:58PM +0200, Michael Niedermayer wrote: > From: Michael Niedermayer > > Signed-off-by: Michael Niedermayer > --- > libswscale/swscale.h | 11 +++ > libswscale/swscale_internal.h | 11 --- > libswscale/version.h |4 ++-- > 3