Benjamin Otte
3235f1d4c0
merge TYPEFIND branch. Major changes:
...
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
2003-10-28 20:25:30 +00:00
David Schleef
208c0e3089
bump version to 0.7.1.1
...
Original commit message from CVS:
bump version to 0.7.1.1
2003-10-20 22:48:06 +00:00
David Schleef
31128ca571
bump version to 0.7.1
...
Original commit message from CVS:
bump version to 0.7.1
2003-10-20 21:41:11 +00:00
David Schleef
c377174f2c
add some linguas
...
Original commit message from CVS:
add some linguas
2003-10-13 23:59:13 +00:00
David Schleef
60916d6f41
Check is we should use -mregnames on PowerPC
...
Original commit message from CVS:
Check is we should use -mregnames on PowerPC
2003-10-08 17:27:56 +00:00
David Schleef
36173ee63a
Remove FOMIT_FRAME_POINTER
...
Original commit message from CVS:
Remove FOMIT_FRAME_POINTER
2003-10-08 07:05:20 +00:00
Ronald S. Bultje
6fbff1c106
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
2003-10-01 13:11:45 +00:00
David Schleef
0bdeb40920
Add --enable-poisoning option, and make it default to off in normal releases, on in ./autogen.sh configuration. Add ...
...
Original commit message from CVS:
Add --enable-poisoning option, and make it default to off in normal
releases, on in ./autogen.sh configuration. Add automake17 as a
possible automake name.
2003-08-21 04:38:27 +00:00
David Schleef
20569e76f8
Add framework for internationalization
...
Original commit message from CVS:
Add framework for internationalization
2003-08-17 22:01:24 +00:00
David Schleef
7ea0633cd1
Change default program suffix to -0.7
...
Original commit message from CVS:
Change default program suffix to -0.7
2003-08-14 04:30:17 +00:00
David Schleef
4b13be22f0
Add check for dladdr()
...
Original commit message from CVS:
Add check for dladdr()
2003-08-06 02:57:29 +00:00
David Schleef
f267a761d8
Remove putbits Makefile
...
Original commit message from CVS:
Remove putbits Makefile
2003-08-06 01:07:10 +00:00
David Schleef
590d364baa
Removed building of ext/cothreads and corresponding scheduler. If you want to reenable it, please fix it first. (Se...
...
Original commit message from CVS:
Removed building of ext/cothreads and corresponding scheduler. If
you want to reenable it, please fix it first. (See bug #87163 )
2003-07-27 05:10:42 +00:00
Benjamin Otte
803ce6bf48
GST_DEBUG reorganization containing loads of stuff:
...
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
2003-06-29 14:05:49 +00:00
Colin Walters
e5872bf925
Add new --enable-fast-stack-trash option, defaults to on.
...
Original commit message from CVS:
Add new --enable-fast-stack-trash option, defaults to on.
We need this because valgrind doesn't implement an insn used
by it.
2003-05-31 09:51:28 +00:00
Brian Cameron
e7d71c250c
added spaces around the equal sign so that the test actually works on
...
Original commit message from CVS:
added spaces around the equal sign so that the test actually works on
Solaris.
2003-05-21 18:23:39 +00:00
Brian Cameron
844b7e1475
Updated configure.ac so that it does not include the -Wall and -Werror if the compiler cannot use these flags.
...
Original commit message from CVS:
Updated configure.ac so that it does not include the -Wall and -Werror
if the compiler cannot use these flags.
2003-05-19 11:55:56 +00:00
Thomas Vander Stichele
fc27d4b9fe
gtk-doc fixes
...
Original commit message from CVS:
gtk-doc fixes
2003-05-18 15:08:17 +00:00
David Schleef
a47e41e879
Check for Perl and sigaction().
...
Original commit message from CVS:
Check for Perl and sigaction().
2003-05-18 03:31:58 +00:00
David Schleef
e76153d66f
Change from AS_COMPILER() to AS_COMPILER_FLAG() in order to directly check for available warning/error flags
...
Original commit message from CVS:
Change from AS_COMPILER() to AS_COMPILER_FLAG() in order to directly
check for available warning/error flags
2003-05-11 07:08:46 +00:00
Benjamin Otte
b74e6f24f2
enable allocation tracing for GstObjects and make allocation tracing a configure switch (enable by default for now)
...
Original commit message from CVS:
enable allocation tracing for GstObjects and make allocation tracing a configure switch (enable by default for now)
2003-05-10 12:42:02 +00:00
Benjamin Otte
df7d0e43d4
added tests for parsing stuff
...
Original commit message from CVS:
added tests for parsing stuff
2003-04-10 01:51:42 +00:00
Ronald S. Bultje
d2499c35b3
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
...
Original commit message from CVS:
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
2003-04-07 21:28:57 +00:00
Benjamin Otte
afe37388cb
remove old workaround for older popt version.
...
Original commit message from CVS:
remove old workaround for older popt version.
2003-04-04 17:37:19 +00:00
Wim Taymans
b030b5cef2
- Add more --disable options
...
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
2003-02-10 20:32:32 +00:00
Thomas Vander Stichele
5195076a1c
0.7.x dev branch is open
...
Original commit message from CVS:
0.7.x dev branch is open
2003-01-23 12:23:58 +00:00
Thomas Vander Stichele
21cb91e331
increase libtool version because of connect->link back to cvs mode
...
Original commit message from CVS:
increase libtool version because of connect->link
back to cvs mode
2003-01-22 16:10:30 +00:00
David Schleef
2e5b741993
Add test for ucontext.h. (Needed for cothreads.c)
...
Original commit message from CVS:
Add test for ucontext.h. (Needed for cothreads.c)
2003-01-21 21:28:27 +00:00
Thomas Vander Stichele
f1526799e0
make forte happy
...
Original commit message from CVS:
make forte happy
2003-01-20 14:10:14 +00:00
David Schleef
e9bae927c1
Fixes for cross-compilation
...
Original commit message from CVS:
Fixes for cross-compilation
2003-01-11 00:27:29 +00:00
Thomas Vander Stichele
f1af3cca60
code cleanups and further deprecation fixes
...
Original commit message from CVS:
code cleanups and further deprecation fixes
2003-01-09 20:02:34 +00:00
Thomas Vander Stichele
16870983fb
merge back from release branch
...
Original commit message from CVS:
merge back from release branch
2003-01-08 16:03:49 +00:00
Thomas Vander Stichele
d7154f9568
updating
...
Original commit message from CVS:
updating
2003-01-05 22:55:02 +00:00
David I. Lehn
8cf993b4ce
no need to generate this script to adjust python interpreter since it is invoked directly from the detected interpreter
...
Original commit message from CVS:
no need to generate this script to adjust python interpreter since it is
invoked directly from the detected interpreter
2002-12-31 18:44:59 +00:00
Thomas Vander Stichele
7481224406
popt location fix
...
Original commit message from CVS:
popt location fix
2002-12-27 13:44:51 +00:00
Thomas Vander Stichele
72004547dc
fixes
...
Original commit message from CVS:
fixes
2002-12-23 21:40:35 +00:00
Thomas Vander Stichele
7c84581a90
patch from brian cameron for iso c compliance
...
Original commit message from CVS:
patch from brian cameron for iso c compliance
2002-12-18 21:44:57 +00:00
Thomas Vander Stichele
593079820a
fixes a jhbuild bug
...
Original commit message from CVS:
fixes a jhbuild bug
2002-12-13 15:33:42 +00:00
Wim Taymans
fcd8d12069
Renamed GstCache to GstIndex
...
Original commit message from CVS:
Renamed GstCache to GstIndex
2002-12-12 22:14:36 +00:00
Thomas Vander Stichele
65d35489ac
merge from release branch
...
Original commit message from CVS:
merge from release branch
2002-12-11 21:33:07 +00:00
Thomas Vander Stichele
fb17dbbe32
fixes for solaris
...
Original commit message from CVS:
fixes for solaris
2002-12-11 16:00:41 +00:00
Thomas Vander Stichele
17ef282d09
back to cvs
...
Original commit message from CVS:
back to cvs
2002-12-08 20:30:03 +00:00
Thomas Vander Stichele
7eea6a04b7
fix for parallel installability
...
Original commit message from CVS:
fix for parallel installability
2002-12-08 14:39:38 +00:00
Wim Taymans
81349fb2e8
Added caches dir
...
Original commit message from CVS:
Added caches dir
2002-11-29 20:50:10 +00:00
Thomas Vander Stichele
009e8bb2b4
applied fixed patch from Brian
...
Original commit message from CVS:
applied fixed patch from Brian
2002-11-29 17:05:13 +00:00
Christian Schaller
54cbcd0c18
commit Brian's patch with AC fix from thomas
...
Original commit message from CVS:
commit Brian's patch with AC fix from thomas
2002-11-29 11:10:35 +00:00
Christian Schaller
e6d279fc4d
added vishnu's doc patch
...
Original commit message from CVS:
added vishnu's doc patch
2002-11-28 00:10:38 +00:00
Christian Schaller
8713afead6
remove indexing again, wrong module :)
...
Original commit message from CVS:
remove indexing again, wrong module :)
2002-11-27 22:08:59 +00:00
Christian Schaller
b56c5b25bf
added indexing makefile
...
Original commit message from CVS:
added indexing makefile
2002-11-27 21:30:03 +00:00
Thomas Vander Stichele
9e09d51194
bump up the version
...
Original commit message from CVS:
bump up the version
2002-10-30 10:08:17 +00:00
David Schleef
2311f5a320
We don't depend on or use nasm on any platform. It was apparently for the mpeg2 plugin.
...
Original commit message from CVS:
We don't depend on or use nasm on any platform. It was apparently for
the mpeg2 plugin.
2002-10-25 03:23:30 +00:00
Thomas Vander Stichele
4d1336e708
faq it
...
Original commit message from CVS:
faq it
2002-10-19 09:19:11 +00:00
Leif Johnson
214c244f6a
Moved 'docs/fwg' to 'docs/pwg'.
...
Original commit message from CVS:
Moved 'docs/fwg' to 'docs/pwg'.
2002-09-27 19:52:34 +00:00
Thomas Vander Stichele
0550814684
aclocal helper thingie
...
Original commit message from CVS:
aclocal helper thingie
2002-09-18 21:44:00 +00:00
Thomas Vander Stichele
78f516eaa5
up the micro
...
Original commit message from CVS:
up the micro
2002-09-18 13:03:11 +00:00
Thomas Vander Stichele
40e88820f7
adding manual examples to build, along with deps don't worry, this should work if you don't have libgnomeui
...
Original commit message from CVS:
adding manual examples to build, along with deps
don't worry, this should work if you don't have libgnomeui
2002-09-14 13:19:05 +00:00
Andy Wingo
52ec4f4e5b
add core elements to the registry pool plugin list fix python check
...
Original commit message from CVS:
* add core elements to the registry pool plugin list
* fix python check
2002-08-31 18:17:02 +00:00
Thomas Vander Stichele
0d8986f3ed
xml check fix cross your fingers
...
Original commit message from CVS:
xml check fix
cross your fingers
2002-08-10 22:29:54 +00:00
Thomas Vander Stichele
8cffde6638
hints for the future
...
Original commit message from CVS:
hints for the future
2002-08-07 00:03:27 +00:00
Thomas Vander Stichele
d59eb3357b
added extra check for working XML LIBS flags
...
Original commit message from CVS:
added extra check for working XML LIBS flags
2002-08-06 22:22:52 +00:00
Thomas Vander Stichele
7df70e760f
check for flex
...
Original commit message from CVS:
check for flex
2002-08-06 22:02:54 +00:00
Thomas Vander Stichele
e815ef5646
no c++ in the core
...
Original commit message from CVS:
no c++ in the core
2002-08-06 21:52:35 +00:00
Wim Taymans
63fd06bda7
Updated TODO list
...
Original commit message from CVS:
Updated TODO list
Added segment seeking experiment Makefile
2002-08-02 11:44:20 +00:00
Wim Taymans
6bd5ed021c
Added example
...
Original commit message from CVS:
Added example
2002-07-24 21:17:56 +00:00
Thomas Vander Stichele
a64e400a97
lioux's virtual patch
...
Original commit message from CVS:
lioux's virtual patch
2002-07-11 21:38:23 +00:00
Thomas Vander Stichele
92de697c34
I'm too lazy to comment this
...
Original commit message from CVS:
combined patch by me and lioux@FreeBSD.org
2002-07-11 21:22:55 +00:00
Thomas Vander Stichele
e616bfb44e
added configure check for POPT_TABLEEND
...
Original commit message from CVS:
added configure check for POPT_TABLEEND
2002-07-10 10:42:04 +00:00
Thomas Vander Stichele
8644cd03d6
revert wingo's patch since it breaks add AM_MAINTAINER_MODE to configure.ac since that adds the option to configure
...
Original commit message from CVS:
revert wingo's patch since it breaks
add AM_MAINTAINER_MODE to configure.ac since that adds the option to configure
2002-07-09 21:30:20 +00:00
Andy Wingo
fcfefdca75
remove AM_MAINTAINER_MODE from the main configure.ac
...
Original commit message from CVS:
remove AM_MAINTAINER_MODE from the main configure.ac
2002-07-09 17:44:22 +00:00
Thomas Vander Stichele
dcb3cec6a0
merge from BRANCH-RELEASE-0_4_0
...
Original commit message from CVS:
merge from BRANCH-RELEASE-0_4_0
2002-07-09 10:27:22 +00:00
Thomas Vander Stichele
5c733f90f3
back to hack
...
Original commit message from CVS:
back to hack
2002-07-01 15:54:26 +00:00
Thomas Vander Stichele
42810b4db3
for better or worse, make distcheck now passes again
...
Original commit message from CVS:
for better or worse, make distcheck now passes again
2002-07-01 13:02:03 +00:00
Thomas Vander Stichele
ef3dd2fc6c
dist fixes
...
Original commit message from CVS:
dist fixes
2002-07-01 12:08:22 +00:00
Steve Baker
6004504f6a
added a test which shows a problem with state changes when the toplevel bin is a thread.
...
Original commit message from CVS:
added a test which shows a problem with state changes when the toplevel bin is a thread.
there is some kind of deadlock. It would be good if wingo or wtay could have a look.
2002-06-01 15:01:51 +00:00
Thomas Vander Stichele
d000c8f4b5
making stuff purtier
...
Original commit message from CVS:
making stuff purtier
2002-05-27 19:52:00 +00:00
Thomas Vander Stichele
2a3ae58c89
together with the recent commit in common, this little beauty should
...
Original commit message from CVS:
together with the recent commit in common, this little beauty should
- implement both --with-automake and --with-autoconf to autogen.sh
- pass them on to configure, along with good settings for aclocal and autoheader
- which then forces these tools to be used in rebuilding through running
make in the dirs (which was the whole point of this makeover)
Please test and let me know if it doesn't break other stuff.
Right, going to make the really minimal set of changes to all of our other
modules now. I love having made a common/ dir ;)
We now return to your regularly scheduled broadcast.
2002-05-27 13:37:37 +00:00
Andy Wingo
631c8f5ca5
re-enable thread test, although it does not work but passes right now warn for bizarre behavior in plugin loading
...
Original commit message from CVS:
re-enable thread test, although it does not work but passes right now
warn for bizarre behavior in plugin loading
2002-05-25 17:45:51 +00:00
Andy Wingo
27ca742253
add refcounting to configure.ac
...
Original commit message from CVS:
add refcounting to configure.ac
2002-05-09 17:21:28 +00:00
Andy Wingo
12c595ccbc
add common to the dist without using makefiles
...
Original commit message from CVS:
add common to the dist without using makefiles
2002-05-09 16:53:07 +00:00
Thomas Vander Stichele
b2117398c7
allowing failing tests to be built
...
Original commit message from CVS:
allowing failing tests to be built
2002-05-09 14:26:20 +00:00
David I. Lehn
2a67a5f3c6
add common to dist
...
Original commit message from CVS:
add common to dist
2002-05-08 21:17:44 +00:00
Wim Taymans
086de421dc
Totally rewritten registry handling.
...
Original commit message from CVS:
Totally rewritten registry handling.
- move the registry save/load code into a gstregistry subclass, this
will make it possible to use other registries (flat file, web based,
RDBMS type, etc..)
- a simple GMarkup xml registry is implemented
- use standard statically linked plugins for core elements.
- GstPlugin has a very well defined set of functions now
A little bytestream hack..
Added more info to -inspect.
Some more debugging info for clocking.
Small cleanups
I use ./gst-register --gst-plugin-path=/opt/src/sourceforge/gst-plugins/gst-libs:/opt/src/sourceforge/gst-plugins/
to register core and gst-plugins now.
2002-05-08 20:40:48 +00:00
Thomas Vander Stichele
05e9ace95d
added clock test app
...
Original commit message from CVS:
added clock test app
2002-04-23 19:13:50 +00:00
Ronald S. Bultje
f5db767966
We require bison somewhere, so we should check for that in configure
...
Original commit message from CVS:
We require bison somewhere, so we should check for that in configure
2002-04-19 13:17:23 +00:00
Thomas Vander Stichele
ce82be12c7
this should please bastien please let me know if other stuff needs to be different between release and cvs
...
Original commit message from CVS:
this should please bastien
please let me know if other stuff needs to be different between release and cvs
2002-04-19 10:54:13 +00:00
Thomas Vander Stichele
43a68fd149
merged back fixes from release branch
...
Original commit message from CVS:
merged back fixes from release branch
2002-04-15 09:21:14 +00:00
Thomas Vander Stichele
160f1165ca
release done, yay !
...
Original commit message from CVS:
release done, yay !
2002-04-14 19:21:50 +00:00
Thomas Vander Stichele
87ad51d894
make GST_CONFIG_DIR work with sysconfdir
...
Original commit message from CVS:
make GST_CONFIG_DIR work with sysconfdir
2002-04-12 15:28:40 +00:00
Benjamin Otte
302452bd46
added -Werror to compile flags.
...
Original commit message from CVS:
added -Werror to compile flags.
drawback: glib >= 2.0.1 is needed to compile without warnings
2002-04-04 19:36:57 +00:00
Andy Wingo
832f0a7852
add (incomplete) flex/bison-based parser to cvs the tokenizer is functional, but the grammar definition is bad. this ...
...
Original commit message from CVS:
add (incomplete) flex/bison-based parser to cvs
the tokenizer is functional, but the grammar definition is bad. this
probably breaks distcheck somehow, but hey.
2002-03-31 21:09:17 +00:00
David I. Lehn
fad2a157ec
acconfig.h usage deprecated
...
Original commit message from CVS:
acconfig.h usage deprecated
2002-03-21 23:34:08 +00:00
Andy Wingo
d6b07866ca
let's not give our plugins -release versioning make clean before rebuilding after you update on this one...
...
Original commit message from CVS:
let's not give our plugins -release versioning
make clean before rebuilding after you update on this one...
2002-03-19 05:46:38 +00:00
Thomas Vander Stichele
fcb0725892
uhm, shouldn't have done that this is righter
...
Original commit message from CVS:
uhm, shouldn't have done that
this is righter
2002-03-15 22:17:20 +00:00
Thomas Vander Stichele
b69342f7f2
automake 1.6 patch ;)
...
Original commit message from CVS:
automake 1.6 patch ;)
2002-03-15 22:16:40 +00:00
Christian Schaller
9ad2f1208b
update CVS version to 0.3.3.1
...
Original commit message from CVS:
update CVS version to 0.3.3.1
2002-03-10 20:41:31 +00:00
Thomas Vander Stichele
fb0e821074
1st prerelease
...
Original commit message from CVS:
1st prerelease
2002-03-05 22:03:00 +00:00
Thomas Vander Stichele
c09d4144ba
no good reason to require glib 1.3.15 so back to 1.3.12 put version checking for glib and libxml in configure.ac subs...
...
Original commit message from CVS:
* no good reason to require glib 1.3.15 so back to 1.3.12
* put version checking for glib and libxml in configure.ac
* subst'd these minimum required versions so they can be used in spec file
2002-03-05 12:31:13 +00:00
Thomas Vander Stichele
d9c3a76817
adding devhelp dir
...
Original commit message from CVS:
adding devhelp dir
2002-03-03 16:55:45 +00:00
Steve Baker
0a99d7cafb
generate the makefile for dparams testing
...
Original commit message from CVS:
generate the makefile for dparams testing
2002-02-21 20:47:14 +00:00
Thomas Vander Stichele
5f1c9c689c
using GST_DEBUGINFO
...
Original commit message from CVS:
using GST_DEBUGINFO
2002-02-21 13:34:06 +00:00