Commit graph

852 commits

Author SHA1 Message Date
Sebastian Dröge
a214e5713b Back to development 2014-05-21 13:23:33 +02:00
Sebastian Dröge
50f551dbdf Release 1.3.2 2014-05-21 13:06:35 +02:00
Sebastian Dröge
d1950e138e Back to development 2014-05-03 20:48:37 +02:00
Sebastian Dröge
79d97d5f50 Release 1.3.1 2014-05-03 18:29:23 +02:00
Sebastian Dröge
89116c14d1 configure: Actually use 1.3.0.1 as version to make configure happy 2013-09-24 15:05:36 +02:00
Sebastian Dröge
5e284814dd Back to development 2013-09-24 15:00:30 +02:00
Sebastian Dröge
d4545e085c Release 1.2.0 2013-09-24 14:27:45 +02:00
Sebastian Dröge
cace3125c7 Back to development 2013-09-19 11:35:04 +02:00
Sebastian Dröge
c346884855 Release 1.1.90 2013-09-19 10:50:32 +02:00
Sebastian Dröge
dc6b976213 Back to development 2013-08-28 13:27:05 +02:00
Sebastian Dröge
90dd5dc13e Release 1.1.4 2013-08-28 12:58:43 +02:00
Tim-Philipp Müller
eb5adde7af configure: fix x264 version checking
x264 releases carry pkg-config versions such as 0.120.x
(literallly with an 'x'). Checking for x264 >= 0.120.0 will
then fail, so we need to either check for > 0.119.0 or
for >= 0.120 to make this work right.
2013-08-17 23:13:17 +01:00
Lubosz Sarnecki
68985ba2ab build: add subdir-objects to AM_INIT_AUTOMAKE
Fixes warnings in automake 1.14

https://bugzilla.gnome.org/show_bug.cgi?id=705350
2013-08-02 15:34:03 +01:00
Sebastian Dröge
edff2b9a2b Back to development 2013-07-29 14:48:21 +02:00
Sebastian Dröge
989be020a1 Release 1.1.3 2013-07-29 13:46:08 +02:00
Sebastian Dröge
cfb87c7638 Back to development 2013-07-11 16:57:24 +02:00
Sebastian Dröge
ad93911df4 Release 1.1.2 2013-07-11 16:12:25 +02:00
Sebastian Dröge
1d1131de19 Back to development 2013-06-05 18:36:40 +02:00
Sebastian Dröge
0e0bd0f15d Release 1.1.1 2013-06-05 18:31:53 +02:00
Sebastian Dröge
ef182de45f gst: Add better support for static plugins 2013-04-15 15:56:02 +02:00
Tim-Philipp Müller
22fbafc4af configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
AM_CONFIG_HEADER has been removed in the just-released automake 1.13:
https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html

https://bugzilla.gnome.org/show_bug.cgi?id=690881
2012-12-30 23:56:14 +00:00
Tim-Philipp Müller
2b814e4191 dvdread: link to libgmodule-2.0 since the g_module_* API is used
And the gmodule lib has been moved into the Requires.private
section of the pkg-config file in core.
2012-11-30 20:09:03 +00:00
Tim-Philipp Müller
56002b3fba configure.ac: update courtesy of autoupdate 2012-11-07 20:46:27 +00:00
Tim-Philipp Müller
884d14a2c7 configure: let AG_GST_PLUGIN_DOCS check for python
And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON,
which as a side-effect should pick up newer python versions as
well.

https://bugzilla.gnome.org/show_bug.cgi?id=563903
2012-11-07 20:39:56 +00:00
Tim-Philipp Müller
a87cd04ee2 Back to feature development 2012-10-25 12:38:47 +01:00
Tim-Philipp Müller
ef57fecd5f Release 1.0.2 2012-10-25 01:11:10 +01:00
Tim-Philipp Müller
82e45170f9 Back to development (bug fixing) 2012-10-07 16:58:10 +01:00
Tim-Philipp Müller
dd727be43d Release 1.0.1 2012-10-07 16:13:11 +01:00
Tim-Philipp Müller
2c82b981db Back to development (bug fixing) 2012-09-24 16:52:23 +01:00
Tim-Philipp Müller
cd87689518 Release 1.0.0 2012-09-24 14:35:31 +01:00
Tim-Philipp Müller
2fe4042abf Release 0.11.99 2012-09-17 17:59:57 +01:00
Tim-Philipp Müller
5f9a086484 Remove -DGST_USE_UNSTABLE_API 2012-09-17 16:57:30 +01:00
Tim-Philipp Müller
717ae6cc20 Back to development 2012-09-14 02:58:26 +01:00
Tim-Philipp Müller
3256bca659 Release 0.11.94 2012-09-14 02:49:34 +01:00
Stefan Sauer
735a04187f configure: bump gtk-doc req to 1.12 (mar-2009)
This allows us to e.g. unconditionally use gtkdoc-rebase.
2012-08-22 13:19:01 +02:00
Tim-Philipp Müller
b5d775ca3d Back to development 2012-08-08 16:26:41 +01:00
Tim-Philipp Müller
ebbfeb1f7b Release 0.11.93 2012-08-08 15:23:53 +01:00
Sebastian Dröge
478410d595 Merge remote-tracking branch 'origin/master' 2012-06-19 09:26:46 +01:00
Nicolas Dufresne
4fbb1a042e x264enc: Port to GstVideoEncoder baseclass
Conflicts:

	configure.ac
	ext/x264/gstx264enc.c
	ext/x264/gstx264enc.h

Back to 0.10 state, needs to be ported to 0.11 again.
2012-06-18 16:00:53 +01:00
Tim-Philipp Müller
feb316e604 synaesthesia: remove experimental GPL-ed synaesthesia plugin
It never made it out of experimental, and there's a new
synaescope element in gst-plugins-bad that's hopefully
sufficiently similar.

https://bugzilla.gnome.org/show_bug.cgi?id=356882
2012-06-16 18:29:54 +01:00
Sebastian Dröge
c2198e1c44 Back to development 2012-06-07 16:28:45 +02:00
Sebastian Dröge
880804a97b Release 0.11.92 2012-06-07 16:28:32 +02:00
Tim-Philipp Müller
004abdaddf x264: bump x264 requirement to build 106 or later
Build 106 is from September 2010.

https://bugzilla.gnome.org/show_bug.cgi?id=676257
2012-05-17 21:16:08 +01:00
Sebastian Dröge
c2b44dc92c configure: Require core/base 0.11.91 2012-05-16 09:13:10 +02:00
Sebastian Dröge
275745b001 Back to development 2012-05-13 17:00:50 +02:00
Sebastian Dröge
76c558f8ac Release 0.11.91 2012-05-13 16:49:04 +02:00
Sebastian Dröge
1f8d9315b8 configure: Modernize autotools setup a bit
Also we now only create tar.bz2 and tar.xz tarballs.
2012-04-13 14:01:50 +02:00
Sebastian Dröge
ad0745b37f Back to development 2012-04-12 11:19:12 +02:00
Sebastian Dröge
4c6f7cf644 Release 0.11.90 2012-04-12 10:40:20 +02:00
Sebastian Dröge
8ff6937ef7 configure: Update version to 0.11.89.1 2012-04-05 13:26:45 +02:00