[gstreamer-bugs] [Bug 420079] [audioconvert] Uses biased rounding which results in distortions

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Mar 26 14:06:01 PDT 2007


Do NOT reply to this via email (we are currently unable to handle email
responses and they WILL be discarded).

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=420079.
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

  GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #12 from Sebastian Dröge  2007-03-26 21:03 UTC -------
Ok, I'll commit it tomorrow... thanks :)

The branch based on the sign flag should be optimized away if sign == 0 by a
sane compiler and for sign != 0 the sign check should be removed and only for <
0 the check would be done.

But apart from that it's probably a good idea to split signed and unsigned
functions... added it somewhere on my todo list




More information about the Gstreamer-bugs mailing list