From 069ca524c5ab440078b7afa35baffd3697134fdc Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 30 May 2010 14:21:02 +0100 Subject: Release 0.10.15 --- ChangeLog | 540 ++++++++++++++++++++- NEWS | 18 +- RELEASE | 56 +-- configure.ac | 2 +- .../plugins/gst-plugins-ugly-plugins.prerequisites | 2 +- docs/plugins/inspect/plugin-a52dec.xml | 4 +- docs/plugins/inspect/plugin-amrnb.xml | 4 +- docs/plugins/inspect/plugin-amrwbdec.xml | 4 +- docs/plugins/inspect/plugin-asf.xml | 6 +- docs/plugins/inspect/plugin-cdio.xml | 4 +- docs/plugins/inspect/plugin-dvdlpcmdec.xml | 7 +- docs/plugins/inspect/plugin-dvdread.xml | 4 +- docs/plugins/inspect/plugin-dvdsub.xml | 4 +- docs/plugins/inspect/plugin-iec958.xml | 4 +- docs/plugins/inspect/plugin-lame.xml | 4 +- docs/plugins/inspect/plugin-mad.xml | 4 +- docs/plugins/inspect/plugin-mpeg2dec.xml | 4 +- docs/plugins/inspect/plugin-mpegaudioparse.xml | 7 +- docs/plugins/inspect/plugin-mpegstream.xml | 10 +- docs/plugins/inspect/plugin-realmedia.xml | 4 +- docs/plugins/inspect/plugin-siddec.xml | 4 +- docs/plugins/inspect/plugin-twolame.xml | 4 +- docs/plugins/inspect/plugin-x264.xml | 4 +- gst-plugins-ugly.doap | 11 + win32/common/config.h | 8 +- 25 files changed, 626 insertions(+), 97 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6370fd7edf..110489d0b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,545 @@ +=== release 0.10.15 === + +2010-05-30 Tim-Philipp Müller + + * configure.ac: + releasing 0.10.15, "Englishman in a Baseball Cap" + +2010-05-30 12:10:29 +0100 Tim-Philipp Müller + + * configure.ac: + configure: make implicit GLib and liboil requirements explicit + core/base 0.10.26 require GLib >= 2.18 and liboil >= 0.3.14 + +2010-05-26 23:16:46 -0400 Olivier Crête + + * ext/x264/gstx264enc.c: + x264enc: disable I weighted pred + If it is enabled, then it will be main profile instead of baseline. + This ensures maximum compatibility of the output stream until the + encoder configuration interface gets an overhaul with explicit + output profile selection. + Fixes #619776. + +2010-05-26 12:16:16 +0100 Tim-Philipp Müller + + * configure.ac: + * win32/common/config.h: + 0.10.14.3 pre-release + +2010-05-26 11:52:53 +0100 Tim-Philipp Müller + + * po/af.po: + * po/az.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.po: + * po/ms.po: + * po/mt.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ru.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + po: update translations + +2010-05-26 11:55:58 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 357b0db to fd7ca04 + +2010-05-14 20:06:46 +0100 Tim-Philipp Müller + + * configure.ac: + * win32/common/config.h: + 0.10.14.2 pre-release + +2010-05-14 18:25:38 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 4d67bd6 to 357b0db + +2010-05-14 16:02:47 +0200 Wim Taymans + + * gst/realmedia/rmdemux.c: + * gst/realmedia/rmutils.c: + * gst/realmedia/rmutils.h: + rmdemux: add better sipr nibble swap routine + +2010-05-13 17:57:57 +0200 Wim Taymans + + * gst/realmedia/rmdemux.c: + rmdemux: descramble SIPR before pushing out + Collect and descramble the SIPR packets before pushing. + Descramble ATRAC audio. + Fixes #618098 + +2010-05-13 17:57:02 +0200 Wim Taymans + + * gst/realmedia/rmutils.c: + * gst/realmedia/rmutils.h: + rm: add function to descramble sipr + +2010-01-08 20:51:56 -0500 Olivier Crête + + * ext/x264/gstx264enc.c: + * ext/x264/gstx264enc.h: + x264enc: Re-send the received upstream event as-is downstream + https://bugzilla.gnome.org/show_bug.cgi?id=606689 + +2010-05-07 15:33:28 +0200 Edward Hervey + + * ext/amrnb/amrnb.c: + amrnbenc: Set rank to GST_RANK_SECONDARY + +2010-04-30 19:53:15 +0100 Tim-Philipp Müller + + * gst/realmedia/rtspreal.c: + rtspreal: use GLib's base64 functions if available + Since gst_rtsp_base64_decode_ip() just got deprecated in -base git. + +2010-04-28 17:10:36 +0400 Руслан Ижбулатов + + * ext/amrnb/amrnbdec.h: + * ext/amrnb/amrnbenc.h: + * ext/amrwbdec/amrwbdec.h: + amr: Use correct includes (as pkg-config suggests) + Fixes #617078 + +2010-04-27 13:15:47 +0300 Stefan Kost + + * gst/ac3parse/.gitignore: + * gst/ac3parse/Makefile.am: + * gst/ac3parse/README: + * gst/ac3parse/ac3parse.vcproj: + * gst/ac3parse/gstac3parse.c: + * gst/ac3parse/gstac3parse.h: + ac3parse: remove unported 0.8 plugin + New ac3parse lives in gst-plugin-bad. Remove this to avoid confusion. + +2010-04-27 12:25:37 +0300 Stefan Kost + + * gst/mpegaudioparse/gstmpegaudioparse.c: + docs: adding a mp3decoder as well is useful + +2010-04-27 11:39:51 +0300 Stefan Kost + + * docs/plugins/gst-plugins-ugly-plugins-sections.txt: + docs: massage section index + +2010-04-27 11:39:11 +0300 Stefan Kost + + * ext/amrwbdec/amrwbdec.c: + * ext/amrwbdec/amrwbdec.h: + amrwbdec: move define to source to avoid hiding it from the docs + +2010-04-27 11:38:28 +0300 Stefan Kost + + * ext/cdio/gstcdiocddasrc.c: + docs: remove short_desc, it is taken from element details + +2010-04-27 11:37:52 +0300 Stefan Kost + + * gst/synaesthesia/gstsynaesthesia.c: + docs: fix sections docs for synaesthesia + +2010-04-27 11:02:15 +0300 Stefan Kost + + * docs/plugins/Makefile.am: + * docs/plugins/gst-plugins-ugly-plugins-docs.sgml: + * docs/plugins/gst-plugins-ugly-plugins-sections.txt: + * gst/mpegaudioparse/gstmpegaudioparse.c: + docs: add docs for mp3parse + +2010-04-20 17:23:04 +0100 Tim-Philipp Müller + + * gst-plugins-ugly.doap: + doap: update repository info from cvs->git and maintainers + +2010-04-23 14:41:42 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From fc85867 to 4d67bd6 + +2010-04-13 16:59:03 +0200 Mark Nauwelaerts + + * tests/check/elements/x264enc.c: + x264enc: adaptive NALU type checking + In particular, be less picky about SEI NALU order, which makes test more + robust with respect to changes in libx264. + See also #615410. + +2010-04-16 21:10:58 +0200 Mark Nauwelaerts + + * ext/x264/gstx264enc.c: + x264enc: adaptive x264 header NAL layout handling + Fixes #615410. + +2010-04-15 16:31:23 +0200 Wim Taymans + + * gst/asfdemux/gstrtpasfdepay.c: + asfdepay: we require a dynamic payload type + Add an extra caps property that restricts the depayloader to only accept dynamic + payload types. + +2010-04-15 07:20:20 -0300 Thiago Santos + + * configure.ac: + configure: Drop -Wcast-align + Commit message copied from core's commit from Benjamin Otte: + 246f5dba96a5b50bb74621af67b30942cca72af5 + 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-14 09:27:14 +0200 Edward Hervey + + * ext/mpeg2dec/gstmpeg2dec.c: + mpeg2dec: copy over all buffer flags when copying buffers. + Avoids losing the tff/rff video buffer flags + +2010-03-14 12:16:21 +0100 Edward Hervey + + * gst/asfdemux/asfpacket.c: + asfdemux: Make a table static to avoid having to always allocate it. + +2010-04-13 16:31:25 +0200 Mark Nauwelaerts + + * ext/x264/gstx264enc.c: + x264enc: fix up avcC header construction + Fix off-by-one introduced by commit 35dd89951d8bb1c094da65480e4197efdfb4e93c + for BUILD_X264 < 76. + Also fixes #610089. + +2010-04-13 13:16:41 +0200 Mark Nauwelaerts + + * ext/x264/gstx264enc.c: + x264enc: parameterize libx264 provided NAL layout in codec-data creation + +2010-04-12 12:43:05 +0200 Edward Hervey + + * configure.ac: + configure: Remove -Wundef flag + Same fix as for #615161 + +2010-04-09 11:23:22 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From fdf023d to fc85867 + +2010-04-09 09:55:14 +0100 Tim-Philipp Müller + + * gst-libs/gst/gettext.h: + i18n: #if ENABLE_NLS -> #ifdef ENABLE_NLS to fix compiler warning + +2010-03-30 00:36:38 +0100 Tim-Philipp Müller + + * common: + * ext/Makefile.am: + * gst/Makefile.am: + build: build plugins in parallel where possible, if make -jN is used + +2010-03-26 17:08:23 +0000 Tim-Philipp Müller + + * Makefile.am: + build: add cruft alert for common/shave* + +2010-03-25 19:40:33 +0000 Tim-Philipp Müller + + * win32/MANIFEST: + Fix make distcheck + Remove removed file win32/common/config.h.in from MANIFEST. + +2010-03-24 19:35:03 +0100 Edward Hervey + + * gst/synaesthesia/synaescope.c: + * gst/synaesthesia/synaescope.h: + synaestesia: Fix old-style prototype + +2010-03-24 19:07:11 +0300 Руслан Ижбулатов + + * gst/realmedia/rmutils.c: + Fix pointer type. + Fixes #613815 + +2010-03-24 18:55:32 +0100 Edward Hervey + + * common: + Automatic update of common submodule + From 55cd514 to c1d07dd + +2010-03-24 11:27:40 +0100 Sebastian Dröge + + * configure.ac: + * ext/amrnb/amrnbdec.c: + * ext/amrnb/amrnbenc.c: + * ext/cdio/gstcdiocddasrc.h: + * ext/dvdread/dvdreadsrc.c: + * ext/lame/gstlame.h: + * ext/lame/gstlamemp3enc.h: + * ext/lame/plugin.c: + * ext/mad/gstmad.c: + * ext/x264/gstx264enc.c: + * ext/x264/gstx264enc.h: + * gst/mpegaudioparse/gstmpegaudioparse.c: + * gst/mpegaudioparse/gstxingmux.c: + * gst/mpegstream/gstdvddemux.c: + * gst/mpegstream/gstmpegdemux.c: + * gst/mpegstream/gstmpegparse.c: + * gst/realmedia/asmrules.c: + * gst/realmedia/pnmsrc.c: + * gst/realmedia/pnmsrc.h: + * gst/realmedia/rdtdepay.h: + * gst/realmedia/rdtmanager.c: + * gst/realmedia/rtspreal.c: + build: Add all kinds of compiler warning flags and fix the resulting warnings + +2010-03-19 00:03:53 +0000 Tim-Philipp Müller + + * ext/amrnb/Makefile.am: + * ext/amrwbdec/Makefile.am: + * ext/sidplay/Makefile.am: + * gst/asfdemux/Makefile.am: + * gst/mpegaudioparse/Makefile.am: + build: fix up Makefile.am + Mostly just add $(GST_BASE_CFLAGS) where they're missing and fix + the order a bit here and there (see docs/random/moving-plugins). + +2010-03-19 00:02:40 +0000 Tim-Philipp Müller + + * win32/common/config.h.in: + win32: remove win32-specific config.h.in copy that's not used any longer + The win32 config.h is now generated from the top-level config.h.in. + +2010-03-18 15:53:14 +0100 Benjamin Otte + + * ext/a52dec/gsta52dec.c: + * ext/amrnb/amrnbdec.c: + * ext/amrnb/amrnbenc.c: + * ext/amrwbdec/amrwbdec.c: + * ext/cdio/gstcdiocddasrc.c: + * ext/dvdread/dvdreadsrc.c: + * ext/lame/gstlame.c: + * ext/mad/gstmad.c: + * ext/mpeg2dec/gstmpeg2dec.c: + * gst/ac3parse/gstac3parse.c: + * gst/asfdemux/gstasfdemux.c: + * gst/asfdemux/gstrtpasfdepay.c: + * gst/asfdemux/gstrtspwms.c: + * gst/dvdlpcmdec/gstdvdlpcmdec.c: + * gst/iec958/ac3iec.c: + * gst/mpegaudioparse/gstmpegaudioparse.c: + * gst/mpegaudioparse/gstxingmux.c: + * gst/mpegstream/gstdvddemux.c: + * gst/mpegstream/gstmpegdemux.c: + * gst/mpegstream/gstmpegparse.c: + * gst/mpegstream/gstrfc2250enc.c: + * gst/realmedia/pnmsrc.c: + * gst/realmedia/rademux.c: + * gst/realmedia/rdtdepay.c: + * gst/realmedia/rdtmanager.c: + * gst/realmedia/rmdemux.c: + * gst/realmedia/rtspreal.c: + * gst/synaesthesia/gstsynaesthesia.c: + gst_element_class_set_details => gst_element_class_set_details_simple + +2010-03-16 15:05:06 +0100 Sebastian Dröge + + * ext/x264/gstx264enc.c: + x264enc: Put pixel-aspect-ratio from input into the src pad caps + Fixes bug #612995. + +2010-03-12 13:59:53 +0100 Edward Hervey + + * common: + Automatic update of common submodule + From e272f71 to 55cd514 + +2010-03-11 11:21:19 +0100 Benjamin Otte + + * common: + Automatic update of common submodule + From df8a7c8 to e272f71 + +2010-03-10 22:13:45 +0100 Benjamin Otte + + * configure.ac: + Update CXXFLAGS, too + +2010-03-10 21:01:20 +0100 Benjamin Otte + + * configure.ac: + 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:52:30 +0100 Benjamin Otte + + * common: + Automatic update of common submodule + From 9720a7d to df8a7c8 + +2010-03-10 20:44:18 +0100 Benjamin Otte + + * common: + Automatic update of common submodule + From 0b6e072 to 9720a7d + +2010-03-10 16:10:17 +0100 Benjamin Otte + + * common: + Automatic update of common submodule + From 7cc5eb4 to 0b6e072 + +2010-03-10 01:10:52 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 7aa65b5 to 7cc5eb4 + +2010-03-09 21:40:26 +0000 Sebastian Dröge + + * common: + Automatic update of common submodule + From 44ecce7 to 7aa65b5 + +2010-02-26 15:43:58 +0100 Sebastian Dröge + + * configure.ac: + 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 17:42:11 +0000 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-iec958.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-mpegaudioparse.xml: + * docs/plugins/inspect/plugin-mpegstream.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * win32/common/config.h: + Back to development + === release 0.10.14 === -2010-03-06 Tim-Philipp Müller +2010-03-06 01:13:25 +0000 Tim-Philipp Müller + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 0.10.14, "Run Rabbit" + * docs/plugins/gst-plugins-ugly-plugins.args: + * docs/plugins/gst-plugins-ugly-plugins.hierarchy: + * docs/plugins/gst-plugins-ugly-plugins.interfaces: + * docs/plugins/gst-plugins-ugly-plugins.prerequisites: + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-iec958.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-mpegaudioparse.xml: + * docs/plugins/inspect/plugin-mpegstream.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * gst-plugins-ugly.doap: + * win32/common/config.h: + Release 0.10.14 + +2010-03-06 01:10:09 +0000 Tim-Philipp Müller + + * po/af.po: + * po/az.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.po: + * po/ms.po: + * po/mt.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ru.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + Update .po files 2010-03-03 22:52:12 +0000 Tim-Philipp Müller diff --git a/NEWS b/NEWS index 5b0b901bf0..13c94f8ad5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,20 @@ -This is GStreamer Ugly Plug-ins 0.10.14 "Run Rabbit" +This is GStreamer Ugly Plug-ins 0.10.15 "Englishman in a Baseball Cap" + +Changes since 0.10.14: + + * amrnbenc: give element a rank (SECONDARY) so it's autoplugged + * rmdemux: descramble sipro audio before pushing out + * x264enc: fix up codec_data / avcC header construction some more + * x264enc: Put pixel-aspect-ratio from input into the src pad caps + +Bugs fixed since 0.10.14: + + * 612995 : x264enc: pixel-aspect-ratio does not appear in src pad caps + * 613815 : A call in gst/realmedia/rmutils.c discards qualifiers from pointer target type + * 615410 : x264 orders NALs differently than x264enc expects + * 617078 : Wrong include paths in amr elements + * 619776 : [x264enc] is unable to do Baseline with recent x264 + * 618098 : [rmdemux] Add descrambling for Sipro codec Changes since 0.10.13: diff --git a/RELEASE b/RELEASE index 807e5de764..1901b62de7 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Ugly Plug-ins 0.10.14 "Run Rabbit" +Release notes for GStreamer Ugly Plug-ins 0.10.15 "Englishman in a Baseball Cap" The GStreamer team is proud to announce a new release @@ -55,45 +55,19 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * amrwbdec: give decoder a rank so decodebin/playbin will use it - * asfdemux: fix flow aggregation - * asfdemux: try harder to put sane timestamps and durations on buffers - * asfdemux: accept fragments in a continued packet where the subsequent fragments declare a size of 0 - * asfdemux: improve seek behaviour for audio-only files without an index - * asfdemux: careful to avoid crash on bogus data; avoid strlen() on NULL pointers - * asfdemux: add support for chained asfs (push mode) - * asfdemux: map WM/TrackNumber to GST_TAG_TRACK_NUMBER and prefer over WM/Track - * asfdemux: post bitrate tags - * mp3parse: seeking fixes: fix non-flushing seek, conserve stop time for non-accurate seek - * rtspreal: memory leak fixes; make config header construction valgrind clean - * rmdemux: fix AC-3 in RealAudio playback; post bitrate tags - * x264enc: fix up avcC header construction and playback by flash players - * x264enc: Make upstream GstForceKeyUnit thread-safe - * x264enc: make use of Access Unit delimiters configurable - * x264enc: adapt to slightly modified x264 API - * xingmux: fix unaligned memory access, makes things work better on ARM/SPARC + * amrnbenc: give element a rank (SECONDARY) so it's autoplugged + * rmdemux: descramble sipro audio before pushing out + * x264enc: fix up codec_data / avcC header construction some more + * x264enc: Put pixel-aspect-ratio from input into the src pad caps Bugs fixed in this release - * 606662 : h264: add stream-format to output caps - * 563276 : Internal GStreamer error: negotiation problem - after opening avi file - * 586464 : [xingmux] Unit test failures on sparc and arm/eabi - * 598761 : [mpegaudioparse] Reduce processing time by 2 - * 599095 : x264enc: Adapt to slightly modified x264 API - * 599297 : [asfdemux] Doesn't populate video bitrate field - * 599299 : [rmdemux] Doesn't populate video bitrate field - * 599333 : Segfault with asfdemuxer - * 599676 : RealAudio file with AC-3 audio no longer plays - * 600037 : [asfdemux] ASF MPEG4 Part 2 file captured from Linksys WVC200 Camera corrupted/fails - * 601419 : x264enc crashes - * 602280 : [asfdemux] fix segmentation fault when utf8 tag name is null - * 602556 : x264enc and ffenc upstream GstForceKeyUnit handling are not thread-safe - * 603695 : Innaccurate seeking in MP3 files results in cut off playback - * 608564 : [ffdec_cook] memory leak - * 610432 : [asfdemux] handle negative payload timestamps - * 611473 : [regression] outgoing buffers with a duration of zero - * 608533 : [real] memory leak in real audio stream via rtsp - * 610089 : Flash players are unable to show x264 encoded streams + * 612995 : x264enc: pixel-aspect-ratio does not appear in src pad caps + * 613815 : A call in gst/realmedia/rmutils.c discards qualifiers from pointer target type + * 615410 : x264 orders NALs differently than x264enc expects + * 617078 : Wrong include paths in amr elements + * 619776 : [x264enc] is unable to do Baseline with recent x264 + * 618098 : [rmdemux] Add descrambling for Sipro codec Download @@ -122,18 +96,14 @@ Applications Contributors to this release - * Arnaud Patard - * Benjamin Gaignard + * Benjamin Otte * Edward Hervey - * Jan Schmidt * Mark Nauwelaerts - * Michael Smith * Olivier Crête - * Robert Swain * Sebastian Dröge * Stefan Kost * Thiago Santos * Tim-Philipp Müller - * Vittorio Palmisano * Wim Taymans + * Руслан Ижбулатов   \ No newline at end of file diff --git a/configure.ac b/configure.ac index d70b5f5f60..144ff642b5 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT(GStreamer Ugly Plug-ins, 0.10.14.3, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.15, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) diff --git a/docs/plugins/gst-plugins-ugly-plugins.prerequisites b/docs/plugins/gst-plugins-ugly-plugins.prerequisites index 2b6b777a74..2bf0edd3ed 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.prerequisites +++ b/docs/plugins/gst-plugins-ugly-plugins.prerequisites @@ -1,2 +1,2 @@ GstChildProxy GstObject -GstTagSetter GstObject GstElement +GstTagSetter GstElement diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index b576620467..0e212a3790 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,10 +3,10 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 0.10.14.1 + 0.10.15 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml index 77d2c3621a..fb08454619 100644 --- a/docs/plugins/inspect/plugin-amrnb.xml +++ b/docs/plugins/inspect/plugin-amrnb.xml @@ -3,10 +3,10 @@ Adaptive Multi-Rate Narrow-Band ../../ext/amrnb/.libs/libgstamrnb.so libgstamrnb.so - 0.10.14.1 + 0.10.15 unknown gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml index c56da0161e..bd07845e97 100644 --- a/docs/plugins/inspect/plugin-amrwbdec.xml +++ b/docs/plugins/inspect/plugin-amrwbdec.xml @@ -3,10 +3,10 @@ Adaptive Multi-Rate Wide-Band Decoder ../../ext/amrwbdec/.libs/libgstamrwbdec.so libgstamrwbdec.so - 0.10.14.1 + 0.10.15 unknown gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index aea9244cc9..6140201c76 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,10 +3,10 @@ Demuxes and muxes audio and video in Microsofts ASF format ../../gst/asfdemux/.libs/libgstasf.so libgstasf.so - 0.10.14.1 + 0.10.15 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin @@ -47,7 +47,7 @@ sink sink always -
application/x-rtp, media=(string){ application, video, audio }, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)X-ASF-PF
+
application/x-rtp, media=(string){ application, video, audio }, payload=(int)[ 96, 127 ], clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)X-ASF-PF
src diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index 837e93ff62..5f7425baad 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,10 +3,10 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 0.10.14.1 + 0.10.15 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 2da1bb7b35..df531d5d62 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,10 +3,10 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 0.10.14.1 + 0.10.15 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin @@ -14,8 +14,7 @@ DVD LPCM Audio decoder Codec/Decoder/Audio Decode DVD LPCM frames into standard PCM audio - Jan Schmidt <jan@noraisin.net> - Michael Smith <msmith@fluendo.com> + Jan Schmidt <jan@noraisin.net>, Michael Smith <msmith@fluendo.com> src diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index 5252dd1a38..dbc287f589 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,10 +3,10 @@ Access a DVD with dvdread ../../ext/dvdread/.libs/libgstdvdread.so libgstdvdread.so - 0.10.14.1 + 0.10.15 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index ef694db4e4..6bb5c13ac2 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,10 +3,10 @@ DVD subtitle parser and decoder ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 0.10.14.1 + 0.10.15 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 5d35d2646a..0665984132 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -3,10 +3,10 @@ Convert raw AC3 into IEC958 (S/PDIF) frames ../../gst/iec958/.libs/libgstiec958.so libgstiec958.so - 0.10.14.1 + 0.10.15 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 113f523e12..8d22aa57d0 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,10 +3,10 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.10.14.1 + 0.10.15 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index dbe5e81755..f7e0253878 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,10 +3,10 @@ mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.10.14.1 + 0.10.15 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index c55673a7a9..ee8b0b1a8b 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,10 +3,10 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 0.10.14.1 + 0.10.15 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index 29880766ad..5cc260d5d0 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -3,10 +3,10 @@ MPEG-1 layer 1/2/3 audio stream elements ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.10.14.1 + 0.10.15 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin @@ -14,8 +14,7 @@ MPEG1 Audio Parser Codec/Parser/Audio Parses and frames mpeg1 audio streams (levels 1-3), provides seek - Jan Schmidt <thaytan@mad.scientist.com> - Erik Walthinsen <omega@cse.ogi.edu> + Jan Schmidt <thaytan@mad.scientist.com>,Erik Walthinsen <omega@cse.ogi.edu> src diff --git a/docs/plugins/inspect/plugin-mpegstream.xml b/docs/plugins/inspect/plugin-mpegstream.xml index 5fd3ff117d..96233ae7ce 100644 --- a/docs/plugins/inspect/plugin-mpegstream.xml +++ b/docs/plugins/inspect/plugin-mpegstream.xml @@ -3,10 +3,10 @@ MPEG system stream parser ../../gst/mpegstream/.libs/libgstmpegstream.so libgstmpegstream.so - 0.10.14.1 + 0.10.15 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin @@ -77,8 +77,7 @@ MPEG Demuxer Codec/Demuxer Demultiplexes MPEG1 and MPEG2 System Streams - Erik Walthinsen <omega@cse.ogi.edu> - Wim Taymans <wim.taymans@chello.be> + Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim.taymans@chello.be> sink @@ -111,8 +110,7 @@ MPEG System Parser Codec/Parser Parses MPEG1 and MPEG2 System Streams - Erik Walthinsen <omega@cse.ogi.edu> - Wim Taymans <wim.taymans@chello.be> + Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim.taymans@chello.be> sink diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index 2ea7b4c7b0..5d115d9274 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,10 +3,10 @@ RealMedia support plugins ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.10.14.1 + 0.10.15 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index e6edd09f54..60770cccda 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,10 +3,10 @@ Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 0.10.14.1 + 0.10.15 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml index fd599047e8..1cf0958af3 100644 --- a/docs/plugins/inspect/plugin-twolame.xml +++ b/docs/plugins/inspect/plugin-twolame.xml @@ -3,10 +3,10 @@ Encode MP2s with TwoLAME ../../ext/twolame/.libs/libgsttwolame.so libgsttwolame.so - 0.10.14.1 + 0.10.15 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index af3d098d89..de0562fd4a 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,10 +3,10 @@ libx264-based H264 plugins ../../ext/x264/.libs/libgstx264.so libgstx264.so - 0.10.14.1 + 0.10.15 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index 56cdb9fae6..eb4590eac1 100644 --- a/gst-plugins-ugly.doap +++ b/gst-plugins-ugly.doap @@ -33,6 +33,17 @@ might be widely known to present patent problems. + + + 0.10.15 + 0.10 + Englishman in a Baseball Cap + 2010-05-30 + + + + + 0.10.14 diff --git a/win32/common/config.h b/win32/common/config.h index 6aaf8d3171..6511184724 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -43,7 +43,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins prerelease" +#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -224,7 +224,7 @@ #define PACKAGE_NAME "GStreamer Ugly Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.14.3" +#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.15" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-ugly" @@ -233,7 +233,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.14.3" +#define PACKAGE_VERSION "0.10.15" /* directory where plugins are located */ #ifdef _DEBUG @@ -261,7 +261,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.14.3" +#define VERSION "0.10.15" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -- cgit v1.2.3