2003-07-25 |
Joshua N. Pritikin | 1. Change many comments from // to /**/. |
tree | commitdiff |
2003-07-22 |
Ronald S. Bultje | Add support for not incrementing bytecounter while... |
tree | commitdiff |
2003-07-10 |
Wim Taymans | Added some comments and use _PAD_IS_USABLE instead... |
tree | commitdiff |
2003-06-29 |
Benjamin Otte | GST_DEBUG reorganization containing loads of stuff: |
tree | commitdiff |
2003-06-07 |
Ronald S. Bultje | Actually, size should be a guint (because GST_BUFFER_SI... |
tree | commitdiff |
2003-06-07 |
Ronald S. Bultje | Make filesink fail with some grace, see #114614 |
tree | commitdiff |
2003-06-06 |
Ronald S. Bultje | Some adjustments to allow for setting a new filename... |
tree | commitdiff |
2003-06-05 |
Thomas Vander Stichele | make functions static taaz patch |
tree | commitdiff |
2003-06-03 |
Wim Taymans | - added a property to force a failure for a given state... |
tree | commitdiff |
2003-06-01 |
Ronald S. Bultje | I don't know how I ever got to introducing this madness... |
tree | commitdiff |
2003-05-30 |
Ronald S. Bultje | see #108268 - kudos go to janzen@pixelmetrix.com |
tree | commitdiff |
2003-05-30 |
Wim Taymans | - the result from the getcaps function should be sunken... |
tree | commitdiff |
2003-05-24 |
Wim Taymans | - First attempt at implementing #113180, this one also... |
tree | commitdiff |
2003-05-19 |
David Schleef | Fix caps negotiation problems. |
tree | commitdiff |
2003-05-18 |
Thomas Vander Stichele | a bunch of gtk-doc fixes |
tree | commitdiff |
2003-04-28 |
Benjamin Otte | offsets may be negative (nobody ever seeked beackwards... |
tree | commitdiff |
2003-04-17 |
Wim Taymans | - Added a property to perform caps negotiation in the... |
tree | commitdiff |
2003-04-17 |
Benjamin Otte | release lock before doing signal handling |
tree | commitdiff |
2003-04-17 |
Colin Walters | Remove dummy signals, add full signal. |
tree | commitdiff |
2003-04-15 |
Benjamin Otte | Ouch: gst_element_dispose does a state change to NULL... |
tree | commitdiff |
2003-04-14 |
Wim Taymans | - make aggregator actually work |
tree | commitdiff |
2003-03-27 |
Benjamin Otte | cleanup: remove writer/reader booleans, just signal... |
tree | commitdiff |
2003-03-21 |
Benjamin Otte | fix memory leaks and unlock a mutex earlier |
tree | commitdiff |
2003-03-02 |
Wim Taymans | Better capsnego |
tree | commitdiff |
2003-02-23 |
Wim Taymans | - Added generic shaper element that keeps two streams... |
tree | commitdiff |
2003-02-11 |
Wim Taymans | Fix bogus warning message |
tree | commitdiff |
2003-02-10 |
Wim Taymans | Small cleanups and portability fixes for GUINT64 |
tree | commitdiff |
2003-02-10 |
Erik Walthinsen | Fix various inconsistencies discovered while attempting... |
tree | commitdiff |
2003-02-01 |
David Schleef | Convert %lld and %llu in printf formats to G_G[U]INT64_... |
tree | commitdiff |
2003-01-23 |
Wim Taymans | - Proxy the get_caps function slightly differently... |
tree | commitdiff |
2003-01-21 |
David Schleef | Replace __alignof__() GCC-ism with sizeof(). Should... |
tree | commitdiff |
2003-01-15 |
Wim Taymans | Clean up state change |
tree | commitdiff |
2003-01-12 |
Wim Taymans | fix Dispose method by vishnu |
tree | commitdiff |
2003-01-12 |
Wim Taymans | Avoid reads on freed memory (patch from vishnu) |
tree | commitdiff |
2003-01-09 |
David I. Lehn | more connect -> link updates |
tree | commitdiff |
2003-01-09 |
Thomas Vander Stichele | code cleanups and further deprecation fixes |
tree | commitdiff |
2003-01-09 |
Thomas Vander Stichele | first pass of connect->link gst-plugins and other stuff... |
tree | commitdiff |
2003-01-08 |
Wim Taymans | Provide intrastructure to not have to pass NULL buffers... |
tree | commitdiff |
2003-01-05 |
Wim Taymans | patch 13364 from vishnu |
tree | commitdiff |
2003-01-05 |
Wim Taymans | Patch 13357 and 13358 from vishnu |
tree | commitdiff |
2003-01-04 |
Wim Taymans | I think this makes a little more sense |
tree | commitdiff |
2003-01-04 |
Wim Taymans | Register the two indexers |
tree | commitdiff |
2003-01-04 |
Wim Taymans | Added fileindex |
tree | commitdiff |
2003-01-03 |
David I. Lehn | remove redundant flag set |
tree | commitdiff |
2003-01-01 |
Wim Taymans | - Added PAD_NEGOTIATING flag, remove PAD_EOS flag |
tree | commitdiff |
2002-12-30 |
Wim Taymans | - major API breakage (one of the last, I promise...) |
tree | commitdiff |
2002-12-27 |
Wim Taymans | - disable pads when going to PAUSED, we want to make... |
tree | commitdiff |
2002-12-26 |
Wim Taymans | - Added flags to lookup method so that one can search... |
tree | commitdiff |
2002-12-26 |
Wim Taymans | Also display buffer flags |
tree | commitdiff |
2002-12-22 |
Wim Taymans | Added pad_query with percent format on filesrc and... |
tree | commitdiff |
2002-12-21 |
Wim Taymans | - queue can change state only when not connected |
tree | commitdiff |
2002-12-18 |
Thomas Vander Stichele | patch from brian cameron for iso c compliance |
tree | commitdiff |
2002-12-15 |
Wim Taymans | Fix silent property |
tree | commitdiff |
2002-12-12 |
Wim Taymans | Renamed GstCache to GstIndex |
tree | commitdiff |
2002-12-08 |
Wim Taymans | Better debugging |
tree | commitdiff |
2002-12-08 |
Wim Taymans | A little more debugging info and error checking |
tree | commitdiff |
2002-12-08 |
Thomas Vander Stichele | fix for parallel installability |
tree | commitdiff |
2002-11-29 |
Wim Taymans | More forte compiler fixes, added a .h file to store... |
tree | commitdiff |
2002-11-28 |
Christian Schaller | commit the fdsrc fix from Pedro Corte-Real |
tree | commitdiff |
2002-11-27 |
Wim Taymans | Small cleanups |
tree | commitdiff |
2002-11-27 |
Wim Taymans | - Added first attempt at general caching mechanism... |
tree | commitdiff |
2002-11-21 |
Wim Taymans | Small cleanups, more descriptive properties |
tree | commitdiff |
2002-11-20 |
Wim Taymans | Better error recovery when the mmap fails. |
tree | commitdiff |
2002-11-02 |
Wim Taymans | Removed annoying notify messages and removed properties... |
tree | commitdiff |
2002-11-01 |
David Schleef | Change from pthreads to GThreads |
tree | commitdiff |
2002-10-30 |
David I. Lehn | use G_{BEGIN,END}_DECLS |
tree | commitdiff |
2002-10-25 |
David Schleef | Convert from sys_errlist[] to g_strerror() |
tree | commitdiff |
2002-10-25 |
Wim Taymans | A discont event should not flush the queue |
tree | commitdiff |
2002-10-17 |
Wim Taymans | Add an fd param to set the file descriptor as an int |
tree | commitdiff |
2002-09-29 |
Andy Wingo | licenses, ugg |
tree | commitdiff |
2002-09-29 |
Andy Wingo | adding ::license field to core plugins |
tree | commitdiff |
2002-09-23 |
Thomas Vander Stichele | backport fixes |
tree | commitdiff |
2002-09-15 |
Wim Taymans | State change cleanups |
tree | commitdiff |
2002-09-15 |
Wim Taymans | Small cleanups and leak fixes |
tree | commitdiff |
2002-09-12 |
Wim Taymans | - Make the return GList of gst_element_get_pad_list... |
tree | commitdiff |
2002-09-10 |
Ronald S. Bultje | This changes an important part of the plugin API, gst_p... |
tree | commitdiff |
2002-09-08 |
Christian Schaller | committing many nice little memleaks fixes from Iain... |
tree | commitdiff |
2002-09-01 |
Wim Taymans | Don't doe EOS in a state change function |
tree | commitdiff |
2002-08-02 |
Wim Taymans | Implemented segment seeking in fakesrc |
tree | commitdiff |
2002-07-30 |
Wim Taymans | Use fancy macros |
tree | commitdiff |
2002-07-28 |
Wim Taymans | Fix some wrong prototypes and funtion args |
tree | commitdiff |
2002-07-24 |
Wim Taymans | - Implemented seekmasks, query types and formats in... |
tree | commitdiff |
2002-07-24 |
Wim Taymans | - More element API docs. |
tree | commitdiff |
2002-07-24 |
Andy Wingo | add default bufferpool, clean up some code, add bufferp... |
tree | commitdiff |
2002-07-13 |
Wim Taymans | - Documentation updates, renamed some _ methods because... |
tree | commitdiff |
2002-07-08 |
Wim Taymans | - Removed bufferpool code and move that to gstbuffer.c |
tree | commitdiff |
2002-06-22 |
Wim Taymans | Don't seek past the end of the file |
tree | commitdiff |
2002-06-13 |
Wim Taymans | Added a size event to optimize buffer sizes make filesr... |
tree | commitdiff |
2002-06-12 |
Wim Taymans | Documentation updates |
tree | commitdiff |
2002-06-11 |
Wim Taymans | Removed deprecated disksink |
tree | commitdiff |
2002-06-09 |
Wim Taymans | Added the flush flag |
tree | commitdiff |
2002-06-09 |
Wim Taymans | Whan the buffer is filled, the buffer is kept and added... |
tree | commitdiff |
2002-06-08 |
Wim Taymans | Revert queue event forwarding, added comments what... |
tree | commitdiff |
2002-06-08 |
Steve Baker | g_print bad |
tree | commitdiff |
2002-06-08 |
Steve Baker | put upstream events in an async queue and resend them... |
tree | commitdiff |
2002-06-08 |
Wim Taymans | A discont event is the right way to handle seeking... |
tree | commitdiff |
2002-06-07 |
Steve Baker | file is opened in ready->paused rather than null->ready... |
tree | commitdiff |
2002-06-05 |
Wim Taymans | Make sure we interrupt the right scheduler on the right... |
tree | commitdiff |
2002-06-04 |
Wim Taymans | No \n for DEBUG, thank you |
tree | commitdiff |
2002-06-03 |
Steve Baker | add an optional timeout for when queue blocks. when... |
tree | commitdiff |
next |