Re: [FFmpeg-devel] [PATCH]lavf/gdv: Improve palette saturation

2020-04-12 Thread Carl Eugen Hoyos
Am Do., 7. Sept. 2017 um 15:40 Uhr schrieb Ronald S. Bultje : > > Hi Carl, > > On Mon, Aug 28, 2017 at 10:49 AM, Carl Eugen Hoyos > wrote: > > > 2017-08-27 9:03 GMT+02:00 Paul B Mahol : > > > On 8/26/17, Carl Eugen Hoyos wrote: > > > > >> Attached patch slightly improves the saturation of the > >

Re: [FFmpeg-devel] [PATCH]lavf/gdv: Improve palette saturation

2017-09-07 Thread Ronald S. Bultje
Hi Carl, On Mon, Aug 28, 2017 at 10:49 AM, Carl Eugen Hoyos wrote: > 2017-08-27 9:03 GMT+02:00 Paul B Mahol : > > On 8/26/17, Carl Eugen Hoyos wrote: > > >> Attached patch slightly improves the saturation of the > >> gdv palette. > >> > >> Please comment, Carl Eugen > > > > Does this match how

Re: [FFmpeg-devel] [PATCH]lavf/gdv: Improve palette saturation

2017-09-07 Thread Carl Eugen Hoyos
2017-08-26 13:00 GMT+02:00 Carl Eugen Hoyos : > Hi! > > Attached patch slightly improves the saturation of the gdv palette. I'll push this if there are no objections. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mai

Re: [FFmpeg-devel] [PATCH]lavf/gdv: Improve palette saturation

2017-08-28 Thread Carl Eugen Hoyos
2017-08-27 9:03 GMT+02:00 Paul B Mahol : > On 8/26/17, Carl Eugen Hoyos wrote: >> Attached patch slightly improves the saturation of the >> gdv palette. >> >> Please comment, Carl Eugen > > Does this match how it is displayed by original game? The original game was written for a graphic adapter

Re: [FFmpeg-devel] [PATCH]lavf/gdv: Improve palette saturation

2017-08-27 Thread Paul B Mahol
On 8/26/17, Carl Eugen Hoyos wrote: > Hi! > > Attached patch slightly improves the saturation of the gdv palette. > > Please comment, Carl Eugen > Does this match how it is displayed by original game? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.or

[FFmpeg-devel] [PATCH]lavf/gdv: Improve palette saturation

2017-08-26 Thread Carl Eugen Hoyos
Hi! Attached patch slightly improves the saturation of the gdv palette. Please comment, Carl Eugen From bbc00affb218ebe2b8074fea514bf25bbca5f890 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 26 Aug 2017 12:59:11 +0200 Subject: [PATCH] lavf/gdv: Improve saturation of gdv palette. --