[Bug 618516] [typefinding] need raw H.263 typefinder

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 22 03:52:39 PST 2011


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.33

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-02-22 11:52:35 UTC ---
Pushed, many thanks!

 commit 0ebc34adf94caf2476a18d7188341a903a4b2227
 Author: Parthasarathi Susarla <partha.susarla at collabora.co.uk>
 Date:   Thu Feb 10 03:22:42 2011 +1100

    typefinding: detect raw h.263

    https://bugzilla.gnome.org/show_bug.cgi?id=623846

Did some minor changes:

 - used LIKELY + POSSIBLE probabilities, the other ones felt too high

 - removed x263 extension (assuming that's only there for H.264 becasue of the
x264 encoder library)

 - added a FIXME for bailing out early in the loop when there are too many bad
syncs (ideally we don't want to scan the full 128kB if we are sure it's not
h.263)

 - if (good & !bad) => if (good > 0 && bad == 0)

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


More information about the gstreamer-bugs mailing list