gstreamer/gst
Wim Taymans d00af07660 The cothreads were not initialized in its thread context resulting in severe stack corruption. This was very hard to ...
Original commit message from CVS:
The cothreads were not initialized in its thread context resulting in
severe stack corruption. This was very hard to track down.
We should be able now to modify some plugins to a loop based setup so that
we can get rid of the mp3parse and mp1videoparse elements.
Modified the GList to a GSList in the queue.
2000-09-24 14:29:49 +00:00
..
elements The cothreads were not initialized in its thread context resulting in severe stack corruption. This was very hard to ... 2000-09-24 14:29:49 +00:00
meta State change fixes in the threading element. 2000-08-14 10:55:35 +00:00
types Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
xml More incremental updates. I can now successfully produce an rpm simply by typing ./autogen.sh;make rpm. This is g... 2000-01-31 09:43:08 +00:00
.gitignore OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours... 2000-01-31 03:36:35 +00:00
cothreads.c The cothreads were not initialized in its thread context resulting in severe stack corruption. This was very hard to ... 2000-09-24 14:29:49 +00:00
cothreads.h A first attempt to fix the queues in a cothreaded pipeline. 2000-09-22 23:35:14 +00:00
gst.c Due to popular demand :-), I added a vorbis decoder. 2000-09-14 20:31:03 +00:00
gst.h Added CPU detection. 2000-09-12 18:13:48 +00:00
gstarch.h More work towards a powerPC port, and towards generic portability. 2000-09-16 00:59:12 +00:00
gstbin.c The cothreads were not initialized in its thread context resulting in severe stack corruption. This was very hard to ... 2000-09-24 14:29:49 +00:00
gstbin.h Changes to gstreamer-config to include gtk+ libs manual changes: queues, threads, programs gsteditor does not crash a... 2000-09-09 16:36:10 +00:00
gstbuffer.c Due to popular demand :-), I added a vorbis decoder. 2000-09-14 20:31:03 +00:00
gstbuffer.h State change fixes in the threading element. 2000-08-14 10:55:35 +00:00
gstbufferpool.c Added the bufferpool handler. 2000-08-14 10:57:30 +00:00
gstbufferpool.h Added the bufferpool handler. 2000-08-14 10:57:30 +00:00
gstclock.c Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling s... 2000-07-17 17:14:15 +00:00
gstclock.h This is the audio/video sync release. 2000-07-12 22:52:42 +00:00
gstconnection.c This is a rather large patch. Switched on -Wall compiler flag and fixed the warnings. 2000-02-27 23:18:38 +00:00
gstconnection.h initial checkin 2000-01-30 09:03:00 +00:00
gstcpu.c Added a quick hack to allow loop based elements to finish intead of looping till infinity. 2000-09-16 10:58:23 +00:00
gstcpu.h Added CPU detection. 2000-09-12 18:13:48 +00:00
gstcpuid_i386.s Added CPU detection. 2000-09-12 18:13:48 +00:00
gstelement.c Due to popular demand :-), I added a vorbis decoder. 2000-09-14 20:31:03 +00:00
gstelement.h Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
gstelementfactory.c The vorbis encoder 2000-09-14 22:18:43 +00:00
gstfilter.c initial checkin 2000-01-30 09:03:00 +00:00
gstfilter.h Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gsti386.h Patch from Chris Emerson for PPC. cothreads stuff was causing segfaults, because the stack needs to be initialised w... 2000-09-21 00:57:09 +00:00
gstlog.h initial checkin 2000-01-30 09:03:00 +00:00
gstmeta.c Various cleanups. Moved the overlay code to a specialized widget. 2000-03-13 22:13:11 +00:00
gstmeta.h initial checkin 2000-01-30 09:03:00 +00:00
gstobject.c Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstobject.h Various fixes for the build/install problems update to the docs/manual. Added a simple helloworld example. 2000-08-18 20:35:48 +00:00
gstpad.c The cothreads were not initialized in its thread context resulting in severe stack corruption. This was very hard to ... 2000-09-24 14:29:49 +00:00
gstpad.h Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling s... 2000-07-17 17:14:15 +00:00
gstpipeline.c A first attempt to fix the queues in a cothreaded pipeline. 2000-09-22 23:35:14 +00:00
gstpipeline.h Added gst_pipeline_add_sink/src to allow multiple sink cases and more complex autoplugging. Update docs too. 2000-09-17 22:08:09 +00:00
gstplugin.c Changes to gstreamer-config to include gtk+ libs manual changes: queues, threads, programs gsteditor does not crash a... 2000-09-09 16:36:10 +00:00
gstplugin.h Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
gstppc.h Patch from Chris Emerson for PPC. cothreads stuff was causing segfaults, because the stack needs to be initialised w... 2000-09-21 00:57:09 +00:00
gstsink.c Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstsink.h Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstsrc.c Changes to gstreamer-config to include gtk+ libs manual changes: queues, threads, programs gsteditor does not crash a... 2000-09-09 16:36:10 +00:00
gstsrc.h Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gsttee.c Various fixes for the build/install problems update to the docs/manual. Added a simple helloworld example. 2000-08-18 20:35:48 +00:00
gsttee.h initial checkin 2000-01-30 09:03:00 +00:00
gstthread.c The cothreads were not initialized in its thread context resulting in severe stack corruption. This was very hard to ... 2000-09-24 14:29:49 +00:00
gstthread.h Changes to gstreamer-config to include gtk+ libs manual changes: queues, threads, programs gsteditor does not crash a... 2000-09-09 16:36:10 +00:00
gsttrace.c Removed bad asm call for rdts. Need to fix this... 2000-08-18 22:15:58 +00:00
gsttrace.h initial checkin 2000-01-30 09:03:00 +00:00
gsttype.c Added a quick hack to allow loop based elements to finish intead of looping till infinity. 2000-09-16 10:58:23 +00:00
gsttype.h Externalized the plugin information in /etc/gstreamer/reg.xml 2000-08-28 20:20:55 +00:00
gstutils.c Fixed a bug in the riff parser with the allignment of the chunks. This should solve the errors with avi playback. 2000-07-15 13:26:28 +00:00
gstutils.h Fixed a bug in the riff parser with the allignment of the chunks. This should solve the errors with avi playback. 2000-07-15 13:26:28 +00:00
gstxml.c Documentation updates. All standard library objects and standard elements are documented. Modified some of the elemen... 2000-03-27 19:53:43 +00:00
gstxml.h initial checkin 2000-01-30 09:03:00 +00:00
Makefile.am Make libs/idct only build mmx support if available - hopefully makes it compile on PPC. 2000-09-21 01:34:34 +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