- 12 Jan, 2004 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de> * examples/cutter/.cvsignore: * examples/helloworld/.cvsignore: * examples/launch/.cvsignore: * examples/manual/.cvsignore: * examples/mixer/.cvsignore: * examples/pingpong/.cvsignore: * examples/plugins/.cvsignore: * examples/queue/.cvsignore: * examples/queue2/.cvsignore: * examples/queue3/.cvsignore: * examples/queue4/.cvsignore: * examples/retag/.cvsignore: * examples/thread/.cvsignore: * examples/typefind/.cvsignore: * examples/xml/.cvsignore: * gst/.cvsignore: * gst/autoplug/.cvsignore: * gst/elements/.cvsignore: * gst/indexers/.cvsignore: * gst/parse/.cvsignore: * gst/registries/.cvsignore: * gst/schedulers/.cvsignore: * libs/gst/bytestream/.cvsignore: * libs/gst/control/.cvsignore: * libs/gst/getbits/.cvsignore: * tests/.cvsignore: * tests/bufspeed/.cvsignore: * tests/instantiate/.cvsignore: * tests/memchunk/.cvsignore: * tests/muxing/.cvsignore: * tests/sched/.cvsignore: * tests/seeking/.cvsignore: * tests/threadstate/.cvsignore: * testsuite/.cvsignore: * testsuite/caps/.cvsignore: * testsuite/cleanup/.cvsignore: * testsuite/dynparams/.cvsignore: * testsuite/plugin/.cvsignore: * tools/.cvsignore: update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov.
-
- 22 Dec, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Merge CAPS branch
-
- 09 Dec, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: convert GST_*_PADDING to _gst_reserved[GST_PADDING];
-
- 04 Dec, 2003 1 commit
-
-
Andy Wingo Wingo authored
Original commit message from CVS: remove copyright field from plugin structs
-
- 03 Dec, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: add more checks
-
- 24 Nov, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: merge in tagging Includes: - gsttag.[ch] - The definition of GstTagList and tag registering/querying - gsttaginterface.[ch] - Interface for elements that can handle setting of tags - updates and merges to gststructure.[ch] and gstvalue.[ch] - testsuite/tags - some tests for tagging - bugfixes - updates to make make distcheck work - updates the version number to 0.7.2.1 Does not include: - including tagging stuff in docs - extensive tests
-
- 19 Nov, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Remove DEBUG call that can happen before debugging is initialized
-
- 31 Oct, 2003 3 commits
-
-
David Schleef authored
Original commit message from CVS: Install headers in gst/bytestream/
-
Benjamin Otte authored
Original commit message from CVS: update plugin initialization restructuring (see email for details
-
David Schleef authored
Original commit message from CVS: Fix setting of int and int64 dparams. Fixes #124023
-
- 28 Oct, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: merge TYPEFIND branch. Major changes: - totally reworked type(find) system - bytestream is out of the core again - typefind element is now part of gstelements
-
- 01 Oct, 2003 1 commit
-
-
Ronald S. Bultje authored
New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste... Original commit message from CVS: New typefind system: * bytestream is now part of the core * all plugins have been modified to use this new typefind system * asf typefinding added * mpeg video stream typefiding removed because it's broken * duplicate typefind entries removed * extra id3 typefinding added, because we've seen 4 types of files (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs to work. Instead, I've added an id3 element and let it redo typefiding after the id3 header. this needs a hack because spider only typefinds once. We can remove this hack once spider supports multiple typefinds. * with all this, mp3 typefinding is semi-rewritten * id3 typefinding in flac/vorbis is removed, it's no longer needed * fixed spider and gst-typefind to use this, too. * Other general cleanups
-
- 17 Aug, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: include _get_type() functions in headers. Fixes docs build
-
- 14 Aug, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: remove legacy offset code - fixes #119550
-
- 06 Aug, 2003 1 commit
-
-
David Schleef authored
putbits removed because of licensing concerns. Code was moved back to the plugins it was derived from. Original commit message from CVS: putbits removed because of licensing concerns. Code was moved back to the plugins it was derived from.
-
- 23 Jul, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Change %llu printf formats to G_GUINT64_FORMAT
-
- 08 Jul, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: don't include optimizations directly in Makefiles
-
- 29 Jun, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: GST_DEBUG reorganization This is a big diff (ca 450k), containing loads of stuff: - gstinfo.[ch] complete rewrite - changing of all GST_DEBUG messages to reflect that change - reorganization of subsystem disabling - addition of gstconfig.h.in so we can track the disablings - <gst/gst.h> does not include <unistd.h> and <config.h> anymore - documentation updated for gstinfo stuff (build the docs yourself to know what changed) - bugfixes for making of the docs (files from CVS are not deleted anymore - testsuite for debugging changes in testsuite/debug expect breakage
-
- 15 Jun, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Fix spelling errors
-
- 05 Jun, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix float min and max
-
- 24 May, 2003 1 commit
-
-
Wim Taymans authored
- First attempt at implementing #113180, this one also removes automatic (byte) offset calculations in the subbuffer ... Original commit message from CVS: - First attempt at implementing #113180, this one also removes automatic (byte) offset calculations in the subbuffer code and moves that logic to bytestream and filesrc. It will also update the offset and duration fields in some special cases.
-
- 09 May, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Change .p2align to .align to make non-gas assemblers happy (Fixes: #112607)
-
- 15 Apr, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: make bytestream use the shiny new timestamp macros
-
- 04 Apr, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Add $(GST_LIBS) to libgstcontrol's LIBADD. Should go into 0.6.1.
-
- 19 Mar, 2003 1 commit
-
-
Benjamin Otte authored
- added support for _reset so PLAYING -> READY -> PLAYING can easily be done without destroying a bytestream first Original commit message from CVS: - added support for _reset so PLAYING -> READY -> PLAYING can easily be done without destroying a bytestream first - minor performace improvement on data request (hope it doesn't break anything - if it does revert the changes to gst_bytestream_peek_bytes
-
- 25 Feb, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Added bytestream API docs.
-
- 10 Feb, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: - Add more --disable options - fix makefiles to only compile non-disabled features - some compile fixes. - removed extratypes, added gsturitype - make get/set clock on a bin overridable - some portability fixes for GUINT64 - separate pools from gstregistry.[ch] into gstregistrypool.[ch] - make gstobject size fixed, even if we disabled load/save - don't use 'new' as a variable as it is not a valib C++ variable
-
- 01 Feb, 2003 1 commit
-
-
David Schleef authored
Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT. Fix pointer<->int conversion. Fixes warnings on alpha. Original commit message from CVS: Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT. Fix pointer<->int conversion. Fixes warnings on alpha.
-
- 20 Jan, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: - Make _tell more accurate
-
- 17 Jan, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: memleak fix
-
- 13 Jan, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: debug fix
-
- 11 Jan, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Fix prototypes (trivial)
-
- 05 Jan, 2003 1 commit
-
-
Jan Schmidt authored
Original commit message from CVS: Moved a check for NULL buffer from gst_pad_pull to be a little earlier. Fixed 2 bs_print format specifiers wtay, please check this and let me know if you would prefer changes like this to be pre-approved
-
- 31 Dec, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Cleanups + better timestamp capture
-
- 30 Dec, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: - major API breakage (one of the last, I promise...) - GST_PAD_QUERY -> GST_QUERY - GstPadQuery -> GstQuery - Move query definitions to gstquery.h to allow for future dynamic query types. - remove _pad_handles_* in favour of extra format/event functions to make the same checks. - fix elements - Implemented missing query/event/formats functions in gstelement
-
- 27 Dec, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Cleanups
-
- 18 Dec, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: patch from brian cameron for iso c compliance
-
- 08 Dec, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix for parallel installability
-
- 30 Oct, 2002 1 commit
-
-
David I. Lehn authored
Original commit message from CVS: use G_{BEGIN,END}_DECLS
-
- 22 Oct, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Fix C++ linkage problems
-