]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/history - gst
parse: don't format the string twice
[glsdk/gstreamer0-10.git] / gst /
2009-10-07 Rob Clarkparse: don't format the string twice
2009-10-07 Stefan Kostpad: add variants of gst_pad_get_caps() that don't...
2009-10-07 Michael Smithelementfactory: fix spelling in comment
2009-10-07 Tim-Philipp Müllerregistry: improve plugin loader failure message for...
2009-10-07 Wim Taymansmessage: whitespace fixes
2009-10-07 Stefan Kostpad: flip the G_UNLIKELY
2009-10-07 Stefan Kostbuild: sprintf, sscanf need stdio.h
2009-10-07 Stefan Kostchildproxy: initialize gvalue in _valist function....
2009-10-07 Stefan Kostpad: don't intersect with any in proxy_pad_get_caps
2009-10-07 Stefan Kostdocs: rename aggregator to adder in the docs.
2009-10-07 Johan Bilienintrospection: Add annotations for gst_element_query_...
2009-10-06 Wim Taymansghostpad: take locks around smaller section
2009-10-06 Tim-Philipp Müllergst: remove more unnecessary cast when using g_signal_*()
2009-10-06 Jan Schmidtpluginloader: Add a magic number and maximum size limit.
2009-10-06 Jan Schmidtregistry: Also check the binary registry chunk version...
2009-10-06 Jan Schmidtregistry: Support installed/uninstalled plugin-scanner...
2009-10-06 Jan SchmidtRemove checking for and mentions of fork where possible.
2009-10-06 Jan SchmidtOnly load the registry cache once per process.
2009-10-06 Jan SchmidtAdd some more debug the registry.
2009-10-06 Jan SchmidtAdd restarting of the plugin loader and blacklisting...
2009-10-06 Jan SchmidtPlugin loader phase 2
2009-10-06 Jan Schmidtregistry: Add registry helper phase 1
2009-10-06 Jan Schmidtregistry: Rearrange some things.
2009-09-14 Stefan Kostdocs: GST_MESSAGE_STREAM_STATUS is implemented nowadays.
2009-09-12 Sebastian Drögeintrospection: Don't typedef GstTagList to GstStructure...
2009-09-11 Jan SchmidtDon't use C++ style comments
2009-09-11 Jan Schmidtmessage: Disable restriction that structure changes...
2009-09-11 Stefan Kostbinaryregistry: don't crash in cleaning up on error.
2009-09-11 David Schleefdebug: use dummy code to avoid spurious semicolons
2009-09-10 Wim Taymanswhitespace fixes
2009-09-10 Wim Taymanspluginfeature: improve version check
2009-09-10 Sebastian Drögetaglist: Add FIXME for 0.11 to not typedef GstTagList...
2009-09-09 David SchleefFix typo in inline documentation
2009-09-09 Sebastian Drögeutils: Add a comment to the scaling functions to explai...
2009-09-09 Wim Taymansghostpad: don't unref NULL caps
2009-09-09 Sebastian Drögeutils: Use gcc's __uint128_t for 64bit unsigned integer...
2009-09-07 Benjamin Ottedocs: Fix typo in gst_value_union()
2009-09-05 Sebastian Drögeintrospection: Fix for out-of-tree builds
2009-09-05 Sebastian Drögegstbase: Add gobject-introspection support
2009-09-05 Sebastian Drögegst: Add gobject-introspection support
2009-09-04 Wim Taymansevent: whitespace fixes
2009-09-04 Aurelien Grimaudbin: Only unref EOS message after it is not used anymore
2009-09-02 Wim Taymansstates: post structure change on sinkpads
2009-09-02 Wim Taymansbin: avoid false 'loop detected' warnings
2009-09-01 Wim Taymansbuffer: whitespace fixes
2009-09-01 Jan Schmidtgstbin: Don't propagate a NULL cached index to added...
2009-09-01 Tim-Philipp Müllerelement: don't take object lock for g_critical() and...
2009-09-01 Sebastian Drögeiterator: Only visit the element a single time in the...
2009-09-01 Sebastian Drögeiterator: Fix single iterator for NULL objects and...
2009-08-31 Stefan Kostdebug: more detail in wrong-state-on-dispose error.
2009-08-31 Wim Taymansiterator: fix docs for _new_single().
2009-08-31 Tim-Philipp Müllerdocs: it's its
2009-08-31 Mark Nauwelaertsregistry: fill in elementfactory when registering element
2009-08-31 Wim Taymansutils: use 128bits division on x86_64
2009-08-29 Руслан Ижбулатовsystemclock: fix compilation of win32 code
2009-08-28 Wim Taymansbin: cache index
2009-08-28 Wim Taymanselement: better type checks
2009-08-28 Wim Taymanselement; whitespace fixes
2009-08-28 Wim Taymanssystemclock: use preformance counters on windows
2009-08-28 Wim Taymanssystemclock: fix indentation
2009-08-28 Wim Taymansutils: use shift instead of division
2009-08-28 Wim Taymansutils: make inlining explicit
2009-08-28 Wim Taymansutils: optimize for x86_64 with some inline asm
2009-08-28 Wim Taymansutils: factor out the leading zero count code
2009-08-28 Wim Taymansutils: pass correction factor around
2009-08-28 Wim Taymansutils: whitespace fixes
2009-08-28 Wim Taymansutils: move common correction code in a macro
2009-08-26 Sebastian Drögeiterator: Allow to use NULL as object for the single...
2009-08-26 Sebastian Drögeiterator: API: Add gst_iterator_new_single()
2009-08-22 David SchleefIt's __GNUC__, not _GNUC_
2009-08-20 Tim-Philipp Müllerpluginfeature: add guard to gst_plugin_feature_type_nam...
2009-08-18 Sebastian Drögegstpad: Add some DISABLE_DEPRECATED markers in the...
2009-08-18 Antoine Tremblaygstbin: Don't try to change children's state if they...
2009-08-18 Sebastian Drögeghostpad: Always get the proxypad's ghostpad via the...
2009-08-13 Kipp Cannongstutils: API: Add rounding to nearest and next integer...
2009-08-13 Kipp Cannongstutils: Revert parts of last change to optimize the...
2009-08-13 Sebastian Drögegstutils: Fix violations of strict-aliasing rules in...
2009-08-13 Kipp Cannongstutils: Refactor gst_util_uint64_scale()
2009-08-11 Jonas Holmbergbufferlist: update doc string
2009-08-11 Sebastian Drögegstsegment: Actually start==stop==segment_start is...
2009-08-11 Sebastian Drögegstsegment: Clipping should detect start=stop<segment_s...
2009-08-08 Edward Herveygst: Remove dead assignments
2009-08-06 Wim Taymansgstbuffer: add additional checking for writability
2009-08-06 Tim-Philipp Müllerdocs: fix Since: tag for new gst_caps_can_intersect...
2009-08-06 Stefan Kostutils: use new _caps_can_intersect()
2009-08-06 Stefan Kostpad: use new _caps_can_intersect()
2009-08-06 Stefan Kostcaps: add gst_caps_can_intersect()
2009-08-06 Stefan Kostcaps: split callback for structure intersect into two...
2009-08-06 Stefan Kostlogging: log if we copy caps to be able to track it
2009-08-06 Stefan Kostcaps: add comments about g_ptr_array size behaviour
2009-08-06 Stefan Kostpad: use correct variable in test
2009-08-06 Stefan Kostregistry: add filename to debug message, like elsewhere
2009-08-06 Stefan Kostbin: fix compiler warning about unused var when disabli...
2009-08-06 Wim Taymanscaps: add some more debugging in _replace
2009-08-06 Wim Taymanspad: Add some more debugging
2009-08-06 Wim Taymansghostpad: small improvements
2009-08-06 John Millikintaglist: Add support for ALBUM_ARTIST tag
2009-07-20 Stefan Kostgstregistrybinary: add +1 after error checking
2009-07-20 Wim Taymanstask: fix taskpool leak
2009-07-20 Stefan Kostbinaryregistry: don't unref NULL if we have an early...
next