basetransform: Assume size is the same if no transform_size/get_unit_size
[platform/upstream/gstreamer.git] / gst /
2010-06-14 Sebastian Drögegstvalue: Don't initialize arrays from variables
2010-06-14 Sebastian Drögeelement: Store result of strtol in an unused variable...
2010-06-13 Sebastian Drögeelement: Cast return value to void to prevent compiler...
2010-06-13 Sebastian Drögegstvalue: Add some assertion guards against invalid...
2010-06-13 Sebastian DrögeRemove some dead assignments
2010-06-13 Sebastian Drögepad: Fix iterator aggregation of all pads in the intern...
2010-06-13 Sebastian Drögeiterator: Add new FIXME for 0.11 and update gst_iterato...
2010-06-13 Sebastian Drögeiterator: If the iterator resync in find_custom() just...
2010-06-12 Martin Bissonvalue: Fixed serialization for short fourccs.
2010-06-09 Stefan Kostdebugutils: fix comment typo even more
2010-06-09 Stefan Kostdocs: update docs (format and search path).
2010-06-09 Stefan Kostcomments: add a few comments to the sparsely documented...
2010-06-08 Zaheer Abbas Meralidebugutils: fix comment typo
2010-06-08 Stefan Kostcaps: use gst_caps_append_structure_unchecked() macro...
2010-06-08 Stefan Kostcaps: use a safer name for temporary var. to not shadow...
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-06-05 Tim-Philipp Müllerinfo: add new TRACE log level and move refcounting...
2010-06-04 Sebastian Drögeutils: Use G_PARAM_STATIC_STRINGS for standard properties
2010-06-01 Stefan Kostpads: Improve readability for gst_pad_fixate_caps()
2010-05-25 Wim Taymansgstbin: unlock _get_state() on error
2010-05-24 Tim-Philipp Müllertagsetter: make sure only one thread creates the TagData
2010-05-24 Tim-Philipp Müllertagsetter: protect tagsetter operations with a lock
2010-05-22 Stefan Kostcaps: use our macros more often in the code
2010-05-22 Stefan Kostcaps: add append_structure_unchecked
2010-05-22 Stefan Kostdocs: xref function name
2010-05-22 Stefan Kostcaps: use our macos more
2010-05-22 Sebastian Drögestructure: API: Add gst_structure_fixate_field_string()
2010-05-19 Stefan Kostdocs: add links for GSource priorities
2010-05-18 Wim Taymansminiobject: cleanup type registration a little
2010-05-17 Tim-Philipp Müllerpad: don't print WARNING debug statements for normal...
2010-05-14 Stefan Kostcaps: comment and whitespace cleanup
2010-05-13 Sebastian Drögeutils: Simplify fractions before doing calculations...
2010-05-13 Sebastian Drögeutils: GCD is 0 if both parameters are 0, don't divide...
2010-05-13 Sebastian Drögeutils: Simplify result of gst_fraction_multiply()
2010-05-06 Wim TaymansRevert "pad: don't check twice for changed caps per...
2010-05-06 Stefan Kostpad: don't check twice for changed caps per push
2010-05-05 Wim Taymansdocs: clarify the pull_range functions
2010-05-04 Wim Taymansutils: use reffed _get_caps() version
2010-05-03 Thiago Santostags: Adds geo location direction tags
2010-05-03 Thiago Santostags: Adds GST_TAG_DEVICE_MANUFACTURER and GST_TAG_DEVI...
2010-04-30 Tim-Philipp MüllerBump GLib requirement to 2.20
2010-04-30 Tim-Philipp Müllerbuffer: only warn if metadata is not writable when...
2010-04-30 Tim-Philipp Müllerelement: make 'adding flushing pad' warning more useful
2010-04-29 Benjamin Ottecaps: Do not allow fixating empty caps
2010-04-29 Benjamin Ottecaps: Use G_GNUC_WARN_UNUSED_RESULT for make_writable()
2010-04-29 Sebastian Drögegst: Use GError boxed type from GObject 2.25.2 instead...
2010-04-29 Wim Taymansdocs: add some more docs for the events
2010-04-16 Tim-Philipp Müllerpad: add enums for custom flow return success and error...
2010-04-15 Thiago Santostags: doc fixes
2010-04-15 Tim-Philipp Müllerbin: fix bogus variable type
2010-04-14 Tim-Philipp Müllerstructure: log what structure string we failed to parse
2010-04-14 Wim Taymansbin: fix refcount when removing elements during state...
2010-04-14 Tim-Philipp Müllerbuild: $(LIBM) belongs into LIBADD not LDFLAGS
2010-04-09 Sebastian Drögeregistrychunks: Initialize typefind/element factory...
2010-04-08 Stefan Kostdocs: use informalfigure tag to not syntax highlight...
2010-04-07 Tim-Philipp Müllerdocs: add a few code snippets that show how to use...
2010-04-07 Tim-Philipp Müllerparse: fix more compiler warnings
2010-04-07 Tim-Philipp Müllerparse: fix compiler warning
2010-04-07 Wim Taymansmessage: add Since: markers
2010-04-06 Wim Taymansdocs: fix some typos
2010-04-04 Stefan Kostdocs: improve event docs
2010-04-03 Tim-Philipp Müllerlibs: point gobject-introspection scanner to .la files
2010-04-02 Philip Withnallutils: Use G_GNUC_CONST instead of G_GNUC_PURE for...
2010-03-31 Sebastian Drögeevent: Use correct type for the message parameter in...
2010-03-29 Stefan Kostgstinfo: add a comment explaining the reason for using...
2010-03-29 Stefan Kostgstinfo: always define dummy debug category as a functi...
2010-03-29 Stefan Kostbuild: fix redeclaration erors when building with ...
2010-03-29 Stefan Kostbuild: move some prototypes out of #ifndef GST_DISABLE_...
2010-03-29 Stefan Kostinfo: readd the use of GstDebugFuncPtr typedef and...
2010-03-28 Sebastian Drögeinfo: Fix build at least until the correct fix is found
2010-03-28 Sebastian Drögestructure: Make structure abbreviations array one-time...
2010-03-28 Sebastian Drögeiterator: Add FIXME 0.11 for using GSlice for allocation
2010-03-28 Sebastian Drögegst: Use GSlice instead of normal g_malloc in more...
2010-03-28 Stefan Kostbuild: more some prototypes out if #ifndef GST_DISABLE_...
2010-03-25 Sebastian Drögeelementfactory: Add FIXME 0.11 to remove GstElementDeta...
2010-03-25 Wim Taymansbin: improve docs a little
2010-03-24 Thiago Santostags: Add new _USER_RATING tag
2010-03-24 Tim-Philipp Müllerbuild: fix make distcheck
2010-03-24 Benjamin OtteDeprecated gst_element_class_set_details()
2010-03-23 Tim-Philipp Müllerstructure: add mapping for (uint) to allow deserialisat...
2010-03-22 Stefan Kostgettext: build fixes: #if -> #ifdef
2010-03-22 Stefan Kostparse-launch: make delayed set recursive
2010-03-17 Wim Taymansmessage: improve docs a little
2010-03-17 Robert Swainmessage: add QoS message to inform apps of lost data
2010-03-17 Mart Raudseppdocs: fix typo
2010-03-17 Mart Raudseppdocs: fix since tag for gst_structure_id_has_field_typed()
2010-03-17 Tim-Philipp Müllergst: use #if GLIB_CHECK_VERSION instead of #ifndef...
2010-03-16 Stefan Kosttask: snprintf needs to include "stdio.h"
2010-03-15 Wim Taymanstask: use bionic/libc friendly arguments to prctl
2010-03-15 Wim Taymanstask: update docs.
2010-03-15 Sebastian Drögetaglist: Work around gtk-doc problem
2010-03-15 Sebastian Drögeutils: Handle iterator resyncs in gst_pad_proxy_setcaps()
2010-03-15 Wim Taymanstask: configure the object name as thread name
2010-03-15 Wim Taymanspad: set a good name on the task of the pad
2010-03-15 Wim Taymanstask: retab
2010-03-15 Stefan Kostlogging: remove extra newline
2010-03-15 Stefan Kostbus: turn g_return_if_fail into g_assert.
2010-03-15 Stefan Kostcaps: move the check to the public api.
next