summaryrefslogtreecommitdiff
path: root/plugins/indexers/gstfileindex.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-30index: remove GstIndex and GstIndexFactory for nowTim-Philipp Müller1-990/+0
2011-08-26fileindex: explicitly cast to the enum typesJosep Torra1-3/+3
2011-01-07indexers: fix two small leaksTim-Philipp Müller1-1/+1
2010-08-06plugins: Add declarations for _get_type() functions to fix compiler warningsSebastian Dröge1-0/+2
2010-08-06plugins: Make *_get_type() in plugins/* thread safeShixin Zeng1-32/+2
2010-06-26Don't include <libxml/parser.h> from public headers if GST_DISABLE_DEPRECATED...Tim-Philipp Müller1-0/+4
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-0/+2
2008-04-03plugins/indexers/: Use GSlice when possible.Sebastian Dröge1-4/+4
2008-03-22Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it ev...Sebastian Dröge1-1/+2
2008-02-29Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge1-4/+6
2008-02-20plugins/elements/: Remove GstBufferStore, no idea why we were still building it.Tim-Philipp Müller1-2/+2
2006-11-06Use g_strerror() instead of strerror() - we want UTF-8.Tim-Philipp Müller1-3/+4
2006-06-01gst/gsttagsetter.h: Can't cast ifaces to a classStefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2005-12-06expand tabsThomas Vander Stichele1-10/+10
2005-10-15whitespace fixesThomas Vander Stichele1-6/+6
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-2/+2
2005-09-18check/Makefile.am: Fix environment variables.David Schleef1-3/+8
2005-05-04GCC 4 fixen.Andy Wingo1-26/+27
2004-07-12gst/gsttypes.h: get rid of GST_O_READONLY, GST_FILE_MODE_READ andBenjamin Otte1-2/+2
2004-07-12Handle binary files under WindowsSteve Lhomme1-2/+2
2004-06-06gst/indexers/gstfileindex.c: make debugging use a default categoryBenjamin Otte1-39/+30
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-100/+102
2004-03-13gst-indent run on coreThomas Vander Stichele1-246/+242
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-2/+1
2003-08-15Add my name to the copywrite (since I wrote most of this file).Joshua N. Pritikin1-3/+30
2003-08-01Support gcc-2.9x, tooRonald S. Bultje1-4/+7
2003-07-25Fixed Forte compile issue.Brian Cameron1-0/+4
2003-07-251. Change many comments from // to /**/.Joshua N. Pritikin1-63/+117
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-10/+4
2003-01-12fix Dispose method by vishnuWim Taymans1-2/+40
2003-01-05patch 13364 from vishnuWim Taymans1-11/+16
2003-01-05Patch 13357 and 13358 from vishnuWim Taymans1-24/+30
2003-01-04I think this makes a little more senseWim Taymans1-9/+7
2003-01-04Register the two indexersWim Taymans1-14/+2
2003-01-04Added fileindexWim Taymans1-0/+897