summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* use _delete_link againBenjamin Otte2003-08-171-2/+1
* include _get_type() functions in headers. Fixes docs buildBenjamin Otte2003-08-172-0/+4
* fix gst_debug_remove_with_compare_func and make testsuite/debug run againBenjamin Otte2003-08-171-5/+6
* Move man pages from %.1 to %.1.in, and add a rule to make .1 files from .1.in...David Schleef2003-08-1510-4/+23
* Add my name to the copywrite (since I wrote most of this file).Joshua N. Pritikin2003-08-152-6/+60
* remove legacy offset code - fixes #119550Benjamin Otte2003-08-141-2/+0
* Change default program suffix to -0.7David Schleef2003-08-141-0/+4
* build fixesThomas Vander Stichele2003-08-131-0/+9
* build fixThomas Vander Stichele2003-08-131-1/+1
* Add m68k support (from Debian bug report #172269)David Schleef2003-08-072-0/+13
* cache return values of _gst_debug_nameof_funcptrAndy Wingo2003-08-0716-22/+159
* Make dladdr() code dependent on HAVE_DLADDRDavid Schleef2003-08-061-2/+14
* Add check for dladdr()David Schleef2003-08-061-0/+8
* Automake-1.5 chokes on gst/Makefile.am, so updating requirement to 1.6.David Schleef2003-08-062-3/+3
* Remove putbits MakefileDavid Schleef2003-08-061-1/+0
* putbits removed because of licensing concerns. Code was moved back to the pl...David Schleef2003-08-064-207/+2
* checkThomas Vander Stichele2003-08-051-0/+2
* cia checkThomas Vander Stichele2003-08-051-1/+1
* Implement simple seek API. This can later be extended to work with GstPipelin...Ronald S. Bultje2003-08-042-0/+22
* optimized debugging.Benjamin Otte2003-08-032-31/+46
* Add another testDavid Schleef2003-08-022-0/+50
* Remove check for readability of a registry, since if it doesn't exist, it's n...David Schleef2003-08-021-2/+1
* Add pad->unlinkfunc and gst_pad_set_unlink_function()David Schleef2003-08-022-0/+31
* Support gcc-2.9x, tooRonald S. Bultje2003-08-013-8/+14
* Add using_mmap field to GstFileSrcDavid Schleef2003-07-302-0/+2
* Implement read() as a fallback method if mmap() fails. Fixes #117786David Schleef2003-07-302-74/+162
* Fix typo in last commitDavid Schleef2003-07-291-1/+1
* 1. Learn sparc asm 2. Realize the level of bogosity of the existing asm 3. Fi...David Schleef2003-07-291-18/+22
* Implement gst_caps_has_property*() as functions instead of macro's - this pre...Ronald S. Bultje2003-07-293-3/+63
* Make docs building dependent on BUILD_DOCS, this appears to be what is intend...David Schleef2003-07-292-1/+7
* Remove lines that pull libs/ext/cothreads from CVSDavid Schleef2003-07-291-3/+0
* Fix installing plugin in wrong dirJan Schmidt2003-07-292-2/+2
* clean up debugging messages in gstthread.c - includes fix for segfault from b...Benjamin Otte2003-07-271-23/+22
* Removed building of ext/cothreads and corresponding scheduler. If you want t...David Schleef2003-07-273-28/+3
* Change printing of float props to %gDavid Schleef2003-07-271-2/+2
* Fixed Forte compile issue.Brian Cameron2003-07-252-0/+8
* Properly handle null string value, preventing core dump on Solaris.Brian Cameron2003-07-251-2/+8
* Change strtod() -> g_ascii_strtod(), since strtod() is locale dependent.David Schleef2003-07-251-1/+1
* Changed strtod() -> g_ascii_strtod(), since strtod() is locale dependent.David Schleef2003-07-251-1/+1
* 1. Change many comments from // to /**/.Joshua N. Pritikin2003-07-252-126/+234
* Assign IDs starting from 1 instead of from 0.Joshua N. Pritikin2003-07-251-1/+1
* Add a GST_SEEK catagory for diagnostics about handling seek events.Joshua N. Pritikin2003-07-251-0/+4
* Prevent the registry from enter an infinite loop. Somehow the type find code...Anonymous Ignore This2003-07-251-3/+8
* But you can't use G_TYPE_BOXED in a signal. Changing to G_TYPE_POINTER until...David Schleef2003-07-241-1/+1
* Properly ref caps and pad template in FACTORY macrosDavid Schleef2003-07-242-4/+4
* fix type in documentationJoshua N. Pritikin2003-07-241-1/+1
* Change %llu printf formats to G_GUINT64_FORMATDavid Schleef2003-07-231-2/+2
* Add support for not incrementing bytecounter while we're not at the end of th...Ronald S. Bultje2003-07-222-4/+8
* Use a helper function to swap prop entries such they are properly ordered by ...Joshua N. Pritikin2003-07-221-10/+32
* + updates to the mimetypes file, trying to get it in a form that could be cha...Leif Johnson2003-07-211-366/+526