2004-05-11 |
Benjamin Otte | gst/elements/gstfilesrc.c: compute mapsize correctly
|
commit | commitdiff | tree |
2004-05-10 |
Benjamin Otte | gst/gstelement.*: add gst_element_no_more_pads and...
|
commit | commitdiff | tree |
2004-05-10 |
Benjamin Otte | gst/gstregistry.c: refuse to add plugins when a plugin...
|
commit | commitdiff | tree |
2004-05-09 |
Benjamin Otte | libs/gst/bytestream/Makefile.am: we should indeed add...
|
commit | commitdiff | tree |
2004-05-08 |
Benjamin Otte | gst/gstpad.c: really reduce the set of caps
|
commit | commitdiff | tree |
2004-05-08 |
Benjamin Otte | tests/: add benchmark to test how long spider needs...
|
commit | commitdiff | tree |
2004-05-08 |
Benjamin Otte | gst/gstpad.c: mark links as unengaged when unnegotiating...
|
commit | commitdiff | tree |
2004-05-08 |
Benjamin Otte | docs/manual/helloworld.xml:
|
commit | commitdiff | tree |
2004-05-06 |
Benjamin Otte | gst/elements/gstfilesrc.*: send NEW_MEDIA events correctly
|
commit | commitdiff | tree |
2004-05-04 |
Benjamin Otte | gst/parse/grammar.y: use GST_ERROR instead of g_warning...
|
commit | commitdiff | tree |
2004-05-04 |
Benjamin Otte | testsuite/caps/renegotiate.c: improve output in error...
|
commit | commitdiff | tree |
2004-05-04 |
Benjamin Otte | gst/parse/grammar.y: fix assert to not trigger when...
|
commit | commitdiff | tree |
2004-05-04 |
Benjamin Otte | libs/gst/bytestream/: add GstAdapter, similar to bytestream...
|
commit | commitdiff | tree |
2004-05-03 |
Benjamin Otte | gst/gstbin.c: better debugging
|
commit | commitdiff | tree |
2004-04-30 |
Benjamin Otte | gst/schedulers/gthread-cothreads.h: free allocated... reviewed by Benjamin Otte <otte@gnome.org>
|
commit | commitdiff | tree |
2004-04-29 |
Benjamin Otte | gst/: remove useless _gst_progname stuff
|
commit | commitdiff | tree |
2004-04-25 |
Benjamin Otte | gst/gstelement.c: fix assertion to do an int comparison
|
commit | commitdiff | tree |
2004-04-25 |
Benjamin Otte | gst/elements/gstfilesrc.c: better debugging output...
|
commit | commitdiff | tree |
2004-04-25 |
Benjamin Otte | gst/gstcaps.c: fix memleak
|
commit | commitdiff | tree |
2004-04-23 |
Benjamin Otte | gst/gstvalue.c: add comparison function for buffers
|
commit | commitdiff | tree |
2004-04-23 |
Benjamin Otte | gst/gstcaps.c: call gst_caps_is_subset
|
commit | commitdiff | tree |
2004-04-23 |
Benjamin Otte | gst/gstcaps.c: add documentation
|
commit | commitdiff | tree |
2004-04-22 |
Benjamin Otte | gst/gstcaps.c: fix simplifying and subtracting not...
|
commit | commitdiff | tree |
2004-04-22 |
Benjamin Otte | docs/gst/tmpl/: update for recent API changes
|
commit | commitdiff | tree |
2004-04-22 |
Benjamin Otte | testsuite/refcounting/pad.c: fix test
|
commit | commitdiff | tree |
2004-04-22 |
Benjamin Otte | update cvsignore
|
commit | commitdiff | tree |
2004-04-22 |
Benjamin Otte | gst/gstcaps.c: allow subtracting ANY and EMPTY from...
|
commit | commitdiff | tree |
2004-04-22 |
Benjamin Otte | gst/gstcaps.c: only simplify in functions that create...
|
commit | commitdiff | tree |
2004-04-22 |
Benjamin Otte | gst/gstcaps.c: unset GValue after use
|
commit | commitdiff | tree |
2004-04-22 |
Benjamin Otte | docs/gst/gstreamer-sections.txt: add gst_caps_do_simplify
|
commit | commitdiff | tree |
2004-04-22 |
Benjamin Otte | gst/gstcaps.c: fix bug when converting from empty string.
|
commit | commitdiff | tree |
2004-04-21 |
Benjamin Otte | gst/gstparse.c: Free the GString used in _gst_parse_escape() reviewed by Benjamin Otte <otte@gnome.org>
|
commit | commitdiff | tree |
2004-04-21 |
Benjamin Otte | gst/gstpad.c: refuse to link if the link is not possible
|
commit | commitdiff | tree |
2004-04-21 |
Benjamin Otte | more uninitialized variables - and no, I won't use -O2
|
commit | commitdiff | tree |
2004-04-21 |
Benjamin Otte | bleargh - uninitialized variables
|
commit | commitdiff | tree |
2004-04-21 |
Benjamin Otte | gst/gstpad.c: add sophisticated error checking code...
|
commit | commitdiff | tree |
2004-04-21 |
Benjamin Otte | gst/gstcaps.c: check for ANY caps before appending...
|
commit | commitdiff | tree |
2004-04-20 |
Benjamin Otte | gst/autoplug/gstspider.c: improve debugging messages
|
commit | commitdiff | tree |
2004-04-20 |
Benjamin Otte | testsuite/caps/filtercaps.c: fix test to test things...
|
commit | commitdiff | tree |
2004-04-20 |
Benjamin Otte | testsuite/caps/: add test (that doesn't work right...
|
commit | commitdiff | tree |
2004-04-19 |
Benjamin Otte | gst/schedulers/entryscheduler.c: refuse to yield when...
|
commit | commitdiff | tree |
2004-04-18 |
Benjamin Otte | add another thing
|
commit | commitdiff | tree |
2004-04-18 |
Benjamin Otte | add note
|
commit | commitdiff | tree |
2004-04-17 |
Benjamin Otte | gst/gstelement.c: simplify
|
commit | commitdiff | tree |
2004-04-16 |
Benjamin Otte | add bug-number that was fixed
|
commit | commitdiff | tree |
2004-04-16 |
Benjamin Otte | docs/gst/Makefile.am: ignore gst/parse directory when...
|
commit | commitdiff | tree |
2004-04-16 |
Benjamin Otte | gst/elements/gstfilesrc.*: s/seek_happened/need_discont...
|
commit | commitdiff | tree |
2004-04-16 |
Benjamin Otte | gst/gstpad.c: implement enforcing discont events before...
|
commit | commitdiff | tree |
2004-04-11 |
Benjamin Otte | gst/schedulers/gstbasicscheduler.c: rename categories...
|
commit | commitdiff | tree |
2004-04-10 |
Benjamin Otte | docs/pwg/intro-preface.xml: fix dead links and remove...
|
commit | commitdiff | tree |
2004-04-09 |
Benjamin Otte | gst/schedulers/gstbasicscheduler.c: make sure we can...
|
commit | commitdiff | tree |
2004-04-09 |
Benjamin Otte | gst/: don't use memchunks for these objects, use malloc...
|
commit | commitdiff | tree |
2004-04-06 |
Benjamin Otte | gst/elements/gstbufferstore.c: when the buffer is complete...
|
commit | commitdiff | tree |
2004-04-06 |
Benjamin Otte | gst/autoplug/gstspider.c: don't ref the element, adding...
|
commit | commitdiff | tree |
2004-04-06 |
Benjamin Otte | gst/gstbuffer.h: remove macro that wouldn't work anymore...
|
commit | commitdiff | tree |
2004-04-06 |
Benjamin Otte | gst/gstinfo.h: *_FORMAT modifiers should require putting...
|
commit | commitdiff | tree |
2004-04-05 |
Benjamin Otte | whoops, debugging stuff left
|
commit | commitdiff | tree |
2004-04-05 |
Benjamin Otte | add support for detecting if GStreamer runs inside...
|
commit | commitdiff | tree |
2004-04-05 |
Benjamin Otte | testsuite/debug/: fix tests to work again with debugging...
|
commit | commitdiff | tree |
2004-04-05 |
Benjamin Otte | testsuite/debug/: fix tests to work again with debugging...
|
commit | commitdiff | tree |
2004-04-05 |
Benjamin Otte | gst/schedulers/gstbasicscheduler.c: fix to work with...
|
commit | commitdiff | tree |
2004-04-04 |
Benjamin Otte | gst/schedulers/entryscheduler.c: (some functions, dunno...
|
commit | commitdiff | tree |
2004-04-04 |
Benjamin Otte | fix unused warning
|
commit | commitdiff | tree |
2004-04-04 |
Benjamin Otte | gst/schedulers/gstbasicscheduler.c: fix uninitialized...
|
commit | commitdiff | tree |
2004-04-04 |
Benjamin Otte | gst/gstpad.c: fix uninitialized variable warning
|
commit | commitdiff | tree |
2004-04-04 |
Benjamin Otte | gst/: implement gst_pad_collect as replacement for...
|
commit | commitdiff | tree |
2004-04-04 |
Benjamin Otte | gst/schedulers/entryscheduler.c: add can_schedule_pad...
|
commit | commitdiff | tree |
2004-04-03 |
Benjamin Otte | gst/schedulers/entryscheduler.c: remove unused variable...
|
commit | commitdiff | tree |
2004-04-03 |
Benjamin Otte | fix compile warning in unreachable code
|
commit | commitdiff | tree |
2004-04-03 |
Benjamin Otte | gst/schedulers/entryscheduler.c: completely revamp...
|
commit | commitdiff | tree |
2004-04-03 |
Benjamin Otte | missed bug#
|
commit | commitdiff | tree |
2004-04-03 |
Benjamin Otte | fix to successfully build and test with --disable-gst...
|
commit | commitdiff | tree |
2004-04-03 |
Benjamin Otte | docs/pwg/building-boiler.xml: add cvs login line and...
|
commit | commitdiff | tree |
2004-04-02 |
Benjamin Otte | gst/gststructure.c: memleak fix: free fields array... reviewed by Benjamin Otte <otte@gnome.org>
|
commit | commitdiff | tree |
2004-03-30 |
Benjamin Otte | docs/faq/general.xml: add entry about "does gst support...
|
commit | commitdiff | tree |
2004-03-30 |
Benjamin Otte | gst/gstthread.c: fix docs
|
commit | commitdiff | tree |
2004-03-30 |
Benjamin Otte | gst/elements/gstbufferstore.c: set the offset of the...
|
commit | commitdiff | tree |
2004-03-29 |
Benjamin Otte | gst/gstpad.c: print caps in debugging output when setting...
|
commit | commitdiff | tree |
2004-03-29 |
Benjamin Otte | COPYING: replace by LGPL (former COPYING.LIB). The...
|
commit | commitdiff | tree |
2004-03-28 |
Benjamin Otte | more brown paperbags, i can really start to go shopping...
|
commit | commitdiff | tree |
2004-03-28 |
Benjamin Otte | brown paperbag
|
commit | commitdiff | tree |
2004-03-28 |
Benjamin Otte | gst/gstbin.c: don't add decoupled elements to schedulers...
|
commit | commitdiff | tree |
2004-03-25 |
Benjamin Otte | no dear, that dress doesn't make you look fat. You...
|
commit | commitdiff | tree |
2004-03-25 |
Benjamin Otte | yes, dear, i'll leave the shoes at the front door
|
commit | commitdiff | tree |
2004-03-25 |
Benjamin Otte | i'd probably prefer a bitchy wife to automake
|
commit | commitdiff | tree |
2004-03-25 |
Benjamin Otte | pleasing automake more
|
commit | commitdiff | tree |
2004-03-25 |
Benjamin Otte | whoops, forgot to clean Makefile
|
commit | commitdiff | tree |
2004-03-25 |
Benjamin Otte | fix Makefile for buildbots
|
commit | commitdiff | tree |
2004-03-25 |
Benjamin Otte | testsuite/elements/: add check to make sure gst-compprep...
|
commit | commitdiff | tree |
2004-03-24 |
Benjamin Otte | libs/gst/control/: fix lvalue casts for real
|
commit | commitdiff | tree |
2004-03-24 |
Benjamin Otte | gst/schedulers/: fix GStreamer to not have issues with...
|
commit | commitdiff | tree |
2004-03-24 |
Benjamin Otte | gst/gstelement.c: add documentation about a gobject...
|
commit | commitdiff | tree |
2004-03-22 |
Benjamin Otte | gst/gstutils.*: first argument of gst_util_dump_mem...
|
commit | commitdiff | tree |
2004-03-21 |
Benjamin Otte | gst/: clean up used memory in this elements correctly... reviewed by Benjamin Otte <otte@gnome.org>
|
commit | commitdiff | tree |
2004-03-15 |
Benjamin Otte | gst/elements/gstfdsrc.c: set the first parameter for...
|
commit | commitdiff | tree |
2004-03-13 |
Benjamin Otte | gst/gstelement.c: add documentation note about gst_element_f...
|
commit | commitdiff | tree |
2004-03-05 |
Benjamin Otte | gst/gstelement.c: revert recent recursive state changing...
|
commit | commitdiff | tree |
2004-03-05 |
Benjamin Otte | gst/gstelement.c: check for empty intersection instead...
|
commit | commitdiff | tree |
2004-03-02 |
Benjamin Otte | gst/schedulers/gstoptimalscheduler.c: revert last commit... 2004-03-03 Benjamin Otte <otte@gnome.org>
|
commit | commitdiff | tree |
2004-02-27 |
Benjamin Otte | gst/gstbuffer.h: remove gst_buffer_free, use gst_data_unref 2004-02-27 Benjamin Otte <otte@gnome.org>
|
commit | commitdiff | tree |
next |