1. f18bee2 value: add explanation for shortcut by Stefan Kost · 16 years ago
  2. c686053 value: fix can_intersect to behave like intersect by Stefan Kost · 16 years ago
  3. 7bf3554 structure: Change NULL and empty string handling by Jan Schmidt · 16 years ago
  4. 9239139 Use local variables in for/while loops. by Edward Hervey · 16 years ago
  5. 4530151 gstvalue: more efficient value table lookup for fundamental types by Tim-Philipp Müller · 16 years ago
  6. e8bfd88 gstvalue: don't put GTypes into int variables by Tim-Philipp Müller · 16 years ago
  7. 998b239 Remove double semicolons at end of line by Tim-Philipp Müller · 16 years ago
  8. 1769cc7 gstvalue: remove type checks and redundant code by Wim Taymans · 16 years ago
  9. 19f98d6 value: fix fraction range lcopy function by Wim Taymans · 16 years ago
  10. 65f9b38 gstvalue: performance improvements by Wim Taymans · 16 years ago
  11. 766e7af gststructure: Fix some memory leaks. Sprinkle G_LIKELY/UNLIKELY by Jan Schmidt · 16 years ago
  12. 47d9904 structure: fix serialisation of nested structures. by Stefan Kost · 16 years ago
  13. 9717558 Remove unused increments as detect by LLVM's CLang static analyzer. by Edward Hervey · 16 years ago
  14. d27aea0 gst/gstvalue.c: Don't crash if either of the string GValues is empty. by Stefan Kost · 16 years ago
  15. 7f98720 gst/gstvalue.c: Reorganize some more, be more conservative with the GST_TYPE_ARRAY not being fixed and inline the tri... by Wim Taymans · 16 years ago
  16. 18aeb9a gst/gstcaps.c: Callgrind micro optimisations. by Wim Taymans · 16 years ago
  17. 209c570 gst/gststructure.c: No need to memset, we can clear the value ourselves. by Wim Taymans · 16 years ago
  18. 5b29f0a gst/gstpreset.c: Use g_unlink instead of unlink. by Stefan Kost · 16 years ago
  19. 14983d1 gst/gstvalue.c: Fix typos. by Sebastian Dröge · 17 years ago
  20. 5b5be74 gst/: Fix 2 caps leaks. by Wim Taymans · 17 years ago
  21. 4a638e2 Add GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT. Move paramspec docs to own section. by Stefan Kost · 17 years ago
  22. 28188a3 gst/gstvalue.c: Transform a GstObject to a more meaningfull string that includes the object type in addition to its n... by Wim Taymans · 17 years ago
  23. c2683ff gst/gstvalue.c: Optimisation: bail out of the loop as early as possible (#500143). by Laurent Glayal · 17 years ago
  24. 5cb869b gst/: Bunch of gratuitous nano-optimisations. by Tim-Philipp Müller · 17 years ago
  25. 4fffa41 gst/gstvalue.*: Add more missing "Since:" tags to docs. by Stefan Kost · 17 years ago
  26. eac0501 gst/gstvalue.c: Remove unused and uninitialised type variables that were still exported for some reason (they were ne... by Tim-Philipp Müller · 17 years ago
  27. 0e3a0fd Added GstStructure to gst_value_table and its related functions. by Edgard Lima · 17 years ago
  28. 68ba3b4 gst/: Add some more comments and debug output. Quote structure name to fix deserialisation of some strings. by Stefan Kost · 17 years ago
  29. e7f433f gst/: Fix small typos in the docs. by Wim Taymans · 17 years ago
  30. d53d6fb Another conditional doc check. by Stefan Kost · 18 years ago
  31. 505f388 API: add GstParamSpecFraction, so elements can have fraction properties without lots of painful string parsing (#4446... by Tim-Philipp Müller · 18 years ago
  32. 4e12ed7 gst/gstvalue.c: Make docs for gst_value_compare() mention return enums that actually exist. by Tim-Philipp Müller · 18 years ago
  33. ebd9a6d gst/gstvalue.c: Implement GstObject -> string transform so we print object names when serializing GValues containing ... by Wim Taymans · 18 years ago
  34. ea55e13 configure.ac: comment about refining the xml deps by Stefan Kost · 18 years ago
  35. c254a23 tell us what's not implemented by Thomas Vander Stichele · 18 years ago
  36. 79703a2 gst/gstvalue.c: If someone is foolish enough to compare 2 fractions with denominator = 0, return UNORDERED rather tha... by Jan Schmidt · 18 years ago
  37. d3da3ed gst/gstvalue.c: check for validity of dates by Stefan Kost · 18 years ago
  38. f3c07d5 gst/gstformat.c: Fix locking order (must take lock before using n_values). by Tim-Philipp Müller · 18 years ago
  39. 6ab8345 gst/gstvalue.*: Use these optimizations only internaly. by Stefan Kost · 18 years ago
  40. fe851cf gst/gstvalue.*: Saves the expensive lookup of the compare function in many cases (#345444) by Stefan Kost · 18 years ago
  41. 6487eb6 gst/gstvalue.c: Fix GstValueList comparison code. Fixes #347293. by Wim Taymans · 19 years ago
  42. 7e61004 Make GstValueArray comparison be order dependent as designed. by Jan Schmidt · 19 years ago
  43. 5855b0e gst/: remove GLib 2.6 compatibility code by Thomas Vander Stichele · 19 years ago
  44. 7e972ee Add G_UNLIKELY in type registration. by Wim Taymans · 19 years ago
  45. 8bf748a gst/gstvalue.c: Handle NULL input and output pointers silently as a failed conversion, rather than g_warnings. by Jan Schmidt · 19 years ago
  46. 46de58b gst/gstvalue.c: fix a leak if no flags are set by Thomas Vander Stichele · 19 years ago
  47. b4e05d6 gst/: make sure some essential types used by events are registered as part of gst_init() by Thomas Vander Stichele · 19 years ago
  48. ef7f163 gst/: Remove pre glib2.8 compatibility, fixes #340508 by Wim Taymans · 19 years ago
  49. 530851a gst/gstvalue.c: Avoid NULL dereference when trying to serialize flags containing invalid values. by Michael Smith · 19 years ago
  50. 1089154 gst/gstvalue.c: Don't try to serialize a GValue with a NULL buffer. by Wim Taymans · 19 years ago
  51. 37d77aa Small documentation fixes. by Wim Taymans · 19 years ago
  52. a495722 gst/gstvalue.c: Document thread-unsafety of gst_value_register_foo_func() when used at the same time as gst_value_foo... by Tim-Philipp Müller · 19 years ago
  53. a193981 gst/gstbin.c: Help the compiler a bit with type registration. by Wim Taymans · 19 years ago
  54. a53172d doc fixes, to link to function, just write gst_cool_function(), don't prefix with '#' by Stefan Kost · 19 years ago
  55. 2dedb46 gst/gstvalue.c: make the G_TYPE_DATE instantiation work if debug is disabled by Thomas Vander Stichele · 19 years ago
  56. ef7dedb gst/gstvalue.c: floor is not needed, F is always positive; this obviates the need for adding -lm when building withou... by Thomas Vander Stichele · 19 years ago
  57. 288f61d expand tabs by Thomas Vander Stichele · 19 years ago
  58. 9055674 add some explicit casts update dsp files; also installs the debug build in \gstreamer\debug to separate it from the n... by Thomas Vander Stichele · 19 years ago
  59. 676421c gst/gstvalue.c: Improve documentation for gst_value_union(). by Tim-Philipp Müller · 19 years ago
  60. abaf6b2 gst/gstvalue.*: Use gint, gdouble and gchar in our API instead of int, double and char (and make usage in gstvalue.c ... by Tim-Philipp Müller · 19 years ago
  61. a9f7f7b Doc fixes. by Wim Taymans · 19 years ago
  62. ca6f8f5 Doc updates. by Wim Taymans · 19 years ago
  63. f1819a7 docs/gst/gstreamer-sections.txt: Update for new API and API changes. by Michael Smith · 19 years ago
  64. 2e248d3 gst/gstvalue.c: If needed, allocate storage in the destination value during collection. by Jan Schmidt · 19 years ago
  65. ba0d715 check/gst/gstcaps.c: Extend caps string tests to check that a caps to string conversion is reversible and produces th... by Jan Schmidt · 19 years ago
  66. 97d08eb Fix subtraction. by Jan Schmidt · 19 years ago
  67. 506aa94 Implement fraction ranges and extend GstFraction to support arithmetic subtraction, as well as deserialization from i... by Jan Schmidt · 19 years ago
  68. ef7787e gst/gst.h: Include glib-compat.h. by Andy Wingo · 19 years ago
  69. 9185b70 gst/gstvalue.c: Fix wrong function calls for arrays. by Julien Moutte · 19 years ago
  70. b06c505 docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? by Stefan Kost · 19 years ago
  71. d1d6357 gst/gstvalue.*: Drop leading '%' from GST_FOURCC_FORMAT, thus making it consistent with our other format defines (#32... by Tim-Philipp Müller · 19 years ago
  72. 5012a8f gst/gstvalue.c: Revert previous commit. Value lists are by definition not fixed, as they are a list of possible values. by Tim-Philipp Müller · 19 years ago
  73. 8759556 gst/gstvalue.c: Should handle both value arrays and value lists. by Tim-Philipp Müller · 19 years ago
  74. 9dc3c08 gst/gstvalue.c (gst_value_is_fixed): Use gst_value_array functions to access arrays. Fixes #321962. by Alessandro Dessina · 19 years ago
  75. c05ba2d check/gst/gstvalue.c: Add a deserialisation test for fractions by Jan Schmidt · 19 years ago
  76. 10a32af Doc fixes. by Wim Taymans · 19 years ago
  77. 77d9548 check/gst/gstvalue.c (test_string): Add test for bug #165650. by Andy Wingo · 19 years ago
  78. 0ae103a gst/gstvalue.h: gst/gstvalue.c (gst_value_array_append_value) (gst_value_array_prepend_value, gst_value_array_get_size) by Andy Wingo · 19 years ago
  79. dff771f gst/: docs fixes by Stefan Kost · 19 years ago
  80. 4df2ace give each value a _get_type, removes the DATA exports by Thomas Vander Stichele · 19 years ago
  81. 2dd1598 whitespace fixes by Thomas Vander Stichele · 19 years ago
  82. 4ba0732 signedness/type fixes by Thomas Vander Stichele · 19 years ago
  83. eecd25e gst/: GLib 2.6 g_flags_get_first_value has a bug that triggers an infinite loop by Thomas Vander Stichele · 19 years ago
  84. 2b7c3ac gst/: doc updates by Thomas Vander Stichele · 19 years ago
  85. fa0afca gst/gstvalue.c: More robust fraction string parsing. by Tim-Philipp Müller · 19 years ago
  86. 7e27440 try the fourth by Andy Wingo · 19 years ago
  87. a62823e foo by Andy Wingo · 19 years ago
  88. eab3bde gst/gstvalue.c (_gst_value_initialize): Better fakeout. by Andy Wingo · 19 years ago
  89. 2f46ef7 Remove memchunk benchmark stuff, this is taken over by GLib bug 118439. by Andy Wingo · 19 years ago
  90. f74399e fix docs by Thomas Vander Stichele · 19 years ago
  91. 7390d68 Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual bunch of utility functions along with a hack that che... by Tim-Philipp Müller · 19 years ago
  92. d13c1a7 inlied another one and added some obvious docs by Stefan Kost · 19 years ago
  93. ff783ad docs/gst/: rearrange gstvalue section by Thomas Vander Stichele · 19 years ago
  94. 01ace6b check/gst/gstvalue.c: Added subtract checks. by Wim Taymans · 19 years ago
  95. 3f62c7d GstElement::new-pad -> pad-added, GstElement::state-change -> state-changed, GstValueFixedList -> GstValueArray, add ... by Ronald S. Bultje · 20 years ago
  96. 0794b69 check/Makefile.am: add two more tests for valgrinding by Thomas Vander Stichele · 20 years ago
  97. f05cd57 gst/gstvalue.c: Fix memleak (#309125). by Ronald S. Bultje · 20 years ago
  98. e6b233b remove gst_strtoll completely, since it didn't actually do anything more than what g_ascii_strtoull already does. by Thomas Vander Stichele · 20 years ago
  99. c3efeeb check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... by Thomas Vander Stichele · 20 years ago
  100. bdc643d return long long, not int, so gint64 deserialization actually works. Is there any flag that makes the compiler check... by Thomas Vander Stichele · 20 years ago