gst_caps_to_string: print NULL caps correctly
[platform/upstream/gstreamer.git] / gst / gstplugin.c
2003-05-18 David SchleefFix aliasing warning from gcc-3.3
2003-05-06 Wim TaymansDocumentation updates
2003-05-01 Benjamin Otteadded GST_STR_NULL to check for NULL strings. Fixed...
2003-04-14 Wim Taymans- Added infrastructure to run a filter against plugins...
2003-02-23 Wim TaymansAlso allow static plugin registration after calling...
2003-02-10 Wim Taymans- Add more --disable options
2002-12-19 Wim Taymans- Cleanups
2002-09-23 Thomas Vander Stichelesome debug additions and doc fixes
2002-07-12 Andy Wingobe more lenient when loading unconnected pads
2002-07-12 Thomas Vander SticheleMakefile.am portability fix better error handling,...
2002-07-08 Wim Taymans- Removed unused locking from the cothreads
2002-06-12 Wim TaymansDocumentation updates
2002-05-20 Andy Wingoadd gerror to gstplugin.c -- not fully propagated to...
2002-05-10 Wim TaymansSmall fixes for testsuite/plugin
2002-05-08 Wim TaymansTotally rewritten registry handling.
2002-04-19 Benjamin Otte- make all _get_list functions return a const reference...
2002-04-12 Thomas Vander Stichelesilly me
2002-04-12 Thomas Vander Stichelemore registry fixes BRANCH-RELEASE-0_3_3-ROOT
2002-04-12 Thomas Vander Sticheleregistry handling changes read up on it in docs/random...
2002-03-24 Andy Wingoadded plugin_desc structures to libs, which makes their...
2002-02-20 Andy Wingowarning fixes gst_object_set_name (name, NULL) uniquifi...
2002-02-08 Andy Wingofix spurious libxml warning
2002-02-06 Thomas Vander Stichelesorry, but I'd like this fixed ;)
2002-01-04 Andy Wingofinalize conversion to gst-register
2002-01-02 Thomas Vander Stichelefixes to make distcheck work changed registry out of...
2001-12-25 Andy Wingosave the plugin paths in the registry load them back...
2001-12-15 Wim TaymansVarious cleanups and leak fixage.
2001-12-15 Christian Schallerrecommenting out line I had mistakedly uncommented
2001-12-15 Thomas Vander Stichelefix some of uraeus's commenting fixes can someone also...
2001-12-14 Christian Schalleraye ladie, no more ugly // comments here, even if Taaz...
2001-12-13 Wim TaymansAplied more fixage from Michael Meeks.
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...
2001-10-21 Wim TaymansAPI docs. revived _buffer_ref_by_count fast types for...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-09-14 Joshua N. Pritikin1. Add more warnings for the gst core only. Various...
2001-08-21 Wim TaymansLots of modifications to the plugin system.
2001-08-06 Erik WalthinsenInitial code for the event system.
2001-06-25 Wim TaymansRemoved the final bits of GstMeta.
2001-06-19 Erik Walthinsenchanged plugin-srcdir to plugin-builddir, which is...
2001-06-05 Richard BoultonFIx memleak in save-thyself introduced by changing...
2001-06-05 Richard BoultonSimple fix to stop gstreamer-compprep crashing when...
2001-05-27 Wim TaymansDocs updates
2001-05-25 Wim TaymansRemoved a stupid printf.
2001-05-25 Wim TaymansSome cleanups.
2001-05-05 Wim TaymansMake sure the plugin filaname is set before calling...
2001-04-22 Richard BoultonMerged from BRANCH-PLUGINVER1 PLUGINVER1-20010422
2001-04-14 Wim TaymansA rather large patch:
2001-04-03 Richard BoultonFix obscure segfault I just got: perhaps due to running...
2001-03-21 Wim TaymansAPI docs updates
2001-03-20 Wim TaymansMore work on capsnego proxying. It should be OK now.
2001-03-07 Wim TaymansMerged the AUTOPLUG2 branch
2001-03-02 Richard BoultonAdd advice to run gstreamer-register when warning that...
2001-02-25 Erik Walthinsenswapped ordering of plugin dirs so srcdir plugins load...
2001-02-23 Wim TaymansUpdated the docs for gst_pluging_add_path
2001-02-23 Erik WalthinsenAdded two options: --gst-plugin-spew will print errors...
2001-02-23 Erik Walthinsenalways include the installed plugin directories in...
2001-01-29 Wim TaymansThis is a megapatch with the following changes:
2001-01-18 Richard BoultonFixes to work with libxml2.
2001-01-09 Erik Walthinsenfixed a leak
2001-01-07 Richard Boultongstreamer-register will now never cause the
2001-01-07 Erik Walthinsenmore leak fixes
2001-01-07 Richard BoultonCheck plugin repository up-to-dateness by scanning...
2001-01-07 Richard BoultonConfig directory (which currently just holds the regist...
2001-01-06 Wim TaymansUpdated the manual and the docs.
2001-01-04 Erik WalthinsenRearranged cothreads sources a bit, added some API...
2001-01-02 Erik WalthinsenMassive, massive update of most source files. I went...
2001-01-01 Erik WalthinsenRe-arranged the build a bit to try to make it more...
2001-01-01 Erik WalthinsenMega update of INFO, DEBUG, and ERROR subsystems, renam...
2000-12-31 Erik WalthinsenStarted work on better ghostpad management, and started...
2000-12-31 Wim TaymansAdded multiple caps to the pads
2000-12-30 Wim TaymansFixed autoplugging for avi
2000-12-30 Wim TaymansFixed MPEG2 autoplugging
2000-12-30 Wim TaymansDocs updates: remove sink, src, filter, connection...
2000-12-30 Erik WalthinsenUpdated more files to use INFO.
2000-12-29 Wim TaymansFixed a serious bug in gst_props_new: properties with...
2000-12-29 Erik WalthinsenAdded DEBUG, INFO, and ERROR systems. Very little...
2000-12-28 Erik WalthinsenUpdated copyright in all the libgst files.
2000-12-28 Wim TaymansFixes for the new scheduler.
2000-12-19 Wim TaymansCleanup in gsttypes.c: removed the crazy GList of GHash...
2000-12-15 Wim TaymansMove a step closer to autoplugging. The element selecti...
2000-12-15 Wim TaymansHeader cleanup: try to include as little as possible...
2000-12-14 Wim TaymansSome plugins are adjusted to the new pad template mecha...
2000-12-12 Erik WalthinsenAdded LAME encoder. Wow.
2000-12-11 Wim TaymansFirst attempt at rebuilding the type/plugin system
2000-12-04 Erik WalthinsenAdded a check to see if the plugin actually exists...
2000-11-01 Wim TaymansCode cleanup, make it adhere to the Gnome/Gtk+ code...
2000-10-25 Wim TaymansMore Docs updates.
2000-10-08 Wim TaymansFixed a bug in the typeloading.
2000-09-09 Wim TaymansChanges to gstreamer-config to include gtk+ libs manual...
2000-08-28 Wim TaymansExternalized the plugin information in /etc/gstreamer...
2000-08-18 Wim TaymansVarious fixes for the build/install problems update...
2000-03-27 Wim TaymansDocumentation updates. All standard library objects...
2000-03-21 Erik Walthinsenspelling fixes to gst_library_load()
2000-03-20 Wim TaymansImplemented riff parsing as a library. The avi parser...
2000-03-19 Wim TaymansAdded the riff code into a seperate library in /libs...
2000-02-27 Wim TaymansThis is a rather large patch. Switched on -Wall compile...
2000-02-16 Wim TaymansFixed memory leak in queue.
2000-02-04 Richard BoultonCompile a test program to ensure that we have working...
2000-01-30 Erik Walthinseninitial checkin