Commit graph

766 commits

Author SHA1 Message Date
Tim-Philipp Müller
ac281f3562 Add --disable-fatal-warnings configure option 2012-01-19 15:06:47 +00: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
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
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
Mark Nauwelaerts
466d0054c6 configure.ac: export plugin description more platform independent
Fixes #642504.
2011-02-28 19:27:21 +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
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