- f18bee2 value: add explanation for shortcut by Stefan Kost · 16 years ago
- c686053 value: fix can_intersect to behave like intersect by Stefan Kost · 16 years ago
- 7bf3554 structure: Change NULL and empty string handling by Jan Schmidt · 16 years ago
- 9239139 Use local variables in for/while loops. by Edward Hervey · 16 years ago
- 4530151 gstvalue: more efficient value table lookup for fundamental types by Tim-Philipp Müller · 16 years ago
- e8bfd88 gstvalue: don't put GTypes into int variables by Tim-Philipp Müller · 16 years ago
- 998b239 Remove double semicolons at end of line by Tim-Philipp Müller · 16 years ago
- 1769cc7 gstvalue: remove type checks and redundant code by Wim Taymans · 16 years ago
- 19f98d6 value: fix fraction range lcopy function by Wim Taymans · 16 years ago
- 65f9b38 gstvalue: performance improvements by Wim Taymans · 16 years ago
- 766e7af gststructure: Fix some memory leaks. Sprinkle G_LIKELY/UNLIKELY by Jan Schmidt · 16 years ago
- 47d9904 structure: fix serialisation of nested structures. by Stefan Kost · 16 years ago
- 9717558 Remove unused increments as detect by LLVM's CLang static analyzer. by Edward Hervey · 16 years ago
- d27aea0 gst/gstvalue.c: Don't crash if either of the string GValues is empty. by Stefan Kost · 16 years ago
- 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
- 18aeb9a gst/gstcaps.c: Callgrind micro optimisations. by Wim Taymans · 16 years ago
- 209c570 gst/gststructure.c: No need to memset, we can clear the value ourselves. by Wim Taymans · 16 years ago
- 5b29f0a gst/gstpreset.c: Use g_unlink instead of unlink. by Stefan Kost · 16 years ago
- 14983d1 gst/gstvalue.c: Fix typos. by Sebastian Dröge · 17 years ago
- 5b5be74 gst/: Fix 2 caps leaks. by Wim Taymans · 17 years ago
- 4a638e2 Add GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT. Move paramspec docs to own section. by Stefan Kost · 17 years ago
- 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
- c2683ff gst/gstvalue.c: Optimisation: bail out of the loop as early as possible (#500143). by Laurent Glayal · 17 years ago
- 5cb869b gst/: Bunch of gratuitous nano-optimisations. by Tim-Philipp Müller · 17 years ago
- 4fffa41 gst/gstvalue.*: Add more missing "Since:" tags to docs. by Stefan Kost · 17 years ago
- 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
- 0e3a0fd Added GstStructure to gst_value_table and its related functions. by Edgard Lima · 17 years ago
- 68ba3b4 gst/: Add some more comments and debug output. Quote structure name to fix deserialisation of some strings. by Stefan Kost · 17 years ago
- e7f433f gst/: Fix small typos in the docs. by Wim Taymans · 17 years ago
- d53d6fb Another conditional doc check. by Stefan Kost · 18 years ago
- 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
- 4e12ed7 gst/gstvalue.c: Make docs for gst_value_compare() mention return enums that actually exist. by Tim-Philipp Müller · 18 years ago
- ebd9a6d gst/gstvalue.c: Implement GstObject -> string transform so we print object names when serializing GValues containing ... by Wim Taymans · 18 years ago
- ea55e13 configure.ac: comment about refining the xml deps by Stefan Kost · 18 years ago
- c254a23 tell us what's not implemented by Thomas Vander Stichele · 18 years ago
- 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
- d3da3ed gst/gstvalue.c: check for validity of dates by Stefan Kost · 18 years ago
- f3c07d5 gst/gstformat.c: Fix locking order (must take lock before using n_values). by Tim-Philipp Müller · 18 years ago
- 6ab8345 gst/gstvalue.*: Use these optimizations only internaly. by Stefan Kost · 18 years ago
- fe851cf gst/gstvalue.*: Saves the expensive lookup of the compare function in many cases (#345444) by Stefan Kost · 18 years ago
- 6487eb6 gst/gstvalue.c: Fix GstValueList comparison code. Fixes #347293. by Wim Taymans · 19 years ago
- 7e61004 Make GstValueArray comparison be order dependent as designed. by Jan Schmidt · 19 years ago
- 5855b0e gst/: remove GLib 2.6 compatibility code by Thomas Vander Stichele · 19 years ago
- 7e972ee Add G_UNLIKELY in type registration. by Wim Taymans · 19 years ago
- 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
- 46de58b gst/gstvalue.c: fix a leak if no flags are set by Thomas Vander Stichele · 19 years ago
- b4e05d6 gst/: make sure some essential types used by events are registered as part of gst_init() by Thomas Vander Stichele · 19 years ago
- ef7f163 gst/: Remove pre glib2.8 compatibility, fixes #340508 by Wim Taymans · 19 years ago
- 530851a gst/gstvalue.c: Avoid NULL dereference when trying to serialize flags containing invalid values. by Michael Smith · 19 years ago
- 1089154 gst/gstvalue.c: Don't try to serialize a GValue with a NULL buffer. by Wim Taymans · 19 years ago
- 37d77aa Small documentation fixes. by Wim Taymans · 19 years ago
- 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
- a193981 gst/gstbin.c: Help the compiler a bit with type registration. by Wim Taymans · 19 years ago
- a53172d doc fixes, to link to function, just write gst_cool_function(), don't prefix with '#' by Stefan Kost · 19 years ago
- 2dedb46 gst/gstvalue.c: make the G_TYPE_DATE instantiation work if debug is disabled by Thomas Vander Stichele · 19 years ago
- 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
- 288f61d expand tabs by Thomas Vander Stichele · 19 years ago
- 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
- 676421c gst/gstvalue.c: Improve documentation for gst_value_union(). by Tim-Philipp Müller · 19 years ago
- 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
- a9f7f7b Doc fixes. by Wim Taymans · 19 years ago
- ca6f8f5 Doc updates. by Wim Taymans · 19 years ago
- f1819a7 docs/gst/gstreamer-sections.txt: Update for new API and API changes. by Michael Smith · 19 years ago
- 2e248d3 gst/gstvalue.c: If needed, allocate storage in the destination value during collection. by Jan Schmidt · 19 years ago
- 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
- 97d08eb Fix subtraction. by Jan Schmidt · 19 years ago
- 506aa94 Implement fraction ranges and extend GstFraction to support arithmetic subtraction, as well as deserialization from i... by Jan Schmidt · 19 years ago
- ef7787e gst/gst.h: Include glib-compat.h. by Andy Wingo · 19 years ago
- 9185b70 gst/gstvalue.c: Fix wrong function calls for arrays. by Julien Moutte · 19 years ago
- b06c505 docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? by Stefan Kost · 19 years ago
- 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
- 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
- 8759556 gst/gstvalue.c: Should handle both value arrays and value lists. by Tim-Philipp Müller · 19 years ago
- 9dc3c08 gst/gstvalue.c (gst_value_is_fixed): Use gst_value_array functions to access arrays. Fixes #321962. by Alessandro Dessina · 19 years ago
- c05ba2d check/gst/gstvalue.c: Add a deserialisation test for fractions by Jan Schmidt · 19 years ago
- 10a32af Doc fixes. by Wim Taymans · 19 years ago
- 77d9548 check/gst/gstvalue.c (test_string): Add test for bug #165650. by Andy Wingo · 19 years ago
- 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
- dff771f gst/: docs fixes by Stefan Kost · 19 years ago
- 4df2ace give each value a _get_type, removes the DATA exports by Thomas Vander Stichele · 19 years ago
- 2dd1598 whitespace fixes by Thomas Vander Stichele · 19 years ago
- 4ba0732 signedness/type fixes by Thomas Vander Stichele · 19 years ago
- 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
- 2b7c3ac gst/: doc updates by Thomas Vander Stichele · 19 years ago
- fa0afca gst/gstvalue.c: More robust fraction string parsing. by Tim-Philipp Müller · 19 years ago
- 7e27440 try the fourth by Andy Wingo · 19 years ago
- a62823e foo by Andy Wingo · 19 years ago
- eab3bde gst/gstvalue.c (_gst_value_initialize): Better fakeout. by Andy Wingo · 19 years ago
- 2f46ef7 Remove memchunk benchmark stuff, this is taken over by GLib bug 118439. by Andy Wingo · 19 years ago
- f74399e fix docs by Thomas Vander Stichele · 19 years ago
- 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
- d13c1a7 inlied another one and added some obvious docs by Stefan Kost · 19 years ago
- ff783ad docs/gst/: rearrange gstvalue section by Thomas Vander Stichele · 19 years ago
- 01ace6b check/gst/gstvalue.c: Added subtract checks. by Wim Taymans · 19 years ago
- 3f62c7d GstElement::new-pad -> pad-added, GstElement::state-change -> state-changed, GstValueFixedList -> GstValueArray, add ... by Ronald S. Bultje · 20 years ago
- 0794b69 check/Makefile.am: add two more tests for valgrinding by Thomas Vander Stichele · 20 years ago
- f05cd57 gst/gstvalue.c: Fix memleak (#309125). by Ronald S. Bultje · 20 years ago
- 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
- c3efeeb check/: copy over from 0.8, and add two with bitmasks specified with (int) 0xFF... by Thomas Vander Stichele · 20 years ago
- 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