summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-09-03 14:52:45 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-09-03 14:52:45 +0000
commit0389a6fac1d8123dd6a10d9ff822d0c4487ff745 (patch)
tree23034f9be519f8dda13928005ac3000ca8fa67b3
parentbf1316819f2baa3520d2d0eb9ceb438888c50f22 (diff)
releasing 0.10.5, "This little piggy went to market"RELEASE-0_10_5
Original commit message from CVS: releasing 0.10.5, "This little piggy went to market"
-rw-r--r--ChangeLog9
-rw-r--r--NEWS19
-rw-r--r--RELEASE59
-rw-r--r--configure.ac2
4 files changed, 46 insertions, 43 deletions
diff --git a/ChangeLog b/ChangeLog
index 5932d11..fc425b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+=== release 0.10.5 ===
+
+2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ releasing 0.10.5, "This little piggy went to market"
+
2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
diff --git a/NEWS b/NEWS
index 3f7a232..7643133 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
-This is GStreamer FFmpeg Plug-ins 0.10.4, "A jump to the left"
+This is GStreamer FFmpeg Plug-ins 0.10.5, "This little piggy went to market"
+
+Changes since 0.10.4:
+
+ * Updated to upstream ffmpeg revision r15004 (28th Aug 2008)
+
+Bugs fixed since 0.10.4:
+
+ * 371939 : mov/mp4/m4a/3gp/3g2 muxers create wrong durations
+ * 383420 : [ffmpeg] ISO-derivative muxers don't handle audio correctly
+ * 518705 : Can't play streams from Rai.it
+ * 533708 : broken mpeg-ts typefinding?
+ * 534371 : autogen.sh not dist'ed
+ * 534390 : Patch: use av_picture_copy instead of swscale to copy pic...
+ * 534392 : PATCH: never use ffdec_faad
+ * 534783 : Remove FLV demuxer
+ * 540401 : Garbled sound instead of music
+ * 549799 : all audio codecs claim to support up to 6 channels
Changes since 0.10.3:
diff --git a/RELEASE b/RELEASE
index d08a084..e0b8cf3 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer FFmpeg Plug-ins 0.10.4 "A jump to the left"
+Release notes for GStreamer FFmpeg Plug-ins 0.10.5 "This little piggy went to market"
The GStreamer team is proud to announce a new release
@@ -34,43 +34,22 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
- * New build system based on direct upstream FFmpeg svn
- * Much newer FFmpeg with more decoders
- * New ffaudioresample element
- * Better timestamp handling
- * Basic reverse playback
- * New codecs wrapped
+ * Updated to upstream ffmpeg revision r15004 (28th Aug 2008)
+ * Parallel installability with 0.8.x series
+ * Threadsafe design and API
Bugs fixed in this release
- * 504056 : [ffvideoscale] Switch to using libswscale
- * 488913 : Move to a saner ffmpeg checkout system
- * 321662 : reenable our get_buffer function in gst-ffmpeg
- * 334707 : ffmpeg reads past the end of data passed to it
- * 337866 : [ffmpeg] timestamps wrong
- * 338989 : [ffenc_mjpeg] Creates garbled content
- * 359965 : ffenc_huffyuv broken
- * 394208 : Compile Error on Intel Mac OS X
- * 421068 : ffenc_h263p -- missing options
- * 427082 : [fixed upstream] totem crashes when trying to play an .AIF
- * 449420 : [fixed upstream] [FLV] Incorrect FLV frame sizes
- * 467121 : [fixed upstream] WVC1 codec
- * 482660 : h264 playback is not smooth
- * 496127 : [deinterlace/scale/postproc] support for non-I420 colorsp...
- * 503249 : Add GIF support
- * 503733 : PATCH: stop gst-inspect --print-all from crashing when gs...
- * 510745 : Add musepack sv7 support
- * 510985 : Don't register typefinders for which we have replacements...
- * 511011 : gst-ffmpeg autogen.sh not checking for subversion presence
- * 511476 : Missing codec inside gstffmpegcodecmap.c
- * 515205 : Dubious .flv file crashes totem
- * 515811 : add debug-mv property to ffdec_*
- * 518033 : Add Monkey's Audio (APE) support
- * 519235 : make clean twice produces some error messages
- * 528082 : [ffmpeg] compile error
- * 529015 : Port from deprecated img_convert to swscale
- * 531857 : Can't play WVC1 videos
- * 532803 : Doesn't build properly with system ffmpeg
+ * 371939 : mov/mp4/m4a/3gp/3g2 muxers create wrong durations
+ * 383420 : [ffmpeg] ISO-derivative muxers don't handle audio correctly
+ * 518705 : Can't play streams from Rai.it
+ * 533708 : broken mpeg-ts typefinding?
+ * 534371 : autogen.sh not dist'ed
+ * 534390 : Patch: use av_picture_copy instead of swscale to copy pic...
+ * 534392 : PATCH: never use ffdec_faad
+ * 534783 : Remove FLV demuxer
+ * 540401 : Garbled sound instead of music
+ * 549799 : all audio codecs claim to support up to 6 channels
Download
@@ -100,15 +79,13 @@ Applications
Contributors to this release
- * Andy Wingo
- * Damien Lespiau
- * Dejan Sakelšak
+ * Aurelien Grimaud
* Edward Hervey
- * Gabriel Bouvigne
* Jan Schmidt
+ * Mark Nauwelaerts
* Michael Smith
* Sebastian Dröge
- * Stefan Kost
- * Tim-Philipp Müller
+ * Thijs Vermeir
+ * Tim-Philipp Müller
* Wim Taymans
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 78e0889..6da2526 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer FFMpeg, 0.10.4.3,
+AC_INIT(GStreamer FFMpeg, 0.10.5,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-ffmpeg)