All those algorithms may be ranging from poor to excellent ... but never forget the #1 basic principle of data processing: You can't make stuff up out of thin air. /Every/ step of data processing, no matter what it is, is inherently /losing/ information - unless you're not actually processing but just format converting. In that case nothing is lost or gained, you've just changed how the same data are represented.
Thus: "Upconverting" is just blowing things up and filling the gaps. The upscaled picture does not contain more information (more "detail") than the original did - simply because the data for that are /not/there/ to begin with.
In other words: Bad upscalers can make things worse - but good ones can't make the picture better than it was in its recorded resolution.
Now, what upscaler to use? Two-edged sword. Theoretically, the LCD screen's integrated scaler knows how to make the best of the LCD screen hardware - but then, the rendering software (the DVD player application in this case) knows best how to handle the original source material.
Typically (but not necessarily) you'll get closest to 100% original quality by using a /good/ scaler that's near the source, and feeding the output device /its/ native resolution so it doesn't interfere.
ffdshow is a good choice - if your CPU has the horsepower for it.
Thus: "Upconverting" is just blowing things up and filling the gaps. The upscaled picture does not contain more information (more "detail") than the original did - simply because the data for that are /not/there/ to begin with.
In other words: Bad upscalers can make things worse - but good ones can't make the picture better than it was in its recorded resolution.
Now, what upscaler to use? Two-edged sword. Theoretically, the LCD screen's integrated scaler knows how to make the best of the LCD screen hardware - but then, the rendering software (the DVD player application in this case) knows best how to handle the original source material.
Typically (but not necessarily) you'll get closest to 100% original quality by using a /good/ scaler that's near the source, and feeding the output device /its/ native resolution so it doesn't interfere.
ffdshow is a good choice - if your CPU has the horsepower for it.