Re: [FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-05-06 Thread Ronald S. Bultje
Hi, On Thu, May 5, 2016 at 8:16 AM, Michael Niedermayer wrote: > On Tue, May 03, 2016 at 01:53:42PM -0400, Ronald S. Bultje wrote: > > --- > > doc/filters.texi | 13 > > libavfilter/colorspacedsp.c | 12 > >

Re: [FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-05-05 Thread Michael Niedermayer
On Tue, May 03, 2016 at 01:53:42PM -0400, Ronald S. Bultje wrote: > --- > doc/filters.texi | 13 > libavfilter/colorspacedsp.c | 12 > libavfilter/colorspacedsp.h | 6 ++ > libavfilter/colorspacedsp_template.c | 128 >

Re: [FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-05-04 Thread Ronald S. Bultje
Hi, On Tue, May 3, 2016 at 1:53 PM, Ronald S. Bultje wrote: > --- > doc/filters.texi | 13 > libavfilter/colorspacedsp.c | 12 > libavfilter/colorspacedsp.h | 6 ++ > libavfilter/colorspacedsp_template.c | 128 >

Re: [FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-05-03 Thread Ronald S. Bultje
Hi, On Tue, May 3, 2016 at 1:49 PM, Ronald S. Bultje wrote: > --- > doc/filters.texi | 13 > libavfilter/colorspacedsp.c | 12 > libavfilter/colorspacedsp.h | 6 ++ > libavfilter/colorspacedsp_template.c | 128 >

[FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-05-03 Thread Ronald S. Bultje
--- doc/filters.texi | 13 libavfilter/colorspacedsp.c | 12 libavfilter/colorspacedsp.h | 6 ++ libavfilter/colorspacedsp_template.c | 128 +++ libavfilter/vf_colorspace.c | 58 +++- 5 files

[FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-05-03 Thread Ronald S. Bultje
--- doc/filters.texi | 13 libavfilter/colorspacedsp.c | 12 libavfilter/colorspacedsp.h | 6 ++ libavfilter/colorspacedsp_template.c | 128 +++ libavfilter/vf_colorspace.c | 58 +++- 5 files

Re: [FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-05-03 Thread Pascal Massimino
hi Ronald, On Tue, May 3, 2016 at 7:34 AM, Ronald S. Bultje wrote: > --- > doc/filters.texi | 13 > libavfilter/colorspacedsp.c | 12 > libavfilter/colorspacedsp.h | 6 ++ > libavfilter/colorspacedsp_template.c | 128 >

[FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-05-03 Thread Ronald S. Bultje
--- doc/filters.texi | 13 libavfilter/colorspacedsp.c | 12 libavfilter/colorspacedsp.h | 6 ++ libavfilter/colorspacedsp_template.c | 128 +++ libavfilter/vf_colorspace.c | 53 ++- 5 files

Re: [FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-04-26 Thread Ronald S. Bultje
Hi, On Tue, Apr 26, 2016 at 2:17 PM, Derek Buitenhuis < derek.buitenh...@gmail.com> wrote: > On 4/26/2016 5:41 PM, Ronald S. Bultje wrote: > > --- > > doc/filters.texi | 13 > > libavfilter/colorspacedsp.c | 9 +++ > > libavfilter/colorspacedsp.h |

Re: [FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-04-26 Thread Derek Buitenhuis
On 4/26/2016 5:41 PM, Ronald S. Bultje wrote: > --- > doc/filters.texi | 13 > libavfilter/colorspacedsp.c | 9 +++ > libavfilter/colorspacedsp.h | 6 ++ > libavfilter/colorspacedsp_template.c | 128 > +++ >

[FFmpeg-devel] [PATCH] vf_colorspace: add floyd-steinberg dithering option to full conversion.

2016-04-26 Thread Ronald S. Bultje
--- doc/filters.texi | 13 libavfilter/colorspacedsp.c | 9 +++ libavfilter/colorspacedsp.h | 6 ++ libavfilter/colorspacedsp_template.c | 128 +++ libavfilter/vf_colorspace.c | 53 ++- 5 files