summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* GConf fixThomas Vander Stichele2002-06-061-10/+12
| | | | | Original commit message from CVS: GConf fix
* apply libdv detection fix from xavAndy Wingo2002-06-041-1/+1
| | | | | Original commit message from CVS: apply libdv detection fix from xav
* moving arts to broken, because ...Thomas Vander Stichele2002-06-041-0/+2
| | | | | | | Original commit message from CVS: moving arts to broken, because ... well, it just is. go ahead, prove me wrong ! you know you want to !
* doing the proper ladspa thingThomas Vander Stichele2002-06-041-1/+7
| | | | | Original commit message from CVS: doing the proper ladspa thing
* iir filter additionThomas Vander Stichele2002-06-041-1/+2
| | | | | Original commit message from CVS: iir filter addition
* adding libfameThomas Vander Stichele2002-06-011-1/+11
| | | | | Original commit message from CVS: adding libfame
* various AC_HELP_STRING changesThomas Vander Stichele2002-05-271-16/+7
| | | | | Original commit message from CVS: various AC_HELP_STRING changes
* same changesThomas Vander Stichele2002-05-271-0/+4
| | | | | Original commit message from CVS: same changes
* rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc pluginDavid I. Lehn2002-05-261-1/+10
| | | | | | Original commit message from CVS: rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc plugin
* fix typoAndy Wingo2002-05-131-2/+2
| | | | | Original commit message from CVS: fix typo
* update to new jack apiAndy Wingo2002-05-131-1/+1
| | | | | Original commit message from CVS: update to new jack api
* remove seeking for nowThomas Vander Stichele2002-05-101-1/+0
| | | | | Original commit message from CVS: remove seeking for now
* removing snapshot from the build because we need to fix it adding gconf ↵Thomas Vander Stichele2002-05-101-1/+13
| | | | | | | | schema to build and spec Original commit message from CVS: removing snapshot from the build because we need to fix it adding gconf schema to build and spec
* duh, revert last stupid commit adding non-existant common dirDavid I. Lehn2002-05-081-2/+0
| | | | | Original commit message from CVS: duh, revert last stupid commit adding non-existant common dir
* add common to distDavid I. Lehn2002-05-081-0/+2
| | | | | Original commit message from CVS: add common to dist
* Added simple seeking testsuiteWim Taymans2002-05-081-1/+3
| | | | | | Original commit message from CVS: Added simple seeking testsuite Added effectv
* add gstsnapshot : drop a frame to a png file when the plugin recieved a ↵Jeremy Simon2002-05-071-0/+9
| | | | | | | | signal or at a given frame Original commit message from CVS: add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
* some jack fixes, alsa touchups, and add rtp by default to the build if there ↵Andy Wingo2002-05-041-2/+0
| | | | | | | | | are any problems building rtp, we're mov... Original commit message from CVS: some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're moving it back to experimental ;)
* various name fixes and sundryThomas Vander Stichele2002-05-031-7/+9
| | | | | Original commit message from CVS: various name fixes and sundry
* adding new quicktime parser:Artyom Baginski2002-05-011-1/+2
| | | | | | | | | | Original commit message from CVS: adding new quicktime parser: - openquicktime free (hense gst/qtdemux) - no more seeks for parsing -> better for network streams - uses GstByteStream - less memcpy's - long ChangeLog record in pompous style
* move the lrint check to happen earlier. add the floatcast dir.Steve Baker2002-04-261-3/+5
| | | | | Original commit message from CVS: move the lrint check to happen earlier. add the floatcast dir.
* check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will ↵Steve Baker2002-04-251-0/+4
| | | | | | | check for this and provide alternatives i... Original commit message from CVS: check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives if necessary
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-201-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
* more mergeback from the latest releaseThomas Vander Stichele2002-04-151-1/+6
| | | | | Original commit message from CVS: more mergeback from the latest release
* spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele2002-04-131-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
* added -WerrorBenjamin Otte2002-04-061-1/+1
| | | | | Original commit message from CVS: added -Werror
* correct a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's ↵Andy Wingo2002-03-311-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
* alphabetization fixen a jack caps fixAndy Wingo2002-03-301-8/+8
| | | | | | Original commit message from CVS: * alphabetization fixen * a jack caps fix
* add notify back to filesrc, it's needed for MVC applications remove notify ↵Andy Wingo2002-03-301-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
* added check for 0.7.3 a52 apiAndy Wingo2002-03-301-1/+1
| | | | | Original commit message from CVS: added check for 0.7.3 a52 api
* Changed to the new props APIWim Taymans2002-03-301-0/+9
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* check for the proper dxr3 header aphabetization fixesAndy Wingo2002-03-291-1/+1
| | | | | | Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes
* some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustmentsAndy Wingo2002-03-291-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
* acconfig.h usage deprecatedDavid I. Lehn2002-03-211-2/+2
| | | | | Original commit message from CVS: acconfig.h usage deprecated
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo2002-03-181-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
* first prereleaseThomas Vander Stichele2002-03-051-1/+1
| | | | | Original commit message from CVS: first prerelease
* rtp back in experimental, it doesn't build for uraeus and i don't want to ↵Andy Wingo2002-03-041-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 :)
* moved rtp out of experimentalAndy Wingo2002-03-031-2/+0
| | | | | Original commit message from CVS: moved rtp out of experimental
* move smoothwave to broken for the time beingAndy Wingo2002-03-031-4/+3
| | | | | Original commit message from CVS: move smoothwave to broken for the time being
* don't do testsuite atmThomas Vander Stichele2002-03-031-2/+2
| | | | | Original commit message from CVS: don't do testsuite atm
* adding videosink is there any good reason why the videosink plugin didn't ↵Thomas Vander Stichele2002-03-021-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
* Added esdmon plugin.Richard Boulton2002-03-021-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. :)
* I'm too lazy to comment thisRichard Boulton2002-03-021-1/+2
| | | | | Original commit message from CVS: *** empty log message ***
* adding modplugJeremy Simon2002-02-281-1/+3
| | | | | Original commit message from CVS: adding modplug
* use gst-debuginfo.m4 macro so plugins are actually compiled with debug info ↵Thomas Vander Stichele2002-02-211-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
* putting it backThomas Vander Stichele2002-02-191-0/+3
| | | | | Original commit message from CVS: putting it back
* --enable-plugin-builddir means nothing to the plugins themselves, just the toolsAndy Wingo2002-02-161-1/+0
| | | | | Original commit message from CVS: --enable-plugin-builddir means nothing to the plugins themselves, just the tools
* add 'toolsdir' to the pc files add our first plugin test, which involves ↵Andy Wingo2002-02-161-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.
* quiet a warning from autoconfAndy Wingo2002-02-161-4/+5
| | | | | Original commit message from CVS: quiet a warning from autoconf
* changed libgst -> libgstreamer to comply with namespace issues with gnu ↵Andy Wingo2002-02-101-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