..
autoplug
fix for parallel installability
2002-12-08 14:39:38 +00:00
elements
- Added PAD_NEGOTIATING flag, remove PAD_EOS flag
2003-01-01 03:09:39 +00:00
indexers
- Added flags to lookup method so that one can search for keyframes too
2002-12-26 22:35:58 +00:00
parse
- Cleanups
2002-12-19 21:31:03 +00:00
registries
Renamed GstCache to GstIndex
2002-12-12 22:14:36 +00:00
schedulers
- Remove annoying \n from cothread INFO/DEBUG messages
2003-01-01 04:28:33 +00:00
types
fix for parallel installability
2002-12-08 14:39:38 +00:00
.gitignore
ignore generated enumtypes files.
2002-07-02 13:38:01 +00:00
cothreads.c
- Remove annoying \n from cothread INFO/DEBUG messages
2003-01-01 04:28:33 +00:00
cothreads.h
Renamed the thread argument to cothread to avoid confusion
2002-12-14 16:20:41 +00:00
gst.c
- Added PAD_NEGOTIATING flag, remove PAD_EOS flag
2003-01-01 03:09:39 +00:00
gst.h
Renamed GstCache to GstIndex
2002-12-12 22:14:36 +00:00
gst_private.h
Various cleanups and leak fixage.
2001-12-15 22:37:35 +00:00
gstarch.h
merge from release branch
2002-12-11 21:33:07 +00:00
gstatomic.c
- copy kernel headers (waiting for libatomic..)
2002-12-31 03:21:08 +00:00
gstatomic.h
- copy kernel headers (waiting for libatomic..)
2002-12-31 03:21:08 +00:00
gstatomic_impl.h
- copy kernel headers (waiting for libatomic..)
2002-12-31 03:21:08 +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
- Cleanups
2002-12-19 21:31:03 +00:00
gstbin.h
- Cleanups
2002-12-19 21:31:03 +00:00
gstbuffer.c
- copy kernel headers (waiting for libatomic..)
2002-12-31 03:21:08 +00:00
gstbuffer.h
- offset is supposed to be a uint64
2002-12-21 14:28:42 +00:00
gstbufferpool-default.c
- offset is supposed to be a uint64
2002-12-21 14:28:42 +00:00
gstbufferpool-default.h
Documentation updates
2002-12-14 13:02:16 +00:00
gstcaps.c
Small cleanup, fix fixed caps detection even on XML load
2002-12-18 23:00:34 +00:00
gstcaps.h
Small cleanup, fix fixed caps detection even on XML load
2002-12-18 23:00:34 +00:00
gstclock.c
- Keep track of pending clock waits so we can unlock them
2002-12-27 04:11:59 +00:00
gstclock.h
- Keep track of pending clock waits so we can unlock them
2002-12-27 04:11:59 +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
- copy kernel headers (waiting for libatomic..)
2002-12-31 03:21:08 +00:00
gstdata.h
- copy kernel headers (waiting for libatomic..)
2002-12-31 03:21:08 +00:00
gstdata_private.h
- copy kernel headers (waiting for libatomic..)
2002-12-31 03:21:08 +00:00
gstelement.c
- Remove annoying \n from cothread INFO/DEBUG messages
2003-01-01 04:28:33 +00:00
gstelement.h
- major API breakage (one of the last, I promise...)
2002-12-30 17:42:11 +00:00
gstelementfactory.c
use plugin feature api vs gstobject api
2002-11-01 22:05:28 +00:00
gstevent.c
- major API breakage (one of the last, I promise...)
2002-12-30 17:42:11 +00:00
gstevent.h
- major API breakage (one of the last, I promise...)
2002-12-30 17:42: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
- Move common function to gstformat
2002-12-22 20:21:27 +00:00
gstformat.h
- major API breakage (one of the last, I promise...)
2002-12-30 17:42:11 +00:00
gstindex.c
- major API breakage (one of the last, I promise...)
2002-12-30 17:42:11 +00:00
gstindex.h
- Fix PAD_IS_USABLE on ghostpads
2002-12-31 14:51:54 +00:00
gstinfo.c
fixes a jhbuild bug
2002-12-13 15:33:42 +00:00
gstinfo.h
fixes a jhbuild bug
2002-12-13 15:33:42 +00:00
gstlog.h
applied fixed patch from Brian
2002-11-29 17:05:13 +00:00
gstmacros.h
- copy kernel headers (waiting for libatomic..)
2002-12-31 03:21:08 +00:00
gstmarshal.list
INT64 is good for passing timestamps in signals
2002-06-08 11:57:49 +00:00
gstmemchunk.c
- copy kernel headers (waiting for libatomic..)
2002-12-31 03:21:08 +00:00
gstmemchunk.h
- First pass at cleaning up the atomic mess
2002-12-29 19:19:45 +00:00
gstobject.c
- Cleanups
2002-12-19 21:31:03 +00:00
gstobject.h
don't need atomic ops here
2002-12-31 18:42:17 +00:00
gstpad.c
- Added PAD_NEGOTIATING flag, remove PAD_EOS flag
2003-01-01 03:09:39 +00:00
gstpad.h
- Added PAD_NEGOTIATING flag, remove PAD_EOS flag
2003-01-01 03:09:39 +00:00
gstparse.c
Added syntax to make filtered connections like: osssrc src\!audio/raw, channels=int 2, width=int 8\!sink fakesink
2002-12-06 20:06:06 +00:00
gstparse.h
- Cleanups
2002-12-19 21:31:03 +00:00
gstpipeline.c
don't do queries on error, we don't get many errors these days for which it is useful tell us which scheduler we're n...
2002-12-16 09:50:40 +00:00
gstpipeline.h
- Cleanups
2002-12-19 21:31:03 +00:00
gstplugin.c
- Cleanups
2002-12-19 21:31:03 +00:00
gstplugin.h
More forte compiler fixes, added a .h file to store commonly used macros that have to ifdefed out on non-gcc compilers
2002-11-29 19:08:47 +00:00
gstpluginfeature.c
- Cleanups
2002-12-19 21:31:03 +00:00
gstpluginfeature.h
- Cleanups
2002-12-19 21:31:03 +00:00
gstprobe.c
Documentation updates
2002-12-14 13:02:16 +00:00
gstprobe.h
Documentation updates
2002-12-14 13:02:16 +00:00
gstprops.c
Added float transform
2002-12-19 19:59:21 +00:00
gstprops.h
More forte compiler fixes, added a .h file to store commonly used macros that have to ifdefed out on non-gcc compilers
2002-11-29 19:08:47 +00:00
gstquery.c
- Added PAD_NEGOTIATING flag, remove PAD_EOS flag
2003-01-01 03:09:39 +00:00
gstquery.h
- Added PAD_NEGOTIATING flag, remove PAD_EOS flag
2003-01-01 03:09:39 +00:00
gstqueue.c
- queue can change state only when not connected
2002-12-21 14:21:15 +00:00
gstqueue.h
- Removed bufferpool code and move that to gstbuffer.c
2002-07-08 19:22:02 +00:00
gstregistry.c
- Cleanups
2002-12-19 21:31:03 +00:00
gstregistry.h
- Cleanups
2002-12-19 21:31:03 +00:00
gstscheduler.c
- disable pads when going to PAUSED, we want to make sure no data is passing when an element is not PLAYING.
2002-12-27 22:57:13 +00:00
gstscheduler.h
- disable pads when going to PAUSED, we want to make sure no data is passing when an element is not PLAYING.
2002-12-27 22:57:13 +00:00
gstsystemclock.c
- disable pads when going to PAUSED, we want to make sure no data is passing when an element is not PLAYING.
2002-12-27 22:57:13 +00:00
gstsystemclock.h
- Keep track of pending clock waits so we can unlock them
2002-12-27 04:11:59 +00:00
gstthread.c
patch from brian cameron for iso c compliance
2002-12-18 21:44:57 +00:00
gstthread.h
- Cleanups
2002-12-19 21:31:03 +00:00
gstthreaddummy.c
Added a runtime option to use a dummy threading implementation that uses
2002-06-21 14:50:00 +00:00
gsttrace.c
patch from brian cameron for iso c compliance
2002-12-18 21:44:57 +00:00
gsttrace.h
patch from brian cameron for iso c compliance
2002-12-18 21:44:57 +00:00
gsttrashstack.h
- Fix PAD_IS_USABLE on ghostpads
2002-12-31 14:51:54 +00:00
gsttype.c
- Removed unused locking from the cothreads
2002-07-08 19:07:30 +00:00
gsttype.h
- Cleanups
2002-12-19 21:31:03 +00:00
gsttypefind.c
style stuff
2002-10-29 17:36:41 +00:00
gsttypefind.h
- Cleanups
2002-12-19 21:31:03 +00:00
gsttypes.h
merge from BRANCH-RELEASE-0_4_0
2002-07-09 10:27:22 +00:00
gstutils.c
- Added first attempt at general caching mechanism (GstTimeCache renamed to GstCache)
2002-11-27 20:47:39 +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
- Cleanups
2002-12-19 21:31:03 +00:00
Makefile.am
- Added PAD_NEGOTIATING flag, remove PAD_EOS flag
2003-01-01 03:09:39 +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