platform/upstream/gstreamer.git
2011-04-08 Julien Moutteaacparse: Fix compilation warnings
2011-04-08 Josep Torraaacparse: fix warnings in macosx snow leopard
2011-04-08 Mark Nauwelaertsaacparse: forego (bogus) parsing of already parsed...
2011-04-08 Mark Nauwelaertsbaseparse: prevent infinite loop when draining
2011-04-08 Mark Nauwelaertsbaseparse: fix minor memory leak
2011-04-08 Sebastian Drögeaacparse: Add function for the baseparse subclass to...
2011-04-08 Sebastian Drögebaseparse: Fix seek event leaking
2011-04-08 Tim-Philipp... baseparse: propagate return value of GstBaseParse:...
2011-04-08 Tim-Philipp... baseparse: don't try to GST_LOG an already-freed caps...
2011-04-08 Mark Nauwelaertsbaseparse: fix debug category
2011-04-08 Mark Nauwelaertsbaseparse: fix (regression in) newsegment handling
2011-04-08 René Stadlerbaseparse: Fix slightly broken buffer-in-segment check...
2011-04-08 René Stadlerbaseparse: Fix push mode seeking (aacparse, amrparse)
2011-04-08 Mark Nauwelaertsbaseparse: Delay newsegment as long as possible.
2011-04-08 Stefan Kostbaseparse: revert last change and properly fix
2011-04-08 Stefan Kostbaseparse: remove checks for buffer==NULL
2011-04-08 Jan SchmidtFix the return value of the default parse_frame function.
2011-04-08 Stefan Kostgst/: Fix baseparse type name.
2011-04-08 Stefan KostAdd two new baseparse based parsers (aac and amr) from...
2011-04-08 Havard Graffqueue[2]: Make src query MT-safe
2011-04-08 Havard Graffbasesrc: Make src query MT-safe
2011-04-08 Sebastian Drögequeue[2]: Unref events if the parent element disappeared
2011-04-08 Havard Graffqueue[2]: Make upstream events MT-safe
2011-04-08 Sebastian Drögebase: Unref events if the parent element disappeared
2011-04-08 Havard Graffbase: Make upstream events MT-safe
2011-04-08 Stian Selnesgstqueue, gstqueue2: check if parent of pad is NULL...
2011-04-08 Sebastian Drögeinputselector: Fix getcaps and event function from...
2011-04-08 Havard Graffinputselector: Protect against pad-parent disappearing
2011-04-08 Stian Selnesiterator: resync to avoid infinite loop
2011-04-08 Sebastian Drögeutils: Fix uninitialized variable compiler warnings
2011-04-08 Sebastian Drögebus: Removed unused GCond
2011-04-08 Sebastian Drögemultiqueue: Add another check for the flushing flag...
2011-04-08 Sebastian Drögebus: Immediately drop messages after calling the sync...
2011-04-08 Sebastian Drögebus: Use a construct-only property to distinguish betwe...
2011-04-07 Tim-Philipp... tests: add some basic unit tests for queue2
2011-04-07 Tim-Philipp... queue2: fix buffer leak on eos when using the ring...
2011-04-07 Idar Tollefsenqueue2: Fixes memory leak on out_flushing error in...
2011-04-07 Tim-Philipp... queue2: fix minor memory leak
2011-04-07 Tim-Philipp... funnel: minor element description fix
2011-04-07 Stefan Kostdocs: remove file as we have docs/design/part-missing...
2011-04-07 Sebastian Drögebasesrc: Handle tag and custom downstream events the...
2011-04-07 Sebastian Drögebla
2011-04-07 Sebastian Drögebasesrc: Send syncronized custom downstream/both events...
2011-04-06 Sebastian Drögebus: Add private API to set a GstBus in child mode
2011-04-06 Sebastian DrögeRevert "bus: Only create the signalling socket pair...
2011-04-06 Sebastian DrögeRevert "bus: Check if pending messages are in the queue"
2011-04-06 Tim-Philipp... checks: make tests_many_bins in bin unit test a bit...
2011-04-06 Tim-Philipp... checks: add some queues to test_many_bins unit test
2011-04-06 Sebastian Drögebus: Check if pending messages are in the queue
2011-04-06 Sebastian Drögevalue: GstDate/GDate has a abbreviation now
2011-04-05 Tim-Philipp... checks: add GstBin unit test that creates a lot of...
2011-04-05 Sebastian Drögebus: Only create the signalling socket pair when required
2011-04-05 Sebastian Drögestructure: Add date as a type abbreviation of GDate
2011-04-04 Stefan KostAutomatic update of common submodule
2011-04-04 Andoni Morales... gstpoll: retry reading the control socket to release...
2011-04-04 Sebastian Drögestructure: Don't allow invalid GDates in all structures...
2011-04-04 Thomas Kristensenpoll: don't call WSAWaitForMultipleEvents with no events
2011-04-03 Tim-Philipp... docs: add pointer to part-seeking.txt design docs to...
2011-04-03 Tim-Philipp... checks: ignore new funnel unit test binary
2011-04-02 Bastien Nocerautils: Avoid using "type" as name for a variable and...
2011-04-01 Sebastian Drögeelement: When requesting an existing pad print a g_crit...
2011-04-01 Sebastian Drögeelement: Use gint64/guint64 string parsing functions
2011-04-01 Josep Torraelement: strto[u]l() returns a g[u]long
2011-03-31 Tim-Philipp... design docs: document expected behaviour for ACCURATE...
2011-03-31 Sebastian Drögegstabi: Add some new structures for x86-64
2011-03-31 Sebastian Drögelibsabi: Add lots of new structures for x86-64
2011-03-30 Sebastian Drögemultiqueue: Make assignment of queue IDs and pad names...
2011-03-30 Andreas Frischmultiqueue: Set the single queue ID to the ID of the...
2011-03-29 Sebastian Drögeelement: Fix sanity checks for request pad templates...
2011-03-29 Sebastian Drögeelement: Add some more sanity checks to the pad name...
2011-03-29 Sebastian Drögeelement: Check %u too when trying to find a pad templat...
2011-03-29 Fraxinasmultiqueue: Fix arbitrary sink + source pad naming
2011-03-29 Sebastian Drögefunnel: Add some more documentation about the behaviour...
2011-03-29 Sebastian Drögefunnel: Send a newsegment event after flush-stop
2011-03-29 Sebastian Drögefunnel: Some random cleanup
2011-03-29 Sebastian Drögefunnel: Use a GstPad subclass for the sinkpads instead...
2011-03-29 Sebastian Drögefunnel: Integrate into the build system and rename...
2011-03-29 Sebastian Drögefunnel: Import funnel element from farsight2
2011-03-28 Arun Raghavanbasesrc: Return FALSE if we don't handle an event
2011-03-25 Sebastian DrögeAutomatic update of common submodule
2011-03-25 Stefan KostAutomatic update of common submodule
2011-03-25 Sebastian DrögeAutomatic update of common submodule
2011-03-25 Sebastian DrögeAutomatic update of common submodule
2011-03-24 Stefan KostAutomatic update of common submodule
2011-03-24 Stefan Kostdocs: fix some gtk-doc warnings
2011-03-24 Stefan Kostqueue2: set max value for to the matching one for the...
2011-03-24 Stefan Kostdocs: cleanup and xref fixes
2011-03-24 Stefan Kostbasesink: print flow return as a name in debug log
2011-03-24 Stefan Kostdocs: do xrefs for non installed books too
2011-03-24 Edward Herveybasesrc: Keep downstream caps order when fixating
2011-03-24 Edward Herveybasetransform: Retain caps order when getting caps
2011-03-24 Thiago Santostests: caps: Tests for the new caps intersection mode
2011-03-24 Edward Herveygstcaps: new API : gst_caps_intersect_full
2011-03-23 Tim-Philipp... tests: add libscpp unit test to make sure g++ likes...
2011-03-23 Tim-Philipp... bytereader, bytewriter: fix up inline functions to...
2011-03-22 Thiago Santosgstelement: Fix typo in the docs
2011-03-22 Thiago Santostagsetter: Removing unused debug category
2011-03-22 Luis de Bethencourtautogen: wingo signed comment
2011-03-22 Sebastian Drögemultiqueue: Don't leak objects when flushing after...
2011-03-21 Sebastian Drögemultiqueue: Really remove unused variable
next