Mark Nauwelaerts
0d66ce0062
xingmux: port to 0.11
2012-02-17 17:53:28 +01:00
Wim Taymans
dd3eaca4ee
back to development
2012-02-17 11:06:59 +01:00
Wim Taymans
5581355732
RELEASE 0.11.1
2012-02-17 11:06:27 +01:00
Sebastian Dröge
74de5954af
Merge branch 'master' into 0.11
...
Conflicts:
ext/a52dec/gsta52dec.c
2012-01-25 13:03:33 +01:00
Tim-Philipp Müller
ac281f3562
Add --disable-fatal-warnings configure option
2012-01-19 15:06:47 +00:00
Sebastian Dröge
7064bae5b6
configure.ac: Require GLib 2.31.10 for consistency
2012-01-18 17:00:26 +01:00
Tim-Philipp Müller
8d44d7ded7
mpegstream: remove the old mpeg-ps parser and demuxers
...
Don't want anyone porting this by accident.
Superseded by mpegpsdemux in -bad.
2011-11-13 00:07:02 +00:00
Tim-Philipp Müller
b699e199f2
cdio: port cdiocddasrc to 0.11
2011-11-12 21:06:29 +00:00
Tim-Philipp Müller
13d1003c9e
twolame: port to 0.11
2011-11-11 00:51:34 +00:00
Tim-Philipp Müller
0983339a6e
iec958: remove this plugin
...
I think it can just go away. Audio sinks can and should payload
things themselves using the helper API in libgstaudio. If such
a plugin still makes sense, it should probably be rewritten
using the library functions (and be put into -good or so).
2011-11-10 23:17:53 +00:00
Wim Taymans
839773dbed
realmedia is ported
2011-11-04 17:32:58 +01:00
Wim Taymans
6b709f4656
dvdread: port to 0.11
2011-10-10 12:38:02 +02:00
Wim Taymans
e06c2d881b
dvdsub: port to 0.11
2011-10-06 17:24:22 +02:00
Wim Taymans
f9863d1274
amrnb: port to 0.11
2011-10-04 17:35:40 +02:00
Wim Taymans
fa2da0c2cb
ported amrwbdec to 0.11
2011-10-04 17:12:35 +02:00
Wim Taymans
62d5386b06
mpeg2dec: minimal port to 0.11
2011-09-30 17:38:07 +02:00
Wim Taymans
b7de899d5d
configure: update ported plugins list
2011-09-28 13:05:55 +02:00
Wim Taymans
854f4d846b
Merge branch 'master' into 0.11
...
Conflicts:
ext/mad/gstmad.c
2011-09-26 19:07:23 +02:00
Tim-Philipp Müller
56bd24365a
mad: remove id3tag dependency used by in practice unreachable legacy code
...
The mad mp3 decoder element shouldn't parse tags at all really, but we
have so far kept this code around for backwards-compatibility reasons
for people building manual pipelines for some reason. However, as it
turns out that code has never actually worked in 0.10 in practice,
since it only gets executed if mad_frame_decode() returns LOSTSYNC,
which doesn't actually seem to happen any more though because of the
preceding mad_header_decode(), which will discover and report the
sync loss if it runs into a tag and make mad_frame_decode() try to
resync right away.
Discovered this while trying to make it use gst_tag_list_from_id3v2_tag().
2011-09-13 19:40:12 +01:00
Sebastian Dröge
06b391d63d
configure: Add synaesthesia to the list of non-ported plugins
2011-08-03 09:05:47 +02:00
Tim-Philipp Müller
2e6d295b8b
Remove mp3parse plugin/element
...
It's been replaced by mpegaudioparse in -good. Don't want anyone
to spend time porting a deprecated element. Rename plugin to xingmux
for now until we move that somewhere else.
2011-08-03 01:08:43 +01:00
Edward Hervey
10b6489163
configure.ac: Define list of non-ported plugins
2011-08-02 12:49:09 +02:00
Tim-Philipp Müller
798827843d
Add -DGST_USE_UNSTABLE_API to the compiler flags to avoid warnings
2011-07-05 10:14:50 +01:00
Wim Taymans
13c252b2a8
Merge branch 'master' into 0.11
...
Conflicts:
configure.ac
2011-06-02 18:46:11 +02:00
Tim-Philipp Müller
f389c77c73
win32: define GST_PACKAGE_RELEASE_DATETIME in win32 config.h as well
2011-05-14 10:09:16 +01:00
Tim-Philipp Müller
669492beb4
Back to development
2011-05-14 10:06:31 +01:00
Tim-Philipp Müller
9009d82d9f
Release 0.10.18
...
Highlights:
- x264enc: allow changing bitrate and quantizers dynamically at runtime
- x264enc: proxy downstream caps restrictions upstream via get_caps()
- lamemp3enc: proxy downstream rate/channels restrictions upstream via get_caps()
- mad: allow build without libid3tag (which isn't really needed anyway)
- many other fixes and improvements
2011-05-10 11:42:08 +01:00
Tim-Philipp Müller
6f91a5f84e
0.10.17.4 pre-release
2011-04-30 20:07:44 +01:00
Tim-Philipp Müller
75bd97341c
0.10.17.3 pre-release
2011-04-27 12:48:42 +01:00
Wim Taymans
98729bc82c
Merge branch 'master' into 0.11
...
Conflicts:
android/amrnb.mk
android/amrwbdec.mk
android/asf.mk
android/mpegaudioparse.mk
configure.ac
2011-04-19 19:23:56 +02:00
Tim-Philipp Müller
894760b682
0.10.17.2 pre-release
2011-04-16 23:26:27 +01:00
Luis de Bethencourt
bfff921b44
configure.ac: redundant use of AC_MSG_RESULT()
...
cleaned the redundant use of AC_MSG_RESULT() in configure.ac
2011-03-22 13:37:41 +01:00
Tim-Philipp Müller
65565c8a1e
mad: build the mad plugin even if libid3tag is not available
...
ID3 tags are usually handled by id3demux, and should be handled
by id3demux. Tag handling in mad based on libid3tag is very basic
and mostly unnecessary really, so just build this plugin without
ID3 tag support if libid3tag is not available.
2011-03-11 18:37:10 +00:00
Wim Taymans
90ec31fbd9
Merge branch 'master' into 0.11
2011-03-04 13:48:02 +01:00
Mark Nauwelaerts
466d0054c6
configure.ac: export plugin description more platform independent
...
Fixes #642504 .
2011-02-28 19:27:21 +01:00
Wim Taymans
62efb84c19
Merge branch 'master' into 0.11
...
Conflicts:
configure.ac
2011-02-26 15:02:58 +01:00
Tim-Philipp Müller
10ec322c64
win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink
...
https://bugzilla.gnome.org/show_bug.cgi?id=640705
2011-01-27 15:33:40 +00:00
Tim-Philipp Müller
5ec02de6d4
Back to development
2011-01-24 10:14:56 +00:00
Tim-Philipp Müller
d99bd69fb4
Release 0.10.17
2011-01-21 13:18:51 +00:00
Tim-Philipp Müller
eda32ecfae
0.10.16.4 pre-release
2011-01-18 11:11:28 +00:00
Tim-Philipp Müller
442a88ac12
0.10.16.3 pre-release
2011-01-11 20:42:06 +00:00
Tim-Philipp Müller
d663748cd2
0.10.16.2 pre-release
2011-01-07 14:42:26 +00:00
Tim-Philipp Müller
dd14aa2d2f
configure: use $LIBM instead of hardcoding -lm
2011-01-07 14:33:37 +00:00
Leo Singer
50521fded3
x264: uses pkg-config to locate libx264
2010-12-12 16:20:54 +01:00
Wim Taymans
dc5162a07e
more 0.10 -> 0,11 changes
2010-12-06 18:12:51 +01:00
Wim Taymans
b69326697c
configure: open 0.11 branch
2010-12-06 12:29:12 +01:00
Tim-Philipp Müller
b369f1d714
configure: set plugin release datetime
2010-09-24 00:03:50 +01:00
Tim-Philipp Müller
bafd2cb4c6
Add gstreamer-plugins-ugly-uninstalled-0.10.pc file so other modules can find our plugins
...
This .pc file will not be installed, it's only for uninstalled setups,
same thing as we do for -good. This is so other modules' unit tests can
find our plugins properly in an uninstalled setup.
2010-09-08 00:11:53 +01:00
Tim-Philipp Müller
d261f9bff6
configure: re-enable use of -DGST_DISABLE_DEPRECATED in git versions
2010-09-06 23:53:10 +01:00
Sebastian Dröge
790f308986
configure: Require orc >= 0.4.6 for --compat
2010-09-05 12:27:40 +02:00
Tim-Philipp Müller
080b3673a9
Back to development
...
Temporarily disable -DGST_DISABLE_DEPRECATED for git builds until
the code is updated for the GST_FLOW_IS_* macro deprecations.
2010-09-04 13:17:53 +01:00
Tim-Philipp Müller
c525b03a08
Release 0.10.16
2010-09-02 23:59:20 +01:00
Sebastian Dröge
bfbfdd566d
0.10.15.6 pre-release
2010-08-30 16:02:24 +02:00
Sebastian Dröge
ce8e49c956
0.10.15.5 pre-release
2010-08-25 19:02:02 +02:00
Sebastian Dröge
49c2fdd4f9
0.10.15.4 pre-release
2010-08-21 21:42:25 +02:00
Tim-Philipp Müller
ed31d6281b
0.10.15.3 pre-release
2010-08-11 16:49:30 +01:00
Tim-Philipp Müller
dd4b42e5f0
0.10.15.2 pre-release
2010-08-11 00:02:47 +01:00
Sebastian Dröge
a924fe8e3f
configure: Check if the compiler supports ISO C89 or C99 and which parameters are required
...
This first checks what is required for ISO C99 support and sets the relevant
compiler parameters and if no C99 compiler is found, it checks for a
C89 compiler. This enables us to check for and use C89/C99 functions
that gcc hides from us without the correct compiler parameters.
2010-08-04 19:28:09 +02:00
Tim-Philipp Müller
95d6c2c67c
Bump automake requirement to 1.10 and autoconf to 2.60
...
For maintainability reasons and $(builddir).
See #622944 .
2010-06-28 16:12:12 +01:00
Sebastian Dröge
602fb1319a
configure: Update required GLib version to 2.20
2010-06-14 16:59:25 +02:00
Sebastian Dröge
359260bd5b
a52dec: Use orc for CPU feature detection and don't check for liboil
2010-06-14 14:34:25 +02:00
Sebastian Dröge
20c3e5ba0c
configure: Use GLIB_EXTRA_CFLAGS
2010-06-14 13:27:55 +02:00
Tim-Philipp Müller
3251b786cf
Back to development
2010-06-01 09:37:29 +01:00
Tim-Philipp Müller
069ca524c5
Release 0.10.15
2010-05-30 14:21:02 +01:00
Tim-Philipp Müller
ebe5cbfccd
configure: make implicit GLib and liboil requirements explicit
...
core/base 0.10.26 require GLib >= 2.18 and liboil >= 0.3.14
2010-05-30 12:10:29 +01:00
Tim-Philipp Müller
59c72d3979
0.10.14.3 pre-release
2010-05-26 12:16:16 +01:00
Tim-Philipp Müller
a47227e9e0
0.10.14.2 pre-release
2010-05-14 20:06:46 +01:00
Thiago Santos
399f2c6980
configure: Drop -Wcast-align
...
Commit message copied from core's commit from Benjamin Otte:
246f5dba96
Apparently gcc warns that GstMiniObject is not castable to
GstEvent/Message/Buffer due to them containing 64bit variables, even
though ARM hackers claim that those only need 4byte alignment. And as
long as gcc behaves that way, this warning is not very useful.
So we'll remove the warning until this problem is fixed.
Fixes #615698
2010-04-15 08:33:48 -03:00
Edward Hervey
02be555df3
configure: Remove -Wundef flag
...
Same fix as for #615161
2010-04-12 12:43:05 +02:00
Sebastian Dröge
c88c88de0d
build: Add all kinds of compiler warning flags and fix the resulting warnings
2010-03-24 11:27:40 +01:00
Benjamin Otte
d9ad767c7e
Update CXXFLAGS, too
2010-03-10 22:13:45 +01:00
Benjamin Otte
36e0e1bc3a
Update for recent changes to common submodule
...
This just replaces every "$ERROR_CFLAGS" usage with a usage of
"$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as
previously.
Actually using that separation will happen later.
2010-03-10 21:56:45 +01:00
Sebastian Dröge
fabb0ad3fd
configure: Use automake 1.11 silent rules instead of shave if available
...
This makes sure that we use something that is still maintained and
also brings back libtool 1.5 support.
2010-03-09 21:04:40 +00:00
Tim-Philipp Müller
6aa69b0bdb
Back to development
2010-03-09 17:42:11 +00:00
Tim-Philipp Müller
7cf205b8b7
Release 0.10.14
2010-03-06 01:13:25 +00:00
Tim-Philipp Müller
051cf98040
0.10.13.4 pre-release
2010-03-03 22:52:30 +00:00
Tim-Philipp Müller
cfc2820ce1
0.10.13.3 pre-release
2010-02-24 01:40:34 +00:00
Tim-Philipp Müller
f144d1795d
0.10.13.2 pre-release
...
Update core/base requirement to 0.10.26, since that's more likely
to be the actual requirement.
2010-02-19 01:07:49 +00:00
Tim-Philipp Müller
bde03ffc01
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.
2010-02-16 00:26:37 +00:00
Stefan Kost
086528d359
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:16:32 +02:00
Tim-Philipp Müller
a5984e6b49
win32: change how win32/common/config.h is updated
...
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 ones applied a while ago to GStreamer
core, gst-plugins-base and gst-plugins-good and prevents configure
from changing files in source control. The generated config.h
should be ok, but needs testing.
2010-02-01 09:27:58 +00:00
Edward Hervey
90ca3dcc17
configure.ac: And back to development we go...
2009-10-24 20:37:04 +02:00
Jan Schmidt
5144f65805
Release 0.10.13
2009-10-21 17:16:00 +01:00
Jan Schmidt
4a0737d74e
0.10.12.3 pre-release
2009-10-15 23:59:43 +01:00
Jan Schmidt
8486f0180b
0.10.12.2 pre-release
2009-10-12 13:54:27 +01:00
Mark Nauwelaerts
99be297172
x264enc: adjust configure checking to changed upstream
2009-10-02 15:23:18 +02:00
Sebastian Dröge
bd8df13ab0
amr: Use opencore-amr pkg-config files if possible
...
This makes it possible to build the plugins when the libraries
are installed at non-standard locations.
Fixes bug #591348 .
2009-08-17 17:31:10 +02:00
Tim-Philipp Müller
ba49058ea9
configure: bump core/base requirements to released versions
...
to avoid confusion.
2009-08-10 22:22:39 +01:00
Sebastian Dröge
883fdeb3b2
configure: Remove all mentions to the id3tag plugin which was removed
2009-08-04 10:44:43 +02:00
Marvin Schmidt
228e19fb19
mad: make check for mad independent of the check for id3tag
...
Fixes bug #590432 .
2009-08-04 10:42:09 +02:00
Iago Toral
79d4b18044
amr: Add AMR-WB decoder and AMR-NB encoder and decoder
...
These are based on the OpenCore codecs.
Fixes bug #584890 .
2009-07-27 20:14:28 +02:00
Tim-Philipp Müller
f5d046a0b0
dvdnav: remove dvdnav plugin
...
Remove dvdnav plugin, it has no future. resindvd is the plugin to
use for dvd playback. Note that dvdnav was never really enabled
in -ugly, you had to edit configure.ac to get it built.
2009-07-22 11:10:38 +01:00
Tim-Philipp Müller
aa0d6f7b48
asfdemux: use new bytereader functions for image tag parsing
2009-06-23 01:38:01 +01:00
Jan Schmidt
f753045191
Back to development -> 0.10.12.1
2009-06-18 20:29:23 +01:00
Jan Schmidt
5a62da12b0
Release 0.10.12
2009-06-18 08:34:54 +01:00
Jan Schmidt
5d2847b71c
0.10.11.2 pre-release
2009-06-05 22:10:02 +01:00
Jan Schmidt
5e176f4b0c
Moved 'x264enc' from -bad to -ugly
2009-06-05 19:25:54 +01:00
Tim-Philipp Müller
d64ccc39b6
configure: bump core/base requirements to released versions
2009-05-30 13:08:14 +01:00
Tim-Philipp Müller
19c22fa7a2
autogen: move the -Wno-portability for automake into configure.ac
2009-05-30 13:08:14 +01:00
Tim-Philipp Müller
95ddda57e2
lame: fix compilation with LAME versions < 3.98
...
lame_set_VBR_quality(), which takes a floating point value for the
quality, has been added only in v3.98. Use lame_set_VBR_q(), which
takes quality as an integer, for older LAME versions.
Fixes #581341 .
2009-05-05 16:38:19 +01:00