Age | Commit message (Expand) | Author | Files | Lines |
2004-02-26 | merging from release branch | Thomas Vander Stichele | 1 | -3/+1 |
2004-02-20 | gst/: Debugging tweaks. | Andy Wingo | 2 | -16/+17 |
2004-02-07 | docs/random/ds/0.9-suggested-changes: Random ramblings | David Schleef | 2 | -7/+7 |
2004-02-04 | gst/gstevent.c: actually break; inside the switch statement | Benjamin Otte | 1 | -2/+6 |
2004-02-03 | gst/: get rid of gstmarshal.h dependency. It's not needed. | Benjamin Otte | 1 | -6/+1 |
2004-02-02 | Change usage of isblah() to g_ascii_isblah() to be more locale independent. ... | David Schleef | 1 | -1/+0 |
2004-01-29 | docs/random/ds/element-checklist: Notes about gst_caps_to_string() | David Schleef | 1 | -2/+2 |
2004-01-13 | translating parsing error messages | Thomas Vander Stichele | 1 | -20/+26 |
2004-01-12 | update - this is huge, because it includes *.bb, *.bbg and *.da files which a... | Benjamin Otte | 1 | -0/+3 |
2003-12-24 | fix non-gtk-doc comment blocks | Thomas Vander Stichele | 1 | -1/+1 |
2003-12-24 | Check caps for NULL before copying | David Schleef | 1 | -1/+5 |
2003-12-22 | Allow more characters to be recognized as caps characters | David Schleef | 1 | -1/+1 |
2003-12-22 | Merge CAPS branch | David Schleef | 1 | -5/+3 |
2003-12-19 | Fixed shell in docs/gst/Makefile.am and docs/libs/Makefile.am so that it work... | Brian Cameron | 1 | -1/+3 |
2003-12-15 | fix brian's commit | Thomas Vander Stichele | 1 | -1/+1 |
2003-12-15 | Removed grammar.tab.h from the flex command to build lex._gst_parse_yy.c beca... | Brian Cameron | 1 | -1/+1 |
2003-12-14 | fix caps parsing. Some evil person (me?\!) disallowed the dot as a character ... | Benjamin Otte | 1 | -2/+3 |
2003-11-24 | implement URI schemes | Benjamin Otte | 3 | -41/+97 |
2003-10-31 | add rule dependency | David Schleef | 1 | -1/+1 |
2003-10-31 | Clean more files | David Schleef | 1 | -0/+1 |
2003-10-29 | don't dist files generated by flex and bison, since they're not portable. | David Schleef | 1 | -2/+6 |
2003-10-09 | fix cleaning | Thomas Vander Stichele | 1 | -4/+1 |
2003-10-09 | distcheck fixes. Some tests have been disabled. | David Schleef | 1 | -1/+3 |
2003-08-30 | Dist files generated by bison and flex. | David Schleef | 1 | -3/+4 |
2003-08-13 | build fix | Thomas Vander Stichele | 1 | -1/+1 |
2003-07-25 | Change strtod() -> g_ascii_strtod(), since strtod() is locale dependent. | David Schleef | 1 | -1/+1 |
2003-07-14 | Reference the caps used as filtercaps | David Schleef | 1 | -0/+2 |
2003-06-29 | GST_DEBUG reorganization containing loads of stuff: | Benjamin Otte | 2 | -29/+27 |
2003-05-18 | Change uint to guint | David Schleef | 1 | -3/+3 |
2003-05-18 | a bunch of gtk-doc fixes | Thomas Vander Stichele | 2 | -2/+2 |
2003-05-18 | make the parser accept chained caps, too | Benjamin Otte | 1 | -2/+3 |
2003-05-17 | This is filtered caps in 20 lines. Implemented full featured parsing of pipel... | Benjamin Otte | 2 | -6/+38 |
2003-05-16 | make -> shell variable | Ronald S. Bultje | 1 | -1/+1 |
2003-05-13 | Fix bug in PRINT() macro | David Schleef | 1 | -10/+4 |
2003-05-06 | do error checking for int/float values and don't accept trailing characters, ... | Benjamin Otte | 1 | -12/+34 |
2003-05-01 | fix gcc 2.x compiler error, when variables aren't defined at the top. | Benjamin Otte | 1 | -2/+3 |
2003-04-27 | add extra error for empty pipeline | Benjamin Otte | 1 | -4/+5 |
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-23 | fix 2 warnings | Benjamin Otte | 1 | -3/+3 |
2003-04-23 | workaround for bison 1.35 bug | Benjamin Otte | 1 | -0/+16 |
2003-04-17 | another bugfix, i will never get used to using the retrun value of g_(s)list_... | Benjamin Otte | 1 | -1/+1 |
2003-04-16 | bugfixing in pipeline parsing. Fixed the 2 pipelines that are now added to th... | Benjamin Otte | 1 | -15/+26 |
2003-04-14 | enable debugging output for bison parser, fix // comments, better error recov... | Benjamin Otte | 2 | -7/+32 |
2003-04-13 | Revert last Makefile.am change, and fix it correctly. I _think_ this won't b... | David Schleef | 2 | -5/+1 |
2003-04-11 | Disable compiler warning because of a bug in flex-2.5.31 | David Schleef | 1 | -1/+5 |
2003-04-11 | general fixes: | Benjamin Otte | 1 | -23/+11 |
2003-04-10 | bugfix: wrong function due to missing char | Benjamin Otte | 1 | -1/+1 |
2003-04-08 | Remove grammar.output, too | David Schleef | 1 | -1/+1 |