Commit graph

853 commits

Author SHA1 Message Date
Tim-Philipp Müller ec642338e3 0.10.18.3 pre-release 2010-02-24 21:31:00 +00:00
Volker Grabsch 673459c711 configure: Use $PKG_CONFIG instead of pkg-config to fix cross compilation
Fixes bug #610839.
2010-02-23 17:25:54 +01:00
Tim-Philipp Müller 56a8c9143c 0.10.18.2 pre-release 2010-02-19 12:13:08 +00:00
Tim-Philipp Müller 3a52d21f95 configure: fix up GST_CXXFLAGS properly
We don't want C specific flags in GST_CXXFLAGS, so base it on the
GST_CFLAGS that only contains the pkg-config CFLAGS but none of
the GST_OPTION_CFLAGS. Also, we only need the local includes once.
Fix typo as well (GST_FLAGS -> GST_CFLAGS).
2010-02-16 00:50:15 +00:00
Stefan Kost 8866c7ca8d configure: base GST_CXXFLAGS on --cflags from pkg-config
pkg-config sets GST_CFLAGS and GST_LIBS. We need to use CFLAGS as a starting
point for for both C and CXX settings.
2010-02-15 23:13:46 +02:00
Tim-Philipp Müller b057a65c68 configure: bump -base requirement to git
For GST_RIFF_TAG_JUNQ.
2010-02-13 23:28:06 +00:00
Sebastian Dröge bc611043a9 Moved 'shapewipe' from -bad to -good
Fixes bug #584536.
2010-02-12 11:24:38 +01:00
Tim-Philipp Müller 96ac04f7fb configure: back to development
Slushy freeze remains in effect.
2010-02-12 00:04:18 +00:00
Tim-Philipp Müller 34c128b66d Release 0.10.18 2010-02-10 23:18:22 +00:00
Tim-Philipp Müller c927264622 0.10.17.3 pre-release 2010-02-05 02:13:33 +00:00
Tim-Philipp Müller ec428ab381 0.10.17.2 pre-release 2010-01-27 01:56:03 +00:00
Tim-Philipp Müller 0c4b3ffb02 configure: purge all mention of CVS 2010-01-27 01:18:51 +00:00
Sebastian Dröge 648f0f0b50 ladspa: Remove the sources from gst-plugins-good
It's disabled anyway and the latest version of it is in
gst-plugins-bad. Fixes bug #603779.
2009-12-04 14:43:41 +01:00
Tim-Philipp Müller 1a2135ee0e configure: bump core requirement to 0.10.25.1 as well
Make implicit requirement explicit.
2009-11-18 12:02:48 +00:00
Jan Schmidt 0883913fc2 Bump gst-plugins-base requirement to 0.10.25.1 2009-11-18 03:09:06 +00:00
Jan Schmidt 5219267073 Back to development -> 0.10.17.1 2009-11-18 01:27:37 +00:00
Jan Schmidt 21887027e4 Release 0.10.17 2009-11-17 01:25:30 +00:00
Jan Schmidt 30d1ef6677 0.10.16.3 pre-release 2009-11-13 02:07:25 +00:00
Jan Schmidt 3e92738c29 0.10.16.2 pre-release 2009-11-09 20:06:03 +00:00
Sebastian Dröge 3f541452c4 pulsesink: Only set the volume on stream connection if pulse >= 0.9.20 is 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-30 09:27:59 +01:00
Lennart Poettering abd7ec63cf pulse: bump minimum libpulse version to 0.9.10
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-17 08:48:21 +02:00
Jan Schmidt 993a29a390 check: Make the level unit test succeed on Solaris 10
Add a configure check for functional isinf() and fpclass(), and
use fpclass() where possible when isinf() is not available.
2009-10-09 00:14:07 +01:00
Wim Taymans 42ee5e22a2 pulsesink: remove ringbuffer reset compensation
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-09-09 16:25:06 +02:00
Sebastian Dröge 000a483d31 rtp: Use new gst_iterator_new_single() for the internal linked pads iteration 2009-08-31 08:09:09 +02:00
Tim-Philipp Müller e4aaee7fdd Back to hacking -> 0.10.16.1 2009-08-30 23:26:48 +01:00
Tim-Philipp Müller 0efa34f0d5 Release 0.10.16 2009-08-29 12:12:19 +01:00
Tim-Philipp Müller 8c529a719f 0.10.15.5 pre-release 2009-08-26 00:58:45 +01:00
Tim-Philipp Müller 902fdb4b15 0.10.15.4 pre-release 2009-08-24 17:50:29 +01:00
Tim-Philipp Müller 4ce46c932b 0.10.15.3 pre-release 2009-08-14 20:18:04 +01:00
Tim-Philipp Müller 352e071660 0.10.15.2 pre-release 2009-08-11 17:30:41 +01:00
Tim-Philipp Müller 4701696a92 Move rtpmanager from -bad to -good.
Hook up build infrastructure (autotools, docs, unit test).
2009-08-11 02:43:09 +01:00
Sebastian Dröge 153ae910a0 wavpack: Use GLib GChecksum instead of our own MD5 implementation
This requires GLib 2.16 but that version is already required by core anyway.
2009-08-10 09:54:16 +02:00
Tim-Philipp Müller 78626d4db2 configure: bump core/base requirements to latest release
To avoid confusion.
2009-08-09 01:30:51 +01:00
Wim Taymans ab3bed81a5 pulsesink: add 24bit sample formats
Add check for pulseaudio 0.9.15 and enable 24bits samples in that case.
2009-07-14 16:14:34 +02:00
Filippo Argiolas 6105fa5b5e v4l2src: add a simple test case for device probing 2009-07-13 16:16:22 +02:00
Filippo Argiolas 946c20a8ba v4l2src: optional support for device probing with gudev
Enumerate v4l2 devices using gudev if available.

Fixes bug #583640.
2009-07-13 16:16:05 +02:00
Tim-Philipp Müller e040ae4ffc configure: bump core/base requirements to git
Need git core for basesink bufferlist additions; -base requirement
bumped gratuitously.
2009-06-16 14:54:34 +01:00
Tim-Philipp Müller fac0992929 autotools: move the -Wno-portability from autogen.sh to configure.ac
If we're lucky it'll get used on automatic rebuilds as well that way.
2009-05-22 01:31:47 +01:00
Tim-Philipp Müller 5776632762 m4: fix 'suspicious cache id' warnings
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-22 01:31:47 +01:00
Zeeshan Ali (Khattak) 67bcdf2d0b souphttpsrc: Bump-up libsoup-2.24 dep to >= 2.26
The helper function soup_message_headers_get_content_type that we now use
was added in 2.26.
2009-05-22 01:39:33 +03:00
Jan Schmidt eab2b16b63 Back to hacking -> 0.10.15.1 2009-05-21 21:02:11 +01:00
Jan Schmidt d48d6986ce Release 0.10.15 2009-05-20 23:17:10 +01:00
Jan Schmidt e22ec6235f 0.10.14.3 pre-release 2009-05-16 02:59:14 +01:00
Jan Schmidt bba3e90768 Moved 'directdraw' from -good to -bad 2009-05-16 01:11:33 +01:00
Jan Schmidt 135e61f753 Moved 'y4menc' from -bad to -good 2009-05-16 00:16:31 +01:00
Josep Torra 0d9b6a62c8 Recovered debugutils line accidentally removed in deinterlace2 move. 2009-05-13 22:46:44 +02:00
Sebastian Dröge 43445935e8 Moved 'deinterlace2' from -bad to -good
And rename it to deinterlace.
2009-05-13 10:48:45 +02:00
Sebastian Dröge 2a362d14c5 flv: Actually add the flv plugin to configure.ac 2009-05-13 10:31:26 +02:00
Jan Schmidt 4cada0ca1a 0.10.14.2 pre-release 2009-05-12 00:48:49 +01:00
Sebastian Dröge 27c57e3e15 Require released versions of core/base 2009-05-11 15:36:36 +02:00