summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* releasingRELEASE-0_8_2Thomas Vander Stichele2004-06-0411-262/+233
* release notesThomas Vander Stichele2004-06-032-29/+77
* update spec with latest filesChristian Schaller2004-06-031-2/+7
* add GST_DEBUG detectionThomas Vander Stichele2004-06-032-30/+44
* some fixesThomas Vander Stichele2004-06-032-6/+7
* forgot to update the ChangeLog, as usualStéphane Loeuillet2004-05-281-0/+11
* - removing some trailing commas in enums to please C90 only compilers (AIX, F...Stéphane Loeuillet2004-05-2816-28/+28
* gst/schedulers/gstoptimalscheduler.c: Don't try to follow the pad connections...Wim Taymans2004-05-272-10/+21
* gst/schedulers/gstoptimalscheduler.c: Elements without a group can do a state...Wim Taymans2004-05-272-7/+22
* gst/schedulers/gstoptimalscheduler.c: Fixes to maintain internal consistency ...Wim Taymans2004-05-272-10/+114
* gst/gstcaps.c: don't print error messages when there is no errorBenjamin Otte2004-05-257-3/+164
* enable newThomas Vander Stichele2004-05-241-1/+1
* wrap header in _NEWThomas Vander Stichele2004-05-244-2/+13
* use scrubThomas Vander Stichele2004-05-242-2/+1
* Regression, return -1 when no features can be foundJohan Dahlin2004-05-231-2/+2
* tools/gst-inspect.c (main): Cleanup most parts of it, don't be so verbose and...Johan Dahlin2004-05-232-303/+379
* gst/registries/gstxmlregistry.c: Fix warning on OS X. (bug #142957)David Schleef2004-05-222-2/+8
* this is not my dayThomas Vander Stichele2004-05-222-1/+2
* dohThomas Vander Stichele2004-05-221-1/+1
* scrub cflagsThomas Vander Stichele2004-05-222-1/+9
* gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with __GNUC__, patc...Johan Dahlin2004-05-212-2/+7
* fix locationThomas Vander Stichele2004-05-211-1/+1
* regenerated locationsThomas Vander Stichele2004-05-219-572/+550
* updatesThomas Vander Stichele2004-05-211-0/+21
* gst/gstindex.c: Fix overflows in comparison code. (bug #142819)David Schleef2004-05-202-1/+10
* gst/gstbuffer.*: Added Comment to a flag. copy relevant flags in _buffer_copy.Wim Taymans2004-05-203-2/+14
* add to sectionsThomas Vander Stichele2004-05-201-0/+3
* add IN_CAPS buffer flag; add GST_TYPE_FIXED_LIST + functionsThomas Vander Stichele2004-05-207-51/+180
* docs/gst/Makefile.am (all-local): Re-addJohan Dahlin2004-05-202-0/+6
* next time someone tells me to use the gst macros because they are better, the...Thomas Vander Stichele2004-05-201-1/+1
* fix distcheckThomas Vander Stichele2004-05-205-10/+30
* description of data protocolThomas Vander Stichele2004-05-201-0/+35
* tell us more about your failureThomas Vander Stichele2004-05-192-2/+2
* ignore moreThomas Vander Stichele2004-05-191-0/+2
* automake fixThomas Vander Stichele2004-05-191-1/+3
* some doc fixesThomas Vander Stichele2004-05-191-2/+15
* don't put in a test that fails on all platformsThomas Vander Stichele2004-05-192-10/+14
* fix autotestThomas Vander Stichele2004-05-192-2/+6
* use GST macros; add assertsThomas Vander Stichele2004-05-194-61/+67
* private prototypeThomas Vander Stichele2004-05-191-0/+1
* clean up libs docs; add dataprotocolThomas Vander Stichele2004-05-1911-70/+1314
* gst/gstvalue.c: fix int variable deserialization and add a helper so we can a...Benjamin Otte2004-05-192-31/+47
* testsuite/debug/commandline.c: Call ./commandline, not argv[0]. Calling your...David Schleef2004-05-183-6/+16
* I think ChangeLog and me is a combination that leavesBenjamin Otte2004-05-181-1/+2
* gst/gstbin.c: don'tBenjamin Otte2004-05-1818-53/+678
* docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC is false.David Schleef2004-05-182-0/+7
* gst/schedulers/gstoptimalscheduler.c: Fixed an error introduced with patch fo...Wim Taymans2004-05-182-2/+13
* gst/schedulers/gstoptimalscheduler.c: Added some more debug info and fixed a ...Wim Taymans2004-05-182-4/+19
* gst/schedulers/entryscheduler.c: make resetting scheduler work twice in a rowBenjamin Otte2004-05-182-2/+9
* gst/gstvalue.c: add serialization and comparison functions for long, int64, e...Benjamin Otte2004-05-189-199/+338