mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
releasing 0.10.3
Original commit message from CVS: releasing 0.10.3
This commit is contained in:
parent
ebeb6b53a0
commit
927ec677c0
10 changed files with 79 additions and 39 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.3 ===
|
||||
|
||||
2006-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.3, "Late Plane"
|
||||
|
||||
2006-03-29 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_handle_src_event):
|
||||
|
@ -162,9 +169,10 @@
|
|||
|
||||
2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Alex Lancaster
|
||||
* ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
|
||||
Add support for writing the GST_TAG_ALBUM_VOLUME_NUMBER
|
||||
tag (#333683, patch by: Alex Lancaster).
|
||||
tag (#333683)
|
||||
|
||||
2006-03-02 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
|
@ -196,16 +204,20 @@
|
|||
|
||||
2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Jens Granseuer
|
||||
|
||||
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_pad_added),
|
||||
(gst_mpeg_parse_handle_src_query):
|
||||
Declare variables at the beginning of a block and make
|
||||
gcc-2.9x happy (fixes #328957; patch by: Jens Granseuer).
|
||||
gcc-2.9x happy (fixes #328957)
|
||||
|
||||
2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Fabrizio Gennari
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
|
||||
Read packet size, sequence and padsize in right order again
|
||||
(fixes #332796; patch by: Fabrizio Gennari).
|
||||
(fixes #332796)
|
||||
|
||||
2006-02-28 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
|
|
30
NEWS
30
NEWS
|
@ -1,9 +1,33 @@
|
|||
This is GStreamer Ugly Plug-ins 0.10.2, "Season to Taste".
|
||||
This is GStreamer Ugly Plug-ins 0.10.3, "Late Plane".
|
||||
|
||||
Features since 0.10.2:
|
||||
|
||||
* dvdsubdec ported
|
||||
* fixes in mpeg2dec, asfdemux, mpegdemux, dvddemux, rmdemux,
|
||||
mpegparse, amrnb, mad, lame, a52dec
|
||||
|
||||
Bugs fixed since 0.10.2:
|
||||
|
||||
* 300682 : [mpeg2dec] fails to play mpgtx -j joined files to the end
|
||||
* 317310 : Cant play swedish radio station " P3 "
|
||||
* 320022 : [asfdemux] borks on a particular mms asf stream
|
||||
* 323023 : [rmdemux] stops immediately if there are unlinked source ...
|
||||
* 326598 : [mpegstream] does not handle timestamp overflow correctly
|
||||
* 327356 : gst-plugins-ugly fails to build with GCC 4.1
|
||||
* 328957 : [mpegstream] fix build with gcc 2.95
|
||||
* 331588 : [rmdemux] realmedia files with AC3 don't work
|
||||
* 331838 : build problem caused by AS_LIBTOOL_TAGS([CXX])
|
||||
* 331842 : should check for mad and id3tag headers, not libs
|
||||
* 332796 : [asfdemux] cannot play an ASF stream
|
||||
* 333345 : [lame] fix some memory leaks
|
||||
* 333683 : [id3mux] patch to add support for GST_TAG_ALBUM_VOLUME_NU...
|
||||
* 334550 : Some ac3 files fail to play
|
||||
* 336097 : [asfdemux] live ASF streams do not work
|
||||
* 336387 : [mpegdemux] reffing null caps
|
||||
|
||||
|
||||
Features since 0.10.1:
|
||||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* DVD Title source (dvdreadsrc) ported (DVD Menus in a future release)
|
||||
* ASF demuxer ported
|
||||
* Fixes for MPEG demuxing
|
||||
|
|
55
RELEASE
55
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer Ugly Plug-ins 0.10.2 "Season to Taste"
|
||||
GStreamer: Release notes for GStreamer Ugly Plug-ins 0.10.3 "Late Plane"
|
||||
|
||||
|
||||
The GStreamer team is proud to announce a new release
|
||||
|
@ -56,29 +56,27 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* DVD Title source (dvdreadsrc) ported (DVD Menus in a future release)
|
||||
* ASF demuxer ported
|
||||
* Fixes for MPEG demuxing
|
||||
* Fixes for the MAD MP3 decoder
|
||||
* Fixes for the LAME MP3 encoder
|
||||
* ID3 tag reading has moved to id3demux in gst-plugins-good
|
||||
* Fixes for the Real Media demuxer
|
||||
* Various other fixes
|
||||
* dvdsubdec ported
|
||||
* fixes in mpeg2dec, asfdemux, mpegdemux, dvddemux, rmdemux, mpegparse, amrnb, mad, lame, a52dec
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 311679 : [lame] doesn't write GST_TAG_DATE correctly
|
||||
* 326734 : [mad] Add 24-bit output support
|
||||
* 171528 : SIGFPE in gstasf with http://joule.via.ecp.fr/~lool/debia...
|
||||
* 313838 : totem hangs after playing an amazon sample
|
||||
* 317872 : Cannot demux ASF/WMV files with auxillary (non-audio/vide...
|
||||
* 319782 : Lame encoding is broken with vbr=vbr-new and vbr-quality=9
|
||||
* 326711 : [mpegdemux] does not negotiate source pads
|
||||
* 329575 : misc bugfixes for mad from 0.8
|
||||
* 331035 : [asfdemux] port to 0.10
|
||||
* 331301 : [mpeg2dec] strides issues when cropping
|
||||
* 331579 : Set asfdemux rank to secondary
|
||||
* 330844 : mpeg2dec crashes with " cropped " MPEG videos
|
||||
* 300682 : [mpeg2dec] fails to play mpgtx -j joined files to the end
|
||||
* 317310 : Cant play swedish radio station " P3 "
|
||||
* 320022 : [asfdemux] borks on a particular mms asf stream
|
||||
* 323023 : [rmdemux] stops immediately if there are unlinked source ...
|
||||
* 326598 : [mpegstream] does not handle timestamp overflow correctly
|
||||
* 327356 : gst-plugins-ugly fails to build with GCC 4.1
|
||||
* 328957 : [mpegstream] fix build with gcc 2.95
|
||||
* 331588 : [rmdemux] realmedia files with AC3 don't work
|
||||
* 331838 : build problem caused by AS_LIBTOOL_TAGS([CXX])
|
||||
* 331842 : should check for mad and id3tag headers, not libs
|
||||
* 332796 : [asfdemux] cannot play an ASF stream
|
||||
* 333345 : [lame] fix some memory leaks
|
||||
* 333683 : [id3mux] patch to add support for GST_TAG_ALBUM_VOLUME_NU...
|
||||
* 334550 : Some ac3 files fail to play
|
||||
* 336097 : [asfdemux] live ASF streams do not work
|
||||
* 336387 : [mpegdemux] reffing null caps
|
||||
|
||||
Download
|
||||
|
||||
|
@ -108,13 +106,18 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Christian Schaller
|
||||
* Edgard Lima
|
||||
* Alex Lancaster
|
||||
* Christian Kirbach
|
||||
* Christophe Fergeau
|
||||
* Edward Hervey
|
||||
* Fabrizio Gennari
|
||||
* Jan Schmidt
|
||||
* Martin Soto
|
||||
* Stefan Kost
|
||||
* Thomas Vander Stichele
|
||||
* Jens Granseuer
|
||||
* Julien MOUTTE
|
||||
* Jürg Billeter
|
||||
* Luca Ognibene
|
||||
* Michael Smith
|
||||
* Michal Benes
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
|
|
@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
|
|||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 10, 2, 1,
|
||||
AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 10, 3, 0,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<SIGNAL>
|
||||
<NAME>GstMPEGParse::reached-offset</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
<FLAGS>f</FLAGS>
|
||||
GstMPEGParse *gstmpegparse
|
||||
</SIGNAL>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adaptive Multi-Rate Narrow-Band</description>
|
||||
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
|
||||
<basename>libgstamrnb.so</basename>
|
||||
<version>0.10.1</version>
|
||||
<version>0.10.2</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decode DVD LPCM frames into standard PCM</description>
|
||||
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
|
||||
<basename>libgstdvdlpcmdec.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
|
||||
<filename>../../gst/iec958/.libs/libgstiec958.so</filename>
|
||||
<basename>libgstiec958.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<element>
|
||||
<name>ac3iec958</name>
|
||||
<longname>AC3 to IEC958 filter</longname>
|
||||
<class>audio/x-private1-ac3</class>
|
||||
<class>Codec/Muxer/Audio</class>
|
||||
<description>Pads AC3 frames into IEC958 frames suitable for a raw S/PDIF interface</description>
|
||||
<author>Martin Soto <martinsoto@users.sourceforge.net></author>
|
||||
</element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-1 layer 1/2/3 audio parser</description>
|
||||
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
|
||||
<basename>libgstmpegaudioparse.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Realmedia stream demuxer</description>
|
||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
||||
<basename>libgstrmdemux.so</basename>
|
||||
<version>0.10.2</version>
|
||||
<version>0.10.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
Loading…
Reference in a new issue