Remove running configure for cothreads, since it's been removed.
[platform/upstream/gstreamer.git] / plugins /
2003-08-19 David Schleefconvert pad templates to GST_CAPS_ANY
2003-08-15 Joshua N. PritikinAdd my name to the copywrite (since I wrote most of...
2003-08-07 Andy Wingocache return values of _gst_debug_nameof_funcptr
2003-08-01 Ronald S. BultjeSupport gcc-2.9x, too
2003-07-30 David SchleefAdd using_mmap field to GstFileSrc
2003-07-30 David SchleefImplement read() as a fallback method if mmap() fails...
2003-07-25 Brian CameronFixed Forte compile issue.
2003-07-25 Joshua N. Pritikin1. Change many comments from // to /**/.
2003-07-22 Ronald S. BultjeAdd support for not incrementing bytecounter while...
2003-07-10 Wim TaymansAdded some comments and use _PAD_IS_USABLE instead...
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-06-07 Ronald S. BultjeActually, size should be a guint (because GST_BUFFER_SI...
2003-06-07 Ronald S. BultjeMake filesink fail with some grace, see #114614
2003-06-06 Ronald S. BultjeSome adjustments to allow for setting a new filename...
2003-06-05 Thomas Vander Stichelemake functions static taaz patch
2003-06-03 Wim Taymans- added a property to force a failure for a given state...
2003-06-01 Ronald S. BultjeI don't know how I ever got to introducing this madness...
2003-05-30 Ronald S. Bultjesee #108268 - kudos go to janzen@pixelmetrix.com
2003-05-30 Wim Taymans- the result from the getcaps function should be sunken...
2003-05-24 Wim Taymans- First attempt at implementing #113180, this one also...
2003-05-19 David SchleefFix caps negotiation problems.
2003-05-18 Thomas Vander Stichelea bunch of gtk-doc fixes
2003-04-28 Benjamin Otteoffsets may be negative (nobody ever seeked beackwards...
2003-04-17 Wim Taymans- Added a property to perform caps negotiation in the...
2003-04-17 Benjamin Otterelease lock before doing signal handling
2003-04-17 Colin WaltersRemove dummy signals, add full signal.
2003-04-15 Benjamin OtteOuch: gst_element_dispose does a state change to NULL...
2003-04-14 Wim Taymans- make aggregator actually work
2003-03-27 Benjamin Ottecleanup: remove writer/reader booleans, just signal...
2003-03-21 Benjamin Ottefix memory leaks and unlock a mutex earlier
2003-03-02 Wim TaymansBetter capsnego
2003-02-23 Wim Taymans- Added generic shaper element that keeps two streams...
2003-02-11 Wim TaymansFix bogus warning message
2003-02-10 Wim TaymansSmall cleanups and portability fixes for GUINT64
2003-02-10 Erik WalthinsenFix various inconsistencies discovered while attempting...
2003-02-01 David SchleefConvert %lld and %llu in printf formats to G_G[U]INT64_...
2003-01-23 Wim Taymans- Proxy the get_caps function slightly differently...
2003-01-21 David SchleefReplace __alignof__() GCC-ism with sizeof(). Should...
2003-01-15 Wim TaymansClean up state change
2003-01-12 Wim Taymansfix Dispose method by vishnu
2003-01-12 Wim TaymansAvoid reads on freed memory (patch from vishnu)
2003-01-09 David I. Lehnmore connect -> link updates
2003-01-09 Thomas Vander Stichelecode cleanups and further deprecation fixes
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2003-01-08 Wim TaymansProvide intrastructure to not have to pass NULL buffers...
2003-01-05 Wim Taymanspatch 13364 from vishnu
2003-01-05 Wim TaymansPatch 13357 and 13358 from vishnu
2003-01-04 Wim TaymansI think this makes a little more sense
2003-01-04 Wim TaymansRegister the two indexers
2003-01-04 Wim TaymansAdded fileindex
2003-01-03 David I. Lehnremove redundant flag set
2003-01-01 Wim Taymans- Added PAD_NEGOTIATING flag, remove PAD_EOS flag
2002-12-30 Wim Taymans- major API breakage (one of the last, I promise...)
2002-12-27 Wim Taymans- disable pads when going to PAUSED, we want to make...
2002-12-26 Wim Taymans- Added flags to lookup method so that one can search...
2002-12-26 Wim TaymansAlso display buffer flags
2002-12-22 Wim TaymansAdded pad_query with percent format on filesrc and...
2002-12-21 Wim Taymans- queue can change state only when not connected
2002-12-18 Thomas Vander Stichelepatch from brian cameron for iso c compliance
2002-12-15 Wim TaymansFix silent property
2002-12-12 Wim TaymansRenamed GstCache to GstIndex
2002-12-08 Wim TaymansBetter debugging
2002-12-08 Wim TaymansA little more debugging info and error checking
2002-12-08 Thomas Vander Stichelefix for parallel installability
2002-11-29 Wim TaymansMore forte compiler fixes, added a .h file to store...
2002-11-28 Christian Schallercommit the fdsrc fix from Pedro Corte-Real
2002-11-27 Wim TaymansSmall cleanups
2002-11-27 Wim Taymans- Added first attempt at general caching mechanism...
2002-11-21 Wim TaymansSmall cleanups, more descriptive properties
2002-11-20 Wim TaymansBetter error recovery when the mmap fails.
2002-11-02 Wim TaymansRemoved annoying notify messages and removed properties...
2002-11-01 David SchleefChange from pthreads to GThreads
2002-10-30 David I. Lehnuse G_{BEGIN,END}_DECLS
2002-10-25 David SchleefConvert from sys_errlist[] to g_strerror()
2002-10-25 Wim TaymansA discont event should not flush the queue
2002-10-17 Wim TaymansAdd an fd param to set the file descriptor as an int
2002-09-29 Andy Wingolicenses, ugg
2002-09-29 Andy Wingoadding ::license field to core plugins
2002-09-23 Thomas Vander Stichelebackport fixes
2002-09-15 Wim TaymansState change cleanups
2002-09-15 Wim TaymansSmall cleanups and leak fixes
2002-09-12 Wim Taymans- Make the return GList of gst_element_get_pad_list...
2002-09-10 Ronald S. BultjeThis changes an important part of the plugin API, gst_p...
2002-09-08 Christian Schallercommitting many nice little memleaks fixes from Iain...
2002-09-01 Wim TaymansDon't doe EOS in a state change function
2002-08-02 Wim TaymansImplemented segment seeking in fakesrc
2002-07-30 Wim TaymansUse fancy macros
2002-07-28 Wim TaymansFix some wrong prototypes and funtion args
2002-07-24 Wim Taymans- Implemented seekmasks, query types and formats in...
2002-07-24 Wim Taymans- More element API docs.
2002-07-24 Andy Wingoadd default bufferpool, clean up some code, add bufferp...
2002-07-13 Wim Taymans- Documentation updates, renamed some _ methods because...
2002-07-08 Wim Taymans- Removed bufferpool code and move that to gstbuffer.c
2002-06-22 Wim TaymansDon't seek past the end of the file
2002-06-13 Wim TaymansAdded a size event to optimize buffer sizes make filesr...
2002-06-12 Wim TaymansDocumentation updates
2002-06-11 Wim TaymansRemoved deprecated disksink
2002-06-09 Wim TaymansAdded the flush flag
2002-06-09 Wim TaymansWhan the buffer is filled, the buffer is kept and added...
2002-06-08 Wim TaymansRevert queue event forwarding, added comments what...
next