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
50f551db
Commit
50f551db
authored
May 21, 2014
by
Sebastian Dröge
🍵
Browse files
Release 1.3.2
parent
1dac1249
Changes
25
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
50f551db
=== release 1.3.2 ===
2014-05-21 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.3.2
2014-05-21 10:51:38 +0200 Sebastian Dröge <sebastian@centricular.com>
* common:
Automatic update of common submodule
From 211fa5f to 1f5d3c3
2014-05-16 16:24:46 +0100 Tim-Philipp Müller <tim@centricular.com>
* ext/mpeg2dec/gstmpeg2dec.h:
mpeg2dec: remove unused struct members
2014-05-16 12:21:06 +0200 Sebastian Dröge <sebastian@centricular.com>
* gst/realmedia/rtspreal.c:
rtspreal: Fix some memory leaks in an error path
CID 1212165.
2014-05-09 14:54:54 +0200 Edward Hervey <bilboed@bilboed.com>
* ext/mpeg2dec/gstmpeg2dec.c:
mpeg2dec: Release codec state on negotiation failures
Else it leaks
CID #1212169
2014-05-03 20:48:37 +0200 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.3.1 ===
2014-05-03 Sebastian Dröge <s
lomo@coaxion.net
>
2014-05-03
18:29:23 +0200
Sebastian Dröge <s
ebastian@centricular.com
>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.3.1
* docs/plugins/gst-plugins-ugly-plugins.args:
* docs/plugins/gst-plugins-ugly-plugins.hierarchy:
* 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.3.1
2014-05-03 18:21:01 +0200 Sebastian Dröge <sebastian@centricular.com>
...
...
NEWS
View file @
50f551db
This is GStreamer Ugly Plugins 1.3.
1
This is GStreamer Ugly Plugins 1.3.
2
Changes since 1.2:
...
...
@@ -45,6 +45,8 @@ New API:
events and merge custom tags into them consistently.
• playbin/playsink has support for application provided audio and video
filters.
• GstDiscoverer has new and simplified API to get details about missing
plugins and information to pass to the plugin installer.
• The GL library was merged from gst-plugins-gl to gst-plugins-bad,
providing a generic infrastructure for handling GL inside GStreamer
pipelines and a plugin with some elements using these, especially
...
...
@@ -62,6 +64,14 @@ Major changes:
of the existing V4L2 elements and the corresponding
infrastructure.
The v4l2videodec element replaces the mfcdec element.
∘ New downloadbuffer element that replaces the download
buffering feature of queue2. Compared to queue2's code
it is much simpler and only for this single use case.
A noteworthy new feature is that it's downloading gaps
in the already downloaded stream parts when nothing else
is to be downloaded.
This is now used by playbin when download buffering is
enabled.
∘ rtpstreampay and rtpstreamdepay elements for transmitting
RTP packets over a stream API (e.g. TCP) according to
RFC 4571.
...
...
@@ -78,7 +88,7 @@ Major changes:
are available on OS X and iOS now.
• Other changes:
∘ gst-libav now uses libav 10, and gained support for H265/HEVC.
∘ gst-libav now uses libav 10
.1
, and gained support for H265/HEVC.
∘ Support for hardware codecs and special memory types has been
improved with bugfixes and feature additions in various plugins
and base classes.
...
...
@@ -95,6 +105,9 @@ Major changes:
reliable now and supports more HLS features like trick modes.
Also fragments are pushed downstream while they're downloaded
now instead of waiting for each fragment to finish.
∘ dashdemux and mssdemux are now also pushing fragments downstream
while they're downloaded instead of waiting for each fragment to
finish.
∘ videoflip can automatically flip based on the orientation tag.
∘ openjpeg supports the OpenJPEG2 API.
∘ gst-rtsp-server supports SRTP and MIKEY now.
...
...
@@ -107,4 +120,3 @@ Things to look out for:
element.
• The mfcdec element was removed and replaced by v4l2videodec.
• osxvideosink is only available in OS X 10.6 or newer.
RELEASE
View file @
50f551db
Release notes for GStreamer Ugly Plugins 1.3.
1
Release notes for GStreamer Ugly Plugins 1.3.
2
The GStreamer team is pleased to announce the
first
release of the unstable
The GStreamer team is pleased to announce the
second
release of the unstable
1.3 release series. The 1.3 release series is adding new features on top of
the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.3 release series
...
...
@@ -70,13 +70,8 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release
* 708598 : asfdemux: when seek to end of file, some asf recieve EOS and then finished. But some asf file play from beginning.
* 722291 : mpeg2dec: deinterlace no longer automatically deinterlaces mpeg2dec output
* 723505 : gst-plugins-ugly: Do not build check tests for disabled plugins
* 725051 : x264enc: allow lossless compression (qp=0)
* 725483 : gst-plugins-ugly: Ignore gcov intermediate files
There were no bugs fixed in this release
==== Download ====
...
...
@@ -113,16 +108,7 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Dirk Van Haerenborgh
* Edward Hervey
* HyeJin Choi
* Mark Nauwelaerts
* Michael Esemplare
* Rico Tzschichholz
* Sebastian Dröge
* Sebastian Rasmussen
* Stefan Sauer
* Thiago Santos
* Tim-Philipp Müller
* Vincent Penquerc'h
\ No newline at end of file
common
@
211fa5f2
Subproject commit
1f5d3c3163cc3399251827235355087c2affa790
Subproject commit
211fa5f2d0930dfd6891b386d42edba6d88c2a19
configure.ac
View file @
50f551db
...
...
@@ -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.3.
1.1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AC_INIT([GStreamer Ugly Plug-ins],[1.3.
2
],[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, 30
1
, 0, 30
1
)
AS_LIBTOOL(GST, 30
2
, 0, 30
2
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.3.
1.1
GSTPB_REQ=1.3.
1.1
GST_REQ=1.3.
2
GSTPB_REQ=1.3.
2
dnl *** autotools stuff ****
...
...
docs/plugins/inspect-build.stamp
deleted
100644 → 0
View file @
1dac1249
docs/plugins/inspect.stamp
deleted
100644 → 0
View file @
1dac1249
timestamp
\ No newline at end of file
docs/plugins/inspect/plugin-a52dec.xml
View file @
50f551db
...
...
@@ -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.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -3,7 +3,7 @@
<description>
Adaptive Multi-Rate Narrow-Band
</description>
<filename>
../../ext/amrnb/.libs/libgstamrnb.so
</filename>
<basename>
libgstamrnb.so
</basename>
<version>
1.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -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.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -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.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -3,7 +3,7 @@
<description>
Read audio from audio CDs
</description>
<filename>
../../ext/cdio/.libs/libgstcdio.so
</filename>
<basename>
libgstcdio.so
</basename>
<version>
1.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -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.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -3,7 +3,7 @@
<description>
Access a DVD with dvdread
</description>
<filename>
../../ext/dvdread/.libs/libgstdvdread.so
</filename>
<basename>
libgstdvdread.so
</basename>
<version>
1.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -3,7 +3,7 @@
<description>
DVD subtitle parser and decoder
</description>
<filename>
../../gst/dvdsub/.libs/libgstdvdsub.so
</filename>
<basename>
libgstdvdsub.so
</basename>
<version>
1.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -3,7 +3,7 @@
<description>
Encode MP3s with LAME
</description>
<filename>
../../ext/lame/.libs/libgstlame.so
</filename>
<basename>
libgstlame.so
</basename>
<version>
1.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -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.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -3,7 +3,7 @@
<description>
LibMpeg2 decoder
</description>
<filename>
../../ext/mpeg2dec/.libs/libgstmpeg2dec.so
</filename>
<basename>
libgstmpeg2dec.so
</basename>
<version>
1.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -3,7 +3,7 @@
<description>
RealMedia support plugins
</description>
<filename>
../../gst/realmedia/.libs/libgstrmdemux.so
</filename>
<basename>
libgstrmdemux.so
</basename>
<version>
1.3.
1
</version>
<version>
1.3.
2
</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 @
50f551db
...
...
@@ -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.3.
1
</version>
<version>
1.3.
2
</version>
<license>
GPL
</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