summaryrefslogtreecommitdiff
path: root/gst/gstregistrybinary.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-4/+1
2011-01-25registry: remove dead codeStefan Kost1-4/+1
2010-12-06remove deprecated symbols and methodsWim Taymans1-24/+0
2010-12-04registry: Fix permissions if umask is brokenDavid Schleef1-0/+13
2010-12-03binaryregistry: use function introduced in GLib 2.22 unconditionallyTim-Philipp Müller1-4/+0
2010-10-10registry: g_mapped_file_unref exists already since GLib 2.21.3Vincent Penquerc'h1-1/+1
2010-07-16registry: use GStatBuf unconditionally and add typedef for backwards compatib...Tim-Philipp Müller1-4/+0
2010-07-16registrybinary: Fix compatibility with GLib 2.25 when using MSVCDavid Hoyt1-0/+4
2010-06-23binaryregistry: ignore the plugin cache if the filter environment has changedTim-Philipp Müller1-0/+18
2010-03-28gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge1-14/+10
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-0/+8
2010-03-10Revert "registry: remove unused function"Benjamin Otte1-0/+12
2010-03-10registry: remove unused functionBenjamin Otte1-12/+0
2010-01-06registry: deprecate useless gst_registry_xml_{read|write}_cache()Tim-Philipp Müller1-0/+2
2009-12-04registry: Use GMappedFile for reading the registrySebastian Dröge1-13/+4
2009-12-04registry: Substitute deprecated GLib symbol: g_mapped_file_freeJavier Jardón1-0/+8
2009-10-06registry: Add registry helper phase 1Jan Schmidt1-785/+69
2009-09-11binaryregistry: don't crash in cleaning up on error.Stefan Kost1-3/+5
2009-08-06registry: add filename to debug message, like elsewhereStefan Kost1-1/+1
2009-07-20gstregistrybinary: add +1 after error checkingStefan Kost1-6/+7
2009-07-20binaryregistry: don't unref NULL if we have an early read errorStefan Kost1-4/+6
2009-06-30binaryregistry: Use local values in while/for loops, use branch prediction ma...Edward Hervey1-12/+18
2009-06-30Spread branch prediction macros.Edward Hervey1-13/+14
2009-06-30Use local variables in for/while loops.Edward Hervey1-5/+6
2009-06-07registry: allow plugins to cache extra data in registry. Fixes #570233Stefan Kost1-0/+16
2009-05-22registry: don't free node-date and deref again. Fixes #580579Stefan Kost1-9/+3
2009-05-22registry: don't free node-date and deref again. Fixes #580579Stefan Kost1-3/+5
2009-05-11Avoid unneeded type checksWim Taymans1-1/+1
2009-04-03gstregistrybinary: remove variable only used for a check.Edward Hervey1-2/+1
2009-03-27binaryregistry: init variable, that is referenced in error case below the fai...Stefan Kost1-1/+1
2009-03-27binaryregistry: check for not reading beyond the data area. Fixes #576842Stefan Kost1-62/+106
2009-03-26registry: do fsync() before close() and rename()Tim-Philipp Müller1-0/+10
2009-02-25binary registry: Don't attempt to parse empty capsStefan Kost1-1/+1
2009-02-25registry: Set typefind factory caps to NULL instead of empty caps if they ori...Sebastian Dröge1-1/+1
2009-02-24registrybinary: Check if typefind factory caps are NULL before copying themSebastian Dröge1-9/+15
2009-02-06binary registry: Rewrite sanity check to actualy catch something.Stefan Kost1-3/+4
2009-02-05binary registry: comparing arrays against NULL is uselessStefan Kost1-1/+1
2009-02-04leak: Don't leak type name in failure cases.Stefan Kost1-1/+3
2009-02-02gstregistrybinary: Make it compile with GST_DISABLE_GST_DEBUG.Peter Kjellerstedt1-0/+2
2009-01-30Allocate everything that is written to the registry with g_malloc0()Sebastian Dröge1-5/+5
2009-01-29Make sure to take a copy of the strings we're going to free later.Jan Schmidt1-3/+3
2009-01-06Add API for making a GStreamer plugin 'dependent' on external files, director...Tim-Philipp Müller1-0/+103
2008-12-27gst/gstregistrybinary.c: Wrap multi-line macros in G_STMT_{START|END}.Tim-Philipp Müller1-6/+9
2008-11-20gst/gstregistrybinary.c: In win32 codepath, if we fail to write the registry,...Michael Smith1-2/+14
2008-11-12gst/gstregistrybinary.*: Don't write and check a CRC for the binary registry ...Sebastian Dröge1-146/+2
2008-11-03gst/gstregistrybinary.c: Don't bother with the GTimer if we don't output the ...Stefan Kost1-2/+10
2008-10-31gst/gstregistrybinary.c: Oh my, studip, stupid me. Remove double stat() call.Stefan Kost1-1/+0
2008-10-30gst/: Use g_unlink() as none of these are directories.Stefan Kost1-1/+1
2008-10-08gst/gstregistrybinary.c: If we can't get a cache file don't try to save somet...Sebastian Dröge1-1/+2
2008-08-11gst/gstregistrybinary.c: Don't use g_mkstmp() on win32, it's unsafe if glib i...Michael Smith1-69/+180