Commit graph

117 commits

Author SHA1 Message Date
Thomas Vander Stichele 1fe8042c12 some ideas on how to do metadata in gst
Original commit message from CVS:
some ideas on how to do metadata in gst
2002-10-28 02:22:01 +00:00
Thomas Vander Stichele 0d4e23d642 it's the little fixes that do us in
Original commit message from CVS:
it's the little fixes that do us in
2002-10-19 09:16:45 +00:00
Wim Taymans dc449746bb Some random ramblings about interactivity
Original commit message from CVS:
Some random ramblings about interactivity
2002-09-28 12:41:06 +00:00
Thomas Vander Stichele 8230c79916 some fixups
Original commit message from CVS:
some fixups
2002-09-22 22:01:13 +00:00
Wim Taymans 498d3181d7 Updates
Original commit message from CVS:
Updates
2002-09-12 20:41:26 +00:00
Thomas Vander Stichele 7322a3c940 some docs on pthread (to be finished)
Original commit message from CVS:
some docs on pthread (to be finished)
2002-09-12 15:22:54 +00:00
Wim Taymans 9f43e85246 Added some random thoughts about a cothreadless scheduler algorithm
Original commit message from CVS:
Added some random thoughts about a cothreadless scheduler algorithm
2002-09-10 22:40:09 +00:00
Wim Taymans a82fd94231 Added some chain/group
Original commit message from CVS:
Added some chain/group
Added more docs
2002-09-10 20:28:25 +00:00
Thomas Vander Stichele 3103adcfbe anal retentiveness creeping up in my old days
Original commit message from CVS:
anal retentiveness creeping up in my old days
2002-09-09 09:31:26 +00:00
Thomas Vander Stichele 7f317f840b some notes for rewriting the pwg
Original commit message from CVS:
some notes for rewriting the pwg
2002-09-09 09:28:42 +00:00
Christian Schaller b9b6c6890a committing many nice little memleaks fixes from Iain, great work dude
Original commit message from CVS:
committing many nice little memleaks fixes from Iain, great work dude
2002-09-08 18:27:36 +00:00
Wim Taymans 597e429947 Some scheduling ideas for a better scheduler
Original commit message from CVS:
Some scheduling ideas for a better scheduler
2002-09-01 20:58:23 +00:00
Thomas Vander Stichele 8cfb8350b8 some hint updates
Original commit message from CVS:
some hint updates
2002-08-30 16:02:45 +00:00
Thomas Vander Stichele f2a11148a8 typo fix
Original commit message from CVS:
typo fix
2002-08-30 14:30:55 +00:00
Wim Taymans 7e0656ec4f Added status of the documents
Original commit message from CVS:
Added status of the documents
2002-08-02 11:23:05 +00:00
Thomas Vander Stichele c2ba148309 start of list of example features (and matching plug-ins later on)
Original commit message from CVS:
start of list of example features (and matching plug-ins later on)
2002-07-15 23:12:02 +00:00
Wim Taymans b20e126ab6 Short doc about state changes and actions associated with each state change.
Original commit message from CVS:
Short doc about state changes and actions associated with each state change.
2002-07-12 15:39:18 +00:00
Wim Taymans 3ac5605ac4 Added first draf of current events code.
Original commit message from CVS:
Added first draf of current events code.
2002-05-30 19:05:05 +00:00
Andy Wingo 9a6e87b6b6 added design doc for threadsafe properties
Original commit message from CVS:
added design doc for threadsafe properties
2002-05-25 20:58:08 +00:00
Wim Taymans 4992f1c2ed Some random docs updates I had lying around
Original commit message from CVS:
Some random docs updates I had lying around
2002-05-08 20:06:20 +00:00
Benjamin Otte c1a1c03224 some things noted by taaz
Original commit message from CVS:
some things noted by taaz
2002-04-18 13:47:23 +00:00
Thomas Vander Stichele 243d255d57 remarks for doc review
Original commit message from CVS:
remarks for doc review
2002-04-17 12:29:25 +00:00
Benjamin Otte 5f9f9bff5e added dir and first doc about events
Original commit message from CVS:
added dir and first doc about events
2002-04-17 00:11:53 +00:00
Thomas Vander Stichele 6e8841efd9 added branch merging comments
Original commit message from CVS:
added branch merging comments
2002-04-15 09:19:09 +00:00
Thomas Vander Stichele c7e405b616 mmore updates
Original commit message from CVS:
mmore updates
2002-04-14 22:58:40 +00:00
Thomas Vander Stichele 442ca0a61f more notes
Original commit message from CVS:
more notes
2002-04-14 13:06:39 +00:00
Thomas Vander Stichele 2223a9a8c4 put in devhelp stuff as well
Original commit message from CVS:
put in devhelp stuff as well
2002-04-13 11:00:29 +00:00
Thomas Vander Stichele f651fb2a31 additions for release notes
Original commit message from CVS:
additions for release notes
2002-04-12 11:33:24 +00:00
Thomas Vander Stichele e00bcd6792 registry handling changes read up on it in docs/random/thomasvs/registry if interested net effect should be transpare...
Original commit message from CVS:
registry handling changes
read up on it in docs/random/thomasvs/registry if interested
net effect should be transparent; ie. it will keep on working, but will
be more flexible than before.  Testing with garnome seems to work now.
Should probably be rewritten completely, together with plugin loading, but
only after we spec it out ;) It's a bit messy.
2002-04-12 09:53:00 +00:00
Thomas Vander Stichele f17ce3056f update to new ideas
Original commit message from CVS:
update to new ideas
2002-04-11 20:43:34 +00:00
Thomas Vander Stichele 8d31ec49ea registry ideas doc and an idea for guadec-4 presentation guadec rocks !
Original commit message from CVS:
registry ideas doc and an idea for guadec-4 presentation
guadec rocks !
2002-04-08 22:46:59 +00:00
Andy Wingo 0067d17205 removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-19 04:10:13 +00:00
Thomas Vander Stichele 2a4712c20f more updates
Original commit message from CVS:
more updates
2002-03-10 12:51:37 +00:00
Thomas Vander Stichele 41253d9192 more minor updates
Original commit message from CVS:
more minor updates
2002-03-09 13:01:16 +00:00
Thomas Vander Stichele e1aa1bf43c expanded release policy a bit let's try this out today ;)
Original commit message from CVS:
expanded release policy a bit
let's try this out today ;)
2002-03-09 12:34:38 +00:00
Richard Boulton 79328c766a Make a note of the command used to create a release branch, for future reference.
Original commit message from CVS:
Make a note of the command used to create a release branch, for future
reference.
2002-03-08 18:14:15 +00:00
Richard Boulton 5c29019f9f Test commit: if this works, the CVS is working again.
Original commit message from CVS:
Test commit: if this works, the CVS is working again.
2002-02-14 17:55:51 +00:00
Richard Boulton 266c9f92a1 Remove test file.
Original commit message from CVS:
Remove test file.
2002-02-14 00:27:02 +00:00
Richard Boulton ceb8481f00 This is a test commit to check that the new syncmail script is working.
Original commit message from CVS:
This is a test commit to check that the new syncmail script is working.
2002-02-13 16:53:01 +00:00
Thomas Vander Stichele f985019e4c more build cleanups (using as-version and as-libtool) some release doc notes from the previous release
Original commit message from CVS:
* more build cleanups (using as-version and as-libtool)
* some release doc notes from the previous release
2002-02-09 21:05:12 +00:00
Wim Taymans 334790d85a Some random ramblings about the next-gen registry..
Original commit message from CVS:
Some random ramblings about the next-gen registry..
2002-02-06 22:34:12 +00:00
Andy Wingo e9ea094528 some release caveats, some todos
Original commit message from CVS:
some release caveats, some todos
2002-02-02 23:09:20 +00:00
Thomas Vander Stichele fb54baa94b prepping the release
Original commit message from CVS:
prepping the release
2002-02-02 13:50:03 +00:00
Benjamin Otte 08faf88f0d added event proposal - probably a bit long, you may shorten it, if you can.
Original commit message from CVS:
added event proposal - probably a bit long, you may shorten it, if you can.
2002-01-29 23:48:08 +00:00
Thomas Vander Stichele 69ad8b19a1 first stab at some ideas for 0.4.0
Original commit message from CVS:
first stab at some ideas for 0.4.0
2002-01-29 16:41:44 +00:00
Wim Taymans 1e745f2bed Current ideas for a global clocking mechanism.
Original commit message from CVS:
Current ideas for a global clocking mechanism.
2002-01-27 23:36:38 +00:00
Wim Taymans 11f8f4b345 A prototype abstract for GUAD3C
Original commit message from CVS:
A prototype abstract for GUAD3C
2002-01-24 22:24:45 +00:00
Wim Taymans f064c9f566 More docs.
Original commit message from CVS:
More docs.
2002-01-14 20:44:40 +00:00
Wim Taymans 0a0598f97a Added an unfinished capsnego doc.
Original commit message from CVS:
Added an unfinished capsnego doc.
2002-01-13 22:08:33 +00:00
David I. Lehn 5092a3bb32 Start of a release checklist and policies
Original commit message from CVS:
Start of a release checklist and policies
2002-01-09 04:50:13 +00:00