check/gst/gstvalue.c (test_string): Add test for bug #165650.
[platform/upstream/gstreamer.git] / gst / gstvalue.c
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
2005-06-30 Ronald S. Bultjegst/gstvalue.c: Fix memleak (#309125).
2005-06-23 Thomas Vander Sticheleremove gst_strtoll completely, since it didn't actually...
2005-06-22 Thomas Vander Stichelecheck/: copy over from 0.8, and add two with bitmasks...
2005-06-22 Thomas Vander Stichelereturn long long, not int, so gint64 deserialization...
2005-06-20 Wim Taymansgst/gstpad.c: Small doc updates.
2005-05-10 Wim Taymansremove stupid printf
2005-05-10 Wim Taymansgst/gstvalue.c: Added flags serialize/deserialize/compa...
2005-04-24 David Schleefgst/gstpad.c: Remove handling of filtered caps. Fix...
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2005-01-28 Ronald S. Bultjegst/gstvalue.c: Allow NULL-strings as argument (#165365).
2005-01-18 Stefan Kostadded docs for the TAG defines
2005-01-06 David Schleefgst/gstvalue.c: Fix doc build problem.
2005-01-05 David Schleefgst/gstvalue.c: Add some documentation
2005-01-05 Stefan Kostanother shell oneliner for empty return value docs...
2004-12-17 Benjamin Ottegst/gstvalue.c: use deprecated g_value_set_string_take_...
2004-12-17 Benjamin Ottegst/gstvalue.c: revert last patch, only dom a g_utf8_va...
2004-12-16 Benjamin Ottegst/gstvalue.c: check that a simple string that gets...
2004-11-29 Ronald S. Bultjegst/: Deprecate _type_is_fixed, use _value_is_fixed...
2004-11-28 Benjamin Ottegst/gstelement.c: simplify
2004-09-02 Stefan Kostadded documentation to many items moved the GST_TYPE_XX...
2004-08-11 Steve Lhommefix a possible memory leak under Windows
2004-08-10 Steve Lhommefix a memory leak that occured under Windows
2004-07-27 Wim TaymansAdded transform functions between double and fraction.
2004-07-20 Ronald S. Bultjedocs/random/ds/0.9-suggested-changes: Make note about...
2004-07-16 Thomas Vander Stichelefix #147707 blocker
2004-07-16 Benjamin Ottegst/gstvalue.c: use ints and return ints, fractions...
2004-07-15 Thomas Vander Sticheleadding GstFraction GValue type
2004-07-15 Thomas Vander Sticheledebugging additions and style cleanups
2004-07-13 Benjamin Ottecompatibility fixes for Solaris 8/gcc 2.95
2004-07-07 Ronald S. BultjeFix enum serialization, deserialization, comparison...
2004-06-20 Benjamin Ottegst/gstvalue.c: test that start is smaller then end
2004-05-25 Benjamin Ottegst/gstcaps.c: don't print error messages when there...
2004-05-20 Thomas Vander Sticheleadd IN_CAPS buffer flag; add GST_TYPE_FIXED_LIST +...
2004-05-19 Benjamin Ottegst/gstvalue.c: fix int variable deserialization and...
2004-05-18 Benjamin Ottegst/gstvalue.c: add serialization and comparison functi...
2004-05-07 David SchleefChanges to handle compilers that don't have variadic...
2004-05-03 Thomas Vander Sticheleremove gst_info remove gstlog.h, fold back to gstinfo...
2004-04-23 Benjamin Ottegst/gstvalue.c: add comparison function for buffers
2004-04-22 Benjamin Ottedocs/gst/tmpl/: update for recent API changes
2004-04-21 Benjamin Ottemore uninitialized variables - and no, I won't use -O2
2004-04-21 Benjamin Ottebleargh - uninitialized variables
2004-04-21 Benjamin Ottegst/gstcaps.c: check for ANY caps before appending...
2004-04-17 David Schleefgst/: (_gst_value_initialize): Create a new function...
2004-04-16 David Schleefgst/gstvalue.c: Register these types as fundamental...
2004-04-13 David Schleefgst/gstbuffer.c: (gst_buffer_free_chunk): Added gst_buf...
2004-03-31 David Schleefgst/gstvalue.c: Add some union implementations. We...
2004-03-30 Thomas Vander Stichelemore doc fixes
2004-03-30 David Schleefdocs/gst/Makefile.am: Disable a bunch of headers from...
2004-03-26 David Schleefdocs/gst/gstreamer-sections.txt: More doc hacking.
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-02-20 Benjamin Ottegst/gstevent.c: copy navigation event correctly. Check...
2004-02-12 Thomas Vander Stichelefixes for --disable-loadsave --disable-registry
2004-02-07 Ramon Garcia FernandezTrying to fix the mess that I made with the two previou...
2004-02-07 Ramon Garcia FernandezReverted changes made to fix unsigned-signed warnings...
2004-01-29 David Schleefconfigure.ac: Add detection for HAVE_PRINTF_EXTENSION and
2004-01-20 David Schleefgst/gststructure.c: Convert function to use gst_value_s...
2003-12-23 David SchleefFix typo in last checkin that caused a regression.
2003-12-23 David SchleefRearrange lots of code. Change registration of compare...
2003-12-22 David SchleefPrint double ranges in a locale-friendly way
2003-12-22 David SchleefAdd gst_value_init_and_copy() and use it, to avoid...
2003-12-22 David SchleefMerge CAPS branch
2003-11-29 David SchleefMerge gstvalue and gststructure from CAPS branch
2003-11-24 Benjamin Ottemerge in tagging
2003-11-04 David Schleefhacking. Add value_compare, value_union, and value_int...
2003-11-03 David SchleefAdd GstStructure and GstValue