platform/upstream/gst-plugins-base.git
2009-11-25 Wim Taymansaudiosink: add adjustement when slaving
2009-11-25 Sebastian Drögeffmpegcolorspace: Prefer transforming alpha formats...
2009-11-25 David Schleefoggdemux: Reset last_granule during seeking
2009-11-25 David Schleefoggdemux: Fix timestamp generation for theora
2009-11-25 David Schleefoggdemux: Fix vorbis parsing
2009-11-23 Sebastian Drögeplaybin2: Transform QoS events to be meaningful for...
2009-11-21 David Schleefogg: Fix generation of timestamps and durations
2009-11-21 David Schleefogg: Add ogg stream parsing
2009-11-21 David Schleefoggmux: don't overwrite object properties
2009-11-21 Stefan Kostdebug: also cast packet.packetno to gint64 in debug log
2009-11-21 Stefan Kostdebug: fix format string that was missing a var
2009-11-19 Stefan Kostadder: make events succeed, if they succed on atleast...
2009-11-19 Thiago Santosdecodebin2: error when all streams have no buffers
2009-11-19 Sebastian Drögeplaybin2: Fix stupid bug introduced in last commit
2009-11-19 Sebastian Drögeplaybin2: Aggregate the stream-changed message by looki...
2009-11-19 Sebastian Drögeplaybin2: Ignore async state changes of the uridecodebins
2009-11-19 Tim-Philipp... Automatic update of common submodule
2009-11-18 Thiago Santosdecodebin2: set to buffer less on no-more-pads
2009-11-18 Wim Taymansbaseaudiosink: fix initial calibration
2009-11-18 Sebastian Drögeplaybin2: Don't handle DURATION queries during group...
2009-11-18 Sebastian Drögeplaybin2: Post a stream-changed message after activatin...
2009-11-18 Jan Schmidtwin32: Add new still-frame API to the defs
2009-11-18 Mark Nauwelaertsbaseaudiosrc: fix 'uninitialized' compiler warning
2009-11-18 Tim-Philipp... configure: bump core requirement to 0.10.25.1
2009-11-18 Jan Schmidtvideo: Add functions to create/parse still frame events.
2009-11-17 Wim Taymansplaysink: make sure we always go to PAUSED async
2009-11-17 Wim Taymansplaysink: make sure we remain a sink
2009-11-16 Stefan Kostaudioconvert: remove unused array
2009-11-16 Sebastian Drögesubparse: Use new double->fraction transformation funct...
2009-11-14 Sebastian Drögeplaybin2: Make subtitle error handling more robust...
2009-11-14 Sebastian Drögesubtitleoverlay: Handle errors from subtitle elements...
2009-11-14 Sebastian Drögeplaybin2: Don't leak the GError and debug string when...
2009-11-13 Sreerenj Brtsp: avoid crashing on SIGPIPE
2009-11-12 Sebastian Drögeplaybin2: Improve subtitle passthrough in uridecodebin
2009-11-12 Sebastian Drögesubtitleoverlay: Only recreate factory caps if necessar...
2009-11-12 Sebastian Drögesubtitleoverlay: Only update the factory list when...
2009-11-12 Sebastian Drögesubtitleoverlay: Use gst_pad_get_caps_reffed()
2009-11-12 Sebastian Drögeplaybin2/playsink: Use new "silent" property instead...
2009-11-12 Sebastian Drögesubtitleoverlay: Update segments after pushing the...
2009-11-12 Sebastian Drögesubtitleoverlay: Add silent property to disable subtitles
2009-11-12 Sebastian Drögesubtitleoverlay: Set the video framerate on parsers...
2009-11-12 Sebastian Drögesubparse: Make fps a GstFraction typed property and...
2009-11-12 Iago Toralsubparse: Add property for the video framerate
2009-11-12 Sebastian Drögeplaybin2: Handle external subtitles better
2009-11-12 Sebastian Drögeplaybin2: Flush the subtitles before switching to a...
2009-11-12 Sebastian Drögeplaybin2: Set subtitle caps as raw caps for the urideco...
2009-11-12 Sebastian Drögeplaybin2/playsink: Remove everything related to subpict...
2009-11-12 Sebastian Drögeplaysink: Add a queue before subtitleoverlay
2009-11-12 Sebastian Drögeplaysink: Use subtitleoverlay for subtitles
2009-11-12 Sebastian Drögesubtitleoverlay: Add to the docs
2009-11-12 Sebastian Drögesubtitleoverlay: Add new element for generic subtitle...
2009-11-12 Olivier Crêtetheoradec: Keep timestamp from incoming buffer if it...
2009-11-11 Sebastian Drögeplayback: Update factories list on every access if...
2009-11-10 Sebastian Drögeplayback: When going from NULL->READY check if the...
2009-11-10 Jan Schmidtappsrc: Clear the EOS state on a seek.
2009-11-10 Sebastian Drögeaudioresample: Update speex resampler to latest GIT
2009-11-10 Tim-Philipp... playsink: assign chain->mute before using it
2009-11-09 David Schleeftheora: Fix alignment of frames when converting
2009-11-09 Edward Herveyplayback: Fix the order in strcmp that I broke in previ...
2009-11-09 Edward Herveytypefind: Reduce number of calls to gst_type_find_peek.
2009-11-09 Edward Herveyplayback: Avoid expensive API calls in tight loop.
2009-11-09 Sebastian Drögecddabasesrc: Add unit test for property settings
2009-11-09 Sebastian Drögecddabasesrc: Never return a negative track number in...
2009-11-09 Sebastian Drögecddabasesrc: Don't set the track to 1 every time a...
2009-11-08 Sebastian Drögeinputselector: Remove useless variables and fix a unini...
2009-11-06 Sebastian Drögedecodebin2: Add property to disable/enable posting...
2009-11-06 Sebastian Drögedecodebin2: Protect subtitle elements and subtitle...
2009-11-06 Sebastian Drögeinputselector: Make sure that running_time->timestamp...
2009-11-06 Mart Raudseppexamples: Correct casting of g_signal* funcs first...
2009-11-06 Sebastian Drögeuridecodebin: Improve all-raw-caps detection for pads
2009-11-06 Wim Taymansbasesrc: fix startup position in the ringbuffer
2009-11-06 Sebastian Drögeinputselector: Use the start time (i.e. timestamp)...
2009-11-06 Sebastian Drögetextoverlay: Synchronize video/text based on the runnin...
2009-11-06 Sebastian Drögetextoverlay: Clip text buffers to the text segment...
2009-11-06 Sebastian Drögetextoverlay: Put the video segment into the instance...
2009-11-06 Sebastian Drögetextoverlay: Check if text timestamp/duration is valid...
2009-11-05 Tim-Philipp... theoradec: printf format fix
2009-11-05 Olivier Crêtegdpdepay: Clear adapter on flush and state change
2009-11-05 Wim Taymansinputselector: use _get_caps_reffed()
2009-11-05 Stefan Kostpad: rename new api from _refed to _reffed.
2009-11-04 Wim Taymansplaybin2: avoid copying caps
2009-11-04 Wim Taymansdecodebin2: use new getcaps function to avoid copies
2009-11-04 Wim Taymansuridecodebin: use faster element_link_pads
2009-11-04 Wim Taymansbaseaudiosink: make drift tolerance configurable
2009-11-04 Sebastian Drögeplaybin2: Return NOT_LINKED for unselected text pads...
2009-11-04 Stefan Kostinputselector: also add inline to the proto to fix...
2009-11-03 Sebastian Drögeuridecodebin: Initialize caps property with the default...
2009-11-03 Sebastian Drögedecodebin2: Use static caps for the default raw caps...
2009-11-03 Sebastian Drögetextoverlay: First draw outline text and then the real...
2009-11-02 Josep Torra... playbin: Make sure to keep a reference on the volume...
2009-10-31 Edward Herveypo: queue2 has moved to core
2009-10-30 Sebastian Drögeplaysink: Reset {mute,volume}-changed flags after setti...
2009-10-30 Sebastian Drögeplaysink: If notify::{volume,mute} is triggered by...
2009-10-29 Sebastian Drögeplaysink: Proxy notify::volume and notify::mute from...
2009-10-29 Sebastian Drögeplaybin2: Proxy notify::volume and notify::mute from...
2009-10-29 Sebastian Drögequeue2: Remove inspect file
2009-10-29 Sebastian Drögequeue2: Remove from gst-plugins-base
2009-10-28 Stefan Kostdocs: include more indexes
2009-10-28 Stefan Kostdocs: turn entities into xi:includes
2009-10-28 Stefan Kostrtp: dump packets which we reject
next