mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
Release 0.10.7
This commit is contained in:
parent
4223919d50
commit
c4de18d944
5 changed files with 2652 additions and 3816 deletions
33
NEWS
33
NEWS
|
@ -1,4 +1,35 @@
|
|||
This is GStreamer FFmpeg Plug-ins 0.10.6, "A little itching in our bones"
|
||||
This is GStreamer FFmpeg Plug-ins 0.10.7, "Some high ground is not worth taking"
|
||||
|
||||
Changes since 0.10.6:
|
||||
|
||||
* Update to ffmpeg 0.5 release
|
||||
* Support channel layouts for multichannel audio
|
||||
* Add mappings for new codecs: Real Video 3.0, EAC3, QCELP, IMC,
|
||||
MLP and more
|
||||
* Support push-based demuxers
|
||||
* Expose preload and maxdelay muxer properties
|
||||
|
||||
Bugs fixed since 0.10.6:
|
||||
|
||||
* 573400 : [gstffmpegdec] crashes with hardware-accelerated decoders.
|
||||
* 575759 : Regression in framerates
|
||||
* 392534 : ffdemux enhancement: push based scheduling
|
||||
* 548002 : libavcodec doesn't provide audio channel mappings
|
||||
* 560644 : ffmpegdec leaks memory when gst_ffmpegdec_open is not called
|
||||
* 563305 : gst-ffmpeg 0.10.6 build from tarball fails
|
||||
* 564867 : Killing the gst-ffmpeg dependency on libbz2
|
||||
* 565269 : GStreamer can't play newset Terminator: Salvation HD 1080...
|
||||
* 566647 : [ffenc_amr_*] wrong number of channels and wrong samplera...
|
||||
* 567336 : Text file detected as VC1 video
|
||||
* 569441 : Use AVCodec.sample_fmts for list of compatible sample for...
|
||||
* 570975 : Enable DVD Muxer
|
||||
* 572863 : ffmpeg requires 128bit-aligned buffers.
|
||||
* 573649 : Buffer overflow in gst gstffmpegaudioresample
|
||||
* 574663 : [gstffcodecmap] Unused codec mapping for ATRAC3 codec
|
||||
* 574746 : Disable external library decoders/encoders
|
||||
* 574814 : Bogus muxer/demuxer/typefind are exposed
|
||||
* 575664 : ffmux_amr disappeared
|
||||
* 566250 : [ffdec_aac] Crash in gst_ffmpegdec_audio_frame
|
||||
|
||||
Changes since 0.10.5:
|
||||
|
||||
|
|
38
RELEASE
38
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer FFmpeg Plug-ins 0.10.6 "A little itching in our bones"
|
||||
Release notes for GStreamer FFmpeg Plug-ins 0.10.7 "Some high ground is not worth taking"
|
||||
|
||||
|
||||
The GStreamer team is proud to announce a new release
|
||||
|
@ -34,23 +34,13 @@ contains a set of less supported plug-ins that haven't passed the
|
|||
|
||||
Features of this release
|
||||
|
||||
* Update ffmpeg and libswscale snapshot
|
||||
* Prefer aspect ratios prescribed by the container over the codec
|
||||
* Improve ffmpeg encoders wrapping
|
||||
* Rewrite ffvideoscale to use libswscale
|
||||
* Improve H.264 wrapping
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 350738 : [ffvideoscale] GStreamer-Critical when pixel-aspects-rati...
|
||||
* 504056 : [ffvideoscale] Switch to using libswscale
|
||||
* 542216 : cross compilation and mingw32 support
|
||||
* 548304 : missing check for bz2 library and header
|
||||
* 551046 : gst-ffmpeg configure complains about libz2, should be libbz2
|
||||
* 556336 : [PATCH] gstffmpegdec.c: prefer demuxer's pixel aspect rat...
|
||||
* 556405 : gst-ffmpeg fails to build against 20081014 ffmpeg snapshot
|
||||
* 560137 : Two build fixes for using system ffmpeg
|
||||
* 560305 : x264enc & ffmux_* doesnt link
|
||||
* Update to ffmpeg 0.5 release
|
||||
* Support channel layouts for multichannel audio
|
||||
* Add mappings for new codecs: Real Video 3.0, EAC3, QCELP, IMC, MLP and more
|
||||
* Support push-based demuxers
|
||||
* Expose preload and maxdelay muxer properties
|
||||
There were no bugs fixed in this release
|
||||
|
||||
|
||||
Download
|
||||
|
||||
|
@ -69,8 +59,7 @@ http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
|
|||
|
||||
Developers
|
||||
|
||||
CVS is hosted on cvs.freedesktop.org.
|
||||
All code is in CVS and can be checked out from there.
|
||||
GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
|
||||
Interested developers of the core library, plug-ins, and applications should
|
||||
subscribe to the gstreamer-devel list. If there is sufficient interest we
|
||||
will create more lists as necessary.
|
||||
|
@ -80,13 +69,4 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alexis Ballier
|
||||
* Damien Lespiau
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Mark Nauwelaerts
|
||||
* Robin Stocker
|
||||
* Sebastian Dröge
|
||||
* Stefan Kost
|
||||
* 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.6.4,
|
||||
AC_INIT(GStreamer FFMpeg, 0.10.7,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-ffmpeg)
|
||||
|
||||
|
|
|
@ -33,6 +33,17 @@ colorspace conversion elements.
|
|||
</CVSRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.7</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>Some high ground is not worth taking</name>
|
||||
<created>2009-03-20</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.7.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.7.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.6</revision>
|
||||
|
|
Loading…
Reference in a new issue