summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS80
-rw-r--r--RELEASE79
-rw-r--r--configure.ac2
4 files changed, 121 insertions, 48 deletions
diff --git a/ChangeLog b/ChangeLog
index fba13612a..c8edda868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+=== release 0.8.4 ===
+
+2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac: releasing 0.8.4, "Alias"
+
2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/theora/Makefile.am:
@@ -328,7 +334,7 @@
2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
- set default compression ratio paramter to 0.0 so bitrate parameter
+ set default compression ratio parameter to 0.0 so bitrate parameter
works :)
2004-08-11 David Schleef <ds@schleef.org>
diff --git a/NEWS b/NEWS
index 67ec98c9e..5b310e943 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,82 @@
-This is GStreamer Plugins 0.8.2
+This is GStreamer Plugins 0.8.4
+
+Changes since 0.8.3:
+
+ * New translation in this release: Albanian
+ * licensing corrections
+ * fixes for compiling with G_DISABLE_ASSERT
+ * pixel aspect ratio conversion fixes
+ * tcpserversink fixes and additions
+ * multifdsink can use poll now as well
+ * interleave fixes
+ * audioscale fixes
+ * videotestsrc fixes
+ * v4lsrc fixes
+ * theoradec, theoraenc fixes
+ * lame fixes
+ * flac fixes
+ * ximagesink, xvimagesink fixes
+ * sunaudio fixes
+
+Bugs fixed since 0.8.3:
+
+ * 135407 : [xviddec] shows green frames when decoding packed bitstre...
+ * 140432 : Osssink and alsasink broken on nforce2 (intel8x0) soundcard
+ * 140897 : Incorrect segment duration in files created with matroska...
+ * 140898 : No writing application specified in matroska files create...
+ * 141554 : vorbis in matroska files makes the vorbisdec plugin segfault
+ * 144091 : [Solaris] audio mixer element
+ * 144616 : Infinite loop in wavparse.
+ * 148711 : typefind function for TTA audio files
+ * 148950 : matroskademux doesn't set buffer duration
+ * 148951 : matroskademux misses the tta codec in its codec list
+ * 151232 : [lame] doesn't build with lame-3.90
+ * 151236 : [v4l] compile failure
+ * 151410 : Memory leaks in multifdsink
+ * 151462 : theora plugin Makefile broken
+
+Changes since 0.8.2:
+
+ * New translation in this release: Czech
+ * New translation in this release: Hungarian
+ * pixel aspect ratio conversion
+ * tcpserversink fixes and additions
+ * oggdemux fixes
+ * theoraenc and theoradec fixes
+ * ximagesink and xvimagesink fixes
+ * ladspa fixes
+ * videoscale and ffmpegcolorspace fixes for stride
+ * mpeg and dvd fixes
+ * win32 project file additions
+ * new elements: playbin and decodebin
+ * new element: multifdsink
+ * new element: pngdec
+ * new element: alpha
+ * new element: multifilesink
+
+Bugs fixed since 0.8.2:
+
+ * 141906 : hang on removing ximagesink from a pipeline
+ * 142432 : Wrong sink MIME type in shout2send
+ * 143222 : [oggdemux] Optimize tag reading
+ * 143548 : Please update libtool to fix build on arm
+ * 143703 : duration always 0 for some (gst produced) .ogg files
+ * 144624 : wavenc doesn't close file properly
+ * 144753 : libgstinterfaces should be split, or: 'volume' should not...
+ * 144815 : [alsasink] gst_element_set_time_delay() assertion failure...
+ * 144866 : [flac] seeking broken, duration not set on buffers [PATCH]
+ * 144941 : alsasink assertion failure on ctrl+z and fg
+ * 145031 : totem CVS won't compile because of gst-play ...
+ * 145088 : gnome-volume-control has unlocalized volume names.
+ * 145118 : Compile error (gcc 2.95, alsa)
+ * 145336 : pipeline broke-stonecold
+ * 147969 : LADSPA plugin should sanitize the info from the .so's to ...
+ * 148021 : Bug in lib-riff
+ * 148023 : [ximagesink] doesn't work with Xnest
+ * 148043 : audioconvert
+ * 148289 : mad plugin crashes on Sun
+ * 148505 : [level] for silence peak is reported wrongly
+ * 148986 : [lame] bug in negotiation
Changes since 0.8.1:
diff --git a/RELEASE b/RELEASE
index 5372a6dcb..5f028ad99 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer PluginsĀ 0.8.3 "Water"
+GStreamer: Release notes for GStreamer PluginsĀ 0.8.4 "Alias"
The GStreamer team is happy to announce a new release
@@ -28,47 +28,39 @@ Features of this release
* Parallel installability with 0.6.x series
* Internationalization
- * New translation in this release: Czech
- * New translation in this release: Hungarian
- * Translations: af az cs en_GB hu nl sr sv uk
- * pixel aspect ratio conversion
+ * New translation in this release: Albanian
+ * Translations: af az cs en_GB hu nl sq sr sv uk
+ * licensing corrections
+ * fixes for compiling with G_DISABLE_ASSERT
+ * pixel aspect ratio conversion fixes
* tcpserversink fixes and additions
- * oggdemux fixes
- * theoraenc and theoradec fixes
- * ximagesink and xvimagesink fixes
- * ladspa fixes
- * videoscale and ffmpegcolorspace fixes for stride
- * mpeg and dvd fixes
- * win32 project file additions
- * new elements: playbin and decodebin
- * new element: multifdsink
- * new element: pngdec
- * new element: alpha
- * new element: multifilesink
+ * multifdsink can use poll now as well
+ * interleave fixes
+ * audioscale fixes
+ * videotestsrc fixes
+ * v4lsrc fixes
+ * theoradec, theoraenc fixes
+ * lame fixes
+ * flac fixes
+ * ximagesink, xvimagesink fixes
+ * sunaudio fixes
Bugs fixed in this release
- * 141906 : hang on removing ximagesink from a pipeline
- * 142432 : Wrong sink MIME type in shout2send
- * 143222 : [oggdemux] Optimize tag reading
- * 143548 : Please update libtool to fix build on arm
- * 143703 : duration always 0 for some (gst produced) .ogg files
- * 144624 : wavenc doesn't close file properly
- * 144753 : libgstinterfaces should be split, or: 'volume' should not...
- * 144815 : [alsasink] gst_element_set_time_delay() assertion failure...
- * 144866 : [flac] seeking broken, duration not set on buffers [PATCH]
- * 144941 : alsasink assertion failure on ctrl+z and fg
- * 145031 : totem CVS won't compile because of gst-play ...
- * 145088 : gnome-volume-control has unlocalized volume names.
- * 145118 : Compile error (gcc 2.95, alsa)
- * 145336 : pipeline broke-stonecold
- * 147969 : LADSPA plugin should sanitize the info from the .so's to ...
- * 148021 : Bug in lib-riff
- * 148023 : [ximagesink] doesn't work with Xnest
- * 148043 : audioconvert
- * 148289 : mad plugin crashes on Sun
- * 148505 : [level] for silence peak is reported wrongly
- * 148986 : [lame] bug in negotiation
+ * 135407 : [xviddec] shows green frames when decoding packed bitstre...
+ * 140432 : Osssink and alsasink broken on nforce2 (intel8x0) soundcard
+ * 140897 : Incorrect segment duration in files created with matroska...
+ * 140898 : No writing application specified in matroska files create...
+ * 141554 : vorbis in matroska files makes the vorbisdec plugin segfault
+ * 144091 : [Solaris] audio mixer element
+ * 144616 : Infinite loop in wavparse.
+ * 148711 : typefind function for TTA audio files
+ * 148950 : matroskademux doesn't set buffer duration
+ * 148951 : matroskademux misses the tta codec in its codec list
+ * 151232 : [lame] doesn't build with lame-3.90
+ * 151236 : [v4l] compile failure
+ * 151410 : Memory leaks in multifdsink
+ * 151462 : theora plugin Makefile broken
Download
@@ -103,20 +95,17 @@ as provided by gstreamer-gconf-0.8.pc, to access the default settings.
Contributors to this release
- * Andy Wingo
+ * Arwed v. Merkatz
+ * Balamurali Viswanathan
* Benjamin Otte
- * Colin Walters
- * David I. Lehn
* David Schleef
+ * Gernot Ziegler
* Iain Holmes
* Jan Schmidt
* Johan Dahlin
- * Julien Moutte
- * Laszlo Dvornik
- * Miloslave Trmac
+ * Laurent Dhima
* Ronald Bultje
* Sebastien Cote
- * Steve Lhomme
* Thomas Vander Stichele
* Wim Taymans
* Zaheer Abbas Merali
diff --git a/configure.ac b/configure.ac
index 9766ee1f4..82cc3db68 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, 3, 2, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 4, 0, GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)