Replace deprecated GStaticMutex with GMutex
[platform/upstream/gstreamer.git] / gst /
2012-01-20 Stefan Sauercontroller: adapt to controller api changes
2012-01-19 Wim Taymansport to new glib thread API
2012-01-19 Wim Taymanstcp: work around compiler warnings
2012-01-18 Tim-Philipp MüllerRemove compatibility code cruft for old GLib versions
2012-01-18 Tim-Philipp Müllerencoding: port to new GLib threading API
2012-01-18 Sebastian Drögegio: Move to gst subdirectory
2012-01-17 Sebastian Drögetcp: Fix handling of closed connections
2012-01-17 Sebastian Drögetcp: Add support for IPv6
2012-01-17 Sebastian Drögetcp: Only read as much as is currently available from...
2012-01-17 Sebastian Drögetcp: Don't leak the resolver if name resolval failed
2012-01-16 Sebastian Drögemultisocketsink: Fix possible GType namespace conflicts...
2012-01-16 Sebastian Drögemultisocketsink: Re-add QoS DSCP property
2012-01-16 Sebastian Drögetcp: Remove old socket helper functions
2012-01-16 Sebastian Drögetcpserversink: Port to GIO
2012-01-16 Sebastian Drögetcpserversrc: Port to GIO
2012-01-16 Sebastian Drögetcpclientsink: Port to GIO
2012-01-16 Sebastian Drögetcpclientsrc: Port to GIO
2012-01-12 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-01-12 Mark Nauwelaertsplaysinkconvertbin: release extra ref on converter...
2012-01-10 Sebastian Drögestreamsynchronizer: Don't unref the parent in the event...
2012-01-10 Sebastian DrögeMerge branch 'master' into 0.11
2012-01-09 Mark Nauwelaertsplayback: document DEINTERLACE flag
2012-01-06 Mark Nauwelaertsaudioresample: fix debug message format specifier
2012-01-06 Edward HerveyRevert "decodebin2: Try harder to get initial topology...
2012-01-06 Edward Herveydecodebin2: Try harder to get initial topology caps
2012-01-05 Havard GraffFix various unlikely, but still potential memoryleaks...
2012-01-05 Havard Graffvideotestsrc: keep the calculation fixed-point
2012-01-05 Sebastian Drögeaudiotestsrc: Fix channel-mask handling
2012-01-05 Sebastian Drögeaudioconvert: Fix channel-mask handling
2012-01-05 Sebastian Drögegst: Add new layout field to all raw audio caps
2012-01-05 Sebastian Drögegst: Add new layout field to the raw audio caps
2012-01-05 Sebastian Drögeaudioconvert: Port to the new multichannel caps
2012-01-04 Wim Taymansmultifdsink: use pad caps for streamheader
2012-01-03 Tim-Philipp Müllervideotestsrc: don't build generate_sine_table utility...
2012-01-03 Mark Nauwelaertsstreamsynchronizer: force fallback buffer_alloc when...
2012-01-03 Mark Nauwelaertsstreamsynchronizer: avoid crashing when operating on...
2012-01-02 Wim Taymansstreamcombiner: fix srcpad query caps
2012-01-02 Wim Taymansvideorate: chain up to parent event function
2012-01-02 Wim Taymansvideorate: fix caps negotiation function
2012-01-02 Wim Taymansaudioresample: truncate in fixation
2012-01-02 Tim-Philipp Müllerplayback, mixerutils: gst_registry_get_default() -...
2012-01-02 Wim Taymansaudioconvert: handle unpositioned channels
2011-12-30 Edward HerveyMerge remote-tracking branch 'origin/master' into 0.11
2011-12-25 Tim-Philipp Müllergdp: move dataprotocol library into gdp plugin and...
2011-12-25 Tim-Philipp MüllerMerge branch 'merge-dataprotocol-library-into-gdp-plugi...
2011-12-25 Tim-Philipp Müllertcp: remove some dataprotocol cruft
2011-12-25 Wim Taymansgdp: fix header files
2011-12-25 Wim Taymansgdp: rename buffer PREROLL -> LIVE flag
2011-12-25 Wim Taymansgdp: make new _buffer_allocate method
2011-12-25 Wim Taymansgdp: Rework GstSegment handling
2011-12-25 Wim Taymansgdp: Hide the GstStructure in GstEvent
2011-12-25 Stefan Kostgdp: add docs for GstDPPacketizer
2011-12-25 Wim Taymansgdp: port code to new buffer data API
2011-12-25 Wim Taymansgdp: remove deprecated code
2011-12-25 Tim-Philipp Müllergdp: make public enum _get_type() functions thread...
2011-12-25 Tim-Philipp Müllergdp: dataprotocol, lfocontrolsource: fix enum value...
2011-12-25 Benjamin Ottegdp: Fixes for -Wmissing-declarations -Wmissing-prototypes
2011-12-25 Benjamin Ottegdp: Make code safe for -Wredundant-decls
2011-12-25 Stefan Kostgdp: fix broken xrefs in docs
2011-12-25 Sebastian Drögegdp: Don't write to the same region of memory as a...
2011-12-25 Michael Smithgdp: When calculating GDP body CRC, use the correct...
2011-12-25 Sebastian Drögegdp: Correct all relevant warnings found by the sparse...
2011-12-25 Damien Lespiaugdp: Fix empty prototypes. Fixes bug #507957.
2011-12-25 Tim-Philipp Müllergdp: g_type_class_ref() other types as well, see #34941...
2011-12-25 Tim-Philipp Müllergdp: Printf fixes.
2011-12-25 Andy Wingogdp: GST_DISABLE_DEPRECATED is only for users of API...
2011-12-25 Stefan Kostgdp: add gst_object_{s,g}et_control_rate(), add private...
2011-12-25 Wim Taymansgdp: Make debug category static
2011-12-25 Thomas Vander Stichelegdp: fix failure to deserialize event packets with...
2011-12-25 Thomas Vander Stichelegdp: add a gdp image to the docs
2011-12-25 Thomas Vander Stichelegdp: add note to docs about GDP versioning; remove...
2011-12-25 Thomas Vander Stichelegdp: add a GstDPPacketizer object, and create/free...
2011-12-25 Thomas Vander Stichelegdp: factor out CRC code
2011-12-25 Thomas Vander Stichelegdp: factor out some common header init code
2011-12-25 Thomas Vander Stichelegdp: make gst_dp_crc() public
2011-12-25 Thomas Vander Stichelegdp: make sure we zero the whole ABI-compatible area
2011-12-25 Thomas Vander Stichelegdp: whitespace, comment, doc fixup
2011-12-25 Michael Smithgdp: Fixes in reading/writing events over GDP (not...
2011-12-25 Michael Smithgdp: Fix docs for dataprocotol to not get the return...
2011-12-25 Wim Taymansgdp: Documentation updates.
2011-12-25 Andy Wingogdp: Fix Timmeke Waymans bug.
2011-12-25 Thomas Vander Stichelegdp: fix more valgrind warnings before turning up the...
2011-12-25 Wim Taymansgdp: It's about time we bump the version number.
2011-12-25 Andy Wingogdp: Fix error-checking return values.
2011-12-25 Wim Taymansgdp: Fix serialization of seek events.
2011-12-25 Wim Taymansgdp: Some docs updates
2011-12-25 Wim Taymansgdp: Ported dataprotol to 0.9.
2011-12-25 David Schleefgdp: remove GstData checks
2011-12-25 Andy Wingogdp: GCC 4 fixen.
2011-12-25 Wim Taymansgdp: Next big merge.
2011-12-25 Wim Taymansgdp: First THREADED backport attempt, focusing on addin...
2011-12-25 Zaheer Abbas Meraligdp: Allocate the 1 byte more memory that was forgotten...
2011-12-25 Wim Taymansgdp: Fix threadsafety of the crc checking function.
2011-12-25 Thomas Vander Stichelegdp: fix for #150242
2011-12-25 Thomas Vander Stichelegdp: doc style fixes
2011-12-25 Thomas Vander Stichelegdp: bump GDP to 0.1, add buffer flags
2011-12-25 Thomas Vander Stichelegdp: wrap header in _NEW
2011-12-25 Thomas Vander SticheleOriginal commit message from CVS:
2011-12-25 Thomas Vander Stichelegdp: private prototype
2011-12-25 Thomas Vander Stichelegdp: add dataprotocol
next