[XviD-devel] font rendering and deringing; small BUG in font.c ?

Edouard Gomez ed.gomez at free.fr
Wed May 26 11:33:46 CEST 2004


list4darav at gmx.de (list4darav at gmx.de) wrote:
> while browsing in source code of the new version 1.0.0, I saw font.h/.c.
> It looks to me, as it is prints some text into a decoded frame (for instance 
> stream errors).

You're right. Beware ugly font.

> Is it possible to use this function via external API ?

No, it's not considered public API and isn't exported in win32
dlls. ELF DSOs export all symbols so you can use this function
but it isn't considered normal usage of xvid API.

> Second question is about deringing.
> I remember I've read in ML about deringing is implemented now.
> But where is it? Is it in 1.0 or will it be in 1.x?

It's HEAD revision
 
> [BUG?]
> btw: shouldn't be 
> "va_start(args, fmt)" closed by  a "va_end(args)"
> in in src/image/font.c:591  ??

Fixed. I'll commit this evening.

-- 
Edouard Gomez


More information about the XviD-devel mailing list