mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 01:54:11 +00:00
releasing 0.10.4
Original commit message from CVS: releasing 0.10.4
This commit is contained in:
parent
80c73d537a
commit
c51d6e5d45
19 changed files with 123 additions and 72 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.4 ===
|
||||
|
||||
2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.4, "Metal Molly"
|
||||
|
||||
2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
Patch by: Wim Taymans <wim at fluendo dot com>
|
||||
|
@ -411,7 +418,7 @@
|
|||
* win32/MANIFEST:
|
||||
Add a manifest for futures ugly win32 releases.
|
||||
* gst/iec958/ac3iec.c: (ac3iec_chain_raw):
|
||||
Move bufcaps declaration at the begining of the instructions
|
||||
Move bufcaps declaration at the beginning of the instructions
|
||||
block.
|
||||
|
||||
2006-06-02 Stefan Kost <ensonic@users.sf.net>
|
||||
|
@ -694,16 +701,18 @@
|
|||
* gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_parse_subpic):
|
||||
use gst_guint64_to_gdouble for conversions
|
||||
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_sync_stream_to_time):
|
||||
replace __FUNCTION__ which is not supported by MSVC by the current function name
|
||||
replace __FUNCTION__ which is not supported by MSVC by the current
|
||||
function name
|
||||
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset):
|
||||
remove LL suffix by using G_GINT64_CONSTANT
|
||||
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead),(gst_mpeg_parse_get_rate):
|
||||
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead),
|
||||
(gst_mpeg_parse_get_rate):
|
||||
use gst_guint64_to_gdouble for conversions
|
||||
* gst/mpegstream/gstmpegparse.h:
|
||||
remove LL suffix by using G_GINT64_CONSTANT
|
||||
* win32/vs6:
|
||||
add project files for tagac3parse, asfdemux, dvdlpcmdec, dvdsub, iec958, lame,
|
||||
mad, mpegaudioparse, mpegstream, realmedia, synaesthesia
|
||||
add project files for tagac3parse, asfdemux, dvdlpcmdec, dvdsub,
|
||||
iec958, lame, mad, mpegaudioparse, mpegstream, realmedia, synaesthesia
|
||||
|
||||
2006-04-08 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
|
|
31
NEWS
31
NEWS
|
@ -1,4 +1,33 @@
|
|||
This is GStreamer Ugly Plug-ins 0.10.3, "Late Plane".
|
||||
This is GStreamer Ugly Plug-ins 0.10.4, "Metal Molly".
|
||||
|
||||
Bugs fixed since 0.10.3:
|
||||
|
||||
* 329184 : [lame] remove tag writing support
|
||||
* 345694 : [dvdreadsrc] crash with 'who wants to be a millionnaire' ...
|
||||
* 349035 : [asfdemux] should error out on encrypted WMV stream
|
||||
* 341677 : massive memory leak with mpeg2 video in AVI
|
||||
* 321609 : [mpegstream] flush packetizer cache on discontinuities
|
||||
* 323658 : [id3mux] Changing of ID3 tags is broken in gstreamer
|
||||
* 335288 : Totem Crashes on Certain .mpg Files
|
||||
* 336550 : [asfdemux] only first video frames are displayed with som...
|
||||
* 336824 : [mad] returns incorrect duration to queries in BYTES format
|
||||
* 337834 : [dvddemux] seeking in DVDs doesn't work
|
||||
* 339287 : [lame] segfault if EOS before setcaps
|
||||
* 340594 : [mad] does not publish supported query formats
|
||||
* 340710 : [lame] typo in event handler
|
||||
* 341254 : [asfdemux] gst_tag_list_get_string_index assertion
|
||||
* 342222 : [amrnb] can't play AMR Narrowband from cellphone (S.E. W800)
|
||||
* 342594 : [mad] should send new-segment before pad_alloc_buffer
|
||||
* 343763 : [asfdemux] broken audio and unrecognised 2nd audio stream
|
||||
* 345184 : [mpeg2dec] crash with video with pixel_width and pixel_he...
|
||||
* 347029 : Minor mistake in comment
|
||||
* 347292 : [rmdemux] Realaudio files with 'cook' audio 'stutter'
|
||||
* 348786 : lame put lots of 0's at start of mp3
|
||||
* 350044 : [dvdsubdec] outputs buffers with negative durations
|
||||
* 350895 : [dvdreadsrc] wrong use of debugging causes fatal warning
|
||||
* 343627 : Add QoS to mpeg2dec
|
||||
* 344667 : [siddec] sounds very broken
|
||||
* 350554 : [patch] assertation failed trying to play .ac3 files
|
||||
|
||||
Features since 0.10.2:
|
||||
|
||||
|
|
67
RELEASE
67
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer Ugly Plug-ins 0.10.3 "Late Plane"
|
||||
Release notes for GStreamer Ugly Plug-ins 0.10.4 "Metal Molly"
|
||||
|
||||
|
||||
The GStreamer team is proud to announce a new release
|
||||
|
@ -56,27 +56,35 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* dvdsubdec ported
|
||||
* fixes in mpeg2dec, asfdemux, mpegdemux, dvddemux, rmdemux, mpegparse, amrnb, mad, lame, a52dec
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 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
|
||||
* 329184 : [lame] remove tag writing support
|
||||
* 345694 : [dvdreadsrc] crash with 'who wants to be a millionnaire' ...
|
||||
* 349035 : [asfdemux] should error out on encrypted WMV stream
|
||||
* 341677 : massive memory leak with mpeg2 video in AVI
|
||||
* 321609 : [mpegstream] flush packetizer cache on discontinuities
|
||||
* 323658 : [id3mux] Changing of ID3 tags is broken in gstreamer
|
||||
* 335288 : Totem Crashes on Certain .mpg Files
|
||||
* 336550 : [asfdemux] only first video frames are displayed with som...
|
||||
* 336824 : [mad] returns incorrect duration to queries in BYTES format
|
||||
* 337834 : [dvddemux] seeking in DVDs doesn't work
|
||||
* 339287 : [lame] segfault if EOS before setcaps
|
||||
* 340594 : [mad] does not publish supported query formats
|
||||
* 340710 : [lame] typo in event handler
|
||||
* 341254 : [asfdemux] gst_tag_list_get_string_index assertion
|
||||
* 342222 : [amrnb] can't play AMR Narrowband from cellphone (S.E. W800)
|
||||
* 342594 : [mad] should send new-segment before pad_alloc_buffer
|
||||
* 343763 : [asfdemux] broken audio and unrecognised 2nd audio stream
|
||||
* 345184 : [mpeg2dec] crash with video with pixel_width and pixel_he...
|
||||
* 347029 : Minor mistake in comment
|
||||
* 347292 : [rmdemux] Realaudio files with 'cook' audio 'stutter'
|
||||
* 348786 : lame put lots of 0's at start of mp3
|
||||
* 350044 : [dvdsubdec] outputs buffers with negative durations
|
||||
* 350895 : [dvdreadsrc] wrong use of debugging causes fatal warning
|
||||
* 343627 : Add QoS to mpeg2dec
|
||||
* 344667 : [siddec] sounds very broken
|
||||
* 350554 : [patch] assertation failed trying to play .ac3 files
|
||||
|
||||
Download
|
||||
|
||||
|
@ -106,18 +114,23 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alex Lancaster
|
||||
* Christian Kirbach
|
||||
* Christophe Fergeau
|
||||
* Alexander Lancaster
|
||||
* Andres Salomon
|
||||
* Ed Catmur
|
||||
* Edward Hervey
|
||||
* Fabrizio Gennari
|
||||
* Frédéric Riss
|
||||
* Grzegorz Lukasik
|
||||
* James "Doc" Livingston
|
||||
* Jan Schmidt
|
||||
* Jens Granseuer
|
||||
* Julien MOUTTE
|
||||
* Jürg Billeter
|
||||
* Luca Ognibene
|
||||
* Lutz Müller
|
||||
* Maciej Katafiasz
|
||||
* Michael Dominic K.
|
||||
* Michael Smith
|
||||
* Michal Benes
|
||||
* Sebastien Moutte
|
||||
* Stefan Kost
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
* Zaheer Abbas Merali
|
||||
|
|
@ -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.3.1,
|
||||
AC_INIT(GStreamer Ugly Plug-ins, 0.10.4,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-ugly)
|
||||
|
||||
|
|
|
@ -324,7 +324,7 @@
|
|||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Output Xing Header</NICK>
|
||||
<BLURB>Output Xing Header.</BLURB>
|
||||
<BLURB>Output Xing Header (BROKEN, use xingmux instead).</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -445,7 +445,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>force_speed</NICK>
|
||||
<BLURB>force_speed.</BLURB>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -465,7 +465,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>memory</NICK>
|
||||
<BLURB>memory.</BLURB>
|
||||
<DEFAULT>Playsid Environment</DEFAULT>
|
||||
<DEFAULT>Bank Switching</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -485,17 +485,17 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>mos8580</NICK>
|
||||
<BLURB>mos8580.</BLURB>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSidDec::tune</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[1,100]</RANGE>
|
||||
<RANGE>[0,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>tune</NICK>
|
||||
<BLURB>tune.</BLURB>
|
||||
<DEFAULT>1</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decodes ATSC A/52 encoded audio streams</description>
|
||||
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
|
||||
<basename>libgsta52dec.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adaptive Multi-Rate Narrow-Band</description>
|
||||
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
|
||||
<basename>libgstamrnb.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
|
||||
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
|
||||
<basename>libgstasf.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decode DVD LPCM frames into standard PCM</description>
|
||||
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
|
||||
<basename>libgstdvdlpcmdec.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Access a DVD with dvdread</description>
|
||||
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
|
||||
<basename>libgstdvdread.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decode DVD subtitles to AYUV video frames</description>
|
||||
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
|
||||
<basename>libgstdvdsub.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
|
||||
<filename>../../gst/iec958/.libs/libgstiec958.so</filename>
|
||||
<basename>libgstiec958.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encode MP3's with LAME</description>
|
||||
<filename>../../ext/lame/.libs/libgstlame.so</filename>
|
||||
<basename>libgstlame.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>id3 tag manipulation and mp3 decoding based on the mad library</description>
|
||||
<filename>../../ext/mad/.libs/libgstmad.so</filename>
|
||||
<basename>libgstmad.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<longname>mad mp3 decoder</longname>
|
||||
<class>Codec/Decoder/Audio</class>
|
||||
<description>Uses mad code to decode mp3 streams</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,10 +3,10 @@
|
|||
<description>LibMpeg2 decoder</description>
|
||||
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
|
||||
<basename>libgstmpeg2dec.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-1 layer 1/2/3 audio parser</description>
|
||||
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
|
||||
<basename>libgstmpegaudioparse.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG system stream parser</description>
|
||||
<filename>../../gst/mpegstream/.libs/libgstmpegstream.so</filename>
|
||||
<basename>libgstmpegstream.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Realmedia stream demuxer</description>
|
||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
||||
<basename>libgstrmdemux.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
<plugin>
|
||||
<name>siddec</name>
|
||||
<description>Uses libsid to decode .sid files</description>
|
||||
<description>Uses libsidplay to decode .sid files</description>
|
||||
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
|
||||
<basename>libgstsid.so</basename>
|
||||
<version>0.10.3.1</version>
|
||||
<version>0.10.4</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins CVS/prerelease</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>siddec</name>
|
||||
<longname>Sid decoder</longname>
|
||||
<class>Codec/Decoder/Audio</class>
|
||||
<description>Use sidplay to decode SID audio tunes</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be> </author>
|
||||
<description>Use libsidplay to decode SID audio tunes</description>
|
||||
<author>Wim Taymans <wim@fluendo.com> </author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue