uri: fix wrong G_GNUC_MALLOC
[platform/upstream/gstreamer.git] / gst / gstregistrybinary.c
2011-01-25 Stefan Kostregistry: remove dead code
2010-12-05 David Schleefregistry: Fix permissions if umask is broken
2010-12-03 Tim-Philipp Müllerbinaryregistry: use function introduced in GLib 2.22...
2010-10-10 Vincent Penquerc'hregistry: g_mapped_file_unref exists already since...
2010-07-16 Tim-Philipp Müllerregistry: use GStatBuf unconditionally and add typedef...
2010-07-16 David Hoytregistrybinary: Fix compatibility with GLib 2.25 when...
2010-06-23 Tim-Philipp Müllerbinaryregistry: ignore the plugin cache if the filter...
2010-03-28 Sebastian Drögegst: Use GSlice instead of normal g_malloc in more...
2010-03-11 Benjamin OtteFixes for -Wmissing-declarations -Wmissing-prototypes
2010-03-10 Benjamin OtteRevert "registry: remove unused function"
2010-03-10 Benjamin Otteregistry: remove unused function
2010-01-07 Christian SchallerMerge branch 'master' of ssh://git.freedesktop.org...
2010-01-06 Tim-Philipp Müllerregistry: deprecate useless gst_registry_xml_{read...
2009-12-04 Sebastian Drögeregistry: Use GMappedFile for reading the registry
2009-12-04 Javier Jardónregistry: Substitute deprecated GLib symbol: g_mapped_f...
2009-10-06 Jan Schmidtregistry: Add registry helper phase 1
2009-09-11 Stefan Kostbinaryregistry: don't crash in cleaning up on error.
2009-08-06 Stefan Kostregistry: add filename to debug message, like elsewhere
2009-07-20 Stefan Kostgstregistrybinary: add +1 after error checking
2009-07-20 Stefan Kostbinaryregistry: don't unref NULL if we have an early...
2009-06-30 Edward Herveybinaryregistry: Use local values in while/for loops...
2009-06-30 Edward HerveySpread branch prediction macros.
2009-06-30 Edward HerveyUse local variables in for/while loops.
2009-06-07 Stefan Kostregistry: allow plugins to cache extra data in registry...
2009-05-22 Stefan Kostregistry: don't free node-date and deref again. Fixes...
2009-05-22 Stefan Kostregistry: don't free node-date and deref again. Fixes...
2009-05-11 Wim TaymansAvoid unneeded type checks
2009-04-03 Edward Herveygstregistrybinary: remove variable only used for a...
2009-03-27 Stefan Kostbinaryregistry: init variable, that is referenced in...
2009-03-27 Stefan Kostbinaryregistry: check for not reading beyond the data...
2009-03-26 Tim-Philipp Müllerregistry: do fsync() before close() and rename()
2009-02-25 Stefan Kostbinary registry: Don't attempt to parse empty caps
2009-02-25 Sebastian Drögeregistry: Set typefind factory caps to NULL instead...
2009-02-24 Sebastian Drögeregistrybinary: Check if typefind factory caps are...
2009-02-06 Stefan Kostbinary registry: Rewrite sanity check to actualy catch...
2009-02-05 Stefan Kostbinary registry: comparing arrays against NULL is useless
2009-02-04 Stefan Kostleak: Don't leak type name in failure cases.
2009-02-02 Peter Kjellerstedtgstregistrybinary: Make it compile with GST_DISABLE_GST...
2009-01-30 Sebastian DrögeAllocate everything that is written to the registry...
2009-01-29 Jan SchmidtMake sure to take a copy of the strings we're going...
2009-01-06 Tim-Philipp MüllerAdd API for making a GStreamer plugin 'dependent' on...
2008-12-27 Tim-Philipp Müllergst/gstregistrybinary.c: Wrap multi-line macros in...
2008-11-20 Michael Smithgst/gstregistrybinary.c: In win32 codepath, if we fail...
2008-11-12 Sebastian Drögegst/gstregistrybinary.*: Don't write and check a CRC...
2008-11-03 Stefan Kostgst/gstregistrybinary.c: Don't bother with the GTimer...
2008-10-31 Stefan Kostgst/gstregistrybinary.c: Oh my, studip, stupid me....
2008-10-30 Stefan Kostgst/: Use g_unlink() as none of these are directories.
2008-10-08 Sebastian Drögegst/gstregistrybinary.c: If we can't get a cache file...
2008-08-11 Michael Smithgst/gstregistrybinary.c: Don't use g_mkstmp() on win32...
2008-07-31 Sebastian DrögeRemove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.
2008-07-02 Tim-Philipp Müllergst/gstplugin.c: Print error debug message if plugin...
2008-05-04 Sebastian Drögegst/gstclock.c: Make some checks actually useful.
2008-04-24 Stefan Kostgst/gstregistrybinary.c: Add a warning of we hit unhand...
2008-04-19 Sebastian Drögegst/gstregistrybinary.c: Return the old CRC instead...
2008-04-16 Sebastian Drögegst/gstregistrybinary.c: Initialize the registry magic...
2008-04-16 Sebastian Drögegst/gstregistrybinary.*: Add crc32 checksum to the...
2008-04-16 Sebastian Drögegst/gstregistrybinary.c: If an element supports the...
2008-04-14 Sebastian Drögegst/gstregistrybinary.c: Fix a typo in a debug message...
2008-04-13 Sebastian Drögegst/gstregistrybinary.c: If gst_registry_add_plugin...
2008-03-23 Sebastian Drögegst/gstregistrybinary.c: Rename constant everywhere...
2008-03-23 Sebastian Drögegst/gstregistrybinary.c: Align memory to the pointer...
2008-03-23 Sebastian Drögegst/gstregistrybinary.c: Align memory to the pointer...
2008-03-21 Sebastian DrögeCall the version GST_MAGIC_BINARY_VERSION_STR to be...
2008-03-21 Sebastian Drögegst/gstregistrybinary.*: Don't use GST_MAJORMINOR for...
2008-03-07 Ole André Vadla... gst/gstregistrybinary.c: Include io.h for write() and...
2008-03-07 Stefan KostMove registry backend API to private headers where...
2008-03-03 Edward HerveySwitch to using portabl gsize/gssize instead of size_t...
2007-12-16 Tim-Philipp Müllergst/gstregistrybinary.c: Use g_remove() and g_rename...
2007-10-13 Tim-Philipp Müllergst/: Use already-interned string for the private GstPl...
2007-10-09 Tim-Philipp Müllergst/: Put more strings into the GLib quark table. No...
2007-09-19 Tim-Philipp Müllergst/glib-compat-private.h: Add compatibility macro...
2007-09-07 Sebastian Drögegst/gstregistrybinary.c: Always destroy the timer,...
2007-07-25 Stefan KostAnother conditional doc check.
2007-07-24 Stefan Kostgst/gstregistrybinary.c: Print error just once and...
2007-07-17 Stefan Kostgst/gstregistrybinary.c: Fix memory leak. Be less verbo...
2007-04-26 Stefan Kostgst/gstregistrybinary.*: Implement no-mmap alternative...
2007-04-25 Stefan Kostgst/gstregistrybinary.*: Refactor so that we can implem...
2007-04-16 Tim-Philipp Müllergst/gstregistrybinary.*: Remove unnecessary <sys/mman...
2007-03-07 Tim-Philipp Müllergst/: Remove newlines at end of debug log strings.
2007-01-29 Stefan Kostconfigure.ac: comment about refining the xml deps
2007-01-29 Edward Herveygst/gstregistrybinary.c: Fix print statement in an...
2007-01-25 Edward Herveygst/gstregistrybinary.c: In print statements, "%x"...
2007-01-15 Stefan Kostgst/gstregistrybinary.*: use glib types, cleanup commen...
2007-01-11 Stefan Kostcommit binary registry (disabled by default, see #359653)