platform/upstream/gstreamer.git
2014-01-05 Stephan SundermannVersion bump
2013-12-21 Stephan SundermannDllmap: Fixed dll names in Message.cs
2013-12-21 Stephan SundermannRelease 0.99.0
2013-12-21 Stephan SundermannFFT: Take float[] instead of float
2013-12-21 Stephan SundermannFFT: Add FFTF32 constructor that is marked as not intro...
2013-12-21 Stephan Sundermanndllmap: Add dllmap for FFT
2013-12-21 Stephan Sundermannmetadata: GstTagDemux is not abstract
2013-12-21 Stephan Sundermanndllmap: Added missing dll
2013-12-21 Stephan SundermannPad: Fixed Caps property
2013-12-21 Stephan SundermannTagList: Add Tags property
2013-12-21 Stephan SundermannGlue: Changed gluelib mapping to libgstreamersharpglue.dll
2013-12-21 Andrés G. Aragoneses.gitignore: ignore MonoDevelop cache file
2013-12-21 Andrés G. Aragoneses.gitignore: add an entry and fix another one
2013-12-21 Stephan SundermannBin, Pipeline: Added empty constructor
2013-12-21 Andrés G. Aragonesesbuild: fix glue includes in distros with older gstreamers
2013-12-21 Andrés G. Aragoneses.gitignore: ignore more stuff
2013-12-21 Stephan Sundermannmetadata: Move gstreamer lib renaming to the right...
2013-12-21 Stephan SundermannObject: Fixed compilation on .NET
2013-12-21 Stephan Sundermannmetadata: Added fixup for GstTag
2013-12-21 Andrés G. Aragoneses.gitignore additions for a sane git-gui summary
2013-12-21 Andrés G. Aragonesesconfigure: define version only in one place
2013-12-21 Andrés G. Aragonesesconfigure: fix version and copyright
2013-12-21 Stephan Sundermannmakefile: Add regenerate target
2013-12-21 Stephan SundermannNamespaces: Added GstApp, GstController, GstFFT, GstNet...
2013-12-21 Stephan Sundermannmetadata: Removed redundant fixes
2013-12-21 Stephan SundermannBin,Pipeline: Fixed access to superclasses
2013-12-21 Stephan Sundermannsolution: Set target version to .NET 2.0 and ouput...
2013-12-21 Stephan SundermannSamples: Ported overlay sample from 0.10
2013-12-21 Stephan SundermannAdded solution file
2013-12-21 Stephan SundermannTagList: Port custom code to 1.0
2013-12-21 Stephan SundermannAdded GstTag namespace
2013-12-21 Andrés G. Aragonesesconfigure: fix typo before AC_PATH_PROG call
2013-12-21 Stephan SundermannRegenerated API with newest bindinator
2013-12-21 Andrés G. Aragonesesmetadata: fix more MissingIntPtrCtorException cases
2013-12-21 Stephan SundermannAdapter: make it public
2013-12-21 Stephan SundermannAdapter: Add some manually bound methods
2013-12-21 Stephan Sundermannmetadata: Mark GstBaseSrc as non abstract but not insta...
2013-12-21 Stephan Sundermanndllmap: Fix dllnames for GstPbUtils
2013-12-21 Stephan Sundermanndllmap: Fix GstVideo library name
2013-12-21 Stephan Sundermanndllconfig: Fix dllnames for GstBase and GstAudio
2013-12-21 Andrés G. AragonesesGst.Object: add some pre-validation to property setter
2013-12-21 Andrés G. AragonesesGst.Object: fix creation of GValues for property setter...
2013-12-21 Stephan SundermannDynamicSignal: Fixed glue code name
2013-12-21 Stephan Sundermanndllmap: Fixed mapping for glue library
2013-12-21 Stephan SundermannIterator: Next try to fix crashes
2013-12-21 Stephan SundermannIterator: Try resetting value before usage
2013-12-21 Andrés G. Aragonesesmetadata: add more details about last metadata fixup...
2013-12-21 Andrés G. Aragonesesmetadata: fix FIXME about redundancy in method name
2013-12-21 Stephan Sundermannmetadata: hide SyncSignalHandler user_data parameter
2013-12-21 Stephan SundermannRename Tag.TagExists to Tag.Exists for now, remove...
2013-12-21 Stephan SundermannNavigationAdapter: Added ParseCommand
2013-12-21 Stephan SundermannFixed licenses
2013-12-21 Stephan SundermannCaps: Added indexer and IEnumerable interface
2013-12-21 Stephan SundermannPad: Pad.Caps property now returns a GstCaps instead...
2013-12-21 Stephan SundermannIterator: Added integration with IEnumerable
2013-12-21 Stephan SundermannTagList: Removed weird Add overload
2013-12-21 Stephan SundermannGst.TagList: Made custom fixup public
2013-12-21 Stephan SundermannRemoved some experimental stuff
2013-12-21 Stephan SundermannGst.Value: Added support for GstFraction, GstFourcc...
2013-12-21 Stephan SundermannTagList: Added methods from gstreamer-sharp-0.10
2013-12-21 Stephan Sundermannmetadata: Do not remove all global classes
2013-12-21 Stephan SundermannGst.Object: Fixed property existance check
2013-12-21 Stephan SundermannGst.Object: use 'using' pattern for GValue
2013-12-21 Stephan SundermannGst.Object: Improved performance on multiple property...
2013-12-21 Stephan SundermannCheck if property exists before accessing or setting it
2013-12-21 Stephan SundermannFixed namespace for GstPbUtils
2013-12-21 Stephan SundermannAdded GstPbutils
2013-12-21 Stephan Sundermannmetadata: Fixed namespaces
2013-12-21 Stephan SundermannAdded bindings for GstAudio
2013-12-21 Stephan SundermannAdded GstVideo and GstBase bindings
2013-12-21 Andrés G. Aragonesesconfigure: require 2.99.2
2013-12-21 Stephan SundermannFixed compilation with recent gapi changes Fixed missin...
2013-12-21 Stephan SundermannAdded Version class
2013-12-21 Stephan SundermannRemoved opaque from interfaces Fixed Object's lock...
2013-12-21 Stephan SundermannAdded variable params Element.Link and Element.Unlink
2013-12-21 Stephan SundermannMake many things opaque
2013-12-21 Stephan SundermannMade GstDateTime opaque
2013-12-21 Stephan SundermannAdded parameterless gst_init
2013-12-21 Stephan SundermannWindows library name instead of package name for .NET...
2013-12-21 Stephan SundermannRemoved some fixed stuff
2013-12-21 Stephan SundermannAPI regeneration
2013-12-21 Stephan SundermannCopy methods from GstMiniObject to their derived structs
2013-12-21 Stephan SundermannChanged assembly name to gstreamer-sharp
2013-12-21 Stephan SundermannAdded glue Added dynamic signals Regenerated API
2013-12-21 Stephan SundermannAdded basic sample. Just plays a movie and parses the...
2013-12-21 Stephan SundermannAdded some custom code for Message Fixed some metadata
2013-12-21 Stephan SundermannPass all miniobjects and GstStructure by reference...
2013-12-21 Stephan SundermannShifted things from GstGlobal into their own classes...
2013-12-21 Stephan SundermannElement is not abstract but should not be instantiable...
2013-12-21 Stephan SundermannAdded more metadata Regenerated API
2013-12-21 Stephan SundermannRegenerated gstreamer api
2013-12-21 Stephan SundermannUpdate README.md
2013-12-21 Stephan SundermannUpdate Readme
2013-12-21 Stephan SundermannInitial commit
2013-12-21 Stephan SundermannInitial commit
2013-12-21 Stephan SundermannPreparation to push 1.0 bindings
2013-05-23 Tim-Philipp... glue/glib: g_thread_supported() is deprecated in GLib...
2012-07-10 Bjørn LieDon't include glib/gthread.h directly
2011-09-19 Age BosmaMake sure gst_param_spec_... is parsed in addition...
2011-09-19 Age Bosmaarray_len of GST_PADDING-3 should be set to 1 instead...
next