gstreamer/gst
Erik Walthinsen 5684e131de Change soversion back to 0:0:0 and add use of -release flag for libtool.
Original commit message from CVS:
Change soversion back to 0:0:0 and add use of -release flag for libtool.
This means that any program linking against libgst will automatically have
the specific release of libgst encoded into it.  This enforces the fact
that (for the moment), the API/ABI is changing rapidly enough that you
can't link against 0.3.2 originally and have it still work with 0.3.3.  It
might be possible, but highly unlikely.

When we get closer to a stable API/ABI, in the 0.5.0 timeframe most likely,
we will start using soversions as recommended in the libtool docs.  Then
we have to pay more attention to forward and backwards compatiblity, or
rather, we have to *start* paying attention <g>
2002-02-01 22:37:16 +00:00
..
autoplug fix segfault when pushing events twice 2002-01-30 21:54:06 +00:00
cothreads trying to fall back to glib1 when glib2 isn't there 2002-01-30 17:27:46 +00:00
elements Allow new headers to be written - or we will never create valid second files for avimux 2002-01-31 21:03:39 +00:00
schedulers fix SEGV when connecting chains during an iteration 2002-01-28 00:40:11 +00:00
types s/filter/plugin/ add $(GST_LIBS) to all plugins move Makefile.am things around to a mostly standard layout remove HTT... 2002-01-12 00:47:40 +00:00
.gitignore added gstmarshal.[ch] to .cvsignore, added gstmarshal.list to EXTRA_DIST 2001-06-25 20:01:42 +00:00
cothreads.c - Removed deprecated buffer flags. 2001-12-28 20:20:26 +00:00
cothreads.h - Added a function to get the currently executing cothread 2001-12-27 00:47:41 +00:00
gobject2gtk.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gobject2gtk.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gst.c Small cleanups 2002-01-01 13:51:04 +00:00
gst.h - Added a function to get the currently executing cothread 2001-12-27 00:47:41 +00:00
gst_private.h Various cleanups and leak fixage. 2001-12-15 22:37:35 +00:00
gstarch.h Applied a cothread setup patch for IRIX from Nick Blievers 2001-12-18 16:50:05 +00:00
gstautoplug.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstautoplug.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gstbin.c miscellaneous fixes, added gst_pad_unset_sched() api. 2002-01-19 06:29:40 +00:00
gstbin.h - Added a function to get the currently executing cothread 2001-12-27 00:47:41 +00:00
gstbuffer.c This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstbuffer.h - Removed deprecated buffer flags. 2001-12-28 20:20:26 +00:00
gstbufferpool.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstbufferpool.h API docs. revived _buffer_ref_by_count fast types for scheduler and bin. 2001-10-21 18:00:31 +00:00
gstcaps.c Delay pad negotiation until the element is in READY or higher. this will gice the element a chance to open its device... 2002-01-20 11:55:35 +00:00
gstcaps.h Delay pad negotiation until the element is in READY or higher. this will gice the element a chance to open its device... 2002-01-20 11:55:35 +00:00
gstclock.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstclock.h Updated copyright in all the libgst files. 2000-12-28 22:12:02 +00:00
gstconfig.h should fix an error in a no-glib2 error message, an error in libxml stuff and silencing a warning in the cothreads stuff 2002-01-25 04:27:24 +00:00
gstcpu.c Small cleanups 2001-12-12 13:37:29 +00:00
gstcpu.h CPU detection of MMXEXT and probably 3DNOW (not on Athlon yet) 2001-02-27 19:44:49 +00:00
gstcpuid_i386.s Added CPU detection. 2000-09-12 18:13:48 +00:00
gstdata.h merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +00:00
gstelement.c add API to make life easier 2002-01-28 00:51:39 +00:00
gstelement.h add API to make life easier 2002-01-28 00:51:39 +00:00
gstelementfactory.c - Removed deprecated buffer flags. 2001-12-28 20:20:26 +00:00
gstevent.c Added SET/CUR/END seek types. 2002-01-26 18:28:26 +00:00
gstevent.h Allow multiple files to be created with disksink and integrate a new event for that 2002-01-31 15:38:04 +00:00
gstextratypes.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstextratypes.h Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +00:00
gstinfo.c Added IRIX compatibility code for dladdr 2001-12-18 17:02:02 +00:00
gstinfo.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gstlog.h fix g_log_domain_gstreamer compile (again) 2001-09-13 23:49:09 +00:00
gstmarshal.list Sync g_signal_new args with the marshaller (glib2 is very strict). 2001-09-10 19:00:42 +00:00
gstobject.c summary: fix xml in gstreamer 1) make clear distinction between loading xml that actually creates objects and loading... 2002-01-11 15:49:47 +00:00
gstobject.h This is an attempt at not segfaulting on errors but reporting some usefull info instead. 2001-12-22 21:18:17 +00:00
gstpad.c add API to make life easier 2002-01-28 00:51:39 +00:00
gstpad.h add API to make life easier 2002-01-28 00:51:39 +00:00
gstparse.c cleaning up duplicated code in gstbin.c added some sanity checks in gstpad.c added checks for failed connections in g... 2002-01-18 22:44:19 +00:00
gstparse.h cleaning up duplicated code in gstbin.c added some sanity checks in gstpad.c added checks for failed connections in g... 2002-01-18 22:44:19 +00:00
gstpipeline.c - Added a function to get the currently executing cothread 2001-12-27 00:47:41 +00:00
gstpipeline.h - Added a function to get the currently executing cothread 2001-12-27 00:47:41 +00:00
gstplugin.c finalize conversion to gst-register 2002-01-04 19:47:17 +00:00
gstplugin.h API docs. revived _buffer_ref_by_count fast types for scheduler and bin. 2001-10-21 18:00:31 +00:00
gstpluginfeature.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gstpluginfeature.h API docs. revived _buffer_ref_by_count fast types for scheduler and bin. 2001-10-21 18:00:31 +00:00
gstprops.c Delay pad negotiation until the element is in READY or higher. this will gice the element a chance to open its device... 2002-01-20 11:55:35 +00:00
gstprops.h Landed the new improved capsnegotiation system. 2002-01-13 22:22:42 +00:00
gstpropsprivate.h Landed the new improved capsnegotiation system. 2002-01-13 22:22:42 +00:00
gstqueue.c Landed the new improved capsnegotiation system. 2002-01-13 22:22:42 +00:00
gstqueue.h And remove some of the debugging crap 2001-12-29 03:09:23 +00:00
gstscheduler.c miscellaneous fixes, added gst_pad_unset_sched() api. 2002-01-19 06:29:40 +00:00
gstscheduler.h - Added a function to get the currently executing cothread 2001-12-27 00:47:41 +00:00
gstthread.c - Removed deprecated buffer flags. 2001-12-28 20:20:26 +00:00
gstthread.h - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
gsttimecache.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gsttimecache.h Small cleanups 2001-12-12 13:37:29 +00:00
gsttrace.c - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
gsttrace.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gsttype.c aye ladie, no more ugly // comments here, even if Taaz gets upset about it 2001-12-14 22:59:21 +00:00
gsttype.h Add gst_typefactory_get_list to get a list of registered typefactories. 2001-10-24 21:35:47 +00:00
gsttypefind.c Delay pad negotiation until the element is in READY or higher. this will gice the element a chance to open its device... 2002-01-20 11:55:35 +00:00
gsttypefind.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gsttypes.h Moved the typedef to gsttypes.h as stock rh 7.2 gcc doesn't seem to like it otherwise. 2001-12-19 01:50:11 +00:00
gstutils.c API doc updates. 2002-01-01 15:58:51 +00:00
gstutils.h updated .h files with // fixes 2001-12-15 18:15:13 +00:00
gstversion.h.in merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +00:00
gstxml.c cleaning up duplicated code in gstbin.c added some sanity checks in gstpad.c added checks for failed connections in g... 2002-01-18 22:44:19 +00:00
gstxml.h summary: fix xml in gstreamer 1) make clear distinction between loading xml that actually creates objects and loading... 2002-01-11 15:49:47 +00:00
Makefile.am Change soversion back to 0:0:0 and add use of -release flag for libtool. 2002-02-01 22:37:16 +00:00
Makefile.am.future Update Makefile.am.future - a replacement for Makefile.am which uses features present in recent versions of automake ... 2001-05-29 12:43:21 +00:00
ROADMAP A bunch more changes to clean up build/make dist issues, as well as a spec file, -config file, .m4, etc. Next step... 2000-01-31 06:46:18 +00:00