Age | Commit message (Expand) | Author | Files | Lines |
2001-12-06 | Merged from trunkBRANCH-BUILD1-200112061 | Wrobell | 1 | -58/+35 |
2001-12-05 | - do not overwrite CFLAGS/CPPFLAGS/LDFLAGS/ASFLAGS in configure.ac - they are... | Wrobell | 1 | -35/+58 |
2001-12-04 | - some fixes to int2float making automake 1.5 happy (gst now requires automak... | wrobell | 1 | -58/+35 |
2001-11-14 | Make the queue event aware and make it do something usefull with the events. | Wim Taymans | 1 | -8/+14 |
2001-10-27 | added taaz's threading patch, including queue events | Erik Walthinsen | 1 | -85/+121 |
2001-09-14 | 1. Add more warnings for the gst core only. Various trival fixes to quiet th... | Joshua N. Pritikin | 1 | -0/+1 |
2001-08-21 | Lots of modifications to the plugin system. | Wim Taymans | 1 | -16/+18 |
2001-08-10 | Removed the old eos and qos functions. | Wim Taymans | 1 | -5/+2 |
2001-06-25 | Merged from GOBJECT1 to HEAD at 200106241GOBJECT1-200106241 | Erik Walthinsen | 1 | -63/+68 |
2001-06-01 | Fixed some warnings. | Wim Taymans | 1 | -17/+1 |
2001-05-25 | Merged from INCSCHED on 200505251!!!INCSCHED1-200105251 | Erik Walthinsen | 1 | -73/+178 |
2001-04-16 | Added 1337 macros to create padtemplates and capstemplates. | Wim Taymans | 1 | -1/+13 |
2001-04-12 | Lots of updates to the plugins for caps negotiation. | Wim Taymans | 1 | -6/+6 |
2001-03-20 | More work on capsnego proxying. It should be OK now. | Wim Taymans | 1 | -13/+8 |
2001-03-18 | More work on capsnego, mostly proxying | Wim Taymans | 1 | -4/+24 |
2001-03-18 | Reworked the capsnegotiation function audiosink now uses capsnego to set its ... | Wim Taymans | 1 | -6/+6 |
2001-03-12 | Merged the CAPSNEGO1 branch.. | Wim Taymans | 1 | -0/+24 |
2001-02-21 | Added parameter checking to gst_queue_get(). | David I. Lehn | 1 | -1/+5 |
2001-01-29 | This is a megapatch with the following changes: | Wim Taymans | 1 | -8/+8 |
2001-01-21 | Docs updates | Wim Taymans | 1 | -7/+0 |
2001-01-20 | More EOS changes. | Wim Taymans | 1 | -33/+61 |
2001-01-19 | And here they are.... | Wim Taymans | 1 | -2/+5 |
2001-01-14 | Added an extra signal_cond to queue to make sure that the waiting thread is w... | Wim Taymans | 1 | -0/+4 |
2001-01-07 | Greatly simplyfied queue locking by only using the elements mutex. This shoul... | Wim Taymans | 1 | -23/+8 |
2001-01-07 | Added sleep time to identity | Wim Taymans | 1 | -2/+10 |
2001-01-06 | Rearranged the mutex locking, still have to think about it though... | Wim Taymans | 1 | -2/+2 |
2001-01-01 | Mega update of INFO, DEBUG, and ERROR subsystems, renamed with GST_ prefix. | Erik Walthinsen | 1 | -17/+17 |
2000-12-30 | Docs updates: remove sink, src, filter, connection added gstinfo to docs. | Wim Taymans | 1 | -1/+1 |
2000-12-29 | Updated copyright notices. | Erik Walthinsen | 1 | -2/+5 |
2000-12-29 | Reparented everything to GstElement, removing GstSrc, GstSink, GstFilter, and... | Erik Walthinsen | 1 | -5/+3 |
2000-12-28 | Updated copyright in all the libgst files. | Erik Walthinsen | 1 | -1/+1 |
2000-12-28 | Pending editor changes. fixes for autoplug of elementary MPEG1 video streams ... | Wim Taymans | 1 | -2/+2 |
2000-12-26 | More massive changes to the scheduling system. Moved the scheduling code to ... | Erik Walthinsen | 1 | -1/+18 |
2000-12-21 | Fixing two bugs: 1) I had commented out an unlock. duh. | Erik Walthinsen | 1 | -17/+19 |
2000-12-20 | Massive scheduling changes (again). Not entirely complete, but getting close... | Erik Walthinsen | 1 | -23/+27 |
2000-12-16 | WARNING: Don't grab this updated unless you're really, REALLY sure. | Erik Walthinsen | 1 | -3/+3 |
2000-12-11 | Implemented the hybrid scheduling system for sources and connections outside ... | Erik Walthinsen | 1 | -1/+1 |
2000-12-08 | Another big set of changes. Connections are now also pullfunc based. gstqueu... | Erik Walthinsen | 1 | -6/+5 |
2000-11-25 | Code Cleanups | Wim Taymans | 1 | -88/+106 |
2000-11-11 | Docs updates. | Wim Taymans | 1 | -5/+6 |
2000-11-01 | Some code cleanup | Wim Taymans | 1 | -7/+7 |
2000-10-30 | Misc fixes and cleanups | Wim Taymans | 1 | -9/+40 |
2000-10-09 | Fixed a severe timestamp bug in mpeg_play. | Wim Taymans | 1 | -1/+1 |
2000-09-24 | The cothreads were not initialized in its thread context resulting in severe ... | Wim Taymans | 1 | -28/+17 |
2000-09-22 | A first attempt to fix the queues in a cothreaded pipeline. | Wim Taymans | 1 | -17/+25 |
2000-09-16 | Added a quick hack to allow loop based elements to finish intead of looping t... | Wim Taymans | 1 | -14/+0 |
2000-07-12 | This is the audio/video sync release. | Wim Taymans | 1 | -14/+29 |
2000-07-05 | Added seeking to some of the plugins. some MMX speedups in the MPEG decoders. | Wim Taymans | 1 | -4/+4 |
2000-06-25 | Switched Cr and Cb in YUV2RGB fixed the avi parser (gstriff had wrong size) t... | Wim Taymans | 1 | -7/+12 |
2000-06-18 | Fixed an MMX IDCT bug. | Wim Taymans | 1 | -4/+10 |