summaryrefslogtreecommitdiff
path: root/gst/gstregistrybinary.c
AgeCommit message (Expand)Author
2010-01-06registry: deprecate useless gst_registry_xml_{read|write}_cache()Tim-Philipp Müller
2009-12-04registry: Use GMappedFile for reading the registrySebastian Dröge
2009-12-04registry: Substitute deprecated GLib symbol: g_mapped_file_freeJavier Jardón
2009-10-06registry: Add registry helper phase 1Jan Schmidt
2009-09-11binaryregistry: don't crash in cleaning up on error.Stefan Kost
2009-08-06registry: add filename to debug message, like elsewhereStefan Kost
2009-07-20gstregistrybinary: add +1 after error checkingStefan Kost
2009-07-20binaryregistry: don't unref NULL if we have an early read errorStefan Kost
2009-06-30binaryregistry: Use local values in while/for loops, use branch prediction ma...Edward Hervey
2009-06-30Spread branch prediction macros.Edward Hervey
2009-06-30Use local variables in for/while loops.Edward Hervey
2009-06-07registry: allow plugins to cache extra data in registry. Fixes #570233Stefan Kost
2009-05-22registry: don't free node-date and deref again. Fixes #580579Stefan Kost
2009-05-22registry: don't free node-date and deref again. Fixes #580579Stefan Kost
2009-05-11Avoid unneeded type checksWim Taymans
2009-04-03gstregistrybinary: remove variable only used for a check.Edward Hervey
2009-03-27binaryregistry: init variable, that is referenced in error case below the fai...Stefan Kost
2009-03-27binaryregistry: check for not reading beyond the data area. Fixes #576842Stefan Kost
2009-03-26registry: do fsync() before close() and rename()Tim-Philipp Müller
2009-02-25binary registry: Don't attempt to parse empty capsStefan Kost
2009-02-25registry: Set typefind factory caps to NULL instead of empty caps if they ori...Sebastian Dröge
2009-02-24registrybinary: Check if typefind factory caps are NULL before copying themSebastian Dröge
2009-02-06binary registry: Rewrite sanity check to actualy catch something.Stefan Kost
2009-02-05binary registry: comparing arrays against NULL is uselessStefan Kost
2009-02-04leak: Don't leak type name in failure cases.Stefan Kost
2009-02-02gstregistrybinary: Make it compile with GST_DISABLE_GST_DEBUG.Peter Kjellerstedt
2009-01-30Allocate everything that is written to the registry with g_malloc0()Sebastian Dröge
2009-01-29Make sure to take a copy of the strings we're going to free later.Jan Schmidt
2009-01-06Add API for making a GStreamer plugin 'dependent' on external files, director...Tim-Philipp Müller
2008-12-27gst/gstregistrybinary.c: Wrap multi-line macros in G_STMT_{START|END}.Tim-Philipp Müller
2008-11-20gst/gstregistrybinary.c: In win32 codepath, if we fail to write the registry,...Michael Smith
2008-11-12gst/gstregistrybinary.*: Don't write and check a CRC for the binary registry ...Sebastian Dröge
2008-11-03gst/gstregistrybinary.c: Don't bother with the GTimer if we don't output the ...Stefan Kost
2008-10-31gst/gstregistrybinary.c: Oh my, studip, stupid me. Remove double stat() call.Stefan Kost
2008-10-30gst/: Use g_unlink() as none of these are directories.Stefan Kost
2008-10-08gst/gstregistrybinary.c: If we can't get a cache file don't try to save somet...Sebastian Dröge
2008-08-11gst/gstregistrybinary.c: Don't use g_mkstmp() on win32, it's unsafe if glib i...Michael Smith
2008-07-31Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.Sebastian Dröge
2008-07-02gst/gstplugin.c: Print error debug message if plugin description fields that ...Tim-Philipp Müller
2008-05-04gst/gstclock.c: Make some checks actually useful.Sebastian Dröge
2008-04-24gst/gstregistrybinary.c: Add a warning of we hit unhandled factories when sav...Stefan Kost
2008-04-19gst/gstregistrybinary.c: Return the old CRC instead of 0 if we give a NULL bu...Sebastian Dröge
2008-04-16gst/gstregistrybinary.c: Initialize the registry magic with zeroes.Sebastian Dröge
2008-04-16gst/gstregistrybinary.*: Add crc32 checksum to the binary registry file and c...Sebastian Dröge
2008-04-16gst/gstregistrybinary.c: If an element supports the Uri interface, returns a ...Sebastian Dröge
2008-04-14gst/gstregistrybinary.c: Fix a typo in a debug message and revert change from...Sebastian Dröge
2008-04-13gst/gstregistrybinary.c: If gst_registry_add_plugin() fails our reference to ...Sebastian Dröge
2008-03-23gst/gstregistrybinary.c: Rename constant everywhere and don't forget one occu...Sebastian Dröge
2008-03-23gst/gstregistrybinary.c: Align memory to the pointer size even if the archite...Sebastian Dröge
2008-03-23gst/gstregistrybinary.c: Align memory to the pointer size instead of always 3...Sebastian Dröge