docs, gst: typo fixes
[platform/upstream/gstreamer.git] / gst / gstvalue.c
2011-09-07 Piotr Fusikdocs, gst: typo fixes
2011-08-26 Josep Torravalue: explicitly cast to the enum type
2011-06-18 Tim-Philipp MüllerBump git version after unplanned 0.10.35 release
2011-05-30 Sebastian Drögevalue: Consider "1" and "{1}" as equal in gst_value_com...
2011-02-17 Tim-Philipp Müllervalue: add (de)serialisation function for uchar
2011-01-03 Tim-Philipp Müllergstvalue: make new gst_value_list_merge() work properly
2011-01-02 Stefan Kosttags: don't produce duplicated entries when merging...
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-10-16 Tim-Philipp Müllerdocs: add some gtk-doc Since: markers
2010-10-13 Thiago Santosdatetime: Use seconds as double
2010-09-27 Thiago Santosgstdatetime: Fix string serialization
2010-09-01 Philippe Normandgstvalue: Add new GstInt64Range type
2010-08-28 Sebastian Drögeutils: Add gst_util_fraction_compare() to compare fractions
2010-08-06 Shixin Zenggst: make _get_type() in gst/* thread safe
2010-07-26 Thiago Santosgstvalue: Adds datetime functions
2010-07-06 Edward Herveygstvalue: Improve gst_value_{set|get}_caps docs
2010-06-14 Sebastian Drögegstvalue: Add some more assertions and checks for valid...
2010-06-14 Sebastian Drögegstvalue: Don't initialize arrays from variables
2010-06-13 Sebastian Drögegstvalue: Add some assertion guards against invalid...
2010-06-12 Martin Bissonvalue: Fixed serialization for short fourccs.
2010-06-07 Stefan Kostvalue: use glib types in more places
2010-06-07 Stefan Kostvalue: just compute strlen() once
2010-06-07 Martin Bissonvalue: Add support for parsing short fourccs from strings
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteFixes for -Wwrite-strings
2010-03-09 Benjamin Ottecaps: Fail when fractions are followed by random text
2010-03-08 Benjamin Ottecaps: Allow 1/max as the minimal fraction value > 0
2009-12-07 Edward Herveygstvalue: Use fast gst_value_list_{size|get_value}...
2009-11-27 Stefan Kostdocs: fix more bogus xrefs
2009-11-25 Stefan Kostdocs: fix xrefs in docs
2009-11-16 Sebastian Drögeutils: API: Add multiplication and addition functions...
2009-11-16 Sebastian Drögegstutils: API: Add fraction helper functions
2009-10-07 Stefan Kostbuild: sprintf, sscanf need stdio.h
2009-09-07 Benjamin Ottedocs: Fix typo in gst_value_union()
2009-07-14 Stefan Kostvalue: add explanation for shortcut
2009-07-14 Stefan Kostvalue: fix can_intersect to behave like intersect
2009-07-13 Jan Schmidtstructure: Change NULL and empty string handling
2009-06-30 Edward HerveyUse local variables in for/while loops.
2009-06-11 Tim-Philipp Müllergstvalue: more efficient value table lookup for fundame...
2009-06-11 Tim-Philipp Müllergstvalue: don't put GTypes into int variables
2009-06-08 Tim-Philipp MüllerRemove double semicolons at end of line
2009-06-07 Wim Taymansgstvalue: remove type checks and redundant code
2009-06-07 Wim Taymansvalue: fix fraction range lcopy function
2009-06-07 Wim Taymansgstvalue: performance improvements
2009-06-05 Jan Schmidtgststructure: Fix some memory leaks. Sprinkle G_LIKELY...
2009-06-02 Stefan Koststructure: fix serialisation of nested structures.
2009-04-03 Edward HerveyRemove unused increments as detect by LLVM's CLang...
2008-11-17 Stefan Kostgst/gstvalue.c: Don't crash if either of the string...
2008-11-06 Wim Taymansgst/gstvalue.c: Reorganize some more, be more conservat...
2008-11-06 Wim Taymansgst/gstcaps.c: Callgrind micro optimisations.
2008-11-05 Wim Taymansgst/gststructure.c: No need to memset, we can clear...
2008-10-31 Stefan Kostgst/gstpreset.c: Use g_unlink instead of unlink.
2008-07-22 Sebastian Drögegst/gstvalue.c: Fix typos.
2008-04-17 Wim Taymansgst/: Fix 2 caps leaks.
2008-04-15 Stefan KostAdd GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT...
2008-03-24 Wim Taymansgst/gstvalue.c: Transform a GstObject to a more meaning...
2007-12-28 Laurent Glayalgst/gstvalue.c: Optimisation: bail out of the loop...
2007-12-28 Tim-Philipp Müllergst/: Bunch of gratuitous nano-optimisations.
2007-12-12 Stefan Kostgst/gstvalue.*: Add more missing "Since:" tags to docs.
2007-11-06 Tim-Philipp Müllergst/gstvalue.c: Remove unused and uninitialised type...
2007-10-22 Edgard LimaAdded GstStructure to gst_value_table and its related...
2007-10-15 Stefan Kostgst/: Add some more comments and debug output. Quote...
2007-09-24 Wim Taymansgst/: Fix small typos in the docs.
2007-07-25 Stefan KostAnother conditional doc check.
2007-06-06 Tim-Philipp MüllerAPI: add GstParamSpecFraction, so elements can have...
2007-06-05 Tim-Philipp Müllergst/gstvalue.c: Make docs for gst_value_compare() menti...
2007-02-28 Wim Taymansgst/gstvalue.c: Implement GstObject -> string transform...
2007-01-29 Stefan Kostconfigure.ac: comment about refining the xml deps
2007-01-02 Thomas Vander Sticheletell us what's not implemented
2006-11-29 Jan Schmidtgst/gstvalue.c: If someone is foolish enough to compare...
2006-10-18 Stefan Kostgst/gstvalue.c: check for validity of dates
2006-09-17 Tim-Philipp Müllergst/gstformat.c: Fix locking order (must take lock...
2006-08-20 Stefan Kostgst/gstvalue.*: Use these optimizations only internaly.
2006-08-20 Stefan Kostgst/gstvalue.*: Saves the expensive lookup of the compa...
2006-07-31 Wim Taymansgst/gstvalue.c: Fix GstValueList comparison code. Fixes...
2006-07-11 Jan SchmidtMake GstValueArray comparison be order dependent as...
2006-06-13 Thomas Vander Stichelegst/: remove GLib 2.6 compatibility code
2006-06-12 Wim TaymansAdd G_UNLIKELY in type registration.
2006-05-26 Jan Schmidtgst/gstvalue.c: Handle NULL input and output pointers...
2006-05-10 Thomas Vander Stichelegst/gstvalue.c: fix a leak if no flags are set
2006-05-10 Thomas Vander Stichelegst/: make sure some essential types used by events...
2006-05-05 Wim Taymansgst/: Remove pre glib2.8 compatibility, fixes #340508
2006-04-28 Michael Smithgst/gstvalue.c: Avoid NULL dereference when trying...
2006-04-28 Wim Taymansgst/gstvalue.c: Don't try to serialize a GValue with...
2006-03-07 Wim TaymansSmall documentation fixes.
2006-03-07 Tim-Philipp Müllergst/gstvalue.c: Document thread-unsafety of gst_value_r...
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
2006-01-27 Stefan Kostdoc fixes, to link to function, just write gst_cool_fun...
2006-01-07 Thomas Vander Stichelegst/gstvalue.c: make the G_TYPE_DATE instantiation...
2005-12-12 Thomas Vander Stichelegst/gstvalue.c: floor is not needed, F is always positi...
2005-12-06 Thomas Vander Sticheleexpand tabs
2005-11-30 Thomas Vander Sticheleadd some explicit casts update dsp files; also installs...
2005-11-27 Tim-Philipp Müllergst/gstvalue.c: Improve documentation for gst_value_uni...
2005-11-27 Tim-Philipp Müllergst/gstvalue.*: Use gint, gdouble and gchar in our...
2005-11-24 Wim TaymansDoc fixes.
2005-11-23 Wim TaymansDoc updates.
2005-11-23 Michael Smithdocs/gst/gstreamer-sections.txt: Update for new API...
2005-11-22 Jan Schmidtgst/gstvalue.c: If needed, allocate storage in the...
2005-11-22 Jan Schmidtcheck/gst/gstcaps.c: Extend caps string tests to check...
2005-11-22 Jan SchmidtFix subtraction.
next