index
:
~adn770/gstreamer
WIP
icc
master
GStreamer core hacking.
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstregistrybinary.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-02
dynamic types: Implement dynamic types in the registry
Jan Schmidt
1
-0
/
+2
2014-06-26
DeviceProvider: Rename from DeviceMonitor
Olivier Crête
1
-2
/
+2
2014-03-16
devicemonitor: Add GstDeviceMonitor and related
Olivier Crête
1
-0
/
+2
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-04-29
plugin: use GstObject flags for plugin flags
Tim-Philipp Müller
1
-1
/
+1
2012-02-27
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
1
-9
/
+11
2012-02-24
registry: fix lseek() return code handling
Tim-Philipp Müller
1
-3
/
+4
2012-02-24
registry: don't forget to clean up registry temp file in another error case
Tim-Philipp Müller
1
-6
/
+7
2011-12-30
index: remove GstIndex and GstIndexFactory for now
Tim-Philipp Müller
1
-1
/
+0
2011-12-26
registry: move private bits into private struct
Tim-Philipp Müller
1
-2
/
+2
2011-08-29
gst: add some _priv prefixes to private methods
Wim Taymans
1
-2
/
+4
2011-02-22
Merge branch 'master' into 0.11
Wim Taymans
1
-4
/
+1
2011-01-25
registry: remove dead code
Stefan Kost
1
-4
/
+1
2010-12-06
remove deprecated symbols and methods
Wim Taymans
1
-24
/
+0
2010-12-04
registry: Fix permissions if umask is broken
David Schleef
1
-0
/
+13
2010-12-03
binaryregistry: use function introduced in GLib 2.22 unconditionally
Tim-Philipp Müller
1
-4
/
+0
2010-10-10
registry: g_mapped_file_unref exists already since GLib 2.21.3
Vincent Penquerc'h
1
-1
/
+1
2010-07-16
registry: use GStatBuf unconditionally and add typedef for backwards compatib...
Tim-Philipp Müller
1
-4
/
+0
2010-07-16
registrybinary: Fix compatibility with GLib 2.25 when using MSVC
David Hoyt
1
-0
/
+4
2010-06-23
binaryregistry: ignore the plugin cache if the filter environment has changed
Tim-Philipp Müller
1
-0
/
+18
2010-03-28
gst: Use GSlice instead of normal g_malloc in more places
Sebastian Dröge
1
-14
/
+10
2010-03-11
Fixes for -Wmissing-declarations -Wmissing-prototypes
Benjamin Otte
1
-0
/
+8
2010-03-10
Revert "registry: remove unused function"
Benjamin Otte
1
-0
/
+12
2010-03-10
registry: remove unused function
Benjamin Otte
1
-12
/
+0
2010-01-06
registry: deprecate useless gst_registry_xml_{read|write}_cache()
Tim-Philipp Müller
1
-0
/
+2
2009-12-04
registry: Use GMappedFile for reading the registry
Sebastian Dröge
1
-13
/
+4
2009-12-04
registry: Substitute deprecated GLib symbol: g_mapped_file_free
Javier Jardón
1
-0
/
+8
2009-10-06
registry: Add registry helper phase 1
Jan Schmidt
1
-785
/
+69
2009-09-11
binaryregistry: don't crash in cleaning up on error.
Stefan Kost
1
-3
/
+5
2009-08-06
registry: add filename to debug message, like elsewhere
Stefan Kost
1
-1
/
+1
2009-07-20
gstregistrybinary: add +1 after error checking
Stefan Kost
1
-6
/
+7
2009-07-20
binaryregistry: don't unref NULL if we have an early read error
Stefan Kost
1
-4
/
+6
2009-06-30
binaryregistry: Use local values in while/for loops, use branch prediction ma...
Edward Hervey
1
-12
/
+18
2009-06-30
Spread branch prediction macros.
Edward Hervey
1
-13
/
+14
2009-06-30
Use local variables in for/while loops.
Edward Hervey
1
-5
/
+6
2009-06-07
registry: allow plugins to cache extra data in registry. Fixes #570233
Stefan Kost
1
-0
/
+16
2009-05-22
registry: don't free node-date and deref again. Fixes #580579
Stefan Kost
1
-9
/
+3
2009-05-22
registry: don't free node-date and deref again. Fixes #580579
Stefan Kost
1
-3
/
+5
2009-05-11
Avoid unneeded type checks
Wim Taymans
1
-1
/
+1
2009-04-03
gstregistrybinary: remove variable only used for a check.
Edward Hervey
1
-2
/
+1
2009-03-27
binaryregistry: init variable, that is referenced in error case below the fai...
Stefan Kost
1
-1
/
+1
2009-03-27
binaryregistry: check for not reading beyond the data area. Fixes #576842
Stefan Kost
1
-62
/
+106
2009-03-26
registry: do fsync() before close() and rename()
Tim-Philipp Müller
1
-0
/
+10
2009-02-25
binary registry: Don't attempt to parse empty caps
Stefan Kost
1
-1
/
+1
2009-02-25
registry: Set typefind factory caps to NULL instead of empty caps if they ori...
Sebastian Dröge
1
-1
/
+1
2009-02-24
registrybinary: Check if typefind factory caps are NULL before copying them
Sebastian Dröge
1
-9
/
+15
2009-02-06
binary registry: Rewrite sanity check to actualy catch something.
Stefan Kost
1
-3
/
+4
2009-02-05
binary registry: comparing arrays against NULL is useless
Stefan Kost
1
-1
/
+1
2009-02-04
leak: Don't leak type name in failure cases.
Stefan Kost
1
-1
/
+3
2009-02-02
gstregistrybinary: Make it compile with GST_DISABLE_GST_DEBUG.
Peter Kjellerstedt
1
-0
/
+2
[next]