platform/upstream/gstreamer.git
2009-09-16 Sebastian DrögeUpdate RELEASE
2009-09-16 Sebastian DrögeBump version to 0.9.1.1
2009-09-16 Sebastian DrögeUpdate ChangeLog and NEWS
2009-09-16 Sebastian DrögeUpdate README
2009-09-16 Sebastian DrögeShip RELEASE file
2009-09-16 Sebastian DrögeBump version to 0.9.1
2009-09-16 Sebastian DrögeUpdate docs
2009-09-16 Sebastian DrögeUpdate glib-sharp to SVN trunk
2009-09-14 Sebastian DrögeAdd bindings for the RequestState messages
2009-09-11 Sebastian DrögeUpdate docs
2009-09-11 Sebastian DrögeUpdate element bindings to 0.10.24
2009-09-11 Sebastian DrögeAdd some defines that are required by glib-sharp and...
2009-09-11 Sebastian DrögeUpdate one sample for a small API change
2009-09-11 Sebastian DrögeUpdate GInterface override hacks
2009-09-11 Sebastian DrögeCorrectly bind the new API
2009-09-11 Sebastian DrögeRequire glib 2.18.1 for new glib-sharp
2009-09-11 Sebastian DrögeUpdate glib-sharp to latest SVN trunk
2009-09-11 Sebastian DrögeUpdate code generator to latest Gtk# trunk
2009-09-11 Sebastian DrögeUpdate to GStreamer 0.10.24 / gst-plugins-base 0.10.24
2009-09-11 Sebastian DrögeHandle release version and API version separate and...
2009-09-04 Sebastian DrögeDon't run nunit-tester with $(MONO)
2009-09-04 Sebastian DrögeOnly check for mono and set $(MONO) if we're building...
2009-09-04 Gabriel BurtFix build on SUSE by finding Mono runtime
2009-09-04 Sebastian DrögeAdd missing file (which fortunately was in the tarballs)
2009-09-04 Sebastian DrögeUpdate gitignore
2009-09-03 Sebastian DrögeAdd RELEASE file
2009-09-03 Sebastian DrögeUpdate ChangeLog and NEWS
2009-09-03 Sebastian DrögeAlso create tar.bz2 tarballs
2009-09-03 Sebastian DrögeUpdate docs
2009-09-03 Sebastian DrögeUpdate internal glib-sharp copy and code generator...
2009-09-03 Sebastian DrögeFix make distcheck
2009-09-03 Sebastian DrögeFix out-of-tree builds for real now
2009-09-03 Sebastian DrögeFix build of plugin bindings and don't ship generated...
2009-09-03 Sebastian DrögeShip all required files in the tarballs and fix running...
2009-09-03 Sebastian DrögeRun the testsuite when calling the check target in...
2009-08-14 Sebastian DrögeFix out of tree build for the interface override files
2009-08-14 Sebastian DrögeAdd gapi-parser.cs to EXTRA_DIST
2009-08-14 Sebastian DrögeAdd generator to SUBDIRS
2009-08-14 Sebastian DrögeWrite a nice README
2009-08-14 Sebastian DrögeAllow to use real nunit instead of mono-nunit and prefer it
2009-08-14 Sebastian DrögeMake the AppSrc example work on big endian architecture...
2009-08-14 Sebastian DrögeMake it possible to use the GtkVideoPlayer example...
2009-08-14 Sebastian DrögeAnd also check for mono-cairo and only compile the...
2009-08-14 Sebastian DrögeCheck for gtk-sharp and glib-sharp and conditionally...
2009-08-09 Sebastian DrögeChange GLib.* to Gst.GLib.* and register managed GTypes...
2009-08-08 Sebastian DrögeFix test compilation
2009-08-05 Sebastian DrögeUpdate code generator and glib-sharp diffs
2009-08-05 Sebastian DrögeUse internal glib-sharp copy everywhere and make it...
2009-08-05 Sebastian DrögeMove internal glib-sharp to namespace Gst.GLib
2009-08-05 Sebastian DrögeUpdate glib-sharp from SVN trunk
2009-08-05 Sebastian DrögeUpdate code generator from gtk-sharp trunk
2009-07-31 Sebastian DrögeAdd copy of glib-sharp from trunk
2009-07-31 Sebastian DrögeUpdate generator from latest Gtk# trunk
2009-07-31 Sebastian DrögeUse gmcs for compilation, we require C# 2.0 now
2009-07-30 Sebastian DrögeUpdate to work with latest Gtk# trunk
2009-06-23 Sebastian DrögeHide gst_pad_get_parent_element() as it's useless for us
2009-06-23 Sebastian DrögeMake some clock methods protected
2009-06-23 Sebastian DrögeAdjust tests for new protected methods by implementing...
2009-06-23 Sebastian DrögeMake some element methods protected as they should be
2009-06-21 Sebastian DrögeAdd unit test for basic Gst.Element subclasses
2009-06-21 Sebastian DrögeRename BaseSrc.Query to .SrcQuery to prevent conflict...
2009-06-21 Maarten BosmansAvoid some C# compiler warnings about name collisions...
2009-06-21 Maarten BosmansUpdate Gstreamer.metadata to avoid some warnings on...
2009-06-21 Maarten BosmansReplace custom Enumerable code with generator GstIterat...
2009-06-21 Sebastian DrögeSet pipeline to null state in the end and use the real...
2009-06-21 Sebastian DrögeFix memory leak in appsrc example
2009-06-21 Maarten BosmansAdd samples/AppSrc.cs
2009-06-21 Sebastian DrögeRun automake with -Wno-portability to silence even...
2009-06-21 Maarten BosmansBuild system fixes
2009-06-20 Sebastian DrögeRemove the Data hashtables from MiniObject
2009-06-20 Sebastian DrögeUse parameter-less constructors for Bin/Pipeline
2009-06-20 Sebastian DrögeGenerate Bus.Post() code automatically
2009-06-20 Sebastian DrögeAdd parameter-less constructors for Bin/Pipeline
2009-06-20 Maarten BosmansAdd some tests that depend on nunit >= 2.4 functionality
2009-06-20 Maarten BosmansAdd some tests that where lost in Refcount cleanup
2009-06-18 Sebastian DrögeAdd unit test for managed buffer generation and interaction
2009-06-17 Sebastian DrögePrint test names on the terminal
2009-06-17 Sebastian DrögeDon't forget to set the freefunc of buffers
2009-06-17 Sebastian DrögeFix ownership of Gst.PadGetCapsFunction's return value
2009-06-17 Sebastian DrögeEnable tests that should run but fail
2009-06-17 Maarten BosmansUse nunit-console from nunit instead of in-tree ConsoleUi.
2009-06-17 Maarten BosmansSome more cleanup
2009-06-17 Maarten BosmansFix source code formatting for all the tests
2009-06-17 Maarten BosmansMake the test suite actually run
2009-06-17 Maarten BosmansAdapt tests to new api
2009-06-17 Maarten BosmansRemove Dispose() calls in each test
2009-06-17 Maarten BosmansRemove all the Refcount tests
2009-06-14 Maarten BosmansUse the owned attribute for parameters to remove some...
2009-06-14 Maarten BosmansMore custom code removed by using owned="true"
2009-06-12 Maarten BosmansFix generator to use MiniObject.OwnedHandle for paramet...
2009-06-12 Sebastian DrögeAppSrc.PushBuffer() takes ownership of the buffer
2009-06-09 Maarten BosmansAvoid some warnings when parsing the xml.
2009-06-09 Maarten BosmansCleanup of GstBase - unnescessary properties removed
2009-06-09 Sebastian DrögeFor signals without parameters use the generic SignalHa...
2009-06-06 Sebastian DrögeUpdate docs
2009-06-06 Sebastian DrögeAdd dllmaps for all libraries
2009-06-06 Sebastian DrögeFix and cleanup Gst.Video bindings
2009-06-06 Sebastian DrögeFix Gst.App bindings
2009-06-05 Maarten BosmansAdd bindings for libgstapp
2009-06-05 Maarten BosmansAdd bindings for libgstvideo
next