summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Adding a new plugin: switch.Julien Moutte2003-12-081-0/+2
| | | | | | | | | | | Original commit message from CVS: Adding a new plugin: switch. It takes N input and only has 1 output. You can "switch" the forwarded input through properties ("nb_sources", "active_source") and i will probably add tuner interface support soon. It should be able to handle any kind of data passing through it. It is still a work in progress don't consider it usable for production yet.
* Fix v4l detection (it requires X, but X is detected after v4l, so this ↵Ronald S. Bultje2003-12-071-38/+44
| | | | | | | needed to be swapped). Also add X requirement ... Original commit message from CVS: Fix v4l detection (it requires X, but X is detected after v4l, so this needed to be swapped). Also add X requirement to v4l2
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* fix X dependenciesThomas Vander Stichele2003-12-031-2/+7
| | | | | Original commit message from CVS: fix X dependencies
* fixing up X test and general features testThomas Vander Stichele2003-12-031-17/+21
| | | | | Original commit message from CVS: fixing up X test and general features test
* Add check for faad2 (faad1 was detected, too, but we don't want that)Ronald S. Bultje2003-11-291-0/+9
| | | | | Original commit message from CVS: Add check for faad2 (faad1 was detected, too, but we don't want that)
* fixing bug #127984, we require a higher version of the alsa libraryLeif Johnson2003-11-271-1/+1
| | | | | Original commit message from CVS: fixing bug #127984, we require a higher version of the alsa library
* use GDK_PIXBUF_CONFDIRBenjamin Otte2003-11-241-5/+5
| | | | | Original commit message from CVS: use GDK_PIXBUF_CONFDIR
* tagging stuff and build fixes. In detail:Benjamin Otte2003-11-241-7/+17
| | | | | | | | | | | | | | | | | 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. :)
* faad plugin needs the math libraryJeremy Simon2003-11-231-1/+1
| | | | | Original commit message from CVS: faad plugin needs the math library
* commit my batch of build and spec fixesChristian Schaller2003-11-231-1/+1
| | | | | Original commit message from CVS: commit my batch of build and spec fixes
* Fix gdk_pixbuf installation directory (again)David Schleef2003-11-231-6/+5
| | | | | Original commit message from CVS: Fix gdk_pixbuf installation directory (again)
* Add faac buildRonald S. Bultje2003-11-221-0/+9
| | | | | Original commit message from CVS: Add faac build
* fixes to make gdk_pixbuf loader install nicelyDavid Schleef2003-11-221-1/+23
| | | | | Original commit message from CVS: fixes to make gdk_pixbuf loader install nicely
* Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ oneRonald S. Bultje2003-11-211-10/+2
| | | | | Original commit message from CVS: Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
* New libfaad (MPEG-2/4 AAC decoder) pluginRonald S. Bultje2003-11-211-0/+9
| | | | | Original commit message from CVS: New libfaad (MPEG-2/4 AAC decoder) plugin
* fix build system for X, XShm and XvBenjamin Otte2003-11-121-33/+46
| | | | | Original commit message from CVS: fix build system for X, XShm and Xv
* add -lX11 to X_LIBS so ximagesink buildsBenjamin Otte2003-11-121-0/+3
| | | | | Original commit message from CVS: add -lX11 to X_LIBS so ximagesink builds
* test for regular shm instead of XShmThomas Vander Stichele2003-11-111-15/+19
| | | | | Original commit message from CVS: test for regular shm instead of XShm
* include macro for defining GST_FUNCTION, so debugging output from plugins ↵Benjamin Otte2003-11-111-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
* test and define HAVE_XSHM build ximage pluginThomas Vander Stichele2003-11-071-0/+8
| | | | | | Original commit message from CVS: test and define HAVE_XSHM build ximage plugin
* this will make it easier to merge when you have uncommited plugins in your treeSteve Baker2003-11-061-11/+61
| | | | | Original commit message from CVS: this will make it easier to merge when you have uncommited plugins in your tree
* set default errorlevel to NONE. Make configure change it to ERROR (the ↵Benjamin Otte2003-11-061-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
* add initial version of gdkpixbuf loader for gtk that is capable of loading ↵Benjamin Otte2003-11-051-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.
* Add -DG_DISABLE_DEPRECATED to $GST_ERRORDavid Schleef2003-11-031-0/+1
| | | | | Original commit message from CVS: Add -DG_DISABLE_DEPRECATED to $GST_ERROR
* first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte2003-10-311-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
* Remove mpeg2encDavid Schleef2003-10-301-2/+1
| | | | | Original commit message from CVS: Remove mpeg2enc
* Fix makefiles for GstPropertyProbe. Combine all interfaces into a single ↵David Schleef2003-10-301-0/+3
| | | | | | | | libgst-interface. Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-281-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
* added glsink directoryGernot Ziegler2003-10-281-0/+1
| | | | | Original commit message from CVS: added glsink directory
* Update FFMPEG snapshot to this morning's. Asked for by apoc.Ronald S. Bultje2003-10-261-1/+1
| | | | | Original commit message from CVS: Update FFMPEG snapshot to this morning's. Asked for by apoc.
* bump version to 0.7.1.1David Schleef2003-10-201-1/+1
| | | | | Original commit message from CVS: bump version to 0.7.1.1
* bump to 0.7.1David Schleef2003-10-201-1/+1
| | | | | Original commit message from CVS: bump to 0.7.1
* Some interface implementations for video4linux/video4linux2 plugins: a Tuner ↵Ronald S. Bultje2003-10-101-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!
* New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje2003-10-011-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
* Add new element: frame dropper. This element inserts/drops frames to go from ↵Ronald S. Bultje2003-09-301-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.
* Add navigationDavid Schleef2003-09-271-0/+1
| | | | | Original commit message from CVS: Add navigation
* sort the list of plugins that are built and don't spit out so much empty linesBenjamin Otte2003-09-251-2/+4
| | | | | Original commit message from CVS: sort the list of plugins that are built and don't spit out so much empty lines
* make sure gtk apps are builtThomas Vander Stichele2003-09-211-0/+1
| | | | | Original commit message from CVS: make sure gtk apps are built
* 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