[MPlayer-dev-eng] Postprocessing in GPL
Arpi
arpi at thot.banki.hu
Thu Oct 11 00:08:07 CEST 2001
Hi,
> On Wednesday 10 October 2001 16:22, Arpi wrote:
> > what about the 'mode' parameter of postprocess() ?
> > it contains flags to switch various filters on/off.
> >
> > it should be somehow supported, to get -autoq working.
> > we also should create an integer list of quality steps, i mean a
> > list of 'mode' flags from fastest (worst quality) to slowest (best q.),
> > so users (and -autoq code) don't have to know those flags, but
> > experts still can set flags with option -pp
>
> ok everything done
Thank you. I've commited stuff to mplayer CVS.
Please send me an username/password pair (IN PRIVATE!) i'll create a CVS
account for you.
> positve values of the mode parameter for postprocess() will be interpreted as
> ored flags, negative ones as abstract quality (0 is worst 63 is best)
I'll start to integrate it into mplayer. I think I'll change a few small
things, for example change this method. The quality2mode func will be
called by the autoq rotine (via set_video_quality() in dec_video.c) and
the postprocess() routine always will get flags.
A question: is it hard problem for you removing c++ dependency from code?
On non-x86 systems this file is the only c++ file, and I think it doesn't
uses any special thing why c++ is needed. And as i see on the lists, c++
compilers are very broken nowdays :(
Current c++ dependency comes from:
- bool type
- for(int x;...;...)...
A'rpi / Astral & ESP-team
--
mailto:arpi at thot.banki.hu
http://esp-team.scene.hu
More information about the MPlayer-dev-eng
mailing list