fix doc build fix autogen
[platform/upstream/gstreamer.git] / gst / parse /
2004-01-13 Thomas Vander Sticheletranslating parsing error messages
2004-01-12 Benjamin Otteupdate - this is huge, because it includes *.bb, *...
2003-12-24 Thomas Vander Stichelefix non-gtk-doc comment blocks
2003-12-24 David SchleefCheck caps for NULL before copying
2003-12-22 David SchleefAllow more characters to be recognized as caps characters
2003-12-22 David SchleefMerge CAPS branch
2003-12-19 Brian CameronFixed shell in docs/gst/Makefile.am and docs/libs/Makef...
2003-12-15 Thomas Vander Stichelefix brian's commit
2003-12-15 Brian CameronRemoved grammar.tab.h from the flex command to build...
2003-12-14 Benjamin Ottefix caps parsing. Some evil person (me?\!) disallowed...
2003-11-24 Benjamin Otteimplement URI schemes
2003-10-31 David Schleefadd rule dependency
2003-10-31 David SchleefClean more files
2003-10-29 David Schleefdon't dist files generated by flex and bison, since...
2003-10-09 Thomas Vander Stichelefix cleaning
2003-10-09 David Schleefdistcheck fixes. Some tests have been disabled.
2003-08-30 David SchleefDist files generated by bison and flex.
2003-08-13 Thomas Vander Stichelebuild fix
2003-07-25 David SchleefChange strtod() -> g_ascii_strtod(), since strtod(...
2003-07-14 David SchleefReference the caps used as filtercaps
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-05-18 David SchleefChange uint to guint
2003-05-18 Thomas Vander Stichelea bunch of gtk-doc fixes
2003-05-18 Benjamin Ottemake the parser accept chained caps, too
2003-05-17 Benjamin OtteThis is filtered caps in 20 lines. Implemented full...
2003-05-16 Ronald S. Bultjemake -> shell variable
2003-05-13 David SchleefFix bug in PRINT() macro
2003-05-06 Benjamin Ottedo error checking for int/float values and don't accept...
2003-05-01 Benjamin Ottefix gcc 2.x compiler error, when variables aren't defin...
2003-04-27 Benjamin Otteadd extra error for empty pipeline
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-23 Benjamin Ottefix 2 warnings
2003-04-23 Benjamin Otteworkaround for bison 1.35 bug
2003-04-17 Benjamin Otteanother bugfix, i will never get used to using the...
2003-04-16 Benjamin Ottebugfixing in pipeline parsing. Fixed the 2 pipelines...
2003-04-14 Benjamin Otteenable debugging output for bison parser, fix // commen...
2003-04-13 David SchleefRevert last Makefile.am change, and fix it correctly...
2003-04-11 David SchleefDisable compiler warning because of a bug in flex-2...
2003-04-11 Benjamin Ottegeneral fixes:
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 Otte- clean bison- and flex-built files on make clean....
2003-02-10 Erik WalthinsenFix various inconsistencies discovered while attempting...
2003-01-21 Thomas Vander Stichelethere might be a day that it doesn't take me twice...
2003-01-21 Thomas Vander Sticheledamn
2003-01-10 David SchleefFix bison build line
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2003-01-08 Thomas Vander Stichelemerge back from release branch
2002-12-19 Wim Taymans- Cleanups
2002-12-08 Wim Taymansfix bug #96751
2002-12-06 Wim TaymansAdded syntax to make filtered connections like: osssrc...
2002-11-29 Thomas Vander Sticheleapplied fixed patch from Brian
2002-11-29 Thomas Vander Stichelerevert fix because GST_DEBUG_LEAVE("") doesn't work...
2002-11-29 Christian Schallercommit Brian's patch with AC fix from thomas
2002-10-31 David SchleefFix parsing of negative numbers. Note that parsing...
2002-09-18 David SchleefAdd -p and -P flags to bison and flex, to prefix yy...
2002-08-13 Thomas Vander Stichelefixing nonsrcdir builds
2002-05-30 Andy Wingoallow colons in indentifier names (for jack: " ......
2002-05-05 Andy Wingouse contents of GST_REGISTRY variable if --gst-registry...
2002-04-16 Andy WingoAdded --gst-fatal-warnings, the same as --g-fatal-warnings
2002-04-13 Andy Wingoquote spaces in tokens passed to gst_parse_launchv...
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
2002-04-10 Thomas Vander Sticheledistcheck fixes
2002-04-10 Thomas Vander Stichele-Werror fix
2002-04-07 Andy Wingonew parser that uses flex and bison
2002-04-01 Andy Wingoform a semantic representation of the pipeline in prepa...
2002-04-01 Andy Wingothe parser works properly, but it doesn't do anything yet
2002-03-31 Andy Wingoadd (incomplete) flex/bison-based parser to cvs the...