summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-06-23 16:24:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-06-23 16:24:02 +0000
commit243f807aef06ffd1070dfee6c428643b72be248f (patch)
treee7591f4f6ddf864a19e52300787193f94444fe6d
parent1256b76a0045fa73e16e409abb0679e1290ef65f (diff)
Original commit message from CVS: final steps
-rw-r--r--ChangeLog31
-rw-r--r--RELEASE149
-rw-r--r--configure.ac2
3 files changed, 121 insertions, 61 deletions
diff --git a/ChangeLog b/ChangeLog
index c5b3817d8..3c16635b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+=== release 0.8.2 ===
+
2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
@@ -516,6 +518,7 @@
(gst_tcpserversrc_get_property):
uniformized, change default protocol to NONE
* gst/tcp/gsttcp-marshal.list: added
+
2004-06-07 Benjamin Otte <otte@gnome.org>
* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
@@ -568,7 +571,7 @@
* gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
(mixmatrix_resize), (gst_mixmatrix_set_all_caps),
(gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
- don't use // coments
+ don't use // comments
2004-06-07 Benjamin Otte <otte@gnome.org>
@@ -1217,9 +1220,9 @@
2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
- * m4/a52.m4 : fix compilation with -Wall -Werror
- * m4/libfame.m4 : idem
- * m4/libmikmod.m4 : idem
+ * m4/a52.m4: fix compilation with -Wall -Werror
+ * m4/libfame.m4: idem
+ * m4/libmikmod.m4: idem
2004-05-17 Benjamin Otte <otte@gnome.org>
@@ -1376,26 +1379,28 @@
2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
- * gst-libs/gst/riff/riff-read.c :
+ * gst-libs/gst/riff/riff-read.c:
- fix INFO tag extraction in RIFF/AVI files
because gst_event_unref (event) also freed taglist
- avoid a mem leak
2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
- * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
- * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
+ * ext/mad/gstid3tag.c:
+ move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
+ * gst/wavenc/gstwavenc.c:
+ move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
- * gst/auparse/gstauparse.c :
+ * gst/auparse/gstauparse.c:
- add code (commented for now) to support audio/x-adpcm on src pad
(we have no decoder for those layout yet)
- * gst/cdxaparse/gstcdxaparse.c :
- * gst/cdxaparse/gstcdxaparse.h :
+ * gst/cdxaparse/gstcdxaparse.c:
+ * gst/cdxaparse/gstcdxaparse.h:
- partial rewrite using RiffRead (ripped iain's wavparse code)
- * gst/rtp/gstrtpL16enc.c : typo
- * gst/rtp/gstrtpgsmenc.c : typo
+ * gst/rtp/gstrtpL16enc.c: typo
+ * gst/rtp/gstrtpgsmenc.c: typo
2004-05-13 Benjamin Otte <otte@gnome.org>
@@ -2091,7 +2096,7 @@
* gst/videotestsrc/gstvideotestsrc.h:
add num-buffers property
- 2004-04-26 Benjamin Otte <otte@gnome.org>
+2004-04-26 Benjamin Otte <otte@gnome.org>
* ext/mad/gstid3tag.c: (plugin_init):
set id3mux rank to NONE so it doesn't confuse spider
diff --git a/RELEASE b/RELEASE
index 83d1168e6..1d3b47ddd 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer Plugins 0.8.1 "Comforting Sounds"
+GStreamer: Release notes for GStreamer Plugins 0.8.2 "Kristiansand"
The GStreamer team is happy to announce a new release
@@ -28,52 +28,102 @@ Features of this release
* Parallel installability with 0.6.x series
* Internationalization
- * New translations in this release: Swedish, Afrikaans, Azerbeaijani
- * Translations: af az nl sr sv
- * Updated to the new core 0.8 subsystems
- * Reworked play and media-info libraries
- * Updated osssink: now does probing of possible output properties
- * Updated qtdemux: fixes for MACE audio
- * New debug element: quasirandom byte changes
- * New element: dvddemux
- * New element: kiosrc, a KIO-slaves source
- * Fixes to all other elements, including level, videodrop, gnomevfssrc, speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2, cacasink
+ * New translations in this release: Ukrainian, British
+ * Translations: af az en_GB nl sr sv uk
+ * id3 fixes
+ * asf fixes
+ * qt demux fixes
+ * dv fixes
+ * auparse fixes
+ * wavparse seeking/querying fixes
+ * alsa fixes for mixing and device releasing
+ * categorisation fixes
+ * v4lsrc fixes for webcams
+ * streamheader fixes
* Portability fixes
- * ChangeLog use
- * Coding style consistency
- * Various memleak and buffer overflow fixes
+ * new element: DTS decoder
+ * new element: libvisual
+ * new element: theoraenc
+ * new element: oggmuxer
+ * new element: rawvorbisenc
+ * new elements: audiorate and videorate
+ * new elements: TCP server/client src/sink
+ * new element: pixbufscale
+ * new element: osxaudiosink
+ * new element: sunaudiosink
+ * new element: videomixer
+ * new elements: multipartmux/multipartdemux
+ * new elements: smokeenc/smokedec
+ * new element: vorbisparse
Bugs fixed in this release
- * 120883 : osssink advertises more rates than it handles
- * 125732 : v4l2src don't support all YUV formats
- * 134301 : gst-plugins should depend on X
- * 135919 : Mandrake 10
- * 136477 : [PATCH] gst-launch-ext does not support .mov
- * 136527 : gdk_pixbuf makefile tried to execute targets contrains in...
- * 137348 : media-info .pc file lacks a 'Version:' line
- * 137448 : mpegaudioparse: crash (bus error)
- * 137504 : mpeg2dec fails on 422 encoded material
- * 137556 : Ogg Vorbis playback has poor spatialization
- * 137588 : ffmpegcolorspace gives critical when it should throw error
- * 137722 : Quicktime audio parsing is broken
- * 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v
- * 138168 : id3tag using gst_event_new_discontinuous incorrectly?
- * 138169 : matroska-demux using gst_event_new_discontinuous without ...
- * 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis...
- * 138846 : all of the ladspa-wrapped source-plugins fail to go to pl...
- * 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0
- * 139034 : Non-standard test(1) operator used in configure script
- * 139035 : Non-standard regex used as libtool argument
- * 139382 : mad decoder can resync wrongly after seek and does explic...
- * 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace...
- * 139926 : id3tag's caps cause it to be plugged more than once by sp...
- * 139958 : Leak in avidemux
- * 140058 : [msmpeg4] file with broken qscale/header does not play
+ * 132440 : configure botches DVDNAV_CFLAGS
+ * 133002 : configure should check for dvdnav header
+ * 134007 : [alsasink] assertion failure in alsalib snd_pcm_plug_hw_p...
+ * 135145 : [asfdemux] Can't play randomfile.wma
+ * 135862 : [wavparse] add ADPCM support
+ * 135989 : v4l-conf called even when not present
+ * 136392 : [v4lsrc] buggy wit qc-usb driver
+ * 136572 : [esdsink] blocks other esd apps in PAUSED state
+ * 137711 : [oggdemux] jump or move depends on uninitialised value
+ * 137724 : [qtdemux/ffdec_mpeg4/faad] MPEG-4 video/audio esds atoms
+ * 137750 : Gst-player not able to seek in wav file
+ * 138251 : [mad] Can't play bad1.mp3, bad2.mp3
+ * 139524 : ogg muxer needed
+ * 139658 : [alsasrc] probes inexistant playback device on capture on...
+ * 140064 : [speed] can't negotiate
+ * 140138 : media file makes totem-gst go nuts
+ * 140265 : ffmpegcolorspace and gnomevfs fail to build buildable
+ * 140268 : ximagesink and xvimagesink do not build under FreeBSD
+ * 140384 : Incorrect library dependency in SDL plugin
+ * 140640 : [asfdemux] segfault
+ * 140668 : gst-plugins-0.8.1 does not compile
+ * 140844 : icecastsend (shout) doesnt even try to connect to server
+ * 140878 : ima adpcm encoded wavs are not supported
+ * 141176 : [mad] Can't play ...Faithfulness.mp3
+ * 141188 : monoscope plugin doesnt work as intended
+ * 141258 : mp3 file seek problem
+ * 141318 : ffmpegcolorspace doesn't compile on Solaris
+ * 141821 : kdemacros.h
+ * 142044 : m4a typefinds to x-m4a instead of quicktime
+ * 142084 : mad and level plugins dont like each other (caps related ...
+ * 142107 : build error under mdk 10.0
+ * 142127 : GstPlay's time_tick event does not return the right time ...
+ * 142193 : Patch for plugins Codecs klassifications
+ * 142205 : return type of gst_audio_clock_id_wait_async is wrong
+ * 142211 : alsasink broken due to mixer device
+ * 142262 : shout2send not compiling or working (fix attached)
+ * 142272 : qtdemux doesn't work with sources that cannot seek
+ * 142286 : The au plugin cannot play au files encoded with ulaw
+ * 142320 : [ffmpeg - ima-adpcm-ws/wsaud] scheduler issues
+ * 142493 : default fragment size in osssink is too small
+ * 142507 : [PATCH] id3tag plugin does not correctly set buffer offset
+ * 142555 : wavparse doesn't handle truncated files gracefully
+ * 142566 : Certain mp3s don't get played correctly
+ * 142585 : gstresample makes wrong assumption about buffer sizes (se...
+ * 142586 : alsasink resync is broken
+ * 142664 : v4l2_buffer redeclaration : won't compile with -Werror
+ * 142764 : ogg that caueses error
+ * 142797 : Mac OS X Audio Sink and Src
+ * 142851 : gstid3tag sends wrong offset on discont events
+ * 142954 : [patch] adding a connection problem signal to shout2send
+ * 142962 : Error converting wav file to ogg/vorbis
+ * 143032 : [adder] crash on certain errors
+ * 143130 : [mixmatrix] returns garbage pointer as request pad
+ * 143146 : [patch] gst/tcp plugin doesnt compile on OSX
+ * 143153 : [patch] osxaudio - fix warnings
+ * 143262 : rifflib does not know several fourccs
+ * 143283 : [PATCH] Property accessors for the mixer interface
+ * 143454 : [alsasink] outputs silence on sync problem
+ * 143749 : tcp plugin dosn't compile on FreeBSD
+ * 143861 : OSS elements portability on BSD (soundcard.h location)
+ * 144240 : [cdparanoia] sets wrong timestamps on buffers [patch]
+ * 144425 : Invalid read of size 4in riff-read.c [patch]
Download
-You find source releases of gst-plugins in the download directory:
+You can find source releases of gst-plugins in the download directory:
http://gstreamer.freedesktop.org/src/gst-plugins/
GStreamer Homepage
@@ -104,20 +154,25 @@ as provided by gstreamer-gconf-0.8.pc, to access the default settings.
Contributors to this release
+ * Andrew Turner
+ * Arwed v. Merkatz
* Benjamin Otte
- * Christian Schaller
- * David I. Lehn
+ * Christophe Fergeau
+ * Colin Walters
+ * Daniel Gazard
* David Schleef
+ * Edward Hervey
+ * Gareth Owen
* Iain Holmes
* Jan Schmidt
* Jérémy Simon
* Johan Dahlin
- * Julio M. Merino Vidal
- * Martin Soto
- * Petri Jooste
+ * Maxim V. Dziumanenko
+ * Owen Fraser-Green
* Ronald Bultje
- * Stefan Kost
+ * Stephan Loeuillet
* Thomas Vander Stichele
* Tim-Philipp Müller
- * W. Michael Petullo
+ * Wim Taymans
+ * Zaheer Abbas Merali
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index ea22633a9..db436413b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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, GST_PLUGINS_VERSION, 0, 8, 1, 2, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 2, 0, GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)