summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2016-02-01Remove dead libfame pluginTim-Philipp Müller
Was never even ported to 0.10, and the lib has been unmaintained for ever and doesn't even seem to be packaged any more.
2016-01-31Remove gsettings plugin which was never portedTim-Philipp Müller
Don't think we need this any longer or want to support it, and clearly no one has been missing it all these years either, so let's just get rid of it.
2014-02-09hlsdemux: Use libgcrypt directly instead of going through gnutlsSebastian Dröge
gnutls is also just wrapping gcrypt, but we don't need any of the TLS related functionality. We just need to be able to decrypt AES128-CBC.
2012-06-12arts: remove aRts-related pluginsTim-Philipp Müller
aRts development stopped in 2004, it's unlikely ever is still using it. Besides, these elements were never even ported to 0.10.
2011-04-15m4: Update gsettings m4 macrosSebastian Dröge
2011-01-03m4: remove some cruftTim-Philipp Müller
2010-10-05alsaspdif: remove alsaspdifsink elementTim-Philipp Müller
Remove alsaspdifsink, it's not needed any longer. alsasink in -base has been able to handle SPDIF for a while now.
2010-08-11gsettings: Add gsettings.m4 for the gsettings macrosSebastian Dröge
2010-02-15build: remove somem more ivorbis cruftTim-Philipp Müller
2009-05-22m4: fix 'suspicious cache value id' warnings in gst-fionread.m4Tim-Philipp Müller
And update common to pull in a related fix from there.
2009-04-21sdl: Use SDL static-libs for conftestLRN
Fixes: #573847. This fixes building with SDL on Windows. Signed-off-by: David Schleef <ds@schleef.org>
2008-12-13m4/Makefile.am: More .m4 that aren't shipped with gettext 0.17 anymore.Edward Hervey
Original commit message from CVS: * m4/Makefile.am: More .m4 that aren't shipped with gettext 0.17 anymore.
2008-12-13m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and ↵Edward Hervey
since we now require gettext >= 0.17 ... we... Original commit message from CVS: * m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we can remove it from the list of files to dist.
2004-09-17update esound, gconf, alsa and ogg m4 files from upstream versionsStéphane Loeuillet
Original commit message from CVS: update esound, gconf, alsa and ogg m4 files from upstream versions
2004-09-17- say explicitly in the ./configure output that we're looking for libsidplay ↵Stéphane Loeuillet
1.36.x (as siddec won't compile against ... Original commit message from CVS: - say explicitly in the ./configure output that we're looking for libsidplay 1.36.x (as siddec won't compile against 2.x.x)
2004-06-23m4/Makefile.am: Distribute gst-fionread.m4.Colin Walters
Original commit message from CVS: 2004-06-23 Colin Walters <walters@redhat.com> * m4/Makefile.am: Distribute gst-fionread.m4.
2004-06-02fix shout2 check to check for the versionThomas Vander Stichele
Original commit message from CVS: fix shout2 check to check for the version
2004-05-21rename defines too, so that they look like the others (say naming convention)Stéphane Loeuillet
Original commit message from CVS: rename defines too, so that they look like the others (say naming convention)
2004-05-21sync with upstreamThomas Vander Stichele
Original commit message from CVS: sync with upstream
2004-05-21back in a secThomas Vander Stichele
Original commit message from CVS: back in a sec
2004-05-20- change sunaudio category to Sink/AudioStéphane Loeuillet
Original commit message from CVS: - change sunaudio category to Sink/Audio - change HAVE_FIONREAD macro to GST_CHECK_FIONREAD - add conditional include for FIONREAD ioctl on more files
2004-05-20test FIONREAD ioctl presence in an alternate header for Solaris 10 (and ↵Stéphane Loeuillet
perhaps earlier versions) Original commit message from CVS: test FIONREAD ioctl presence in an alternate header for Solaris 10 (and perhaps earlier versions)
2004-05-19don't fix a test that should fail (too old a52dec detection)Stéphane Loeuillet
Original commit message from CVS: don't fix a test that should fail (too old a52dec detection)
2004-05-18m4/a52.m4: fix compilation with -Wall -WerrorStéphane Loeuillet
Original commit message from CVS: * m4/a52.m4 : fix compilation with -Wall -Werror * m4/libfame.m4 : idem * m4/libmikmod.m4 : idem
2004-03-18forgot this oneThomas Vander Stichele
Original commit message from CVS: forgot this one
2004-03-10use pkg-config checks for some, falling back to the old one.Thomas Vander Stichele
Original commit message from CVS: use pkg-config checks for some, falling back to the old one. fixes #131270
2004-02-12ignore meThomas Vander Stichele
Original commit message from CVS: ignore me
2004-02-11fix underquotedness of macrosThomas Vander Stichele
Original commit message from CVS: fix underquotedness of macros
2004-02-04ignore copied m4'sThomas Vander Stichele
Original commit message from CVS: ignore copied m4's
2003-11-24tagging stuff and build fixes. In detail:Benjamin Otte
Original commit message from CVS: tagging stuff and build fixes. In detail: - make gdk-pixbuf loader work when distchecking - fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir - fix ffmpeg cvs grabbing when srcdir != distdir - new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag) - mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that - added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis. - added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents. - tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux. - various build fixes. Mostly missing (DIST)CLEANFILES. - vorbisenc handles tag writing. Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
2003-10-23Change cvs host (mplayer)Jeremy Simon
Original commit message from CVS: Change cvs host (mplayer) Add compression (z4)
2003-09-27make ffmpeg erroring out work:Benjamin Otte
Original commit message from CVS: make ffmpeg erroring out work: - don't built gst-libs/ext/ffmpeg - don't update Tag when cvs command fails
2003-09-13latest fixes to get everything disting and building like a charmChristian Schaller
Original commit message from CVS: latest fixes to get everything disting and building like a charm
2003-07-20Update matroska check (see #117717)Ronald S. Bultje
Original commit message from CVS: Update matroska check (see #117717)
2003-07-17Move to m4/ instead of common/m4/Ronald S. Bultje
Original commit message from CVS: Move to m4/ instead of common/m4/
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-03-01fix ivorbis part 2Christian Schaller
Original commit message from CVS: fix ivorbis part 2
2003-02-23add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller
also disable ivorbis plugin as the test mis... Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
2003-01-17check for vorbis finalThomas Vander Stichele
Original commit message from CVS: check for vorbis final
2003-01-05changing ffmpeg to only update when requiredThomas Vander Stichele
Original commit message from CVS: changing ffmpeg to only update when required
2002-12-30a simple fixThomas Vander Stichele
Original commit message from CVS: a simple fix
2002-12-27why did no one notice ?Thomas Vander Stichele
Original commit message from CVS: why did no one notice ?
2002-12-26slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele
link in a .a file in our .so plugin Original commit message from CVS: slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
2002-12-05drop mpeg2dec 0.2.1 support in favor of 0.3.0.David I. Lehn
Original commit message from CVS: drop mpeg2dec 0.2.1 support in favor of 0.3.0. keeping old code around in cvs for a while just in case someone needs it.
2002-11-26flac debug cleanup m4 for ffmpegThomas Vander Stichele
Original commit message from CVS: flac debug cleanup m4 for ffmpeg
2002-10-27Added shout m4Wim Taymans
Original commit message from CVS: Added shout m4
2002-10-26updated avifile ?Thomas Vander Stichele
Original commit message from CVS: updated avifile ?
2002-10-06I wonder how we ever got along without thisThomas Vander Stichele
Original commit message from CVS: I wonder how we ever got along without this
2002-09-19Revert the revert to 1.0.0 vorbis.m4 code.David I. Lehn
Original commit message from CVS: Revert the revert to 1.0.0 vorbis.m4 code. This bugfix has been accepted upstream to fix a segfault due to a bogus function parameter. (the cause of the segfault should probably be fixed but until then...)
2002-09-19update to 1.0 macroThomas Vander Stichele
Original commit message from CVS: update to 1.0 macro