summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* add versioning to gst-launch-ext and gst-visualise and add new files to specChristian Schaller2003-09-191-4/+6
| | | | | Original commit message from CVS: add versioning to gst-launch-ext and gst-visualise and add new files to spec
* version gst-launch command in gst-launch-extChristian Schaller2003-09-181-0/+1
| | | | | Original commit message from CVS: version gst-launch command in gst-launch-ext
* Change default program suffix to -0.7David Schleef2003-09-131-0/+4
| | | | | Original commit message from CVS: Change default program suffix to -0.7
* Interface example: a mixerRonald S. Bultje2003-09-131-0/+1
| | | | | Original commit message from CVS: Interface example: a mixer
* Remove all locally-defined optimization flagsDavid Schleef2003-09-111-25/+0
| | | | | Original commit message from CVS: Remove all locally-defined optimization flags
* Define plugindirDavid Schleef2003-08-091-0/+3
| | | | | Original commit message from CVS: Define plugindir
* Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do ↵Ronald S. Bultje2003-08-041-2/+1
| | | | | | | the same and more Original commit message from CVS: Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more
* second attempt fixing gdkpixbuf stuffThomas Vander Stichele2003-07-281-2/+13
| | | | | | Original commit message from CVS: second attempt fixing gdkpixbuf stuff
* Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.David Schleef2003-07-271-0/+5
| | | | | | | Original commit message from CVS: Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.
* Added tcp plugin to buildAngel Carpintero2003-07-251-1/+2
| | | | | Original commit message from CVS: Added tcp plugin to build
* enable ext/mplexDavid Schleef2003-07-221-0/+1
| | | | | Original commit message from CVS: enable ext/mplex
* _Really_ fix my lame attempts at previous fixes for matroska detection.David Schleef2003-07-171-1/+0
| | | | | | Original commit message from CVS: _Really_ fix my lame attempts at previous fixes for matroska detection.
* Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.David Schleef2003-07-171-6/+6
| | | | | | Original commit message from CVS: Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.
* Really disable Matroska this time. Reenable smoothwave until someone ↵David Schleef2003-07-171-10/+24
| | | | | | | | decides to delete it. Fix ivorbis detection. Original commit message from CVS: Really disable Matroska this time. Reenable smoothwave until someone decides to delete it. Fix ivorbis detection.
* Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check ↵Brian Cameron2003-07-151-7/+13
| | | | | | | | so that it doesn't stop the configure if i... Original commit message from CVS: Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check so that it doesn't stop the configure if it fails.
* Add matroska support to the build treeRonald S. Bultje2003-07-141-1/+11
| | | | | Original commit message from CVS: Add matroska support to the build tree
* Add gst/overlay directoryDavid Schleef2003-07-141-1/+2
| | | | | Original commit message from CVS: Add gst/overlay directory
* A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg ↵Christian Schaller2003-07-071-3/+1
| | | | | | | plugin still doesn't build for me, but I thi... Original commit message from CVS: A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I think I am getting close :)
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-19/+20
| | | | | | | over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
* Now build xvideosink if Xwindows is available, and properly #ifdef theBrian Cameron2003-07-031-14/+24
| | | | | | Original commit message from CVS: Now build xvideosink if Xwindows is available, and properly #ifdef the Xv extension code in the xvideosink code.
* add gst/videofilter and ext/pangoDavid Schleef2003-07-021-1/+12
| | | | | Original commit message from CVS: add gst/videofilter and ext/pango
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-2/+0
| | | | | | | | 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.
* Re-add int2float/float2int, someone told me audioconvert handled all this, ↵Ronald S. Bultje2003-06-281-1/+2
| | | | | | | but it doesn't. oops Original commit message from CVS: Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
* Plugins cleanup:Ronald S. Bultje2003-06-251-84/+24
| | | | | | | | | | | | | | | | Original commit message from CVS: Plugins cleanup: * stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert. * stereosplit replaced by oneton. * vumeter replaced by level (and was broken anyway). * avifile replaced by ffmpeg. * mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx, too, which makes mjpegtools unneeded. * allow for jpegmmx instead of jpeg. * openquicktime replaced by qtdemux and ffmpeg. Broken anyway. * XMMS is broken and will never be fixed. * vga is broken and will not be fixed anywhere soon. * videosink has never worked. If it works, add it back to replace xvideosink.
* Added gst/realmedia gst/debug and ext/gdk_pixbufDavid Schleef2003-06-251-2/+11
| | | | | Original commit message from CVS: Added gst/realmedia gst/debug and ext/gdk_pixbuf
* New ffmpeg version fixes mpeg decoding segfaults (mpeg1)Ronald S. Bultje2003-06-171-1/+1
| | | | | Original commit message from CVS: New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
* caps refcounting fixes for float2int fixed wrt setting of caps on int pad ↵Andy Wingo2003-06-161-4/+12
| | | | | | | | | with dynamic number of sink pads in float2i... Original commit message from CVS: * caps refcounting fixes for float2int * fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int * added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented
* Add videoflipDavid Schleef2003-06-131-2/+3
| | | | | Original commit message from CVS: Add videoflip
* Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVSDavid Schleef2003-06-111-3/+6
| | | | | Original commit message from CVS: Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
* Update plugins to newest divx.com release API (5.2) (why aren't these libs ↵Ronald S. Bultje2003-05-301-9/+41
| | | | | | | API stable?!?) Original commit message from CVS: Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
* pkgconfig checks for mad, audiofile, fix for mcopidlThomas Vander Stichele2003-05-301-12/+21
| | | | | | Original commit message from CVS: pkgconfig checks for mad, audiofile, fix for mcopidl
* Use new ffmpeg revisionRonald S. Bultje2003-05-291-1/+1
| | | | | Original commit message from CVS: Use new ffmpeg revision
* I'm too lazy to comment thisRonald S. Bultje2003-05-291-2/+9
| | | | | Original commit message from CVS: New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
* Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron2003-05-211-11/+15
| | | | | | | | | that they build on Solaris. This mostly in... Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
* Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron2003-05-211-1/+23
| | | | | | | | | script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
* remove creation of makefile in nonexistent (sys/x11) directoryDavid Schleef2003-05-191-1/+0
| | | | | Original commit message from CVS: remove creation of makefile in nonexistent (sys/x11) directory
* update libflac checkJeremy Simon2003-05-191-1/+2
| | | | | Original commit message from CVS: update libflac check
* Some bugfixes:Christian Schaller2003-05-121-18/+18
| | | | | | | Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
* Removing avifile and http plugins, also fixing some disting issuesChristian Schaller2003-04-231-13/+0
| | | | | Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
* Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje2003-04-221-7/+22
| | | | | Original commit message from CVS: Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
* Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje2003-04-211-0/+33
| | | | | | | | | | | closed-source) Original commit message from CVS: Adds divx/xvid encoders. * divx encoder is based on divx4linux (commercial, closed-source) * xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) ) Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
* Added initial version of audioconvert, a generic converter of integer ↵Benjamin Otte2003-04-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | audio/raw formats. Original commit message from CVS: Added initial version of audioconvert, a generic converter of integer audio/raw formats. It currently supports conversion of - channels (mono/stereo only, until someone tells me how to mix other channels) - endianness (little/bi endian) - signedness - width (8, 1, 24 and 32 bits) - depth (1 - width bits) missing: - enough testing (I intend to write a testsuite for this, but that's pending) - samplerate conversion - other goodies like format conversion etc Expect bugs when using it. problems this should solve: - encoding wav files on big endian machines - goom working with mono audio files in gst-player - Iain's soundcard (that one is a problem in itself) - complaints about missing conversion - too many age old, nearly unmaintained plugins (stereo2mono etc.) Have fun.
* Update dvdnav plugin to latest versionRonald S. Bultje2003-04-131-0/+17
| | | | | Original commit message from CVS: Update dvdnav plugin to latest version
* Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje2003-04-071-6/+16
| | | | | | | 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)
* Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1David Schleef2003-04-051-1/+1
| | | | | Original commit message from CVS: Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
* Correct fix for #109048. Disable qcamsrc plugin if non-i386.David Schleef2003-04-041-3/+2
| | | | | Original commit message from CVS: Correct fix for #109048. Disable qcamsrc plugin if non-i386.
* Add monkeyaudio pluginJeremy Simon2003-03-111-1/+3
| | | | | Original commit message from CVS: Add monkeyaudio plugin
* Fix v4l/v4l2 compilation problemsRonald S. Bultje2003-03-091-2/+23
| | | | | Original commit message from CVS: Fix v4l/v4l2 compilation problems
* Fix compilation failure in testsuite/alsa/Ronald S. Bultje2003-03-051-0/+1
| | | | | Original commit message from CVS: Fix compilation failure in testsuite/alsa/
* one missing file updatedChristian Schaller2003-03-021-1/+1
| | | | | Original commit message from CVS: one missing file updated