Age | Commit message (Expand) | Author | Files | Lines |
2003-05-16 | make -> shell variable | Ronald S. Bultje | 1 | -1/+1 |
2003-05-15 | gtk-doc fixes clock debug | Thomas Vander Stichele | 5 | -9/+12 |
2003-05-13 | Fix macro GST_FOURCC_ARGS - it assumed big endian ints | Benjamin Otte | 1 | -4/+4 |
2003-05-13 | Added GST_CAT_APPLICATION. Fixes #111009 | David Schleef | 2 | -2/+3 |
2003-05-13 | Fix bug in PRINT() macro | David Schleef | 2 | -10/+4 |
2003-05-12 | fix sparc atomic functions. | James A Morrison | 1 | -25/+31 |
2003-05-11 | Change from AS_COMPILER() to AS_COMPILER_FLAG() in order to directly check fo... | David Schleef | 2 | -9/+3 |
2003-05-10 | Make sure the FIXED flag is computed correctly when normalizing a GstProps. | Wim Taymans | 1 | -2/+21 |
2003-05-10 | SysClocks need their own mutex/cond pair, as we have multiple (via subclasses... | Benjamin Otte | 2 | -15/+25 |
2003-05-10 | enable allocation tracing for GstObjects and make allocation tracing a config... | Benjamin Otte | 4 | -12/+54 |
2003-05-10 | Use GstMemChunk to allocate events | Wim Taymans | 1 | -4/+9 |
2003-05-10 | bugfixes: | Benjamin Otte | 1 | -3/+18 |
2003-05-09 | Change .p2align to .align to make non-gas assemblers happy (Fixes: #112607) | David Schleef | 1 | -6/+6 |
2003-05-09 | make test fail when it fails (d'oh) | Benjamin Otte | 2 | -2/+24 |
2003-05-09 | stuff about RGB video | David Schleef | 1 | -2/+47 |
2003-05-08 | Fix 112596, gst_caps_is_always_compatible() broken | Wim Taymans | 1 | -5/+10 |
2003-05-06 | some minor improvements: | Benjamin Otte | 2 | -29/+7 |
2003-05-06 | state need not be playing with new schedulers when adding/removing elements | Benjamin Otte | 1 | -6/+0 |
2003-05-06 | do error checking for int/float values and don't accept trailing characters, ... | Benjamin Otte | 1 | -12/+34 |
2003-05-06 | Documentation updates | Wim Taymans | 4 | -2/+91 |
2003-05-06 | simple fix: these are signed ints, not unsigned | Benjamin Otte | 1 | -1/+1 |
2003-05-06 | implement proper refcounting of pad's templates and references from real pads... | Benjamin Otte | 2 | -26/+51 |
2003-05-06 | err... reset to desired version after doing a benchmark :) | Wim Taymans | 1 | -1/+1 |
2003-05-06 | - Explicitly set buffer fields to default values instead of using memset, thi... | Wim Taymans | 1 | -16/+33 |
2003-05-02 | remove unnecessary check for registries - registry gets rebuilt automagically... | Benjamin Otte | 1 | -13/+0 |
2003-05-02 | make gst-launch --gst-mask=-1 fakesrc ! fakesink work on Solaris | Benjamin Otte | 5 | -15/+12 |
2003-05-01 | fix gcc 2.x compiler error, when variables aren't defined at the top. | Benjamin Otte | 1 | -2/+3 |
2003-05-01 | unreachable code | Benjamin Otte | 1 | -2/+0 |
2003-05-01 | fix for forte | Benjamin Otte | 1 | -4/+4 |
2003-05-01 | added GST_STR_NULL to check for NULL strings. Fixed a case where a char* give... | Benjamin Otte | 2 | -2/+4 |
2003-05-01 | silence forte warnings | Benjamin Otte | 1 | -7/+6 |
2003-05-01 | Use -f instead of -e since -e does not work in Solaris /bin/sh. | Brian Cameron | 1 | -1/+1 |
2003-05-01 | Fixed if-test in autogen.sh so it works on Solaris. Just needed to surround ... | Brian Cameron | 1 | -1/+1 |
2003-05-01 | Disable MIPS, 'cuz it's broken. | David Schleef | 1 | -1/+3 |
2003-04-28 | A few ideas looking for feedback | Jan Schmidt | 2 | -0/+48 |
2003-04-28 | offsets may be negative (nobody ever seeked beackwards, hu?) | Benjamin Otte | 2 | -2/+2 |
2003-04-28 | parsing returns elements, not bins - so put it into a pipeline if it's not a bin | Benjamin Otte | 1 | -1/+10 |
2003-04-28 | fix deadlock when thread itself goes PLAYING => PAUSED => PLAYING | Benjamin Otte | 1 | -0/+3 |
2003-04-27 | add extra error for empty pipeline | Benjamin Otte | 2 | -4/+6 |
2003-04-27 | Make events use internal links, too | Benjamin Otte | 1 | -4/+6 |
2003-04-27 | ignore .pc files | Steve Baker | 1 | -0/+1 |
2003-04-26 | - remove some \n in GstThread debugging | Wim Taymans | 2 | -9/+12 |
2003-04-26 | fix debugging segfault | Benjamin Otte | 1 | -2/+4 |
2003-04-26 | fix and better comment gst_event_new_discontinuous. Nice memory leak there | Benjamin Otte | 2 | -5/+7 |
2003-04-25 | update man page to new pipeline parsing and make it more informational | Benjamin Otte | 1 | -105/+211 |
2003-04-25 | I suck - it's the wrong variable and I don't get it for ages even while testi... | Benjamin Otte | 1 | -12/+11 |
2003-04-25 | just to be sure... | Benjamin Otte | 1 | -1/+1 |
2003-04-24 | fix stupid segfault when setting integer properties | Benjamin Otte | 1 | -3/+3 |
2003-04-24 | whoops, fix | Thomas Vander Stichele | 1 | -1/+1 |
2003-04-24 | adding a q&a | Thomas Vander Stichele | 3 | -5/+63 |