platform/upstream/gstreamer.git
2003-05-06 Benjamin Ottesome minor improvements:
2003-05-06 Benjamin Ottestate need not be playing with new schedulers when...
2003-05-06 Benjamin Ottedo error checking for int/float values and don't accept...
2003-05-06 Wim TaymansDocumentation updates
2003-05-06 Benjamin Ottesimple fix: these are signed ints, not unsigned
2003-05-06 Benjamin Otteimplement proper refcounting of pad's templates and...
2003-05-06 Wim Taymanserr... reset to desired version after doing a benchmark :)
2003-05-06 Wim Taymans- Explicitly set buffer fields to default values instea...
2003-05-02 Benjamin Otteremove unnecessary check for registries - registry...
2003-05-02 Benjamin Ottemake gst-launch --gst-mask=-1 fakesrc ! fakesink work...
2003-05-01 Benjamin Ottefix gcc 2.x compiler error, when variables aren't defin...
2003-05-01 Benjamin Otteunreachable code
2003-05-01 Benjamin Ottefix for forte
2003-05-01 Benjamin Otteadded GST_STR_NULL to check for NULL strings. Fixed...
2003-05-01 Benjamin Ottesilence forte warnings
2003-05-01 Brian CameronUse -f instead of -e since -e does not work in Solaris...
2003-05-01 Brian CameronFixed if-test in autogen.sh so it works on Solaris...
2003-05-01 David SchleefDisable MIPS, 'cuz it's broken.
2003-04-28 Jan SchmidtA few ideas looking for feedback
2003-04-28 Benjamin Otteoffsets may be negative (nobody ever seeked beackwards...
2003-04-28 Benjamin Otteparsing returns elements, not bins - so put it into...
2003-04-28 Benjamin Ottefix deadlock when thread itself goes PLAYING => PAUSED...
2003-04-27 Benjamin Otteadd extra error for empty pipeline
2003-04-27 Benjamin OtteMake events use internal links, too
2003-04-27 Steve Bakerignore .pc files
2003-04-26 Wim Taymans- remove some \n in GstThread debugging
2003-04-26 Benjamin Ottefix debugging segfault
2003-04-26 Benjamin Ottefix and better comment gst_event_new_discontinuous...
2003-04-25 Benjamin Otteupdate man page to new pipeline parsing and make it...
2003-04-25 Benjamin OtteI suck - it's the wrong variable and I don't get it...
2003-04-25 Benjamin Ottejust to be sure...
2003-04-24 Benjamin Ottefix stupid segfault when setting integer properties
2003-04-24 Thomas Vander... whoops, fix
2003-04-24 Thomas Vander... adding a q&a
2003-04-23 Benjamin Ottefix 2 warnings
2003-04-23 Thomas Vander... make the user registry location major-minor versioned...
2003-04-23 Benjamin Otteworkaround for bison 1.35 bug
2003-04-21 Benjamin Ottemake gst_thread_get_current() work with threaded cothreads
2003-04-21 Benjamin Ottemake that error message more useful, it kept confusing me
2003-04-21 Benjamin Otteassorted fixes:
2003-04-19 Wim TaymansGST_DEBUG/INFO doesn't need a \n at the end.
2003-04-19 Wim Taymans- removed an assert, mmaping the stack of another threa...
2003-04-18 David SchleefAdd caps list test that shows incorrect behavior
2003-04-18 Benjamin Otterewrite GstThread - should be quite a bit cleaner and...
2003-04-18 Benjamin Otte- make child_state_change a virtual function
2003-04-18 Benjamin Ottemake EOS really recursive and not just one layer deep
2003-04-17 Wim TaymansSmall example that shows caps nego recovery.
2003-04-17 Wim Taymans- Added a property to perform caps negotiation in the...
2003-04-17 Wim TaymansAdded a simple function gst_pad_recover_caps_error...
2003-04-17 Wim TaymansTransform variable properties too
2003-04-17 Benjamin Otterelease lock before doing signal handling
2003-04-17 Wim Taymansquick braindump of capsnego failure recovery
2003-04-17 Benjamin Otteone more test
2003-04-17 Wim Taymans- don't be rude but give informative message about...
2003-04-17 Benjamin Otteanother bugfix, i will never get used to using the...
2003-04-17 Benjamin OtteIt's absolute fun if you don't find this. If an element...
2003-04-17 Colin WaltersRemove dummy signals, add full signal.
2003-04-16 Benjamin Ottebugfixing in pipeline parsing. Fixed the 2 pipelines...
2003-04-16 Benjamin Otteadd a breaking testcase
2003-04-16 Benjamin Otte*_is_writeable => *_is_writable (spelling)
2003-04-16 David SchleefFix a compilation problem with the example code.
2003-04-15 Benjamin Ottechange *_is_readonly to *_is_writeable. Hope the name...
2003-04-15 Benjamin Otteremove left over _needs_copy_on_write
2003-04-15 Benjamin Otteremove left over GST_DATA_IS_READONLY
2003-04-15 Benjamin Ottemake bytestream use the shiny new timestamp macros
2003-04-15 Benjamin OtteOuch: gst_element_dispose does a state change to NULL...
2003-04-15 Benjamin OtteAPI change: remove gst_object_destroy and #defines...
2003-04-15 Benjamin OtteAPI change: rename (currently unused function) gst_...
2003-04-15 Benjamin Ottedestroyed gst_*_destroy in the examples - use gst_objec...
2003-04-15 Benjamin Ottedestroyed gst_*_destroy in the examples - use gst_objec...
2003-04-15 Benjamin Ottesome thoughts about clocking - this looks suspiciously...
2003-04-14 Wim Taymans- make aggregator actually work
2003-04-14 Wim TaymansUpdated makefile too..
2003-04-14 Wim Taymans- Added infrastructure to run a filter against plugins...
2003-04-14 Wim Taymans- use g_list_foreach where apropriate
2003-04-14 Benjamin Otteenable debugging output for bison parser, fix // commen...
2003-04-13 David SchleefFall back on sa_handler if sa_sigaction doesn't work
2003-04-13 David SchleefChange autoconf_2.52d_check to 2_52 to make bash happy
2003-04-13 David SchleefRevert last Makefile.am change, and fix it correctly...
2003-04-13 Matthias FriedrichUsing bash is problematic on non-linux plattforms,...
2003-04-13 Benjamin Otte- added macros GST_CLOCK_TIME_IS_VALID and GST_BUFFE_TI...
2003-04-13 Benjamin Ottesilence compiler warning
2003-04-13 Benjamin Ottedon't error out on max-buffers = 0
2003-04-12 Wim Taymans- Added function to apply a custom filter on plugin...
2003-04-12 Benjamin Ottesignal EOS on parent bins, when the last element playin...
2003-04-11 David SchleefDisable compiler warning because of a bug in flex-2...
2003-04-11 Benjamin Ottegeneral fixes:
2003-04-10 Wim TaymansRemoved sanity check that does not hold in some cases...
2003-04-10 Benjamin Otteadded tests for parsing stuff
2003-04-10 Benjamin Ottedocumentation
2003-04-10 Benjamin Ottepatch to gst-launch - a pipeline parsing can result...
2003-04-10 Benjamin Ottebugfix: wrong function due to missing char
2003-04-08 David SchleefRemove grammar.output, too
2003-04-08 David SchleefClean up Makefile.am
2003-04-08 David SchleefFix warning
2003-04-08 Benjamin Otterewritten pipeline parsing lands. Have fun breaking it.
2003-04-08 Benjamin Ottedo not return SUCCESS if a bin's child can't change...
2003-04-08 Benjamin Otte- clean bison- and flex-built files on make clean....
2003-04-08 Benjamin Ottehuge modifications, hope i didn't break something:
2003-04-08 Benjamin Ottepad linking only works when both elements are not playing
next