platform/upstream/gstreamer.git
2010-12-05 David Schleefregistry: Fix permissions if umask is broken
2010-12-04 Tim-Philipp... build: remove trailing whitespaces after backslash...
2010-12-04 Koop Mastconfigure: fix test so it works with FreeBSD's /bin/sh
2010-12-03 David SchleefUse g_snprintf() instead of snprintf()
2010-12-03 Benjamin GaignardAdd build system for Android
2010-12-03 Wim Taymansclock: init variables in _reinit()
2010-12-03 Wim Taymansclock: make sync clock wait lockfree
2010-12-03 Tim-Philipp... binaryregistry: use function introduced in GLib 2.22...
2010-12-03 Wim Taymanspoll: small cleanups
2010-12-03 Wim Taymanspoll: make sure we remove the readfd messages
2010-12-03 Wim Taymanspoll: add method to get a GPollFD
2010-12-03 Wim Taymanspoll: Refactor and make more lockfree
2010-12-03 Wim Taymanspoll: move lock to where it makes more sense
2010-12-03 Wim Taymanspoll: make timer polls lockfree
2010-12-03 Mark Nauwelaertsmultiqueue: return upon input when already eos
2010-12-03 Mark Nauwelaertscaps: fix doc typo
2010-12-03 Mark Nauwelaertsgst-inspect: remove some commented code
2010-12-03 Stefan Kostgstobject: add stdio.h for snprint
2010-12-03 Edward Herveypipeline: Use an object as first argument to GST_WARNIN...
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-12-03 Edward Herveygstquery: Use structure property directly, avoid functi...
2010-12-03 Edward Herveygstinfo: remove useless ternary operator usage.
2010-12-03 Edward Herveygstevent: Use structure property directly, avoid functi...
2010-12-03 Wim Taymanspad: add push cache to bufferlists
2010-12-03 Wim Taymanspad: don't cache the peer chainfunc
2010-12-03 Wim Taymanspad: clear pad cache when installing probes
2010-12-03 Wim Taymanspad: explicitly inline some functions
2010-12-03 Wim Taymanspad: remove unused variable
2010-12-03 Wim Taymanspad: invalidate caches on flush and pad block
2010-12-03 Wim Taymanspad: don't unref NULL caps
2010-12-03 Wim Taymanspad: add invalidate function
2010-12-03 Wim Taymanspad: small cleanup
2010-12-03 Wim Taymanspad: improve pad push caching
2010-12-03 Wim Taymanspad: prototype of pad push cache
2010-12-03 Stefan Kostdocs: fix previous extract.pl commit
2010-12-03 Wim Taymanstask: avoid task lock for each iteration
2010-12-03 Stefan Kostdocs: fix example matching in extract.pl
2010-12-03 Stefan Kostdocs: query doc improvements
2010-12-03 Stefan Kostelementfactory: clarify list item types in comments
2010-12-03 Stefan Kostpadtemplate: add two FIXME0.11: comments
2010-12-03 Stefan Kostpadtemplate: allow disablinbg the template name conform...
2010-12-03 Stefan Kostpadtemplate: the supplied caps may not be NULL
2010-12-03 Andoni Morales... fakesink: Print sink-message events like a message...
2010-12-03 Stefan Kostdesign-docs: add html output using asciidoc
2010-12-03 Stefan Kostgstobject: more default name generation more efficient
2010-12-03 Stefan Kostpluginfeature: use the parent_class from G_DEFINE_TYPE...
2010-12-03 Stefan Kostelementfactory: use g_intern_string for interface names
2010-12-03 Stefan Kostregistry: also intern the static caps
2010-12-02 Stefan Kostelementfactory: meta-data can be NULL
2010-12-02 Thiago Santosgstdatetime: Fix handling of timezones
2010-12-02 Edward Herveygstdataqueue: Don't break ABI
2010-12-02 Wim Taymansbasesink: rework position reporting code
2010-12-02 Wim Taymansbasesink: perform wait_preroll in a while loop
2010-12-02 Wim Taymansutils: return immediately for -1 conversion
2010-12-02 Wim Taymansutils: a convert query can have a -1 input value
2010-12-02 Wim Taymansbasesink: also preroll after a flush with async=false
2010-12-02 Wim Taymansadapter: improve docs a little.
2010-12-02 Wim Taymanscheck: lock src state to avoid error cases
2010-12-02 Wim Taymanspipeline: avoid using invalid clock times
2010-12-02 Wim Taymanscaps: improve some comments about the zigzag intersection
2010-12-02 Edward Herveydocs: Add unused symbols to proper sections
2010-12-02 Edward Herveydocs: Add GstDateTime section and update it for latest...
2010-12-02 Edward Herveyqueue2: Only call update_buffering if needed.
2010-12-02 Edward Herveyqueue2: Avoid re-checking many times whether an item...
2010-12-02 Edward Herveyqueue2: Reduce amount of time locks are taken
2010-12-02 Edward Herveyqueue2: Fixup documentation of some properties
2010-12-02 Edward Herveyqueue2: Avoid useless segment_to_running_time() calcula...
2010-12-02 Edward Herveybasesink: Re-using GstClockID instead of constantly...
2010-12-02 Edward Herveygstclock: New API to re-use a single shot GstClockID
2010-12-02 Edward Herveybasesink: Pass along miniobject type through various...
2010-12-02 Edward Herveybasesink: Switch enable_last_buffer to an atomic int
2010-12-02 Edward Herveyqueue: Remove useless checks from e406f7
2010-12-02 Edward Herveygstdataqueue: Only emit g_cond_signal when needed
2010-12-02 Wim Taymanssegment: move g_return_if_fail to where it is needed
2010-12-02 Sebastian Drögeversion: Take nano version into account in GST_CHECK_VE...
2010-12-02 Sebastian Drögepad: Set the event source object if none is set yet...
2010-12-02 Sebastian Drögequeue2: Remove dead assignment and unused variable
2010-12-02 Sebastian Drögequeue2: Remove dead assignment and move variable declar...
2010-12-02 Sebastian Drögequeue2: Remove redundant variable
2010-12-02 David Hoytgsttask: Set thread names on Windows with MSVC if a...
2010-12-02 Sebastian Drögemacros: Define restrict keyword if not available
2010-12-01 Tim-Philipp... Bump GLib requirement to >= 2.22
2010-12-01 Tim-Philipp... Back to development
2010-11-30 Tim-Philipp... Release 0.10.31 RELEASE-0.10.31
2010-11-29 Tim-Philipp... utils: avoid 'unused argument' warnings caused by GST_B...
2010-11-28 reynaldodocs: some small fixes to the plugin writer's guide
2010-11-27 Thiago Santosmanual: Improve states documentation
2010-11-21 Evan Nemersonintrospection: Include exported packages information...
2010-11-18 Tim-Philipp... 0.10.30.5 pre-release
2010-11-18 Tim-Philipp... elementfactory: fix caps leak in element factory list...
2010-11-17 Tim-Philipp... po: update translations
2010-11-17 Thiago Santosdatetime: Add _from_unix_epoch variants
2010-11-03 Vladimir Eremeevmath-compat: don't re-define _USE_MATH_DEFINES if alrea...
2010-11-01 Tim-Philipp... 0.10.30.4 pre-release
2010-11-01 Tim-Philipp... po: update translations
2010-11-01 Tim-Philipp... queue2: don't leak pad ref in pull mode when flushing
2010-11-01 Tim-Philipp... queue2: don't send seeks beyond the end of the file...
2010-10-29 Jonathan Matthewbasetransform: use input position for queries if we...
2010-10-29 Wim Taymansbasetransform: fix reverse negotiation
2010-10-27 Jan Schmidtmultiqueue: Fix tracking of unlinked streams.
next