mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
releasing 0.10.5, "This little piggy went to market"
Original commit message from CVS: releasing 0.10.5, "This little piggy went to market"
This commit is contained in:
parent
bf1316819f
commit
0389a6fac1
4 changed files with 46 additions and 43 deletions
|
@ -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):
|
||||
|
|
19
NEWS
19
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:
|
||||
|
||||
|
|
59
RELEASE
59
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
|
||||
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue