.. |
autoplug
|
Nobody checks the return value of gst_pad_connect. This patch renames gst_pad_connect to gst_pad_try_connect and mak...
|
2001-09-14 19:45:20 +00:00 |
elements
|
all info to describe a dparam is now in the GstDParamSpec struct. The resemblance to LADSPA descriptors is intentional
|
2001-09-16 13:00:49 +00:00 |
types
|
Lots of modifications to the plugin system.
|
2001-08-21 20:16:48 +00:00 |
.gitignore
|
added gstmarshal.[ch] to .cvsignore, added gstmarshal.list to EXTRA_DIST
|
2001-06-25 20:01:42 +00:00 |
cothreads.c
|
gstinfo.[ch], cothreads.c: added initial support for -finstrument_functions gstbin.c: removed a reference to config.h...
|
2001-09-10 19:46:01 +00:00 |
cothreads.h
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gobject2gtk.c
|
make sure g2g_object_class_find_property returns NULL on error. This fixes LADSPA plugin which is a GoodThing
|
2001-09-15 14:47:37 +00:00 |
gobject2gtk.h
|
1 fix duplicate #define of gst_marshal_VOID__OBJECT_POINTER 2 make g_critical automatically offer to do stack trace
|
2001-09-13 21:16:25 +00:00 |
gst.c
|
1 fix duplicate #define of gst_marshal_VOID__OBJECT_POINTER 2 make g_critical automatically offer to do stack trace
|
2001-09-13 21:16:25 +00:00 |
gst.h
|
dparams have arrived. see previous mail for an intro
|
2001-09-10 16:28:43 +00:00 |
gst_private.h
|
Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef...
|
2001-01-14 21:55:41 +00:00 |
gstarch.h
|
fixed a minor annoyance (maybe major flaw) with comments, asm, and escaped newlines
|
2001-09-10 20:02:12 +00:00 |
gstautoplug.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstautoplug.h
|
Lots of modifications to the plugin system.
|
2001-08-21 20:16:48 +00:00 |
gstbin.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstbin.h
|
Merged from GOBJECT1 to HEAD at 200106241
|
2001-06-25 01:20:11 +00:00 |
gstbuffer.c
|
Move newbuf creation to the non-copyfunc case, since the copyfunc is now assumed to create the buffer (from a bufferp...
|
2001-09-15 09:12:39 +00:00 |
gstbuffer.h
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstbufferpool.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstbufferpool.h
|
The bufferpool api has changed. Check gstbufferpool.h to see the updated interface.
|
2001-08-27 06:24:49 +00:00 |
gstcaps.c
|
gstinfo.[ch], cothreads.c: added initial support for -finstrument_functions gstbin.c: removed a reference to config.h...
|
2001-09-10 19:46:01 +00:00 |
gstcaps.h
|
add gst_props_get_float function
|
2001-04-28 18:56:10 +00:00 |
gstclock.c
|
Merged from INCSCHED on 200505251!!!
|
2001-05-25 21:00:07 +00:00 |
gstclock.h
|
Updated copyright in all the libgst files.
|
2000-12-28 22:12:02 +00:00 |
gstcpu.c
|
Redid the cpu detection with a little help from mpeg2decs code..
|
2001-02-28 20:32:47 +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 |
gstdparam.c
|
all info to describe a dparam is now in the GstDParamSpec struct. The resemblance to LADSPA descriptors is intentional
|
2001-09-16 13:00:49 +00:00 |
gstdparam.h
|
all info to describe a dparam is now in the GstDParamSpec struct. The resemblance to LADSPA descriptors is intentional
|
2001-09-16 13:00:49 +00:00 |
gstdparammanager.c
|
d'oh
|
2001-09-16 16:39:02 +00:00 |
gstdparammanager.h
|
all info to describe a dparam is now in the GstDParamSpec struct. The resemblance to LADSPA descriptors is intentional
|
2001-09-16 13:00:49 +00:00 |
gstelement.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstelement.h
|
fix memory leaks
|
2001-09-13 20:12:17 +00:00 |
gstelementfactory.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstevent.h
|
gstinfo.[ch], cothreads.c: added initial support for -finstrument_functions gstbin.c: removed a reference to config.h...
|
2001-09-10 19:46:01 +00:00 |
gstextratypes.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstextratypes.h
|
Merged from GOBJECT1 to HEAD at 200106241
|
2001-06-25 01:20:11 +00:00 |
gstinfo.c
|
gstinfo.[ch], cothreads.c: added initial support for -finstrument_functions gstbin.c: removed a reference to config.h...
|
2001-09-10 19:46:01 +00:00 |
gstinfo.h
|
gstinfo.[ch], cothreads.c: added initial support for -finstrument_functions gstbin.c: removed a reference to config.h...
|
2001-09-10 19:46:01 +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
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstobject.h
|
Lots of modifications to the plugin system.
|
2001-08-21 20:16:48 +00:00 |
gstpad.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstpad.h
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstparse.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstparse.h
|
Removed the final bits of GstMeta.
|
2001-06-25 20:36:02 +00:00 |
gstpipeline.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstpipeline.h
|
Merged from GOBJECT1 to HEAD at 200106241
|
2001-06-25 01:20:11 +00:00 |
gstplugin.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstplugin.h
|
Lots of modifications to the plugin system.
|
2001-08-21 20:16:48 +00:00 |
gstpluginfeature.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstpluginfeature.h
|
Lots of modifications to the plugin system.
|
2001-08-21 20:16:48 +00:00 |
gstprops.c
|
fix compile
|
2001-09-13 23:06:47 +00:00 |
gstprops.h
|
add gst_props_get_float function
|
2001-04-28 18:56:10 +00:00 |
gstpropsprivate.h
|
Merged the float property patch from Steve Baker. This patch doesn't really work yet...
|
2001-04-02 19:56:34 +00:00 |
gstqueue.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstqueue.h
|
Merged from GOBJECT1 to HEAD at 200106241
|
2001-06-25 01:20:11 +00:00 |
gstscheduler.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstscheduler.h
|
Added missing pad_select prototypes/defs.
|
2001-07-16 20:18:17 +00:00 |
gstthread.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstthread.h
|
Merged from GOBJECT1 to HEAD at 200106241
|
2001-06-25 01:20:11 +00:00 |
gsttimecache.c
|
added first pass at the GstTimeCache
|
2001-08-13 20:19:34 +00:00 |
gsttimecache.h
|
added first pass at the GstTimeCache
|
2001-08-13 20:19:34 +00:00 |
gsttrace.c
|
fix compile
|
2001-09-13 23:06:47 +00:00 |
gsttrace.h
|
Updated the event system to use event,timestamp,data instead of a pointer.
|
2001-08-22 21:45:25 +00:00 |
gsttype.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gsttype.h
|
Lots of modifications to the plugin system.
|
2001-08-21 20:16:48 +00:00 |
gsttypefind.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gsttypefind.h
|
Removed the final bits of GstMeta.
|
2001-06-25 20:36:02 +00:00 |
gsttypes.h
|
Merged from INCSCHED on 200505251!!!
|
2001-05-25 21:00:07 +00:00 |
gstutils.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstutils.h
|
Merged from GOBJECT1 to HEAD at 200106241
|
2001-06-25 01:20:11 +00:00 |
gstversion.h.in
|
added gstversion.h
|
2001-04-17 02:19:08 +00:00 |
gstxml.c
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +00:00 |
gstxml.h
|
Reworked the arguments for DEBUG and INFO. Removed -debug-verbose.
|
2001-06-25 06:45:56 +00:00 |
Makefile.am
|
1. Add more warnings for the gst core only. Various trival fixes to quiet the warnings.
|
2001-09-14 22:16:47 +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 |