[gstreamer-bugs] [Bug 631200] flacparse: major performance improvements

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Oct 3 06:33:44 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=631200
  GStreamer | gst-plugins-bad | git

--- Comment #17 from Sebastian Dröge <slomo at circular-chaos.org> 2010-10-03 13:33:41 UTC ---
This might be interesting for you:


commit dd762eb49f8e04f9f6fee84d9a00265e0410798f
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Sun Oct 3 15:27:37 2010 +0200

    bitreader: Add inlined and unchecked versions of the important functions

    API: gst_bit_reader_skip_unchecked
    API: gst_bit_reader_skip_to_byte_unchecked
    API: gst_bit_reader_get_bits_uint16_unchecked
    API: gst_bit_reader_get_bits_uint32_unchecked
    API: gst_bit_reader_get_bits_uint64_unchecked
    API: gst_bit_reader_get_bits_uint8_unchecked
    API: gst_bit_reader_peek_bits_uint16_unchecked
    API: gst_bit_reader_peek_bits_uint32_unchecked
    API: gst_bit_reader_peek_bits_uint64_unchecked
    API: gst_bit_reader_peek_bits_uint8_unchecked

    This alone makes flacparse about 3 times faster.



Next I'll get to your patches :)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list