utils: API: Add multiplication and addition functions for fractions
[platform/upstream/gstreamer.git] / gst / gstvalue.c
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.
2005-11-21 Jan SchmidtImplement fraction ranges and extend GstFraction to...
2005-11-21 Andy Wingogst/gst.h: Include glib-compat.h.
2005-11-21 Julien Mouttegst/gstvalue.c: Fix wrong function calls for arrays.
2005-11-21 Stefan Kostdocs/random/ensonic/media-device-daemon.txt: wild idea...
2005-11-21 Tim-Philipp Müllergst/gstvalue.*: Drop leading '%' from GST_FOURCC_FORMAT...
2005-11-21 Tim-Philipp Müllergst/gstvalue.c: Revert previous commit. Value lists...
2005-11-21 Tim-Philipp Müllergst/gstvalue.c: Should handle both value arrays and...
2005-11-21 Alessandro Dessinagst/gstvalue.c (gst_value_is_fixed): Use gst_value_arra...
2005-11-20 Jan Schmidtcheck/gst/gstvalue.c: Add a deserialisation test for...
2005-11-20 Wim TaymansDoc fixes.
2005-11-19 Andy Wingocheck/gst/gstvalue.c (test_string): Add test for bug...
2005-11-19 Andy Wingogst/gstvalue.h: gst/gstvalue.c (gst_value_array_append_...
2005-11-18 Stefan Kostgst/: docs fixes
2005-10-15 Thomas Vander Stichelegive each value a _get_type, removes the DATA exports
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-15 Thomas Vander Stichelesignedness/type fixes
2005-10-13 Thomas Vander Stichelegst/: GLib 2.6 g_flags_get_first_value has a bug that...
2005-10-10 Thomas Vander Stichelegst/: doc updates
2005-09-29 Tim-Philipp Müllergst/gstvalue.c: More robust fraction string parsing.
2005-09-26 Andy Wingotry the fourth
2005-09-26 Andy Wingofoo
2005-09-26 Andy Wingogst/gstvalue.c (_gst_value_initialize): Better fakeout.
2005-09-26 Andy WingoRemove memchunk benchmark stuff, this is taken over...
2005-09-23 Thomas Vander Stichelefix docs
2005-09-22 Tim-Philipp MüllerAdd GST_TYPE_DATE, a boxed type that wraps GDate, and...
2005-09-21 Stefan Kostinlied another one and added some obvious docs
2005-09-11 Thomas Vander Sticheledocs/gst/: rearrange gstvalue section
2005-08-16 Wim Taymanscheck/gst/gstvalue.c: Added subtract checks.
2005-07-20 Ronald S. BultjeGstElement::new-pad -> pad-added, GstElement::state...
2005-07-11 Thomas Vander Stichelecheck/Makefile.am: add two more tests for valgrinding
next