mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 0.10.17
This commit is contained in:
parent
a472d1c226
commit
df62d76135
5 changed files with 130 additions and 30 deletions
67
ChangeLog
67
ChangeLog
|
@ -1,3 +1,70 @@
|
|||
=== release 0.10.9 ===
|
||||
|
||||
2009-10-05 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.9, "Shooting the moon"
|
||||
|
||||
2009-10-05 14:34:22 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* gst-ffmpeg.doap:
|
||||
Release 0.10.17
|
||||
|
||||
2009-10-05 15:28:33 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* gst-libs/ext/Makefile.am:
|
||||
Fix distclean/distcheck
|
||||
|
||||
2009-10-01 17:03:49 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/ffmpeg/gstffmpegenc.c:
|
||||
Revert "ffmpegenc: Use dash instead of underscore in property names"
|
||||
This reverts commit b814d25cc9c59d227d9987f9011cfa9744fdd65d.
|
||||
|
||||
2009-10-01 17:03:42 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/ffmpeg/gstffmpegenc.c:
|
||||
Revert "ffenc: Make sure to always provide large enough buffers"
|
||||
This reverts commit d9f6febe7015bbbbce7ddc82503f43751f7eb168.
|
||||
|
||||
2009-10-01 17:03:33 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/ffmpeg/gstffmpegenc.c:
|
||||
Revert "ffmpegenc: Also add FF_MIN_BUFFER_SIZE to video buffers too"
|
||||
This reverts commit 577525af3d492469edd54e1c86b4ba0bfc214048.
|
||||
|
||||
2009-10-01 16:46:34 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/ffmpeg/gstffmpegenc.c:
|
||||
ffmpegenc: Also add FF_MIN_BUFFER_SIZE to video buffers too
|
||||
Just to make sure we never get below it in case of very small videos.
|
||||
|
||||
2009-10-01 16:44:22 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/ffmpeg/gstffmpegenc.c:
|
||||
ffenc: Make sure to always provide large enough buffers
|
||||
For audio always add the minimum ffmpeg buffer size, for video
|
||||
use the same weird buffer size as they use in ffmpeg.c:
|
||||
width*height*6 + 200
|
||||
Also make setting of the buffer-size property a no-op.
|
||||
Fixes bug #593651.
|
||||
|
||||
2009-10-01 16:20:13 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* ext/ffmpeg/gstffmpegenc.c:
|
||||
ffmpegenc: Use dash instead of underscore in property names
|
||||
GLib internally converts them to dashs anyway.
|
||||
|
||||
2009-09-12 01:51:11 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* ChangeLog:
|
||||
* configure.ac:
|
||||
0.10.8.2 pre-release
|
||||
|
||||
2009-09-11 22:35:33 +0100 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* .gitignore:
|
||||
|
|
27
NEWS
27
NEWS
|
@ -1,4 +1,29 @@
|
|||
This is GStreamer FFmpeg Plug-ins 0.10.8, "Brilliant in the morning"
|
||||
This is GStreamer FFmpeg Plug-ins 0.10.9, "Shooting the moon"
|
||||
|
||||
Changes since 0.10.8:
|
||||
|
||||
* Update FFmpeg snapshot to SVN 19580 on the 0.5 branch
|
||||
* Improve tag passing
|
||||
* Track timestamps and frame delay for improved timestamping
|
||||
* Support 4khz ADPCM and g.721
|
||||
|
||||
Bugs fixed since 0.10.8:
|
||||
|
||||
* 574661 : [gstffmpegdec] Wrong usage of parsers
|
||||
* 575545 : [gstffmpegenc] Wrong usage of AVCodec.pix_fmts
|
||||
* 578278 : gst-ffmpeg: assign offsets (from upstream) to outgoing buffers
|
||||
* 586894 : distclean removes gst-libs/ext/ffmpeg
|
||||
* 586957 : [ffdemux_ape] APE file metadata not retained during transcode
|
||||
* 588546 : Add AC3 audio codec to DVD Muxer
|
||||
* 590172 : ffdec_theora does not work
|
||||
* 590964 : Varying licensing in COPYING file in release tarballs
|
||||
* 591038 : Colorspace error during negotiation in ffenc_mjpeg
|
||||
* 591163 : Duration calculation is wrong for codecs with ticks_per_frame != 1
|
||||
* 591469 : gst-ffmpeg won't build
|
||||
* 591809 : [ffdec_adpcm_ima_wav] can't decode ADPCM file
|
||||
* 593141 : Add AG_GST_ARG_WITH_PKG_CONFIG_PATH to configure
|
||||
* 594306 : ffdec_* sets channel-positions for common mono and stereo cases
|
||||
* 594454 : gstreamer does not support adpcm, g721 audio file ?
|
||||
|
||||
Changes since 0.10.7:
|
||||
|
||||
|
|
53
RELEASE
53
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer FFmpeg Plug-ins 0.10.8 "Brilliant in the morning"
|
||||
Release notes for GStreamer FFmpeg Plug-ins 0.10.9 "Shooting the moon"
|
||||
|
||||
|
||||
The GStreamer team is proud to announce a new release
|
||||
|
@ -34,29 +34,28 @@ contains a set of less supported plug-ins that haven't passed the
|
|||
|
||||
Features of this release
|
||||
|
||||
* Ability to force key-frames in video encoders
|
||||
* Better timestamp handling in decoders
|
||||
* Improved muxer wrapping
|
||||
* Code cleanups and refactoring
|
||||
* Update FFmpeg snapshot to SVN 19580 on the 0.5 branch
|
||||
* Improve tag passing
|
||||
* Track timestamps and frame delay for improved timestamping
|
||||
* Support 4khz ADPCM and g.721
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 574661 : [gstffmpegdec] Wrong usage of parsers
|
||||
* 570815 : ffmenc_mpeg4 allows its bitrate property to be changed wi...
|
||||
* 574728 : Use new interlaced support from -base
|
||||
* 575678 : [ffmux] Set caps on the srcpad / output buffers
|
||||
* 575715 : [ffenc_h263] Properties
|
||||
* 576126 : av_iformat_next and av_oformat_next compile errors using ...
|
||||
* 577879 : Bad check in configure.ac
|
||||
* 578278 : gst-ffmpeg: assign offsets (from upstream) to outgoing bu...
|
||||
* 580796 : [ffmpegdec] out-of-order timestamps
|
||||
* 580810 : Stuttering and crash with some H.264 files
|
||||
* 581009 : gst-ffmpeg needs presets support
|
||||
* 585845 : 0.10.7.2 breaks swfdec
|
||||
* 587297 : build failure on macosx
|
||||
* 575709 : Request a key frame
|
||||
* 584291 : Cannot create elements after calling gst_update_registry
|
||||
* 584399 : FFmpeg libraries are included in incorrect order when ext...
|
||||
* 575545 : [gstffmpegenc] Wrong usage of AVCodec.pix_fmts
|
||||
* 578278 : gst-ffmpeg: assign offsets (from upstream) to outgoing buffers
|
||||
* 586894 : distclean removes gst-libs/ext/ffmpeg
|
||||
* 586957 : [ffdemux_ape] APE file metadata not retained during transcode
|
||||
* 588546 : Add AC3 audio codec to DVD Muxer
|
||||
* 590172 : ffdec_theora does not work
|
||||
* 590964 : Varying licensing in COPYING file in release tarballs
|
||||
* 591038 : Colorspace error during negotiation in ffenc_mjpeg
|
||||
* 591163 : Duration calculation is wrong for codecs with ticks_per_frame != 1
|
||||
* 591469 : gst-ffmpeg won't build
|
||||
* 591809 : [ffdec_adpcm_ima_wav] can't decode ADPCM file
|
||||
* 593141 : Add AG_GST_ARG_WITH_PKG_CONFIG_PATH to configure
|
||||
* 594306 : ffdec_* sets channel-positions for common mono and stereo cases
|
||||
* 594454 : gstreamer does not support adpcm, g721 audio file ?
|
||||
|
||||
Download
|
||||
|
||||
|
@ -85,18 +84,16 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Branko Čibej
|
||||
* Christian Schaller
|
||||
* David Hoyt
|
||||
* Edward Hervey
|
||||
* Felipe Contreras
|
||||
* Jan Schmidt
|
||||
* Janin Kolenc
|
||||
* Jarkko Palviainen
|
||||
* Jonathan Matthew
|
||||
* Jordi Mas
|
||||
* Marc-Andre Lureau
|
||||
* Olivier Crête
|
||||
* Sebastian Dröge
|
||||
* Sjoerd Simons
|
||||
* Stefan Kost
|
||||
* Thiago Santos
|
||||
* Vanista Herion
|
||||
* 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.8.2,
|
||||
AC_INIT(GStreamer FFMpeg, 0.10.9,
|
||||
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.9</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>Shooting the moon</name>
|
||||
<created>2009-10-05</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.9.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.9.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.8</revision>
|
||||
|
|
Loading…
Reference in a new issue