Re: [FFmpeg-devel] [PATCH]lavfi/palettegen: Allow setting the background colour

2017-10-29 Thread Clément Bœsch
On Sun, Oct 29, 2017 at 01:47:03AM +0200, Carl Eugen Hoyos wrote: > 2017-10-28 23:50 GMT+02:00 Clément Bœsch : > > On Sat, Oct 28, 2017 at 10:57:32PM +0200, Carl Eugen Hoyos wrote: > >> 2017-10-17 23:42 GMT+02:00 Carl Eugen Hoyos : > >> > >> > Attached patch is useful in combination with the transp

Re: [FFmpeg-devel] [PATCH]lavfi/palettegen: Allow setting the background colour

2017-10-28 Thread Carl Eugen Hoyos
2017-10-29 2:32 GMT+02:00 James Almer : > On 10/28/2017 8:47 PM, Carl Eugen Hoyos wrote: >> +uint8_t[4] transparency_color; // background color for >> transparency > > This broke compilation Should be fixed, sorry, I was already testing yuva2rgb on BE and forgot to compile on my des

Re: [FFmpeg-devel] [PATCH]lavfi/palettegen: Allow setting the background colour

2017-10-28 Thread James Almer
On 10/28/2017 8:47 PM, Carl Eugen Hoyos wrote: > 2017-10-28 23:50 GMT+02:00 Clément Bœsch : >> On Sat, Oct 28, 2017 at 10:57:32PM +0200, Carl Eugen Hoyos wrote: >>> 2017-10-17 23:42 GMT+02:00 Carl Eugen Hoyos : >>> Attached patch is useful in combination with the transparency patch for pa

Re: [FFmpeg-devel] [PATCH]lavfi/palettegen: Allow setting the background colour

2017-10-28 Thread Carl Eugen Hoyos
2017-10-28 23:50 GMT+02:00 Clément Bœsch : > On Sat, Oct 28, 2017 at 10:57:32PM +0200, Carl Eugen Hoyos wrote: >> 2017-10-17 23:42 GMT+02:00 Carl Eugen Hoyos : >> >> > Attached patch is useful in combination with the transparency patch >> > for paletteuse. >> >> > +{ "background", "set a backgr

Re: [FFmpeg-devel] [PATCH]lavfi/palettegen: Allow setting the background colour

2017-10-28 Thread Clément Bœsch
On Sat, Oct 28, 2017 at 10:57:32PM +0200, Carl Eugen Hoyos wrote: > 2017-10-17 23:42 GMT+02:00 Carl Eugen Hoyos : > > > Attached patch is useful in combination with the transparency patch > > for paletteuse. > > > +{ "background", "set a background color for transparency", > > OFFSET(backgro

Re: [FFmpeg-devel] [PATCH]lavfi/palettegen: Allow setting the background colour

2017-10-28 Thread Carl Eugen Hoyos
2017-10-17 23:42 GMT+02:00 Carl Eugen Hoyos : > Attached patch is useful in combination with the transparency patch > for paletteuse. > +{ "background", "set a background color for transparency", > OFFSET(background), AV_OPT_TYPE_COLOR, {.str="white"}, CHAR_MIN, CHAR_MAX, > FLAGS }, Locall

[FFmpeg-devel] [PATCH]lavfi/palettegen: Allow setting the background colour

2017-10-17 Thread Carl Eugen Hoyos
Hi! Attached patch is useful in combination with the transparency patch for paletteuse. Please comment, Carl Eugen From fc1c562748b2f7bb518df9feaa91482757ae9625 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 17 Oct 2017 23:39:59 +0200 Subject: [PATCH] lavfi/palettegen: Allow setting