summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-11-18configure: bump core requirement to 0.10.25.1 as wellTim-Philipp Müller1-1/+1
Make implicit requirement explicit.
2009-11-18Bump gst-plugins-base requirement to 0.10.25.1Jan Schmidt1-1/+1
2009-11-18Back to development -> 0.10.17.1Jan Schmidt1-1/+1
2009-11-17Release 0.10.17Jan Schmidt1-1/+1
2009-11-130.10.16.3 pre-releaseJan Schmidt1-1/+1
2009-11-090.10.16.2 pre-releaseJan Schmidt1-3/+3
2009-10-30pulsesink: Only set the volume on stream connection if pulse >= 0.9.20 is ↵Sebastian Dröge1-0/+4
available In older versions the volume set during stream connection had no defined sematic and usually it was a relative volume. What was needed for our use case is an absolute volume though, otherwise the volume will be always decreased on stream connection if it's less than 100%. Since pulse 0.9.20 that volume is always an absolute volume if flat volumes are used and relative otherwise, which is the same as for pa_context_set_sink_input_volume(). Relevant pulse changesets: http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=f27a50691c8fe45bac7dd6b21fac91a359def3a1 http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=2501687579e359d5032a4d165b2ffc8f5b1b8ba6
2009-10-17pulse: bump minimum libpulse version to 0.9.10Lennart Poettering1-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
2009-10-09check: Make the level unit test succeed on Solaris 10Jan Schmidt1-1/+9
Add a configure check for functional isinf() and fpclass(), and use fpclass() where possible when isinf() is not available.
2009-09-09pulsesink: remove ringbuffer reset compensationWim Taymans1-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.
2009-08-31rtp: Use new gst_iterator_new_single() for the internal linked pads iterationSebastian Dröge1-1/+1
2009-08-30Back to hacking -> 0.10.16.1Tim-Philipp Müller1-1/+1
2009-08-29Release 0.10.16Tim-Philipp Müller1-1/+1
2009-08-260.10.15.5 pre-releaseTim-Philipp Müller1-1/+1
2009-08-240.10.15.4 pre-releaseTim-Philipp Müller1-1/+1
2009-08-140.10.15.3 pre-releaseTim-Philipp Müller1-1/+1
2009-08-110.10.15.2 pre-releaseTim-Philipp Müller1-1/+1
2009-08-11Move rtpmanager from -bad to -good.Tim-Philipp Müller1-0/+2
Hook up build infrastructure (autotools, docs, unit test).
2009-08-10wavpack: Use GLib GChecksum instead of our own MD5 implementationSebastian Dröge1-1/+1
This requires GLib 2.16 but that version is already required by core anyway.
2009-08-09configure: bump core/base requirements to latest releaseTim-Philipp Müller1-2/+2
To avoid confusion.
2009-07-14pulsesink: add 24bit sample formatsWim Taymans1-0/+4
Add check for pulseaudio 0.9.15 and enable 24bits samples in that case.
2009-07-13v4l2src: add a simple test case for device probingFilippo Argiolas1-0/+1
2009-07-13v4l2src: optional support for device probing with gudevFilippo Argiolas1-0/+23
Enumerate v4l2 devices using gudev if available. Fixes bug #583640.
2009-06-16configure: bump core/base requirements to gitTim-Philipp Müller1-2/+2
Need git core for basesink bufferlist additions; -base requirement bumped gratuitously.
2009-05-22autotools: move the -Wno-portability from autogen.sh to configure.acTim-Philipp Müller1-1/+1
If we're lucky it'll get used on automatic rebuilds as well that way.
2009-05-22m4: fix 'suspicious cache id' warningsTim-Philipp Müller1-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).
2009-05-22souphttpsrc: Bump-up libsoup-2.24 dep to >= 2.26Zeeshan Ali (Khattak)1-1/+1
The helper function soup_message_headers_get_content_type that we now use was added in 2.26.
2009-05-21Back to hacking -> 0.10.15.1Jan Schmidt1-1/+1
2009-05-20Release 0.10.15Jan Schmidt1-1/+1
2009-05-160.10.14.3 pre-releaseJan Schmidt1-1/+1
2009-05-16Moved 'directdraw' from -good to -badJan Schmidt1-43/+0
2009-05-16Moved 'y4menc' from -bad to -goodJan Schmidt1-0/+2
2009-05-13Recovered debugutils line accidentally removed in deinterlace2 move.Josep Torra1-0/+1
2009-05-13Moved 'deinterlace2' from -bad to -goodSebastian Dröge1-1/+2
And rename it to deinterlace.
2009-05-13flv: Actually add the flv plugin to configure.acSebastian Dröge1-0/+2
2009-05-120.10.14.2 pre-releaseJan Schmidt1-1/+1
2009-05-11Require released versions of core/baseSebastian Dröge1-2/+2
2009-05-11Always define the conditional HAVE_GTK to fix configure in some casesSebastian Dröge1-1/+1
2009-05-05configure: clean up mess around gtk+ checkingTim-Philipp Müller1-22/+5
And don't check for gtk+ when it's not needed (ie. if examples are disabled)
2009-05-05configure: make gdk-pixbuf plugin depend only on gdk-pixbuf, not gtk+Tim-Philipp Müller1-1/+1
2009-04-26id3v2mux: we need taglib 1.5 for ID3v2::RelativeVolumeFrame::setIdentificationTim-Philipp Müller1-1/+1
Bump taglib requirement.
2009-04-20only use struct ip_mreqn if it is detectedAndy Wingo1-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.
2009-04-15debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes ↵Stefan Kost1-2/+2
#562168
2009-03-27flac: require a 'newer' flac and remove support for the legacy flac APITim-Philipp Müller1-1/+1
2009-02-25Change how win32/common/config.h is updatedDavid Schleef1-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.
2009-02-25build: Update shave init statement for changes in common. Bump common.Jan Schmidt1-1/+1
2009-02-24Use shave for the build outputJan Schmidt1-0/+3
2009-02-23Require newer gst-p-b for the RTSP extensions.Wim Taymans1-1/+1
--
2009-02-21Back to development -> 0.10.14.1Jan Schmidt1-1/+1
2009-02-19Release 0.10.14Jan Schmidt1-1/+1