summaryrefslogtreecommitdiff
path: root/libs/gst/base/gsttypefindhelper.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-24typefindhelper: Remove obsolete FIXMESebastian Dröge1-1/+0
2009-10-24typefind: Keep typefind factories sorted in the registry. Fixes #599147Edward Hervey1-19/+0
2009-10-18libs/base/typefindhelper: Remove useless typechecking in tight loopEdward Hervey1-8/+11
2009-05-22gsttypefindhelper: Fix indentationEdward Hervey1-5/+5
2009-01-21Add new typefing helper function to guess the caps based on the fileWim Taymans1-0/+65
2008-10-10docs/design/part-negotiation.txt: Update the docs some more.Wim Taymans1-0/+17
2008-06-20libs/gst/base/gsttypefindhelper.c: Increase code readability.Wim Taymans1-3/+7
2008-05-16libs/gst/base/gsttypefindhelper.c: Sort buffer cache list by end offsets. Thi...Sebastian Dröge1-9/+6
2007-10-03libs/gst/base/gsttypefindhelper.c: Speedup typefinding. This is work in progr...Stefan Kost1-6/+38
2007-07-24libs/gst/base/gsttypefindhelper.c: Cleanup the typefindhelper code and add pr...Stefan Kost1-79/+109
2006-05-24libs/gst/base/gsttypefindhelper.c: Fix off-by-one bug that would only allow p...Tim-Philipp Müller1-1/+1
2006-05-04Make sure gstprivate.h and/or config.h are always included first, otherwise s...James Andrewartha1-3/+3
2006-03-09libs/gst/base/gsttypefindhelper.c: If we are provided with the size, we shoul...Tim-Philipp Müller1-1/+17
2006-03-02New API: gst_type_find_helper_get_range() (#333042).Tim-Philipp Müller1-14/+57
2006-02-27libs/gst/base/gsttypefindhelper.c: Try typefinding factories with the highest...Tim-Philipp Müller1-16/+19
2006-02-27Add section for typefind helper and add documentation for the old and the new...Tim-Philipp Müller1-0/+10
2006-02-27libs/gst/base/gsttypefindhelper.*: New API: gst_type_find_helper_for_buffer()...Tim-Philipp Müller1-1/+144
2005-12-12gst/gsttypefindfactory.c: Don't unref factories after calling them.Michael Smith1-0/+1
2005-11-09gst/: Edward Hervey1-0/+11
2005-10-15whitespace fixesThomas Vander Stichele1-1/+1
2005-10-10gst/base/gsttypefindhelper.c: Check whether we have the requested data alread...Tim-Philipp Müller1-8/+21
2005-10-09gst/base/gsttypefindhelper.c: Fix evil typefind crasher: getrange() might ret...Tim-Philipp Müller1-1/+11
2005-08-21check/Makefile.am: Use CHECK_CFLAGS and CHECK_LIBSJan Schmidt1-3/+16
2005-08-10gst/base/gsttypefindhelper.c: The memory returned by gst_type_find_peek() nee...Tim-Philipp Müller1-10/+8
2005-06-27gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any remaining buffer.Andy Wingo1-0/+3
2005-06-08gst/gstutils.c: RPAD fixes all around.Andy Wingo1-1/+1
2005-05-09gst/: Handle negative offsets better. Fixes decodebin.Ronald S. Bultje1-1/+1
2005-04-20gst/: Make gst_caps_replace() work like other _replace() functions.Wim Taymans1-1/+4
2005-04-12Added typefind helper.Wim Taymans1-0/+131