..
autoplug
use G_{BEGIN,END}_DECLS
2002-10-30 09:17:34 +00:00
elements
use G_{BEGIN,END}_DECLS
2002-10-30 09:17:34 +00:00
parse
Fix parsing of negative numbers. Note that parsing of floating point numbers is broken in exponential form (1.0e6 or...
2002-10-31 20:06:44 +00:00
registries
move G_BEGIN_DECLS to after #include
2002-10-30 09:53:54 +00:00
schedulers
I ran into this and had to hunt for it
2002-09-30 10:58:40 +00:00
types
commit to make gstreamer follow the gtk function/macro naming conventions:
2002-04-11 20:35:18 +00:00
.gitignore
ignore generated enumtypes files.
2002-07-02 13:38:01 +00:00
cothreads.c
useful comments change thread -> cothread in varnames where it's applicable code cleanups
2002-09-12 18:56:31 +00:00
cothreads.h
useful comments change thread -> cothread in varnames where it's applicable code cleanups
2002-09-12 18:56:31 +00:00
gst.c
this is a real programming error
2002-10-27 01:35:51 +00:00
gst.h
Fixed the missing .h file and some reorg (not sure what's best)
2002-07-24 20:20:50 +00:00
gst_private.h
Various cleanups and leak fixage.
2001-12-15 22:37:35 +00:00
gstarch.h
Fix for HPPA asm code
2002-10-17 23:02:59 +00:00
gstatomic.h
Let's take the performance hit (cache flush) on UP and make it work on SMP too. (thanks to Cameron Hutchison)
2002-09-05 22:21:45 +00:00
gstautoplug.c
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gstautoplug.h
merge from BRANCH-RELEASE-0_4_0
2002-07-09 10:27:22 +00:00
gstbin.c
how did this get by ?
2002-10-29 21:34:14 +00:00
gstbin.h
Removed gst_bin_change_state_type it doesn't work and the concept is outdated, we'll find something better soon..
2002-07-24 20:37:09 +00:00
gstbuffer.c
doc updates
2002-08-30 14:54:58 +00:00
gstbuffer.h
typo fix
2002-08-30 14:30:55 +00:00
gstbufferpool-default.c
Fixed the missing .h file and some reorg (not sure what's best)
2002-07-24 20:20:50 +00:00
gstbufferpool-default.h
Fixed the missing .h file and some reorg (not sure what's best)
2002-07-24 20:20:50 +00:00
gstcaps.c
code cleanup and API change (gst_caps_check_compatibility -> gst_caps_is_always_compatible)
2002-10-02 07:51:54 +00:00
gstcaps.h
code cleanup and API change (gst_caps_check_compatibility -> gst_caps_is_always_compatible)
2002-10-02 07:51:54 +00:00
gstclock.c
- Removed bufferpool code and move that to gstbuffer.c
2002-07-08 19:22:02 +00:00
gstclock.h
merge from BRANCH-RELEASE-0_4_0
2002-07-09 10:27:22 +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
merge from BRANCH-RELEASE-0_4_0
2002-07-09 10:27:22 +00:00
gstcpuid_i386.s
Added CPU detection.
2000-09-12 18:13:48 +00:00
gstdata.c
Small cleanups and leak fixes
2002-09-15 13:45:26 +00:00
gstdata.h
fixing ANSI C compliance issues
2002-10-24 09:00:12 +00:00
gstdata_private.h
fix name and comment
2002-07-31 14:27:22 +00:00
gstelement.c
instigated by alp. If this is wrong, let us know.
2002-10-29 17:53:42 +00:00
gstelement.h
alp's fix
2002-10-29 18:39:32 +00:00
gstelementfactory.c
code cleanup and API change (gst_caps_check_compatibility -> gst_caps_is_always_compatible)
2002-10-02 07:51:54 +00:00
gstevent.c
- A regular seek event sets the endoffset to -1 to indicate that the value should be ignored.
2002-10-31 18:41:18 +00:00
gstevent.h
still killing comma's
2002-10-24 09:02:11 +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
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gstformat.c
Use some hashtables instead of a linked list
2002-09-29 17:17:28 +00:00
gstformat.h
can you guess what I've been reading ?
2002-10-24 09:01:22 +00:00
gstinfo.c
commit to make gstreamer follow the gtk function/macro naming conventions:
2002-04-11 20:35:18 +00:00
gstinfo.h
commit to make gstreamer follow the gtk function/macro naming conventions:
2002-04-11 20:35:18 +00:00
gstlog.h
fix g_log_domain_gstreamer compile (again)
2001-09-13 23:49:09 +00:00
gstmarshal.list
INT64 is good for passing timestamps in signals
2002-06-08 11:57:49 +00:00
gstmemchunk.c
- Added a bunch of fast atomic operations on x86 with C fallbacks
2002-07-08 19:12:38 +00:00
gstmemchunk.h
- added GstEventMask to specify event masks (next set of commits)
2002-07-24 20:41:08 +00:00
gstobject.c
code cleanup fixes
2002-08-28 10:45:57 +00:00
gstobject.h
Added parent_unset signal to gstobject for completeness
2002-07-24 20:42:13 +00:00
gstpad.c
code cleanup and API change (gst_caps_check_compatibility -> gst_caps_is_always_compatible)
2002-10-02 07:51:54 +00:00
gstpad.h
- Make the return GList of gst_element_get_pad_list as const
2002-09-12 20:52:03 +00:00
gstparse.c
add core elements to the registry pool plugin list fix python check
2002-08-31 18:17:02 +00:00
gstparse.h
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gstpipeline.c
even more obvious
2002-09-23 05:03:38 +00:00
gstpipeline.h
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gstplugin.c
some debug additions and doc fixes
2002-09-23 08:36:05 +00:00
gstplugin.h
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gstpluginfeature.c
one extra check
2002-09-10 07:56:06 +00:00
gstpluginfeature.h
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gstprops.c
can somebody who understands this comment this more
2002-10-01 20:33:42 +00:00
gstprops.h
After the third time of calling GST_PROPS_FLOAT with an integer and wondering why it didn't work, I add an explicit c...
2002-10-17 00:53:13 +00:00
gstqueue.c
A discont event should not flush the queue
2002-10-25 19:14:57 +00:00
gstqueue.h
- Removed bufferpool code and move that to gstbuffer.c
2002-07-08 19:22:02 +00:00
gstregistry.c
add core elements to the registry pool plugin list fix python check
2002-08-31 18:17:02 +00:00
gstregistry.h
adding EXISTS flag
2002-08-11 21:00:18 +00:00
gstscheduler.c
Added vmethod for when an element changes scheduling behaviour (like switching from chain based to loop based etc)
2002-09-17 21:23:33 +00:00
gstscheduler.h
Added vmethod for when an element changes scheduling behaviour (like switching from chain based to loop based etc)
2002-09-17 21:23:33 +00:00
gstsystemclock.c
- The clock_wait now returns the difference between requested time and unlock time.
2002-05-26 21:54:27 +00:00
gstsystemclock.h
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gstthread.c
licenses, ugg
2002-09-29 18:12:52 +00:00
gstthread.h
merge from BRANCH-RELEASE-0_4_0
2002-07-09 10:27:22 +00:00
gstthreaddummy.c
Added a runtime option to use a dummy threading implementation that uses
2002-06-21 14:50:00 +00:00
gsttimecache.c
commit to make gstreamer follow the gtk function/macro naming conventions:
2002-04-11 20:35:18 +00:00
gsttimecache.h
merge from BRANCH-RELEASE-0_4_0
2002-07-09 10:27:22 +00:00
gsttrace.c
fixes bug http://bugzilla.gnome.org/show_bug.cgi?id=90333 and similar.
2002-08-12 16:59:39 +00:00
gsttrace.h
fixes bug http://bugzilla.gnome.org/show_bug.cgi?id=90333 and similar.
2002-08-12 16:59:39 +00:00
gsttype.c
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gsttype.h
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gsttypefind.c
style stuff
2002-10-29 17:36:41 +00:00
gsttypefind.h
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gsttypes.h
merge from BRANCH-RELEASE-0_4_0
2002-07-09 10:27:22 +00:00
gstutils.c
- Removed bufferpool code and move that to gstbuffer.c
2002-07-08 19:22:02 +00:00
gstutils.h
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gstversion.h.in
merge from EVENTS1 on 20011016
2001-10-17 10:21:27 +00:00
gstxml.c
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gstxml.h
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
Makefile.am
fixing recursive make problem and nonscrdir builds
2002-08-13 17:38:48 +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