Changes to handle compilers that don't have variadic macro support. In particular...
[platform/upstream/gstreamer.git] / gst / parse / grammar.y
2004-05-07 David SchleefChanges to handle compilers that don't have variadic...
2004-05-06 Thomas Vander Sticheleput offending pipeline in error
2004-05-04 Benjamin Ottegst/parse/grammar.y: use GST_ERROR instead of g_warning...
2004-05-04 Benjamin Ottegst/parse/grammar.y: fix assert to not trigger when...
2004-04-20 Sebastien Cotegst/parse/grammar.y: Apply patch from Sebastien Cote
2004-04-19 Johan Dahlingst/parse/grammar.y (__gst_parse_chain_free): Don't...
2004-03-05 Thomas Vander Stichelegst/gstelement.c: make elements try to recursively...
2004-02-20 Andy Wingogst/: Debugging tweaks.
2004-02-07 David Schleefdocs/random/ds/0.9-suggested-changes: Random ramblings
2004-02-04 Benjamin Ottegst/gstevent.c: actually break; inside the switch statement
2004-01-29 David Schleefdocs/random/ds/element-checklist: Notes about gst_caps_...
2004-01-13 Thomas Vander Sticheletranslating parsing error messages
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 SchleefMerge CAPS branch
2003-11-24 Benjamin Otteimplement URI schemes
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-17 Benjamin OtteThis is filtered caps in 20 lines. Implemented full...
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-11 Benjamin Ottegeneral fixes:
2003-04-10 Benjamin Ottebugfix: wrong function due to missing char
2003-04-08 David SchleefFix warning
2003-04-08 Benjamin Otterewritten pipeline parsing lands. Have fun breaking it.
2003-02-10 Erik WalthinsenFix various inconsistencies discovered while attempting...
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2002-12-08 Wim Taymansfix bug #96751
2002-12-06 Wim TaymansAdded syntax to make filtered connections like: osssrc...
2002-09-18 David SchleefAdd -p and -P flags to bison and flex, to prefix yy...
2002-05-05 Andy Wingouse contents of GST_REGISTRY variable if --gst-registry...
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
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...