summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo1-1/+2
details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
2002-04-15more mergeback from the latest releaseThomas Vander Stichele1-1/+6
Original commit message from CVS: more mergeback from the latest release
2002-04-13spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele1-0/+1
function collision in avifile dir Original commit message from CVS: * spec fixes * gst-launch-ext additions * trying to fix up ieeetest but failed * function collision in avifile dir
2002-04-06added -WerrorBenjamin Otte1-1/+1
Original commit message from CVS: added -Werror
2002-03-31correct a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's ↵Andy Wingo1-2/+4
in favor of ones i have sent to walken for... Original commit message from CVS: * correct a condition in check-libheader.m4 * remove gst a52 and mpeg2dec m4's in favor of ones i have sent to walken for inclusion in the upstream packages
2002-03-30alphabetization fixen a jack caps fixAndy Wingo1-8/+8
Original commit message from CVS: * alphabetization fixen * a jack caps fix
2002-03-30add notify back to filesrc, it's needed for MVC applications remove notify ↵Andy Wingo1-1/+1
printouts from gst-launch cleanup in gst-p... Original commit message from CVS: * add notify back to filesrc, it's needed for MVC applications * remove notify printouts from gst-launch * cleanup in gst-plugins configure.ac * some jack updates * remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name, but it's what we have for the moment) * improve parsing of request pad names, no more sscanf * fixes to the fastscheduler Makefile.am
2002-03-30added check for 0.7.3 a52 apiAndy Wingo1-1/+1
Original commit message from CVS: added check for 0.7.3 a52 api
2002-03-30Changed to the new props APIWim Taymans1-0/+9
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-29check for the proper dxr3 header aphabetization fixesAndy Wingo1-1/+1
Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes
2002-03-29some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustmentsAndy Wingo1-0/+7
Original commit message from CVS: * some s/KHz/Hz/ fixes in osssrc * added dxr3 plugin from rehan khwaja <rehankhwaja@yahoo.com>, with some consistency-with-the-rest-of-gst adjustments
2002-03-21acconfig.h usage deprecatedDavid I. Lehn1-2/+2
Original commit message from CVS: acconfig.h usage deprecated
2002-03-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo1-11/+19
just makes more sense that way added jack ... Original commit message from CVS: * s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way * added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register, and attempt to run though * imposed some restrictions on the naming of request pads to better allow for reverse parsing * added '%s' to reverse parsing * added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out * fixen on launch-gui * added pkg-config stuff for the editor's libs
2002-03-05first prereleaseThomas Vander Stichele1-1/+1
Original commit message from CVS: first prerelease
2002-03-04rtp back in experimental, it doesn't build for uraeus and i don't want to ↵Andy Wingo1-0/+2
debug it :) Original commit message from CVS: rtp back in experimental, it doesn't build for uraeus and i don't want to debug it :)
2002-03-03moved rtp out of experimentalAndy Wingo1-2/+0
Original commit message from CVS: moved rtp out of experimental
2002-03-03move smoothwave to broken for the time beingAndy Wingo1-4/+3
Original commit message from CVS: move smoothwave to broken for the time being
2002-03-03don't do testsuite atmThomas Vander Stichele1-2/+2
Original commit message from CVS: don't do testsuite atm
2002-03-02adding videosink is there any good reason why the videosink plugin didn't ↵Thomas Vander Stichele1-1/+2
just go in the xvideo dir ? It's not like w... Original commit message from CVS: adding videosink is there any good reason why the videosink plugin didn't just go in the xvideo dir ? It's not like we *need* to have the most dirs we can get ;) if no one objects then I guess I'll move it to the sensible place
2002-03-02Added esdmon plugin.Richard Boulton1-1/+1
Original commit message from CVS: Added esdmon plugin. Monitors output from the esd sound daemon. Particularly useful for displaying a visualisation of the audio being played on your system. eg: gst-launch esdmon ! goom ! { queue leaky=yes ! colorspace ! sdlvideosink } You can even have several of them going at once. :)
2002-03-02I'm too lazy to comment thisRichard Boulton1-1/+2
Original commit message from CVS: *** empty log message ***
2002-02-28adding modplugJeremy Simon1-1/+3
Original commit message from CVS: adding modplug
2002-02-21use gst-debuginfo.m4 macro so plugins are actually compiled with debug info ↵Thomas Vander Stichele1-2/+4
some more debug output for lame Original commit message from CVS: * use gst-debuginfo.m4 macro so plugins are actually compiled with debug info * some more debug output for lame
2002-02-19putting it backThomas Vander Stichele1-0/+3
Original commit message from CVS: putting it back
2002-02-16--enable-plugin-builddir means nothing to the plugins themselves, just the toolsAndy Wingo1-1/+0
Original commit message from CVS: --enable-plugin-builddir means nothing to the plugins themselves, just the tools
2002-02-16add 'toolsdir' to the pc files add our first plugin test, which involves ↵Andy Wingo1-1/+9
simply running gst-compprep, which in the co... Original commit message from CVS: * add 'toolsdir' to the pc files * add our first plugin test, which involves simply running gst-compprep, which in the course of creating the completion registry instantiates every plugin. gst-register is run first.
2002-02-16quiet a warning from autoconfAndy Wingo1-4/+5
Original commit message from CVS: quiet a warning from autoconf
2002-02-10changed libgst -> libgstreamer to comply with namespace issues with gnu ↵Andy Wingo1-1/+1
smalltalk various other fixes Original commit message from CVS: * changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk * various other fixes
2002-02-10fixing aclocalThomas Vander Stichele1-1/+1
Original commit message from CVS: fixing aclocal
2002-02-10syncing with as-versionThomas Vander Stichele1-12/+2
Original commit message from CVS: syncing with as-version
2002-02-10fix mad check, add defaut options properlyAndy Wingo1-1/+4
Original commit message from CVS: fix mad check, add defaut options properly
2002-02-08fix build issuesAndy Wingo1-20/+12
Original commit message from CVS: fix build issues
2002-02-06various additionsThomas Vander Stichele1-1/+0
Original commit message from CVS: various additions
2002-02-06more build fixingThomas Vander Stichele1-49/+10
Original commit message from CVS: more build fixing
2002-02-06rtp conflicts with current gstclock.h, moving back to experimentalThomas Vander Stichele1-0/+2
Original commit message from CVS: rtp conflicts with current gstclock.h, moving back to experimental
2002-02-04Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, ↵Richard Boulton1-1/+1
rather than adding m4/ to aclocal search path.... Original commit message from CVS: Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than adding m4/ to aclocal search path. Shouldn't cause errors when macros are already present on system, because macros in acinclude.m4 are used in preference.
2002-02-04gst-launch-extThomas Vander Stichele1-0/+1
Original commit message from CVS: gst-launch-ext
2002-02-04Add the v4lmjpeg plugins to the configure fileRonald S. Bultje1-1/+1
Original commit message from CVS: Add the v4lmjpeg plugins to the configure file
2002-02-04tarkin fixThomas Vander Stichele1-0/+8
Original commit message from CVS: tarkin fix
2002-02-04back to cvsThomas Vander Stichele1-4/+4
Original commit message from CVS: back to cvs
2002-02-04adding tarkin to build to try building it run configure with ↵Thomas Vander Stichele1-0/+2
--enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental
2002-02-04various fixesThomas Vander Stichele1-15/+3
Original commit message from CVS: various fixes
2002-02-03Assorted fixes.Wim Taymans1-0/+2
Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
2002-02-03added back goom to configure.ac after syncing with releaseErik Walthinsen1-1/+2
Original commit message from CVS: added back goom to configure.ac after syncing with release
2002-02-03Committing differences between CVS and the 0.3.2 release. These changes ↵Erik Walthinsen1-2/+12
were in the local copy that the dist was mad... Original commit message from CVS: Committing differences between CVS and the 0.3.2 release. These changes were in the local copy that the dist was made from, but have never been in CVS (I hunted for matching revisions on all of them). I will retag these files with the proper release tag as soon as they're committed.
2002-02-02- add goom to the build system, dunno if it works, but it doesn't break my ↵Bastien Nocera1-1/+2
ppc :) Original commit message from CVS: - add goom to the build system, dunno if it works, but it doesn't break my ppc :)
2002-02-02updates for releaseThomas Vander Stichele1-8/+8
Original commit message from CVS: updates for release
2002-01-31upped prerelease numberThomas Vander Stichele1-1/+1
Original commit message from CVS: upped prerelease number
2002-01-31Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.David I. Lehn1-1/+1
Original commit message from CVS: Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
2002-01-30prereleaseThomas Vander Stichele1-1/+1
Original commit message from CVS: prerelease