caps: avoid doing logic in g_assert
[platform/upstream/gstreamer.git] / gst / gstcaps.c
2009-06-24 Wim Taymanscaps: avoid doing logic in g_assert
2009-06-24 Edward Herveygstcaps: Use direct values for repetitive conditionals...
2009-04-03 Tim-Philipp Müllerdocs: improve API reference for gst_caps_get_structure()
2009-03-06 Stefan Kostapidocs: markup example as highlightable example and...
2008-11-06 Wim Taymansgst/gstcaps.c: Callgrind micro optimisations.
2008-08-07 Wim Taymansgst/gstcaps.c: Fix subset test.
2008-07-22 Thijs Vermeirgst/gstcaps.c: Previous commit was wrong NULL caps...
2008-07-21 Thijs Vermeirgst/gstcaps.c: Allow passing of NULL to gst_caps_union
2008-04-17 Tim-Philipp Müllergst/: Don't use g_atomic_set_int where it's not needed.
2008-04-17 Sebastian Drögegst/gstutils.*: API: Deprecate gst_atomic_int_set(...
2008-04-01 Sebastian Drögeconfigure.ac: Require GLib 2.12.
2008-03-24 José Alburquerquegst/gstcaps.*: Constify the field gchar * params in...
2008-01-09 Tim-Philipp Müllergst/: Yet another gratuitous GString micro-optimisation...
2007-12-28 Tim-Philipp Müllergst/: Bunch of gratuitous nano-optimisations.
2007-10-22 Edgard LimaAdded GstStructure to gst_value_table and its related...
2007-08-12 Wim Taymansgst/gstcaps.c: Fix proper check for simple caps.
2007-08-07 Wim Taymansdocs/design/part-TODO.txt: Add some more TODO items
2007-02-13 Stefan Kostdocs/design/draft-klass.txt: Add existing category...
2007-02-11 Stefan Kostdocs/libs/Makefile.am: Fix path to core docs.
2007-01-26 Wim Taymansgst/gstcaps.c: Init caps flags too.
2007-01-25 Wim Taymansgst/gstcaps.c: Add some refcount debugging.
2006-09-14 Thomas Vander Stichelereleasing 0.10.10 RELEASE-0_10_10
2006-08-29 Wim Taymansgst/gstcaps.c: Code cleanups.
2006-08-28 Wim Taymansgst/gstcaps.*: Fix docs and indentation again.
2006-08-24 Stefan Kostimplement caps merging (fixes #352580)
2006-08-21 Stefan KostAPI: Add gst_caps_merge() and use it in basetransform...
2006-07-27 Wim Taymansgst/gstcaps.c: Fix useless assert, a uint is always...
2006-07-03 Wim Taymansgst/: Use GSlice when the glib we build against is...
2006-07-02 Thomas Vander Stichelegst/gstcaps.c: remove gst_caps_simplify; it was not...
2006-07-02 Thomas Vander Stichelegst/gstcaps.c: whitespace fixes
2006-06-22 Wim Taymansgst/gstcaps.c: Fix crasher when passed NULL. Doc clarif...
2006-05-07 Stefan Kostgst/gstcaps.c: Docs about how to print caps for debug...
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
2006-02-27 Tim-Philipp Müllergst/gstcaps.c: Use the REFCOUNTING category for caps...
2006-01-27 Stefan Kostdoc fixes, to link to function, just write gst_cool_fun...
2006-01-20 Wim Taymansgst/gstcaps.c: Clarify behaviour of _is_equal() when...
2005-12-20 Edward Herveygst/gstcaps.*: Added gpointer GType for GstStaticCaps...
2005-12-07 Wim Taymansgst/gstbuffer.c: Small docs update.
2005-12-05 Wim TaymansBack out previous code changes, leave doc updates,...
2005-12-05 Wim Taymansgst/gstcaps.c: Comparing NULL against !NULL yields...
2005-11-24 Wim TaymansDoc fixes.
2005-11-18 Stefan Kostgst/: docs fixes
2005-11-11 Wim Taymansgst/gstbuffer.c: Copy more flags.
2005-11-10 Thomas Vander Stichelegst/: Don't call gst_caps_do_simplify - it doesn't...
2005-11-09 Wim Taymansdocs/design/part-TODO.txt: Some more items for the...
2005-10-17 Thomas Vander Stichelegst/gstcaps.c: fix signedness issues in a (hopefully...
2005-10-16 Thomas Vander Sticheleconfigure.ac: clean up further
2005-10-16 Thomas Vander Stichelegst/gstcaps.c: Fix guint j diving under 0
2005-10-16 Thomas Vander Stichelefix signedness
2005-10-16 Julien Mouttegst/gstcaps.c: Fix a bad bug with a simple fix. Because...
2005-10-15 Thomas Vander SticheleI'm too lazy to comment this
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-15 Thomas Vander Stichelesignedness fixes
2005-10-10 Thomas Vander Stichelegst/: doc updates
2005-09-29 Tim-Philipp Müllergst/gstcaps.c: Thou shalt not free a structure and...
2005-08-27 Stefan Kostdocs/design/part-messages.txt: update info
2005-08-22 Wim Taymansgst/gstcaps.c: Make _static_caps_get() refcounting...
2005-08-16 Wim Taymanscheck/gst/gstvalue.c: Added subtract checks.
2005-07-15 Andy Wingotools/gst-typefind.c: Update, add copyright block.
2005-07-14 Wim Taymansgst/gstcaps.c: Remove debug info.
2005-07-01 Andy Wingotests/network-clock.scm: Commentary update.
2005-05-04 Andy WingoGCC 4 fixen.
2005-04-24 David SchleefConvert everything from GstAtomicInt to g_atomic_int_...
2005-04-20 Wim Taymansgst/: Make gst_caps_replace() work like other _replace...
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2005-01-05 Stefan Kostanother shell oneliner for empty return value docs...
2004-12-09 Ronald S. Bultjegst/gstcaps.c: Simple caps go first. This has the nice...
2004-11-29 Ronald S. Bultjegst/: Deprecate _type_is_fixed, use _value_is_fixed...
2004-09-26 Thomas Vander Stichelerevert preferred caps
2004-08-18 David Schleefdocs/gst/Makefile.am: Remove --ignore-fail-on-non-empty...
2004-08-17 Thomas Vander Stichelefix memleaks - #150001
2004-07-06 David Schleefgst/gstcaps.c: Fix memleak.
2004-07-03 David Schleefgst/gstcaps.c: Actually do something in these functions...
2004-05-25 Benjamin Ottegst/gstcaps.c: don't print error messages when there...
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-29 Thomas Vander Stichelefix build and small issues
2004-04-28 David Schleefgst/gstcaps.c: Patch from Tim-Philipp Müller to fix...
2004-04-25 Benjamin Ottegst/gstcaps.c: fix memleak
2004-04-23 Benjamin Ottegst/gstcaps.c: call gst_caps_is_subset
2004-04-23 Benjamin Ottegst/gstcaps.c: add documentation
2004-04-22 Benjamin Ottegst/gstcaps.c: fix simplifying and subtracting not...
2004-04-22 Benjamin Ottedocs/gst/tmpl/: update for recent API changes
2004-04-22 Benjamin Ottegst/gstcaps.c: allow subtracting ANY and EMPTY from...
2004-04-22 Benjamin Ottegst/gstcaps.c: only simplify in functions that create...
2004-04-22 Benjamin Ottegst/gstcaps.c: unset GValue after use
2004-04-22 Benjamin Ottedocs/gst/gstreamer-sections.txt: add gst_caps_do_simplify
2004-04-22 Benjamin Ottegst/gstcaps.c: fix bug when converting from empty string.
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-13 David Schleefgst/gstcaps.c: Fix bug in fixating lists.
2004-04-13 David Schleefgst/gstbuffer.c: (gst_buffer_free_chunk): Added gst_buf...
2004-03-30 Thomas Vander Stichelecheck string for nullity
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-03-12 Johan DahlinGtype->GType
2004-03-12 Johan Dahlingst/gst.c (init_post): call gst_caps_get_type() instead...
next