summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* pulse: bump minimum libpulse version to 0.9.10Lennart Poettering2009-10-161-2/+2
| | | | | | | Older versions than 0.9.10 are really really old and buggy. Drop compatibility with them. Nobody should run anything that old. Also see: https://bugzilla.gnome.org/show_bug.cgi?id=595029
* check: Make the level unit test succeed on Solaris 10Jan Schmidt2009-10-091-1/+9
| | | | | Add a configure check for functional isinf() and fpclass(), and use fpclass() where possible when isinf() is not available.
* pulsesink: remove ringbuffer reset compensationWim Taymans2009-09-091-1/+1
| | | | | | | Remove the code to deal with a ringbuffer reset as this code is now in the base class. Bump the -base requirement as we need the new baseaudiosink code to function properly.
* rtp: Use new gst_iterator_new_single() for the internal linked pads iterationSebastian Dröge2009-08-311-1/+1
|
* Back to hacking -> 0.10.16.1Tim-Philipp Müller2009-08-301-1/+1
|
* Release 0.10.16Tim-Philipp Müller2009-08-291-1/+1
|
* 0.10.15.5 pre-releaseTim-Philipp Müller2009-08-261-1/+1
|
* 0.10.15.4 pre-releaseTim-Philipp Müller2009-08-241-1/+1
|
* 0.10.15.3 pre-releaseTim-Philipp Müller2009-08-141-1/+1
|
* 0.10.15.2 pre-releaseTim-Philipp Müller2009-08-111-1/+1
|
* Move rtpmanager from -bad to -good.Tim-Philipp Müller2009-08-111-0/+2
| | | | Hook up build infrastructure (autotools, docs, unit test).
* wavpack: Use GLib GChecksum instead of our own MD5 implementationSebastian Dröge2009-08-101-1/+1
| | | | This requires GLib 2.16 but that version is already required by core anyway.
* configure: bump core/base requirements to latest releaseTim-Philipp Müller2009-08-091-2/+2
| | | | To avoid confusion.
* pulsesink: add 24bit sample formatsWim Taymans2009-07-141-0/+4
| | | | Add check for pulseaudio 0.9.15 and enable 24bits samples in that case.
* v4l2src: add a simple test case for device probingFilippo Argiolas2009-07-131-0/+1
|
* v4l2src: optional support for device probing with gudevFilippo Argiolas2009-07-131-0/+23
| | | | | | Enumerate v4l2 devices using gudev if available. Fixes bug #583640.
* configure: bump core/base requirements to gitTim-Philipp Müller2009-06-161-2/+2
| | | | | Need git core for basesink bufferlist additions; -base requirement bumped gratuitously.
* autotools: move the -Wno-portability from autogen.sh to configure.acTim-Philipp Müller2009-05-221-1/+1
| | | | If we're lucky it'll get used on automatic rebuilds as well that way.
* m4: fix 'suspicious cache id' warningsTim-Philipp Müller2009-05-221-0/+3
| | | | | | | and update common to pull in a similar fix. Also check in configure whether the compiler supports do while macros (GLib wants this defined and it is needed to avoid warnings with some c++ compilers apparently).
* souphttpsrc: Bump-up libsoup-2.24 dep to >= 2.26Zeeshan Ali (Khattak)2009-05-221-1/+1
| | | | | The helper function soup_message_headers_get_content_type that we now use was added in 2.26.
* Back to hacking -> 0.10.15.1Jan Schmidt2009-05-211-1/+1
|
* Release 0.10.15Jan Schmidt2009-05-201-1/+1
|
* 0.10.14.3 pre-releaseJan Schmidt2009-05-161-1/+1
|
* Moved 'directdraw' from -good to -badJan Schmidt2009-05-161-43/+0
|
* Moved 'y4menc' from -bad to -goodJan Schmidt2009-05-161-0/+2
|
* Recovered debugutils line accidentally removed in deinterlace2 move.Josep Torra2009-05-131-0/+1
|
* Moved 'deinterlace2' from -bad to -goodSebastian Dröge2009-05-131-1/+2
| | | | And rename it to deinterlace.
* flv: Actually add the flv plugin to configure.acSebastian Dröge2009-05-131-0/+2
|
* 0.10.14.2 pre-releaseJan Schmidt2009-05-121-1/+1
|
* Require released versions of core/baseSebastian Dröge2009-05-111-2/+2
|
* Always define the conditional HAVE_GTK to fix configure in some casesSebastian Dröge2009-05-111-1/+1
|
* configure: clean up mess around gtk+ checkingTim-Philipp Müller2009-05-051-22/+5
| | | | And don't check for gtk+ when it's not needed (ie. if examples are disabled)
* configure: make gdk-pixbuf plugin depend only on gdk-pixbuf, not gtk+Tim-Philipp Müller2009-05-051-1/+1
|
* id3v2mux: we need taglib 1.5 for ID3v2::RelativeVolumeFrame::setIdentificationTim-Philipp Müller2009-04-261-1/+1
| | | | Bump taglib requirement.
* only use struct ip_mreqn if it is detectedAndy Wingo2009-04-201-0/+6
| | | | | | * configure.ac: Make an explicit check for struct ip_mreqn. * gst/udp/gstudpnetutils.c: Use HAVE_IP_MREQN instead of the ad-hoc checks.
* debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes ↵Stefan Kost2009-04-151-2/+2
| | | | #562168
* flac: require a 'newer' flac and remove support for the legacy flac APITim-Philipp Müller2009-03-271-1/+1
|
* Change how win32/common/config.h is updatedDavid Schleef2009-02-251-1/+42
| | | | | | | | | | | | | | | Generate win32/common/config.h-new directly from config.h.in, using shell variables in configure and some hard-coded information. Change top-level makefile so that 'make win32-update' copies the generated file to win32/common/config.h, which we keep in source control. It's kept in source control so that the git tree is buildable from VS. This change is similar to the one recently applied to GStreamer and gst-plugins-good. The previous config.h file in -good was in pretty bad shape, so unlike core and base, I didn't attempt to leave it strictly the same, but fixed it as necessary. Needs testing I cannot do myself.
* build: Update shave init statement for changes in common. Bump common.Jan Schmidt2009-02-251-1/+1
|
* Use shave for the build outputJan Schmidt2009-02-241-0/+3
|
* Require newer gst-p-b for the RTSP extensions.Wim Taymans2009-02-231-1/+1
| | | | --
* Back to development -> 0.10.14.1Jan Schmidt2009-02-211-1/+1
|
* Release 0.10.14Jan Schmidt2009-02-191-1/+1
|
* 0.10.13.3 pre-releaseJan Schmidt2009-02-191-1/+1
|
* Release 0.10.13.2Jan Schmidt2009-02-071-1/+1
|
* configure.ac: bump core/base requirements to released versionsTim-Philipp Müller2009-02-031-2/+2
|
* Rewrite the pulse plugin, conditionally enabling new behaviour withJan Schmidt2009-01-281-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | newer pulseaudio. Fixes: #567794 * Hook pulsesink's volume property up with the stream volume -- not the sink volume in PA. * Read the device description directly from the sink instead of going via the mixer. * Properly implement _reset() methods for both sink and source to avoid deadlocks when shutting down a pipeline. * Replace all simple pa_threaded_mainloop_wait() by proper loops to guarantee that we wait for the right event in case multiple events are fired. While this is not strictly necessary in many cases it certainly is more correct and makes me sleep better at night. * Replace CHECK_DEAD_GOTO macros with proper functions * Extend the number of supported channels to 32 since that is the actual limit in PA. * Get rid of _dispose() methods since we don't need them. * Increase the volume property upper limit of the sink to 1000. * Reset function pointers after we disconnect a stream/context. Better fix for bug 556986. * Reset the state of the element properly if open/prepare fails * Cork the PA stream when the pipeline is paused. This allows the PA * daemon to close audio device on pause and thus save a bit of power. * Set PA stream properties based on GST tags such as GST_TAG_TITLE, GST_TAG_ARTIST, and so on. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Use libsoup-gnome for proxy configuration if availableJonathan Matthew2009-01-261-3/+8
| | | | | | | | | | | | | If libsoup-gnome is found use this as it will give us the GNOME proxy configuration. Otherwise use normal libsoup. The GNOME proxy configuration will only be used if the proxy properties are not set on souphttpsrc and if the http_proxy environment variable is not set. Fixes bug #552140.
* Fix linking on Solaris. Fixes bug #568809.Brian Cameron2009-01-231-0/+3
| | | | | Check for the socket library which is needed for socket() on Solaris.
* Bump version number again -> 0.10.13.1Jan Schmidt2009-01-221-1/+1
|