summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2003-11-22fixes to make gdk_pixbuf loader install nicelyDavid Schleef1-1/+23
Original commit message from CVS: fixes to make gdk_pixbuf loader install nicely
2003-11-21Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ oneRonald S. Bultje1-10/+2
Original commit message from CVS: Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
2003-11-21New libfaad (MPEG-2/4 AAC decoder) pluginRonald S. Bultje1-0/+9
Original commit message from CVS: New libfaad (MPEG-2/4 AAC decoder) plugin
2003-11-12fix build system for X, XShm and XvBenjamin Otte1-33/+46
Original commit message from CVS: fix build system for X, XShm and Xv
2003-11-12add -lX11 to X_LIBS so ximagesink buildsBenjamin Otte1-0/+3
Original commit message from CVS: add -lX11 to X_LIBS so ximagesink builds
2003-11-11test for regular shm instead of XShmThomas Vander Stichele1-15/+19
Original commit message from CVS: test for regular shm instead of XShm
2003-11-11include macro for defining GST_FUNCTION, so debugging output from plugins ↵Benjamin Otte1-0/+3
gets function names, too Original commit message from CVS: include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
2003-11-07test and define HAVE_XSHM build ximage pluginThomas Vander Stichele1-0/+8
Original commit message from CVS: test and define HAVE_XSHM build ximage plugin
2003-11-06this will make it easier to merge when you have uncommited plugins in your treeSteve Baker1-11/+61
Original commit message from CVS: this will make it easier to merge when you have uncommited plugins in your tree
2003-11-06set default errorlevel to NONE. Make configure change it to ERROR (the ↵Benjamin Otte1-0/+6
current value) when running cvs builds. This s... Original commit message from CVS: set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all
2003-11-05add initial version of gdkpixbuf loader for gtk that is capable of loading ↵Benjamin Otte1-0/+6
AVI and mpeg videos as GdkPixbufAnimation.... Original commit message from CVS: add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.) This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.
2003-11-03Add -DG_DISABLE_DEPRECATED to $GST_ERRORDavid Schleef1-0/+1
Original commit message from CVS: Add -DG_DISABLE_DEPRECATED to $GST_ERROR
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte1-0/+30
sys/oss, ext/gnomevfs, gst/typefind and ex... Original commit message from CVS: first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad. You guessed it, everything Rhythmbox needs ;) fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
2003-10-30Remove mpeg2encDavid Schleef1-2/+1
Original commit message from CVS: Remove mpeg2enc
2003-10-30Fix makefiles for GstPropertyProbe. Combine all interfaces into a single ↵David Schleef1-0/+3
libgst-interface. Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-3/+3
Original commit message from CVS: merge TYPEFIND branch. Major changes: - totally reworked type(find) system - all typefind functions are in gst/typefind now - more typefind functions then before - some plugins might fail to compile now because I don't have them installed and they a) require bytestream or b) haven't had their typefind fixed. Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
2003-10-28added glsink directoryGernot Ziegler1-0/+1
Original commit message from CVS: added glsink directory
2003-10-26Update FFMPEG snapshot to this morning's. Asked for by apoc.Ronald S. Bultje1-1/+1
Original commit message from CVS: Update FFMPEG snapshot to this morning's. Asked for by apoc.
2003-10-20bump version to 0.7.1.1David Schleef1-1/+1
Original commit message from CVS: bump version to 0.7.1.1
2003-10-20bump to 0.7.1David Schleef1-1/+1
Original commit message from CVS: bump to 0.7.1
2003-10-10Some interface implementations for video4linux/video4linux2 plugins: a Tuner ↵Ronald S. Bultje1-0/+4
interface, with which one can select inp... Original commit message from CVS: Some interface implementations for video4linux/video4linux2 plugins: * a Tuner interface, with which one can select inputs and stations. Audio work is underway here, but unfinished. * A Xoverlay interface with which one can do simple overlay. Similar to the API of the v4l/Xv XFree86 extension. Widget implementation for GTK-2.0 coming up in the sandbox. * Colorbalance - for adapting colors (brightness, contrast, etc.) - pretty basic and maybe somewhat overdesigned. But it'll do for now. Apart from these interfaces, there's also a loadable library 'xwindowlistener' that listenes to X for the movement of a window and the overlap of other windows. This is partly copied from xawtv (and thus partly GPL :(), but it's needed for the xoverlay interface implementation in the v4l/v4l2 elements. Lastly, some small changes to remove redundant properties from the v4l/v4l2 elements since these can be done much simpler. Comments appreciated!
2003-10-01New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje1-1/+2
been modified to use this new typefind syste... Original commit message from CVS: New typefind system: * bytestream is now part of the core * all plugins have been modified to use this new typefind system * asf typefinding added * mpeg video stream typefiding removed because it's broken * duplicate typefind entries removed * extra id3 typefinding added, because we've seen 4 types of files (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs to work. Instead, I've added an id3 element and let it redo typefiding after the id3 header. this needs a hack because spider only typefinds once. We can remove this hack once spider supports multiple typefinds. * with all this, mp3 typefinding is semi-rewritten * id3 typefinding in flac/vorbis is removed, it's no longer needed * fixed spider and gst-typefind to use this, too. * Other general cleanups
2003-09-30Add new element: frame dropper. This element inserts/drops frames to go from ↵Ronald S. Bultje1-2/+3
a certain input framerate to a certain o... Original commit message from CVS: Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.
2003-09-27Add navigationDavid Schleef1-0/+1
Original commit message from CVS: Add navigation
2003-09-25sort the list of plugins that are built and don't spit out so much empty linesBenjamin Otte1-2/+4
Original commit message from CVS: sort the list of plugins that are built and don't spit out so much empty lines
2003-09-21make sure gtk apps are builtThomas Vander Stichele1-0/+1
Original commit message from CVS: make sure gtk apps are built
2003-09-19add versioning to gst-launch-ext and gst-visualise and add new files to specChristian Schaller1-4/+6
Original commit message from CVS: add versioning to gst-launch-ext and gst-visualise and add new files to spec
2003-09-18version gst-launch command in gst-launch-extChristian Schaller1-0/+1
Original commit message from CVS: version gst-launch command in gst-launch-ext
2003-09-13Change default program suffix to -0.7David Schleef1-0/+4
Original commit message from CVS: Change default program suffix to -0.7
2003-09-13Interface example: a mixerRonald S. Bultje1-0/+1
Original commit message from CVS: Interface example: a mixer
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-25/+0
Original commit message from CVS: Remove all locally-defined optimization flags
2003-08-09Define plugindirDavid Schleef1-0/+3
Original commit message from CVS: Define plugindir
2003-08-04Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do ↵Ronald S. Bultje1-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
2003-07-28second attempt fixing gdkpixbuf stuffThomas Vander Stichele1-2/+13
Original commit message from CVS: second attempt fixing gdkpixbuf stuff
2003-07-27Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.David Schleef1-0/+5
Original commit message from CVS: Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.
2003-07-25Added tcp plugin to buildAngel Carpintero1-1/+2
Original commit message from CVS: Added tcp plugin to build
2003-07-22enable ext/mplexDavid Schleef1-0/+1
Original commit message from CVS: enable ext/mplex
2003-07-17_Really_ fix my lame attempts at previous fixes for matroska detection.David Schleef1-1/+0
Original commit message from CVS: _Really_ fix my lame attempts at previous fixes for matroska detection.
2003-07-17Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.David Schleef1-6/+6
Original commit message from CVS: Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.
2003-07-17Really disable Matroska this time. Reenable smoothwave until someone ↵David Schleef1-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.
2003-07-15Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check ↵Brian Cameron1-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.
2003-07-14Add matroska support to the build treeRonald S. Bultje1-1/+11
Original commit message from CVS: Add matroska support to the build tree
2003-07-14Add gst/overlay directoryDavid Schleef1-1/+2
Original commit message from CVS: Add gst/overlay directory
2003-07-07A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg ↵Christian Schaller1-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 :)
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-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
2003-07-03Now build xvideosink if Xwindows is available, and properly #ifdef theBrian Cameron1-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.
2003-07-02add gst/videofilter and ext/pangoDavid Schleef1-1/+12
Original commit message from CVS: add gst/videofilter and ext/pango
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-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.
2003-06-28Re-add int2float/float2int, someone told me audioconvert handled all this, ↵Ronald S. Bultje1-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
2003-06-25Plugins cleanup:Ronald S. Bultje1-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.