-
gst-plugins-base0.10 (0.10.7-0ubuntu5) dapper-updates; urgency=low
* debian/patches/07_from_cvs_fix_non-negociated-error-with-playbin.patch:
- patch from upstream, fix tracking switching with rhythmbox not working
for some people by example (Ubuntu: #49714)
-- Sebastien Bacher <email address hidden> Thu, 3 Aug 2006 22:42:35 +0200
-
gst-plugins-base0.10 (0.10.7-0ubuntu4) dapper; urgency=low
* debian/patches/06_from_cvs_fix_ratio_overflow.patch:
- patch from CVS, fix overflow when calculating a video ratio
(GNOME: #341542)
-- Sebastien Bacher <email address hidden> Fri, 19 May 2006 15:51:18 +0200
-
gst-plugins-base0.10 (0.10.7-0ubuntu3) dapper; urgency=low
* debian/patches/05_build-system.patch:
+ Set the Package's Origin and URL correctly
-- Sebastian Dröge <email address hidden> Wed, 17 May 2006 18:16:42 +0200
-
gst-plugins-base0.10 (0.10.7-0ubuntu2) dapper; urgency=low
* debian/patches/02_ogg-theora-seeking.patch:
+ updated with the version that was actually commited to upstream CVS
* debian/patches/03_alsasink-memleaks.patch:
+ don't leak snd_output_t structure if there's more than one alsasink
instance at one time
* debian/patches/04_alsasink-query-rates.patch:
+ Query ALSA for the supported samplingrates of the device (Ubuntu: #42881)
-- Sebastian Dröge <email address hidden> Mon, 15 May 2006 18:50:14 +0200
-
gst-plugins-base0.10 (0.10.7-0ubuntu1) dapper; urgency=low
* New upstream release:
Features of this release:
- typefind improvements
- bug-fixes in textoverlay, audioconvert, videotestsrc, multifdsink and
audio source/sink base classes
- Ice-cast metadata support has moved from gnomevfssrc to the icydemux
element in gst-plugins-good
- audioresample now supports floating point samples
- Adder element fixes.
- Fixes for network playback and audio resampling in playbin
Bugs fixed in this release:
- [adder] handle newsegment events properly
- [API 0.11] [patch] typefind to differentiate between mp4 ...
- [textoverlay] can't display '\n' character
- [patch] adder should send events from src-pad to all sink...
- [patch] alsasink should also query witdh capabilities fro...
- [audioresample] float audio support (for OSX audio sinks)
- [videotestsrc] framerate=0/1 gives assertion error
- Replacing icy demuxing in gnomevfssrc
- [audioresample] should support width != 16
- [patch] [audioconvert] correctly clip float samples > 1.0
- [patch] Bad audio with ASX files
- [patch] Videoscale doesn't pass on pixel-aspect ratio
- [patch] Race condition in multifdsink can lead to spuriou...
- [typefinding] wavpack typefinding doesn't always work
- [volume element] " volume " property range insufficient
- [playbin] doesn't insert audioresample, causes problems w...
- Problem with internal-decodebin
- [multifdsink] client_status enum has an uninitialized nick
- Accessing playbin's streaminfo property from high languag...
- [playbin] automatically get icecast metadata requiring ic...
- some users have an assertion failed: (GST_VIDEO_SINK_WIDT...
- Map GST_TAG_IMAGE < = > ID3v2 APIC tag
* Build-Depend on libgstreamer0.10-dev (>= 0.10.5.1)
* 02_fix_wavpack_typefind.patch
03_fix_videoscale_pixel_aspect_ratio.patch
04_rounding_errors_tolerant.patch
05_icecast-iradio.patch
06_correcly-clip.patch
07_improve-mp3-typefinding.patch
08_ringbuffer-check-arguments.patch
09_videorate-fix-framecount.patch
10_alsasink-query-width-caps.patch
11_riff-null-check.patch
12_musepack-typefinding.patch
13_playbin-fix-memleaks.patch
14_decodebin-remove-ghostpads.patch
15_fix-theora-flushing.patch
16_vorbis-theora-position-querying-fix.patch
17_samsung-mp4.patch
18_set-audiosrc-live.patch
19_ximagesink-register-buffers-threadsafe.patch
20_gstadder-fixes.patch
21_mpeg-typefind-memleaks-fix.patch:
- dropped, they're upstream
* debian/patches/02_ogg-theora-seeking.patch:
- Greatly improve seek time on Ogg Theora videos (Ubuntu: #44685)
-- Sebastian Dröge <email address hidden> Sun, 14 May 2006 20:43:06 +0200
-
gst-plugins-base0.10 (0.10.6-0ubuntu3) dapper; urgency=low
* A bunch of backported bugfixes from CVS
* debian/patches/05_icecast-iradio.patch:
+ Set iradio mode on playbin if we play from http sources (Ubuntu: #44027)
* debian/patches/06_correcly-clip.patch:
+ Correctly clip float samples > 1.0 to prevent annoying noise
* debian/patches/07_improve-mp3-typefinding.patch:
+ Improve MP3 typefinding in pull-based mode
* debian/patches/08_ringbuffer-check-arguments.patch:
+ check arguments passed to public ringbuffer functions instead of crashing
* debian/patches/09_videorate-fix-framecount.patch:
+ fix frame count in videorate and a memleak that occured when no caps
were negotiated
* debian/patches/10_alsasink-query-width-caps.patch:
+ query width capabilities from alsa instead of assuming them
* debian/patches/11_riff-null-check.patch:
+ check for NULL
* debian/patches/12_musepack-typefinding.patch:
+ Better musepack typefinding
* debian/patches/13_playbin-fix-memleaks.patch:
+ Don't leak caps strings in playbin
* debian/patches/14_decodebin-remove-ghostpads.patch:
+ Properly remove ghostpads from decodebin
* debian/patches/15_fix-theora-flushing.patch:
+ Fix flushing and starting on non-keyframes when parsing theora
* debian/patches/16_vorbis-theora-position-querying-fix.patch:
+ Add convert and query functions on the source pads of the theora and
vorbis parse elements. Fixes position querying when doing a remux.
* debian/patches/17_samsung-mp4.patch:
+ Add Samsung MPEG-4 fourcc
* debian/patches/18_set-audiosrc-live.patch:
+ GstBaseAudioSrc must be live or it does not work at all
* debian/patches/19_ximagesink-register-buffers-threadsafe.patch:
+ Register the x(v)imagesink buffers threadsafe on a per object basis
* debian/patches/20_gstadder-fixes.patch:
+ Update GstAdder from CVS to fix many bugs required to run jokosher
* debian/patches/21_mpeg-typefind-memleaks-fix.patch:
+ Rearrange MPEG typefinding, fix some memleaks and clean up correctly
-- Sebastian Dröge <email address hidden> Thu, 11 May 2006 12:09:45 +0200
-
gst-plugins-base0.10 (0.10.6-0ubuntu2) dapper; urgency=low
* debian/patches/04_rounding_errors_tolerant.patch:
- patch from CVS, better tolerance with rounding errors (Ubuntu: #338778)
-- Sebastien Bacher <email address hidden> Mon, 8 May 2006 00:47:23 +0200
-
gst-plugins-base0.10 (0.10.6-0ubuntu1) dapper; urgency=low
* Sync with Debian
* New upstream version:
Changes since 0.10.5:
- QoS in sinks and transform elements
- Needs GStreamer 0.10.5 for new GstBaseSink::async_playback() vmethod
- added theoraparse element
Bugs fixed since 0.10.5:
- [playbin] hang while playing truncated ogg file
- [subparse] subtitles with special chars are displayed as ...
(Ubuntu: #39198)
- [riff] uncompressed AVIs with 24bpp don't work
- [ffmpegcolorspace] make win32+msvc compliant, don't use _...
- Disable tests/icles on platforms that do not have X
- build errors compiling audioresample on win32(vs7)
- gst-plugins-base fails to compile with GCC 4.1
- [gnomevfssrc] fails to connect to icecast streaming servers
- [ffmpegcolorspace] YVU9 support
- [typefinding] ID3 v1 tag is not recognized with mp3-in-wa...
- inefficient use of GList in gst-plugins-base
- [gnomevfssink] should accept non-URI filenames as " location "
- [gnomevfssrc] some minor memory leaks
- plugins need better/univied descriptions
- Unable to recognise MPEG TS stream
- Memory leaks in basertpdepayload
- [oggdemux] segment stop position ignored
- Regression in the handling of files with multiple audio/s...
- Videoscale crashes as part of DVD to Ogg transcoding
- [videorate] Goes into an infinite loop
- [riff] handle H264 fourcc in addition to h264
- ISO file typefinding regression
- deadlock in base audio sink on playing- > paused state change
* debian/build-deps.in:
- updated the debhelper requirement to match the compat=5
* debian/patches/02_fix_wavpack_typefind.patch:
- fix typefind for wavpack, patch from CVS pointed by Sebastian Dröge
(Ubuntu: #40500)
* debian/patches/03_fix_videoscale_pixel_aspect_ratio.patch:
- fix videoscale not passing pixel aspect ratio,
patch from CVS pointed by Sebastian Dröge (GNOME: #338991)
* debian/patches/10_audiosink-lockup.patch:
- fixed with the new version (Ubuntu: #38532)
* debian/patches/70_relibtoolize.patch:
- not required
-- Sebastien Bacher <email address hidden> Fri, 28 Apr 2006 23:28:31 +0200
-
gst-plugins-base0.10 (0.10.5-0ubuntu3) dapper; urgency=low
* debian/patches/10_audiosink-lockup.patch:
- patch update by j^ <email address hidden>, fix alsasrc (Ubuntu: #34597, #35733)
-- Sebastien Bacher <email address hidden> Thu, 6 Apr 2006 15:01:05 +0200
-
gst-plugins-base0.10 (0.10.5-0ubuntu2) dapper; urgency=low
* debian/patches/10_audiosink-lockup.patch:
- fix an audiosink lock happening when seeking or switching
between songs by example
-- Sebastien Bacher <email address hidden> Sun, 19 Mar 2006 19:00:15 +0100
-
gst-plugins-base0.10 (0.10.5-0ubuntu1) dapper; urgency=low
* New upstream version:
Bugs fixed since 0.10.4:
- 334216 : [gnomevfssrc] won't open some media on NFS mounts any longer
- 334226 : typefindfunctions plugin crashes on PPC on registration
* debian/patches/02_gnomevfssrc.patch:
- fixed with the new version
-- Sebastien Bacher <email address hidden> Wed, 15 Mar 2006 09:54:00 +0100
-
gst-plugins-base0.10 (0.10.4-1ubuntu2) dapper; urgency=low
* debian/patches/02_gnomevfssrc.patch (from GStreamer CVS):
+ gnome_vfs_uri_is_local() alone is not a good indicator whether we can
operate in pull-mode with a specific URI, as it returns FALSE for
file:// URIs that point to an NFS-mounted path. Be more conservative
here: whitelist local files, blacklist http URIs and use the old
mechanism for anything else (Closes: GNOME #334216).
-- Sebastian Dröge <email address hidden> Sun, 12 Mar 2006 03:57:28 +0100
-
gst-plugins-base0.10 (0.10.4-1ubuntu1) dapper; urgency=low
* Sync with Debian
* New upstream version:
* Changes since 0.10.3:
- (Experimental) QoS support
- oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
- documentation updates
- better support for subtitles (seeking)
* Bugs fixed since 0.10.3:
- 310202 : [subtitles] < i > < /i > tags and others should be
supported i...
- 312439 : XVideo output doesn't work on remote displays (probably r...
- 321271 : audio output is truncated at EOS
- 321650 : Can't decode this ogm file
- 325732 : [oggdemux] problem when seeking to time less than 4s with...
- 325972 : [typefinding] doesn't recognise this mp3
- 326720 : [alsasink] doesn't support more than 2 channels anymore
- 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
- 330789 : gstbaseaudiosink causes noise on seeking
- 330888 : Fix build with gcc 2.95 (again)
- 331295 : gnomevfssink doesn't respect umask when creating files
- 331526 : 3GP type detection is too simple
- 331678 : Decodebin is not reusable within a single pipeline (as in...
- 331690 : playbin won't play my last.fm stream
- 331763 : [alsamixer] unmute sets the volume to 100%
- 331765 : [alsamixer] mixer applet slider doesn't want to move from...
- 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
- 332778 : [ogmparse] " Already an existing pad " WARNING
- 332964 : random crashes in mp3_type_find
- 333254 : theora encoder does not set IN_CAPS flag properly
- 333352 : [gnomevfssink] reports disk full as generic error
- 333488 : Allow for palette < 256 colours in AVI files
- 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
- 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
- 333663 : [patch] unref the result of gst_pad_get_parent
- 333900 : [typefind] cannot play a particular mp3 file
- 334112 : variable not initialized
- 334129 : Disable frame dropping for now
- 317038 : use default channel layout if none is specified in multic...
- 319340 : [cdparanoia] uncorrected-error signal never fired
-- Sebastien Bacher <email address hidden> Sat, 11 Mar 2006 16:11:49 +0100
-
gst-plugins-base0.10 (0.10.3-1ubuntu2) dapper; urgency=low
* Building a gstreamer0.10-plugins-base-dbg package
[debian/compat, debian/control.in, debian/rules]
-- Sebastien Bacher <email address hidden> Tue, 28 Feb 2006 23:04:41 +0100
-
gst-plugins-base0.10 (0.10.3-1ubuntu1) dapper; urgency=low
* Sync with Debian
-- Sebastian Dröge <email address hidden> Mon, 20 Feb 2006 12:42:23 +0100
-
gst-plugins-base0.10 (0.10.3-0ubuntu1) dapper; urgency=low
* New upstream version:
- typefind improvements
- Ogg decoding and encoding fixes
- Improved audio and video sink classes
- Bug and leak fixes
- Improved video scaling
- On-the-fly visualisation switching
- Subtitle support
* debian/patches/70_relibtoolize.patch:
- updated
-- Sebastien Bacher <email address hidden> Thu, 9 Feb 2006 22:43:47 +0100
-
gst-plugins-base0.10 (0.10.2-1ubuntu2) dapper; urgency=low
* Build cdda/cdparanoia plugin too
[debian/build-deps.in debian/gstreamer-plugins-base.install,
debian/libgstreamer-plugins-base.install]
-- Sebastien Bacher <email address hidden> Tue, 17 Jan 2006 02:45:34 +0100
-
gst-plugins-base0.10 (0.10.1-0ubuntu2) dapper; urgency=low
* debian/patches/01_alsadmixsink.patch:
- Lower the ranks of alsadmixsink and alsasink by one, so that we can put
another sink above it if necessary.
- This is required by edubuntu's sound handling: esdsink must be used if
the LTSP_CLIENT environment variable is set.
-- Martin Pitt <email address hidden> Wed, 11 Jan 2006 14:18:17 +0100
-
gst-plugins-base0.10 (0.10.1-0ubuntu1) dapper; urgency=low
* New upstream version:
Changes since 0.10.0:
- Parallel installability with 0.8.x series
- Threadsafe design and API
- removed gst-launch-ext
- Ported: ogmparse
- Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin
Bugs fixed since 0.10.0:
- GstBaseRtpDepayload timestamps are wring
- Basertpdepayloader lets NEWSEGMENT events through unfiltered
- missing < string.h > inclusion (for memset & FD_ZERO)
* Patch update
[debian/patches/50_cdparanoia-fix-eos-detection-of-last-title.patch]
* Update for the gst-launch-ext change
[debian/control.in, debian/gstreamer-plugins-base-apps.install,
debian/gstreamer-plugins-base-apps.manpages]
-- Sebastien Bacher <email address hidden> Tue, 3 Jan 2006 21:00:35 +0100
-
gst-plugins-base0.10 (0.10.0-3ubuntu2) dapper; urgency=low
* Add debian/patches/01_alsadmixsink.patch:
- Add another sink 'alsadmixsink' to the alsa module; this checks whether
dmix/multichannel works on the selected audio device and fails if not.
- Drop priority of the original alsasink a bit, so that we can put the
priority of esdsink between alsadmixsink and alsasink.
- See http://wiki.ubuntu.com/GstreamerAudioBackend for details.
-- Martin Pitt <email address hidden> Tue, 3 Jan 2006 16:14:53 +0100
-
gst-plugins-base0.10 (0.10.0-3ubuntu1) dapper; urgency=low
* Sync with Debian
* Don't use type-handling
[debian/build-deps.in, debian/control.in, debian/rules]
* Conflicts/Replaces/Provides gstreamer0.10-misc for package name
transition [debian/control.in]
-- Sebastien Bacher <email address hidden> Thu, 22 Dec 2005 12:45:30 +0100
-
gst-plugins-base0.10 (0.10.0-0ubuntu1) dapper; urgency=low
[ Sebastien Bacher ]
* New package:
- build the documentation [debian/rules]
- no action needed to register the plugins with the new version
[debian/gstreamer-plugin-template.postinst,
debian/gstreamer-plugin-template.postrm,
debian/libgstreamer-plugins.postinst,
debian/libgstreamer-plugins.postrm, debian/rules]
- drop mechanism to build extra packages for other distributions around,
it's not useful for base [debian/extras, debian/rules]
- drop transitionnal workaround [debian/gstreamer-plugin-template.preinst]
- new gstreamer-plugin-base-doc package [debian/control.in, debian/rules]
- remove obsolete patches
[debian/patches/10_wavpack-high-quality-segfault.patch,
debian/patches/30_alsa-verify-accepted-period-size.patch,
debian/patches/31_alsa-advanced-probing.patch,
debian/patches/40_audioscale-timestamps-and-durations.patch,
debian/patches/50_ladspa-quiet.patch]
- updated the Build-Depends [debian/build-dep.in]
- updated the packages descriptions [debian/control.in]
- updated the packages names/list [debian/control.in,
debian/gstreamer-a52dec.install, debian/gstreamer-aa.install,
debian/gstreamer-artsd.install, debian/gstreamer-audiofile.install,
debian/gstreamer-avifile.install, debian/gstreamer-caca.install,
debian/gstreamer-cdio.install, debian/gstreamer-dvd.install,
debian/gstreamer-dv.install, debian/gstreamer-esd.install,
debian/gstreamer-festival.install, debian/gstreamer-flac.install,
debian/gstreamer-gsm.install, debian/gstreamer-gtk.install,
debian/gstreamer-hermes.install, debian/gstreamer-jpeg.install,
debian/gstreamer-lame.install, debian/gstreamer-mad.install,
debian/gstreamer-mikmod.install, debian/gstreamer-mms.install,
debian/gstreamer-mpeg2dec.install, debian/gstreamer-oss.install,
debian/gstreamer-sdl.install, debian/gstreamer-sid.install,
debian/gstreamer-speex.install, debian/gstreamer-swfdec.install,
debian/libgstreamer-gconf.install, debian/libgstreamer-gconf-dev.install,
debian/gstreamer-vorbis.install, debian/rules]
- updated the packages lists [debian/gstreamer-misc.install,
debian/libgstreamer-plugins-base-dev.install,
debian/libgstreamer-plugins-base.install]
- updated packages content
[debian/gstreamer-misc.install, debian/gstreamer-x.install]
- updated the version [debian/rules]
- updated watch file [debian/watch]
* Don't use type-handling
[debian/build-deps.in, debian/control.in, debian/rules]
* Require current cdbs which fixes an issue while trying to update the
translation template [debian/build-deps.in]
[ Loic Minier ]
* Minor cleanups.
[debian/rules]
-- Sebastien Bacher <email address hidden> Sat, 17 Dec 2005 18:56:55 +0100