Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guy1524
gst-plugins-ugly
Commits
cf616c04
Commit
cf616c04
authored
Sep 18, 2015
by
Sebastian Dröge
🍵
Browse files
Release 1.5.91
parent
4675c7e5
Changes
22
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
cf616c04
=== release 1.5.91 ===
2015-09-18 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.5.91
2015-09-18 11:53:57 +0200 Sebastian Dröge <sebastian@centricular.com>
* po/zh_CN.po:
po: Update translations
2015-09-05 23:34:45 +1000 Jan Schmidt <jan@centricular.com>
* ext/x264/gstx264enc.c:
x264: Add bitrate info to the tags output.
Makes it possible for muxers to know the target bitrate as soon
as encoding starts, which flvmux now uses.
2015-08-28 19:18:32 +0100 Tim-Philipp Müller <tim@centricular.com>
* gst/asfdemux/gstasfdemux.c:
* gst/asfdemux/gstasfdemux.h:
asfdemux: fix file mode of some source files
=== release 1.5.90 ===
2015-08-19 Sebastian Dröge <s
lomo@coaxion.net
>
2015-08-19
14:05:27 +0300
Sebastian Dröge <s
ebastian@centricular.com
>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.5.90
* docs/plugins/inspect/plugin-a52dec.xml:
* docs/plugins/inspect/plugin-amrnb.xml:
* docs/plugins/inspect/plugin-amrwbdec.xml:
* docs/plugins/inspect/plugin-asf.xml:
* docs/plugins/inspect/plugin-cdio.xml:
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
* docs/plugins/inspect/plugin-dvdread.xml:
* docs/plugins/inspect/plugin-dvdsub.xml:
* docs/plugins/inspect/plugin-lame.xml:
* docs/plugins/inspect/plugin-mad.xml:
* docs/plugins/inspect/plugin-mpeg2dec.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-siddec.xml:
* docs/plugins/inspect/plugin-twolame.xml:
* docs/plugins/inspect/plugin-x264.xml:
* docs/plugins/inspect/plugin-xingmux.xml:
* gst-plugins-ugly.doap:
* win32/common/config.h:
Release 1.5.90
2015-08-19 12:55:35 +0300 Sebastian Dröge <sebastian@centricular.com>
* po/af.po:
* po/az.po:
* po/bg.po:
* po/ca.po:
* po/cs.po:
* po/da.po:
* po/de.po:
* po/el.po:
* po/en_GB.po:
* po/eo.po:
* po/es.po:
* po/eu.po:
* po/fi.po:
* po/fr.po:
* po/gl.po:
* po/hr.po:
* po/hu.po:
* po/id.po:
* po/it.po:
* po/ja.po:
* po/lt.po:
* po/lv.po:
* po/ms.po:
* po/mt.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/pl.po:
* po/pt_BR.po:
* po/ro.po:
* po/ru.po:
* po/sk.po:
* po/sl.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/tr.po:
* po/uk.po:
* po/vi.po:
* po/zh_CN.po:
Update .po files
2015-08-19 11:33:01 +0300 Sebastian Dröge <sebastian@centricular.com>
...
...
NEWS
View file @
cf616c04
This is GStreamer Ugly Plugins 1.5.9
0
This is GStreamer Ugly Plugins 1.5.9
1
RELEASE
View file @
cf616c04
Release notes for GStreamer Ugly Plugins 1.5.9
0
Release notes for GStreamer Ugly Plugins 1.5.9
1
The GStreamer team is pleased to announce the
first
release candidate for the
The GStreamer team is pleased to announce the
second
release candidate for the
stable 1.6 release series. The 1.6 release series is adding new features on top of
the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The final 1.6.0 release is planned
...
...
@@ -57,11 +57,8 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release
* 752404 : realmedia: fix leaks while playing real media files
* 752803 : asfdemux: fix assertion error when codec_data is not present in structure
* 753301 : rmdemux: fix assertion error when freeing tags
There were no bugs fixed in this release
==== Download ====
...
...
@@ -98,13 +95,7 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Edward Hervey
* Luis de Bethencourt
* Olivier Crête
* Jan Schmidt
* Sebastian Dröge
* Stefan Sauer
* Thiago Santos
* Tim-Philipp Müller
* Vineeth T M
* Vineeth TM
\ No newline at end of file
configure.ac
View file @
cf616c04
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT([GStreamer Ugly Plug-ins],[1.5.9
0
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AC_INIT([GStreamer Ugly Plug-ins],[1.5.9
1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AG_GST_INIT
...
...
@@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AS_LIBTOOL(GST, 59
0
, 0, 59
0
)
AS_LIBTOOL(GST, 59
1
, 0, 59
1
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.5.9
0
GSTPB_REQ=1.5.9
0
GST_REQ=1.5.9
1
GSTPB_REQ=1.5.9
1
dnl *** autotools stuff ****
...
...
docs/plugins/inspect/plugin-a52dec.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Decodes ATSC A/52 encoded audio streams
</description>
<filename>
../../ext/a52dec/.libs/libgsta52dec.so
</filename>
<basename>
libgsta52dec.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-amrnb.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Adaptive Multi-Rate Narrow-Band
</description>
<filename>
../../ext/amrnb/.libs/libgstamrnb.so
</filename>
<basename>
libgstamrnb.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
unknown
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-amrwbdec.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Adaptive Multi-Rate Wide-Band Decoder
</description>
<filename>
../../ext/amrwbdec/.libs/libgstamrwbdec.so
</filename>
<basename>
libgstamrwbdec.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
unknown
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-asf.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Demuxes and muxes audio and video in Microsofts ASF format
</description>
<filename>
../../gst/asfdemux/.libs/libgstasf.so
</filename>
<basename>
libgstasf.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-cdio.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Read audio from audio CDs
</description>
<filename>
../../ext/cdio/.libs/libgstcdio.so
</filename>
<basename>
libgstcdio.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-dvdlpcmdec.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Decode DVD LPCM frames into standard PCM
</description>
<filename>
../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so
</filename>
<basename>
libgstdvdlpcmdec.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-dvdread.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Access a DVD with dvdread
</description>
<filename>
../../ext/dvdread/.libs/libgstdvdread.so
</filename>
<basename>
libgstdvdread.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-dvdsub.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
DVD subtitle parser and decoder
</description>
<filename>
../../gst/dvdsub/.libs/libgstdvdsub.so
</filename>
<basename>
libgstdvdsub.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-lame.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Encode MP3s with LAME
</description>
<filename>
../../ext/lame/.libs/libgstlame.so
</filename>
<basename>
libgstlame.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-mad.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
mp3 decoding based on the mad library
</description>
<filename>
../../ext/mad/.libs/libgstmad.so
</filename>
<basename>
libgstmad.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-mpeg2dec.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
LibMpeg2 decoder
</description>
<filename>
../../ext/mpeg2dec/.libs/libgstmpeg2dec.so
</filename>
<basename>
libgstmpeg2dec.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-realmedia.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
RealMedia support plugins
</description>
<filename>
../../gst/realmedia/.libs/libgstrmdemux.so
</filename>
<basename>
libgstrmdemux.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-siddec.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Uses libsidplay to decode .sid files
</description>
<filename>
../../ext/sidplay/.libs/libgstsid.so
</filename>
<basename>
libgstsid.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-twolame.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Encode MP2s with TwoLAME
</description>
<filename>
../../ext/twolame/.libs/libgsttwolame.so
</filename>
<basename>
libgsttwolame.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-x264.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
libx264-based H264 plugins
</description>
<filename>
../../ext/x264/.libs/libgstx264.so
</filename>
<basename>
libgstx264.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-xingmux.xml
View file @
cf616c04
...
...
@@ -3,7 +3,7 @@
<description>
Add XING tags to mpeg audio files
</description>
<filename>
../../gst/xingmux/.libs/libgstxingmux.so
</filename>
<basename>
libgstxingmux.so
</basename>
<version>
1.5.9
0
</version>
<version>
1.5.9
1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins source release
</package>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment