2003-12-24 |
Colin Walters | Make GstCaps parameter const. Copy caps parameter... |
tree | commitdiff |
2003-12-23 |
David Schleef | gst/elements/: Use gst_pad_proxy_getcaps(). |
tree | commitdiff |
2003-12-22 |
Benjamin Otte | gst/elements/gstelements.c: Set ranks of elements to... |
tree | commitdiff |
2003-12-22 |
David Schleef | Merge CAPS branch |
tree | commitdiff |
2003-12-21 |
Ronald S. Bultje | gst/gstqueue.c: implement timeout for sending events... |
tree | commitdiff |
2003-12-14 |
Ronald S. Bultje | Fix a deadlock that happens if the next element sends... |
tree | commitdiff |
2003-12-13 |
Ronald S. Bultje | This is either a rewrite or a large bugfix to the queue... |
tree | commitdiff |
2003-12-13 |
Benjamin Otte | removed GST_*_CAST. Disabling of type checking is done... |
tree | commitdiff |
2003-12-09 |
David Schleef | Change GST_.*_PADDING to _gst_padding[GST_PADDING]; |
tree | commitdiff |
2003-12-07 |
Benjamin Otte | finish everything typefinding related (like seeking... |
tree | commitdiff |
2003-12-05 |
Thomas Vander Stichele | more trademark fixing |
tree | commitdiff |
2003-12-04 |
Andy Wingo | remove copyright field from plugin structs |
tree | commitdiff |
2003-12-02 |
David Schleef | change gst_pad_select() to gst_pad_selectv(), and add... |
tree | commitdiff |
2003-11-29 |
David Schleef | fix minor typo |
tree | commitdiff |
2003-11-24 |
Benjamin Otte | and remove that debugging g_print - sheesh |
tree | commitdiff |
2003-11-24 |
Benjamin Otte | send correct buffer offset after seek |
tree | commitdiff |
2003-11-24 |
Benjamin Otte | implement URI schemes |
tree | commitdiff |
2003-11-17 |
Benjamin Otte | always check file length before making decisions based... |
tree | commitdiff |
2003-11-17 |
Benjamin Otte | keep pads active at all times (this is a workaround... |
tree | commitdiff |
2003-11-13 |
David Schleef | Change G_TYPE_POINTER to the appropriate type in g_sign... |
tree | commitdiff |
2003-11-09 |
Ronald S. Bultje | Compile fix for gcc-2.9x |
tree | commitdiff |
2003-11-05 |
Benjamin Otte | set chainfunction on request pads (FIXME: do we even... |
tree | commitdiff |
2003-11-03 |
David Schleef | Add G_DISABLE_DEPRECATED and fix deprecated code |
tree | commitdiff |
2003-10-31 |
Benjamin Otte | update plugin initialization restructuring (see email... |
tree | commitdiff |
2003-10-30 |
Benjamin Otte | declaration order fixes |
tree | commitdiff |
2003-10-29 |
David Schleef | clean up some warnings |
tree | commitdiff |
2003-10-28 |
Benjamin Otte | merge TYPEFIND branch. Major changes: |
tree | commitdiff |
2003-10-20 |
Ronald S. Bultje | Properly give an error if no file was given |
tree | commitdiff |
2003-10-08 |
Andy Wingo | s/GstBuffer/GstData/ in the API where you can pass... |
tree | commitdiff |
2003-10-07 |
David Schleef | Add padding to structures and objects |
tree | commitdiff |
2003-10-07 |
David Schleef | remember to set buffer size. |
tree | commitdiff |
2003-09-30 |
Andy Wingo | make filesink handle events only in the chainfunction |
tree | commitdiff |
2003-09-24 |
David Schleef | Fix assumption that size_t is int |
tree | commitdiff |
2003-09-16 |
Thomas Vander Stichele | reverting error patches before making a branch. BRANCH-ERROR-ROOT |
tree | commitdiff |
2003-09-14 |
Benjamin Otte | implement translatable error messages using gerror. |
tree | commitdiff |
2003-09-13 |
Ronald S. Bultje | Implement seekability-only-if-available |
tree | commitdiff |
2003-08-19 |
David Schleef | convert pad templates to GST_CAPS_ANY |
tree | commitdiff |
2003-08-15 |
Joshua N. Pritikin | Add my name to the copywrite (since I wrote most of... |
tree | commitdiff |
2003-08-07 |
Andy Wingo | cache return values of _gst_debug_nameof_funcptr |
tree | commitdiff |
2003-08-01 |
Ronald S. Bultje | Support gcc-2.9x, too |
tree | commitdiff |
2003-07-30 |
David Schleef | Add using_mmap field to GstFileSrc |
tree | commitdiff |
2003-07-30 |
David Schleef | Implement read() as a fallback method if mmap() fails... |
tree | commitdiff |
2003-07-25 |
Brian Cameron | Fixed Forte compile issue. |
tree | commitdiff |
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 |
next |