gst/: doc updates
[platform/upstream/gstreamer.git] / gst / gstcaps.c
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...
2004-02-20 Andy Wingogst/: Debugging tweaks.
2004-02-18 David Schleefgst/elements/gstmultifilesrc.c: Use G_TYPE_STRING in...
2004-02-07 Ramon Garcia FernandezReverted changes made to fix unsigned-signed warnings...
2004-02-07 Ramon Garcia Fernandezfixed compilation warnings of comparison between signed...
2004-02-05 Andy Wingogst/gstpad.c (_gst_real_pad_fixate_accumulator): s...
2004-02-02 David SchleefFix memory leaks:
2004-01-29 Benjamin Ottedocs/random/mimetypes: update docs for audio/x-raw...
2004-01-29 David Schleefconfigure.ac: Add detection for HAVE_PRINTF_EXTENSION and
2004-01-15 David Schleefgst/gstcaps.c: Add lots of documentation.
2004-01-06 David SchleefDisable some poisoning, since some plugins rely on...
2004-01-05 Jan Schmidtgst/gstcaps.c: Move the poisoning to allow a NULL structure
2004-01-04 David Schleefgst/elements/gsttee.c: Remove usage of gst_pad_proxy_fi...
2004-01-02 David Schleefgst/gstcaps.c: Add new function.
2004-01-02 David Schleefremove bogus FIXME
2004-01-01 David SchleefImplement gst_caps_normalize()
2003-12-30 David Schleefgst/gstcaps.*: Add simplify function
2003-12-27 Benjamin Ottegst/gstcaps.c: add sanity checks
2003-12-24 David SchleefFix bug in _gst_caps_value_copy() that could cause...
2003-12-22 David Schleefrename gstcaps2.[ch] to gstcaps.[ch]
2003-12-22 David SchleefMerge CAPS branch
2003-11-09 Ronald S. BultjeCaps with empty props (which is not NULL - gst_props_ne...
2003-10-28 Benjamin Ottemerge TYPEFIND branch. Major changes:
2003-08-19 David SchleefAdd code to poison objects being destroyed
2003-08-19 David SchleefAdd GST_CAPS_NONE and GST_CAPS_ANY
2003-08-07 Andy Wingocache return values of _gst_debug_nameof_funcptr
2003-07-29 Ronald S. BultjeImplement gst_caps_has_property*() as functions instead...
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-06-13 Wim Taymans- further productizing the fixed flag on GstCaps by...
2003-05-30 David Schleefgst_caps_to_string: print NULL caps correctly
2003-05-29 Thomas Vander Stichelehelp us debug caps ref issues
2003-05-18 Benjamin Otteremove _destroy functions from public headers and make...
2003-05-17 Benjamin Otteadded gst_{props,caps}_{from,to}_string to API, see...
2003-05-08 Wim TaymansFix 112596, gst_caps_is_always_compatible() broken
2003-03-16 Christian MeyerFixed bug #108514.
2003-02-25 Wim TaymansAdjust the fixed flag in gst_caps_set_props
2003-02-10 Wim Taymans- Add more --disable options
2003-02-02 Wim Taymans- implement FLOATING flag on caps/props
2003-01-14 Wim TaymansWhen we unref a caps, don't unref the chained caps
2003-01-09 David I. Lehnmore connect -> link updates
2002-12-18 Wim TaymansSmall cleanup, fix fixed caps detection even on XML...
2002-10-02 Thomas Vander Stichelecode cleanup and API change (gst_caps_check_compatibili...
2002-10-01 Thomas Vander Stichelecode cleanup and more debug output
2002-09-23 Thomas Vander Stichelesome debug additions and doc fixes
2002-09-17 Wim Taymans- Added value transform functions for caps and props...
2002-08-02 Wim TaymansSome more event flags some more padquery types
2002-07-08 Wim Taymans- Removed unused locking from the cothreads
2002-06-21 Andy Wingocleanups
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
2002-03-31 Wim TaymansDocumentation updates
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-03-24 Andy Wingofilter newlines out of GST_DEBUG statements to reflect...
2002-03-03 Andy Wingodocument gst_caps_debug change gst_caps_debug to accept...
2002-02-17 Benjamin Otteappending caps to themself is not fatal, is it?
2002-02-02 Wim TaymansSmall pointless cleanups
next