platform/upstream/gstreamer.git
2009-02-23 David FlynnAdd srcdir to includes for out-of-source builds
2009-02-23 Wim TaymansError out more specifically on empty caps
2009-02-23 Andy Wingofix uri handler iteration in gst-inspect
2009-02-23 LRNFix signed when compiling with MSys/MinGW
2009-02-23 Wim TaymansDon't forward LATENCY event when not ready
2009-02-22 Edward HerveyRemove core file from previous commit
2009-02-22 Alessandro... GstPad: Add gst_pad_set_blocked_async_full
2009-02-22 Sebastian DrögeInclude floating point write/read functions in the...
2009-02-22 Ali SabilUse the correct unref function
2009-02-22 Ali SabilConvert unref/copy functions of GstMiniObject subclasse...
2009-02-22 Jan SchmidtUse shave (git.lespiau.name/cgit/shave/) to simplify...
2009-02-22 Jan SchmidtAutomatic update of common submodule
2009-02-21 David SchleefAutomatic update of common submodule
2009-02-19 Edward HerveyGstBufferFlags: Add "Since: 0.10.23" for the newly...
2009-02-19 Edward HerveyGstBufferFlags: Add 3 new media-specific buffer flags.
2009-02-19 Tim-Philipp... tools: print normal output to stdout, and only errors...
2009-02-19 Tim-Philipp... tools: use g_print*() instead of *printf() in gst-launch
2009-02-19 Tim-Philipp... docs: fix constants for G_LITTLE_ENDIAN and G_BIG_ENDIAN
2009-02-19 Wim TaymansAdd new symbols to def files
2009-02-18 Wim TaymansAdd message to request a state change
2009-02-16 Wim TaymansClear target when the target pad disappears
2009-02-15 Stefan Kostdocs: format and indent examples.
2009-02-15 Stefan Kostgst-launch: add -q/--quiet option to supress any non...
2009-02-14 Tim-Philipp... FAQ: update for git and miscellaneous small fixes and...
2009-02-13 Tim-Philipp... po: update *.po files for newly-added translatable...
2009-02-12 Sebastian Drögetaglist: API: Add HOMEPAGE tag
2009-02-09 Edward HerveyBump revision to use for common submodule.
2009-02-08 Sebastian DrögeReplace some mentions of CVS by GIT
2009-02-06 Stefan Kostbinary registry: Rewrite sanity check to actualy catch...
2009-02-05 Tim-Philipp... po: avoid conflicts of local *.po files with files...
2009-02-05 Tim-Philipp... win32: add new GstPoll API to libgstreamer.def
2009-02-05 Stefan Kostcleanup: remove unused variables in _class_init() and...
2009-02-05 Stefan Kostbus: remove unused set/get property functions
2009-02-05 Stefan Kostbinary registry: comparing arrays against NULL is useless
2009-02-05 Stefan Kostqueue: remove unused code
2009-02-05 Stefan Kosttests: GstClockTime is always >= 0
2009-02-05 Stefan Kostcontroller: remove unused variable
2009-02-04 Stefan Kostcleanup: Either check always for internal being NULL...
2009-02-04 Stefan Kostcrash: Don't crash on non existent tags.
2009-02-04 Stefan Kostleak: Don't leak type name in failure cases.
2009-02-04 Stefan Kostcheck: Don't assume gst_pad_get_peer returns non NULL...
2009-02-04 Stefan Kostleak: don't return without calling va_end
2009-02-03 Jonas HolmbergImplement the systemclock with gstpoll
2009-02-03 Wim TaymansGstPoll: add methods to use gstpoll for timeouts
2009-02-03 Wim TaymansGstBaseSink: use new variable to schedule preroll
2009-02-03 Wim TaymansGstBaseSink: avoid calling preroll multiple times
2009-02-02 Thijs VermeirForce reconfigure of basetransform to recheck alloc...
2009-02-02 Peter Kjellerstedtgstregistrybinary: Make it compile with GST_DISABLE_GST...
2009-01-31 Jan Schmidtrepo: Rearrange gitignores in docs subdir
2009-01-31 Jan Schmidtcheck: Fix comment about the timeout for generic stress...
2009-01-31 Jan Schmidtcheck: Increase timeout for the tee test
2009-01-31 Jan SchmidtUpdate the win32 config.h.in template from the main...
2009-01-30 Stefan KostAdd releaseinfo with online url.
2009-01-30 Tim-Philipp... Remove broken class to interface cast macros from GstUr...
2009-01-30 Jan SchmidtRemove gitignore in docs/gst/tmpl.
2009-01-30 Jan SchmidtBump common
2009-01-30 Jan Schmidt... Fix compilation warning with Forte.
2009-01-30 Wim TaymansRevert "Check suggested caps for proxy alloc"
2009-01-30 Wim TaymansRevert "Force reconfigure of basetransform to recheck...
2009-01-30 Sebastian DrögeAllocate everything that is written to the registry...
2009-01-30 Edward HerveyUse a symbolic link for the pre-commit client-side...
2009-01-29 Jan SchmidtMake sure to take a copy of the strings we're going...
2009-01-29 Stefan KostAdd logging in failure case. Add more details to a...
2009-01-29 Stefan KostAdd a trivial source for tracking gst_init time accross...
2009-01-29 Stefan KostAdd todo comments.
2009-01-29 Thijs VermeirCheck suggested caps for proxy alloc
2009-01-29 Thijs VermeirForce reconfigure of basetransform to recheck alloc...
2009-01-27 Stefan KostImprove the docs for gst_clock_id_wait_async().
2009-01-27 Tim-Philipp... docs: don't use ERROR_CFLAGS when building $docmodule...
2009-01-27 Tim-Philipp... Make git ignore backup files.
2009-01-26 Stefan KostDon't check timestamp here, its done in the called...
2009-01-26 Wim TaymansAvoid unneeded reads from the control socket
2009-01-25 Stefan KostAdd more debug logging for failure cases.
2009-01-25 Stefan KostDocument that GST_PLUGIN_DEFINE macros use PACKAGE...
2009-01-25 Thijs VermeirFix typo
2009-01-25 Thijs VermeirOnly free list of buffers once
2009-01-24 Thijs VermeirFix typo
2009-01-23 Jan SchmidtIgnore another file
2009-01-23 Jan Schmidtadd gst_type_find_helper_for_extension to the win32...
2009-01-23 Jan SchmidtUpdate win32 config.h for 0.10.22.1 dev cycle...
2009-01-23 Jan SchmidtUpdate a bunch of gitignores to clean up my git status...
2009-01-23 Brian CameronFix linking failures on Solaris. Fixes bug #568481.
2009-01-22 Stefan KostUpdate common snapshot.
2009-01-22 Sebastian DrögeImprove debug output by logging the offsets. Fixes...
2009-01-22 Sebastian DrögeFix pre-commit hook
2009-01-22 Wim TaymansMerge branch 'master' of ssh://git.freedesktop.org...
2009-01-22 Wim TaymansAdd Doc for new typefind method.
2009-01-22 Jan SchmidtBack to development -> 0.10.22.1
2009-01-22 Wim TaymansMerge branch 'master' of ssh://git.freedesktop.org...
2009-01-22 Edward HerveyInstall and use pre-commit indentation hook from common
2009-01-21 Wim TaymansIf no type was found using the typefind functions,...
2009-01-21 Wim TaymansAdd new typefing helper function to guess the caps...
2009-01-21 Wim TaymansAllow adding a typefinder without a typefind function...
2009-01-21 Wim TaymansUpdate the last_buffer exactly with the buffer that...
2009-01-21 Wim Taymansdo not call the unlink function on the target pad when...
2009-01-21 Edward Herveyautogen.sh : Use git submodule
2009-01-19 Jan SchmidtRelease 0.10.22 GIT_CONVERSION RELEASE-0_10_22
2009-01-19 Jan SchmidtUpdate .po files
2009-01-17 Tim-Philipp... gst/gstbus.c: Fix order of members in GstBusSource...
2009-01-15 Jonas Holmberggst/gstpad.h: A small documentation fix.
next