mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Release 0.8.2
Original commit message from CVS: Release 0.8.2
This commit is contained in:
parent
f8224084d4
commit
dfabf3dd2e
4 changed files with 41 additions and 12 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* configure.ac:
|
||||
CVS.
|
||||
|
||||
=== release 0.8.2 ===
|
||||
|
||||
2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
|
28
NEWS
28
NEWS
|
@ -1 +1,29 @@
|
|||
This is GStreamer FFmpeg 0.8.2
|
||||
|
||||
Changes since 0.8.1:
|
||||
Demuxers:
|
||||
* ffmpeg demuxer wrapper timestamp fixes. Tested are RoQ and Interplay,
|
||||
several other gaming formats might actually work, too.
|
||||
* signals no_more_pads now, handles events.
|
||||
* use the "new" av_read_frame() instead of av_read_packet().
|
||||
|
||||
Colorspace:
|
||||
* palette handling in the colorspace converter.
|
||||
|
||||
Decoders:
|
||||
* real video codec negotiation fixes. Works on the commandline, doesn't
|
||||
work in playbin just yet.
|
||||
* lots of codec extradata handling fixes (e.g. MS MPEG, WMV), also
|
||||
several codec palette handling fixes.
|
||||
* increase priority for ffdec_msmpeg4 so it overtakes divxdec.
|
||||
* proper timestamp handling if a input buffer contains multiple
|
||||
audio/video frames.
|
||||
|
||||
Muxers:
|
||||
* memleak fix.
|
||||
|
||||
Bugs fixed since 0.8.1:
|
||||
* 150449 : ffdemux_mpegts causes internal error: push on pad
|
||||
* 152798 : wmv2/wma2 file fails to play back
|
||||
|
||||
This is GStreamer FFmpeg 0.8.0
|
||||
|
|
18
RELEASE
18
RELEASE
|
@ -1,8 +1,8 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer FFmpeg 0.8.1 "Just Another Victim"
|
||||
GStreamer: Release notes for GStreamer FFmpeg 0.8.2 "Titan Shifting Gears"
|
||||
|
||||
|
||||
The GStreamer team is happy to announce the first stable release of the
|
||||
The GStreamer team is happy to announce a new stable release of the
|
||||
FFmpeg-based GStreamer plugin.
|
||||
|
||||
|
||||
|
@ -17,12 +17,12 @@ Features of this release
|
|||
|
||||
* codecs for most popular formats
|
||||
* optimized colorspace conversion
|
||||
* stability and synchronization fixes
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 136493 : compile error in gst-ffmpeg
|
||||
* 138985 : minor mem leak in gstffmpegdemux.c
|
||||
* 139460 : Compile error with gcc 2.95
|
||||
* 150449 : ffdemux_mpegts causes internal error: push on pad
|
||||
* 152798 : wmv2/wma2 file fails to play back
|
||||
|
||||
Download
|
||||
|
||||
|
@ -51,10 +51,6 @@ will create more lists as necessary.
|
|||
Contributors to this release
|
||||
|
||||
* Ronald Bultje
|
||||
* Benjamin Otte
|
||||
* David Schleef
|
||||
* Jeremy Simon
|
||||
* Stephane Loeuillet
|
||||
* Tim-Philipp Müller
|
||||
* Thomas Vander Stichele
|
||||
|
||||
* Iain Holmes
|
||||
|
|
@ -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-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 1, 1, GST_CVS="no", GST_CVS="yes")
|
||||
AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 2, 1, GST_CVS="no", GST_CVS="yes")
|
||||
dnl we cheat here so we don't have to change the actual configure code bit
|
||||
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO
|
||||
|
||||
|
|
Loading…
Reference in a new issue