View Full Version : Public domain Fast Bilinear code?
Blight
28th March 2004, 18:51
I've found a few implementation of public-domain Bilinear code for Delphi, but they are either extremely slow or inaccurate (don't seem to use the bottom/right row/column).
Anyone aware of pretty fast (doesn't have to be asm optimized) code that works accurately? And if possible, in delphi?
UMP
30th March 2004, 16:48
If you DL the FU source code you'll find an MMX implementation of a bilinear resize for YV12 (planar) format
Latexxx
30th March 2004, 19:30
Avisynth has nice GPL'ed resizing code.
Blight
30th March 2004, 20:42
Yes, but I can't use GPL as my own program is not GPLed...
DaveEL
30th March 2004, 22:34
Just a quick note to point out the FU source is gpl too im afraid.
Not many people release stuff as PD these days gpl has advantages for the original author (ie they can use any improvements made) if they want to give the source away.
DaveEL
Latexxx
31st March 2004, 19:31
Originally posted by Blight
Yes, but I can't use GPL as my own program is not GPLed...
GPL it!
Blight
4th April 2004, 01:49
Latexxx:
The only working GPL business model is "Support". There is no money to be made by providing support for a media player. Heck, I've been doing it for free for over 3 years.
If I were to GPL Zoom Player, I might as well find a box on the street to live in as I won't be able to make a living.
DaveEL:
Yeah, but it also prevents the code from being used by non-open sourced products that may benefit users. Simple "No Access" may prevent development entirely. This is why I prefer the Mozilla License.
Sulik
13th April 2004, 08:44
Why not just pick up a book or two on assembly programming ?
At least you'll learn something.
It's really not that hard to write
y(n) = (1-k)x(n) + (k)x(n+1)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.