summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-31gst.supp: Add suppressions for Ubunty Hardy x86/64bit, similar to earlier ↵RELEASE-0_10_10_ROOTRELEASE-0_10_10_BRANCHMark Nauwelaerts2-0/+118
versions and 32bit variant. Original commit message from CVS: * gst.supp: Add suppressions for Ubunty Hardy x86/64bit, similar to earlier versions and 32bit variant.
2008-07-31m4/gst-feature.m4: Remove GST_DISABLE_(ENUMTYPES|INDEX|URI).Sebastian Dröge2-3/+5
Original commit message from CVS: * m4/gst-feature.m4: Remove GST_DISABLE_(ENUMTYPES|INDEX|URI).
2008-07-21m4/gst-error.m4: When checking for GST_ERROR_CXXFLAGS, check each compiler ↵Tim-Philipp Müller2-1/+7
flag individually, not all together. Original commit message from CVS: * m4/gst-error.m4:: When checking for GST_ERROR_CXXFLAGS, check each compiler flag individually, not all together.
2008-07-20m4/gst-parser.m4: Fix bison version number detection for older --version ↵Tim-Philipp Müller2-1/+9
output format (as bison 1.28 on OSX 10.4 out... Original commit message from CVS: * m4/gst-parser.m4:: Fix bison version number detection for older --version output format (as bison 1.28 on OSX 10.4 outputs). Fixes #543853.
2008-07-12plugins.xsl: Split refsect2 also here to make "Element Pads" subtitle visible.Stefan Kost2-57/+66
Original commit message from CVS: * plugins.xsl: Split refsect2 also here to make "Element Pads" subtitle visible.
2008-07-08m4/gst-error.m4: Add compiler flags to warn if declarations after statements ↵Sebastian Dröge2-1/+16
or variable length arrays are used. Thes... Original commit message from CVS: * m4/gst-error.m4: Add compiler flags to warn if declarations after statements or variable length arrays are used. These are C99/GCC extensions and are not supported by some compilers we want to support.
2008-07-02gtk-doc-plugins.mak: Only clean doc maintainer stamps in maintainer-clean. ↵Mark Nauwelaerts2-1/+7
Fixes #539977. Original commit message from CVS: * gtk-doc-plugins.mak: Only clean doc maintainer stamps in maintainer-clean. Fixes #539977.
2008-06-20gstdoc-scangobj: Always use format strings for printf-like functions, even ↵Sebastian Dröge2-3/+9
if they just print a string. Fixes bug #53... Original commit message from CVS: * gstdoc-scangobj: Always use format strings for printf-like functions, even if they just print a string. Fixes bug #536981.
2008-06-20gtk-doc/: Include CFLAGS and LDFLAGS in GTKDOC_CFLAGS and GTKDOC_LDFLAGS, ↵Sebastian Dröge3-4/+14
otherwise the values passed to configure ar... Original commit message from CVS: * gtk-doc-plugins.mak: * gtk-doc.mak: Include CFLAGS and LDFLAGS in GTKDOC_CFLAGS and GTKDOC_LDFLAGS, otherwise the values passed to configure are ignored. Fixes bug #536978.
2008-06-05m4/gst-error.m4: Add -fno-strict-aliasing when compiling with -Werror, to ↵RELEASE-0_10_20Tim-Philipp Müller2-1/+10
work around warnings caused by G_LOCK with ... Original commit message from CVS: * m4/gst-error.m4: Add -fno-strict-aliasing when compiling with -Werror, to work around warnings caused by G_LOCK with recent GLib versions (2.16.x) (#316221).
2008-06-04gtk-doc.mak: Don't copy html/*.png files unless they don't already exist in ↵Jan Schmidt2-1/+14
the destdir. Fixes distcheck failure caus... Original commit message from CVS: * gtk-doc.mak: Don't copy html/*.png files unless they don't already exist in the destdir. Fixes distcheck failure caused by permissions problems trying to copy a file into the destdir when it already exists.
2008-05-28plugins.xsl: The class was not shown in plugin docs. Fix typo in changelog ↵Stefan Kost2-2/+7
below. Original commit message from CVS: * plugins.xsl: The class was not shown in plugin docs. Fix typo in changelog below.
2008-05-22gstdoc-scangobj: Emit warnings if one of the GTypes we're expecting is 0 ↵Jan Schmidt2-5/+32
when scanning. Original commit message from CVS: * gstdoc-scangobj: Emit warnings if one of the GTypes we're expecting is 0 when scanning.
2008-05-21gtk-doc/: Fix installing png images when gtk-doc is disabled.Felipe Contreras3-2/+8
Original commit message from CVS: * gtk-doc-plugins.mak: * gtk-doc.mak: Fix installing png images when gtk-doc is disabled.
2008-05-21gtk-doc/: Fix make clean when gtk-doc is disabled and other cleanups.Felipe Contreras3-14/+24
Original commit message from CVS: * gtk-doc-plugins.mak: * gtk-doc.mak: Fix make clean when gtk-doc is disabled and other cleanups.
2008-05-17gtk-doc-plugins.mak: Be more quiet when the files don't yet exist.Jan Schmidt2-2/+6
Original commit message from CVS: * gtk-doc-plugins.mak: Be more quiet when the files don't yet exist.
2008-05-16gstdoc-scangobj: Add a mechanism for adding 'implicitly created' GTypes into ↵Jan Schmidt3-18/+45
the scan, allowing for documenting plugi... Original commit message from CVS: * gstdoc-scangobj: Add a mechanism for adding 'implicitly created' GTypes into the scan, allowing for documenting plugin-private base classes that provide signals or properties for public elements. * gtk-doc-plugins.mak: Use $(builddir) instead of $(top_builddir) in a few places - there's no need to hard code 'docs/plugins' as the only useable path.
2008-05-14m4/gst-feature.m4: Report plug-ins without external dependencies that will ↵Peter Kjellerstedt2-2/+9
not be built even when the name of the plu... Original commit message from CVS: * m4/gst-feature.m4: Report plug-ins without external dependencies that will not be built even when the name of the plug-in is a substring of another plug-in, e.g., goom vs. goom2k1.
2008-05-14gst.supp: Add suppression for glibc bug on gutsy/x86-64Tim-Philipp Müller2-0/+14
Original commit message from CVS: * gst.supp: Add suppression for glibc bug on gutsy/x86-64
2008-05-12plugins.xsl: Improve the layput of the caps, but splitting them on ";".Stefan Kost2-7/+17
Original commit message from CVS: * plugins.xsl: Improve the layput of the caps, but splitting them on ";".
2008-05-09m4/gst-default.m4: Don't set the default audio sink to the default visualizer.Brian Cameron2-1/+9
Original commit message from CVS: Patch by: Brian Cameron <brian dot cameron at sun dot com> * m4/gst-default.m4: Don't set the default audio sink to the default visualizer. Fixes bug #532295.
2008-05-07check.mak: Document GST_CHECKS environment variable in checks 'make help'.Tim-Philipp Müller2-0/+18
Original commit message from CVS: * check.mak: (help): Document GST_CHECKS environment variable in checks 'make help'.
2008-05-06scangobj-merge.py: Don't depend on Twisted just for the OrderedDict but ↵Marc-Andre Lureau2-6/+66
implement our own ordered dictionary class. F... Original commit message from CVS: Patch by: Marc-Andre Lureau <marcandre dot lureau at gmail dot com> * scangobj-merge.py: Don't depend on Twisted just for the OrderedDict but implement our own ordered dictionary class. Fixes bug #531577.
2008-04-23gst.supp: Re-arrange latest suppressions.Edward Hervey2-1/+190
Original commit message from CVS: * gst.supp: Re-arrange latest suppressions. Add all known suppressions for ubuntu hardy. Same as for older ubuntus, but with different codepaths.
2008-04-22gst.supp: Make tls leak suppression a bit more generic.Edward Hervey2-1/+5
Original commit message from CVS: * gst.supp: Make tls leak suppression a bit more generic.
2008-04-22gst.supp: Fix ommission in latest commit.Edward Hervey2-2/+12
Original commit message from CVS: * gst.supp: Fix ommission in latest commit. Make tls leak suppression more generic in order to cover more distributions (and hopefully also future distributions).
2008-04-22gst.supp: Add suppressions for Hardy.Edward Hervey2-0/+28
Original commit message from CVS: * gst.supp: Add suppressions for Hardy. They're just the newer versions of similar suppressions we had for the previous versions of ubuntu.
2008-04-15Dist all files in common. Fixes bug #527984.Sebastian Dröge3-3/+20
Original commit message from CVS: * Makefile.am: * m4/Makefile.am: Dist all files in common. Fixes bug #527984.
2008-04-14m4/gst-function.m4: Rename AC_CACHE_VAL cache-ids to contain '_cv_' in order ↵Tim-Philipp Müller2-18/+24
to make autoconf-2.62 complain less. Original commit message from CVS: * m4/gst-function.m4: Rename AC_CACHE_VAL cache-ids to contain '_cv_' in order to make autoconf-2.62 complain less.
2008-04-13m4/: Bump valgrind requirement to 3.0 (which was released in August 2005).Tim-Philipp Müller3-4/+11
Original commit message from CVS: * m4/gst-args.m4: * m4/gst-valgrind.m4: Bump valgrind requirement to 3.0 (which was released in August 2005). Fixes #489269. Also, check for version >=REQ and not >REQ.
2008-04-09m4/gst-default.m4: Add ↵Tim-Philipp Müller2-2/+86
--with-default-{audiosink|audiosrc|videosink|videosrc|visualizer} configure switches (#519417). Original commit message from CVS: * m4/gst-default.m4: Add --with-default-{audiosink|audiosrc|videosink|videosrc|visualizer} configure switches (#519417).
2008-04-03m4/gst-args.m4: Add --disable-foo switch for dependency-less plugins (#525586).Tim-Philipp Müller2-2/+32
Original commit message from CVS: * m4/gst-args.m4: Add --disable-foo switch for dependency-less plugins (#525586).
2008-04-01m4/gst-parser.m4: Unconditionally require flex 2.5.31 and bison 1.875.Sebastian Dröge2-12/+11
Original commit message from CVS: * m4/gst-parser.m4: Unconditionally require flex 2.5.31 and bison 1.875.
2008-03-23m4/gst-arch.m4: amd64/x86_64 allows unaligned memory access too.Sebastian Dröge2-1/+6
Original commit message from CVS: * m4/gst-arch.m4: amd64/x86_64 allows unaligned memory access too.
2008-03-21m4/gst-dowhile.m4: Add macro that checks if the compiler supports do {} ↵RELEASE-0_10_9RELEASE-0_10_8RELEASE-0_10_7RELEASE-0_10_6RELEASE-0_10_5RELEASE-0_10_4RELEASE-0_10_14RELEASE-0_10_13RELEASE-0_10_12RELEASE-0_10_11RELEASE-0_10_10Sebastian Dröge2-0/+33
while (0) macros and define HAVE_DOWHILE_MACR... Original commit message from CVS: * m4/gst-dowhile.m4: Add macro that checks if the compiler supports do {} while (0) macros and define HAVE_DOWHILE_MACROS if it does. This is needed by glib/gmacros.h to use something else than if (1) else for G_STMT_START/END when compling C++, which causes compiler warnings because of ambigious else with g++ 4.3.
2008-03-21m/: Don't depend on PyXML and use only XML modules that are shipped with ↵Sebastian Dröge3-60/+44
python. Fixes bug #519635. Original commit message from CVS: * m4/gst-plugin-docs.m4: * mangle-tmpl.py: Don't depend on PyXML and use only XML modules that are shipped with python. Fixes bug #519635.
2008-03-08m4/gtk-doc.m4: The previous commit to this file by Stefan Kost mentionned ↵RELEASE-0_10_19RELEASE-0_10_18BRANCH-RELEASE-0_10_19Edward Hervey2-2/+7
checking for Original commit message from CVS: * m4/gtk-doc.m4: (GTK_DOC_CHECK): The previous commit to this file by Stefan Kost mentionned checking for SED, but NOT checking for gtkdoc-check (wth is that doing there ??). Therefore, removing the check for gtkdoc-check
2008-03-04m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of this file. ↵David Schleef2-117/+287
(Update from upstream) Original commit message from CVS: * m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of this file. (Update from upstream)
2008-03-04m4/ax_create_stdint_h.m4: Update from upstream. Fixes a bug compiling with ↵David Schleef1-0/+5
MSVC. Original commit message from CVS: * m4/ax_create_stdint_h.m4: Update from upstream. Fixes a bug compiling with MSVC.
2008-03-03m4/pkg.m4: Allow override of pkg-config results, as proposed by configure ↵Edward Hervey2-0/+11
--help. Original commit message from CVS: * m4/pkg.m4: Allow override of pkg-config results, as proposed by configure --help. This is in fact just a backport from upstream pkg.m4. Fixes #518892
2008-03-03ChangeLog: Changelog surgery of my previous commit to add bugzilla reference.Peter Kjellerstedt2-17/+52
Original commit message from CVS: * ChangeLog: Changelog surgery of my previous commit to add bugzilla reference. * m4/gst-args.m4: Add AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to make it easier to include and exclude plug-ins without external references, i.e., plug-ins listed in GST_PLUGINS_SELECTED. (#498222)
2008-03-03gst.supp: Add another glibc suppression.Sebastian Dröge2-0/+24
Original commit message from CVS: * gst.supp: Add another glibc suppression.
2008-02-29m4/gst-feature.m4: Make the comment before defines generated via ↵Peter Kjellerstedt2-2/+9
AG_GST_CHECK_FEATURE look nicer. Original commit message from CVS: * m4/gst-feature.m4: Make the comment before defines generated via AG_GST_CHECK_FEATURE look nicer.
2008-02-26m4/: Add Dave Schleef's GCC inline assembly detection macro for using in ↵Jan Schmidt3-0/+60
gst-plugins-good in the goom 2k4 plugin. Original commit message from CVS: * m4/Makefile.am: * m4/as-gcc-inline-assembly.m4: Add Dave Schleef's GCC inline assembly detection macro for using in gst-plugins-good in the goom 2k4 plugin.
2008-02-25gst-autogen.sh: Instead of only passing certain arguments to configure, pass ↵Andy Wingo2-19/+11
anything that we didn't handle. Much fri... Original commit message from CVS: 2008-02-25 Andy Wingo <wingo@pobox.com> * gst-autogen.sh: Instead of only passing certain arguments to configure, pass anything that we didn't handle. Much friendlier. Fixes #34412.
2008-02-23m4/gst-error.m4: Store the detected compiler flags into ERROR_CFLAGS rather thanJan Schmidt2-3/+10
Original commit message from CVS: * m4/gst-error.m4: Store the detected compiler flags into ERROR_CFLAGS rather than ERROR_CXXFLAGS, and use the macro that checks the C compiler, not the C++ one.
2008-02-23m4/gst-error.m4: Reflow checks for additional warning flags so they're not ↵Tim-Philipp Müller2-24/+34
nested, which fixes the result reporting i... Original commit message from CVS: * m4/gst-error.m4: Reflow checks for additional warning flags so they're not nested, which fixes the result reporting in the configure output.
2008-02-22m4/as-compiler-flag.m4: Add AS_CXX_COMPILER_FLAGTim-Philipp Müller3-17/+126
Original commit message from CVS: * m4/as-compiler-flag.m4: Add AS_CXX_COMPILER_FLAG * m4/gst-error.m4: Add AG_GST_SET_ERROR_CXXFLAGS (Forte bits need testing)
2008-02-22gtk-doc-plugins.mak: Add 'check-inspected-versions' target; this helps ↵Tim-Philipp Müller2-0/+33
identify files that should have been removed o... Original commit message from CVS: * gtk-doc-plugins.mak: Add 'check-inspected-versions' target; this helps identify files that should have been removed or where the version number should (ideally) be updated before a release (which doesn't happen automatically if the releaser doesn't build that plugin locally). Not adding at a distcheck hook yet though, because it's not really that important and would probably also be a problem on buildbots.
2008-02-22gst.supp: Add even more glibc 2.7 suppressions.Sebastian Dröge2-0/+143
Original commit message from CVS: * gst.supp: Add even more glibc 2.7 suppressions.