.. |
autoplug
|
let's not give our plugins -release versioning make clean before rebuilding after you update on this one...
|
2002-03-19 05:46:38 +00:00 |
elements
|
let's not give our plugins -release versioning make clean before rebuilding after you update on this one...
|
2002-03-19 05:46:38 +00:00 |
schedulers
|
let's not give our plugins -release versioning make clean before rebuilding after you update on this one...
|
2002-03-19 05:46:38 +00:00 |
types
|
s/Gnome-Streamer/GStreamer/
|
2002-03-20 21:45:09 +00:00 |
.gitignore
|
|
|
cothreads.c
|
make sure cothread->priv is NULL when uninited because we now check it (added debugging line to gst_bin_remove while ...
|
2002-02-24 19:08:30 +00:00 |
cothreads.h
|
Added a private field to the cothread state.
|
2002-02-23 13:41:17 +00:00 |
gst.c
|
updated popt stuff:
|
2002-02-24 17:08:07 +00:00 |
gst.h
|
updated popt stuff:
|
2002-02-24 17:08:07 +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
|
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...
|
2002-03-18 04:41:37 +00:00 |
gstbin.h
|
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...
|
2002-03-18 04:41:37 +00:00 |
gstbuffer.c
|
this is better
|
2002-02-04 22:40:30 +00:00 |
gstbuffer.h
|
Small pointless cleanups
|
2002-02-02 13:32:32 +00:00 |
gstbufferpool.c
|
similar fix for count ref
|
2002-02-04 22:41:23 +00:00 |
gstbufferpool.h
|
|
|
gstcaps.c
|
document gst_caps_debug change gst_caps_debug to accept a label argument, assists greatly in debugging capsnego bette...
|
2002-03-03 00:44:41 +00:00 |
gstcaps.h
|
document gst_caps_debug change gst_caps_debug to accept a label argument, assists greatly in debugging capsnego bette...
|
2002-03-03 00:44:41 +00:00 |
gstclock.c
|
Added a first stab at a better clocking system.
|
2002-02-03 20:07:09 +00:00 |
gstclock.h
|
Added a first stab at a better clocking system.
|
2002-02-03 20:07:09 +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
|
|
|
gstcpu.h
|
|
|
gstcpuid_i386.s
|
|
|
gstdata.h
|
|
|
gstelement.c
|
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...
|
2002-03-18 04:41:37 +00:00 |
gstelement.h
|
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...
|
2002-03-18 04:41:37 +00:00 |
gstelementfactory.c
|
fix warning (yes, I'm using -Werror now :)
|
2002-03-04 22:01:42 +00:00 |
gstevent.c
|
Added gst_event_copy
|
2002-02-23 13:57:09 +00:00 |
gstevent.h
|
Added gst_event_copy
|
2002-02-23 13:57:09 +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
|
|
|
gstinfo.c
|
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
|
2002-03-19 04:10:13 +00:00 |
gstinfo.h
|
before, entering and leaving where invisible now it's a really bleak grey anyone want to suggest a usable color ?
|
2002-02-20 16:42:16 +00:00 |
gstlog.h
|
|
|
gstmarshal.list
|
This patch (nearly) completes the removal of vertical events from the core.
|
2002-02-06 19:05:19 +00:00 |
gstobject.c
|
object naming will start with 0 (it was one before)
|
2002-03-03 19:30:10 +00:00 |
gstobject.h
|
core is glib2 only now tried to convert to g_strdup_value_contents as much as i could misc other fixes
|
2002-02-06 16:35:16 +00:00 |
gstpad.c
|
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...
|
2002-03-18 04:41:37 +00:00 |
gstpad.h
|
warning fixes gst_object_set_name (name, NULL) uniquifies the name globally
|
2002-02-20 21:31:16 +00:00 |
gstparse.c
|
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
|
2002-03-19 04:10:13 +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
|
warning fixes gst_object_set_name (name, NULL) uniquifies the name globally
|
2002-02-20 21:31:16 +00:00 |
gstplugin.h
|
|
|
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
|
|
|
gstprops.c
|
warning: deprecated use of label at end of compound statement
|
2002-03-05 08:13:55 +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
|
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
|
2002-03-19 04:10:13 +00:00 |
gstqueue.h
|
And remove some of the debugging crap
|
2001-12-29 03:09:23 +00:00 |
gstscheduler.c
|
Only unset the scheduler on REAL pads. This is a nasty one that causes random memory corruption.
|
2002-02-22 23:12:05 +00:00 |
gstscheduler.h
|
Added some more shims
|
2002-02-02 13:36:21 +00:00 |
gstsystemclock.c
|
Added a first stab at a better clocking system.
|
2002-02-03 20:07:09 +00:00 |
gstsystemclock.h
|
Added a first stab at a better clocking system.
|
2002-02-03 20:07:09 +00:00 |
gstthread.c
|
we don't want to run _dispose twice on the scheduler, do we?
|
2002-03-17 00:41:46 +00:00 |
gstthread.h
|
|
|
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
|
|
|
gsttrace.c
|
|
|
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
|
|
|
gsttypefind.c
|
warning: unused variable 'oldstate'
|
2002-03-05 08:28:22 +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
|
warning: int format, GType arg (arg 3)
|
2002-03-05 08:30:51 +00:00 |
gstutils.h
|
added gst_util_set_value_from_string.
|
2002-03-03 18:41:25 +00:00 |
gstversion.h.in
|
|
|
gstxml.c
|
warning: unused variable 'oclass'
|
2002-03-05 08:35:37 +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
|
do the genmarshalling to temp files, then move the temp files over
|
2002-03-19 17:07:20 +00:00 |
Makefile.am.future
|
|
|
ROADMAP
|
|
|