Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guy1524
gst-plugins-ugly
Commits
b68ddba0
Commit
b68ddba0
authored
Feb 21, 2012
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.10.19
parent
e9959ce6
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
714 additions
and
43 deletions
+714
-43
ChangeLog
ChangeLog
+628
-2
NEWS
NEWS
+33
-1
RELEASE
RELEASE
+33
-32
configure.ac
configure.ac
+3
-3
gst-plugins-ugly.doap
gst-plugins-ugly.doap
+12
-0
win32/common/config.h
win32/common/config.h
+5
-5
No files found.
ChangeLog
View file @
b68ddba0
This diff is collapsed.
Click to expand it.
NEWS
View file @
b68ddba0
This is GStreamer Ugly Plug-ins 0.10.18 "Extra Life"
This is GStreamer Ugly Plug-ins 0.10.19 "Stronger"
Changes since 0.10.18:
* a52dec: don't claim to support upstream renegotiation
* dvddemux: tweak subtitle stream setup based on dvd language codes event
* dvdreadsrc: fix off by one in cell calculation for the last chapter
* dvdreadsrc: fix sector search for packed titles; fix sector seeking
* dvdreadsrc: map subtitle language tag to stream indicated in PGC data
* dvdreadsrc: take into account first sector of the current title
* lame, lamemp3enc: ensure parsed output (most muxers need framed mp3 as input)
* lame, lamemp3enc: post CODEC and BITRATE tags
* mad: remove id3tag dependency used by in practice unreachable legacy code
* mpeg2dec: don't treat non-fatal errors as fatal and fix spurious failure to decode some files
* mpeg2dec: post QoS messages when dropping a frame due to QoS
* rtpasfdepay: avoid re-sending header; fix fragmented packet handling and packet padding
* twolame: improve output framing and timestamping
* x264enc: allow renegotiation but prefer current caps
* x264enc: negotiate profile, level and output stream-format from downstream caps where appropriate
Bugs fixed since 0.10.18:
* 644233 : Set the H.264 level from the caps for encoding
* 391543 : lame should add a tag with the chosen bitrate
* 429476 : [mpeg2dec] can't play auge.mpg
* 653473 : x264enc: " subme " property value can go up to 10
* 655223 : [x264enc] properly handle stream-format from caps
* 658297 : rmdemux: tags get lost when transcoding
* 659252 : dvdreadsrc: various fixes for titles not starting on a new file
* 660562 : mpeg2dec: post QoS messages when dropping a frame due to QoS
* 662964 : asfdemux memleak
* 664175 : x264enc ! avimux results in not-negotiated flow error
* 665101 : Wrong format string in gst_dvd_read_src_do_seek
Changes since 0.10.17:
...
...
RELEASE
View file @
b68ddba0
Release notes for GStreamer Ugly Plug-ins 0.10.1
8
"
Extra Life
"
Release notes for GStreamer Ugly Plug-ins 0.10.1
9
"
Stronger
"
The GStreamer team is proud to announce a new release
...
...
@@ -55,34 +55,35 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* amrwbdec: avoid stalling on invalid frame
* asfpacket: don't rely on data from duration extension
* dvdsubdec: Implement clipping if the video size is smaller than the subpicture size
* dvdsubdec: Output only a single buffer per subpicture and set the correct duration
* lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
* mad: build the mad plugin even if libid3tag is not available
* mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that)
* mpeg2dec: don't deadlock when setting an index
* mpegstream: increase allowable gap between streams
* x264enc: allow changing the bitrate and quantitizers dynamically
* x264enc: don't register flags with a value of 0
* x264enc: implement getcaps function to proxy downstream caps restrictions upstream
* x264enc: make tag event writable before modifying tag list in place
* x264enc: set max bitrate in quality mode
* a52dec: don't claim to support upstream renegotiation
* dvddemux: tweak subtitle stream setup based on dvd language codes event
* dvdreadsrc: fix off by one in cell calculation for the last chapter
* dvdreadsrc: fix sector search for packed titles; fix sector seeking
* dvdreadsrc: map subtitle language tag to stream indicated in PGC data
* dvdreadsrc: take into account first sector of the current title
* lame, lamemp3enc: ensure parsed output (most muxers need framed mp3 as input)
* lame, lamemp3enc: post CODEC and BITRATE tags
* mad: remove id3tag dependency used by in practice unreachable legacy code
* mpeg2dec: don't treat non-fatal errors as fatal and fix spurious failure to decode some files
* mpeg2dec: post QoS messages when dropping a frame due to QoS
* rtpasfdepay: avoid re-sending header; fix fragmented packet handling and packet padding
* twolame: improve output framing and timestamping
* x264enc: allow renegotiation but prefer current caps
* x264enc: negotiate profile, level and output stream-format from downstream caps where appropriate
Bugs fixed in this release
*
539708 : [mpegstream] Increase allowable gap between streams
*
607698 : asfdemux: fix parsing of packets with padding
*
619136 : [dvdsubdec] spits out buffers at video framerate
* 6
2166
3 : x264enc:
support changing bitrate property on the fly
* 6
39291 : [xingmux] Return NULL in
stea
d of 0 for a function returning gboolean
* 6
39715 : amrparse: seek error with EOS
* 6
40272 : x264enc: make tag event writable before modifying tag list in plac
e
* 6
41151 : lame: doesn't negotiate sample rate properly
* 6
42360 : x264enc: Don't register flags which have 0 as a value
* 6
44704 : [dvdsubedc] no SPU clipping implemented
* 6
47709 : mpeg2dec: errors out on not-linked flow return
*
644233 : Set the H.264 level from the caps for encoding
*
391543 : lame should add a tag with the chosen bitrate
*
429476 : [mpeg2dec] can't play auge.mpg
* 6
5347
3 : x264enc:
" subme " property value can go up to 10
* 6
55223 : [x264enc] properly handle
st
r
ea
m-format from caps
* 6
58297 : rmdemux: tags get lost when transcoding
* 6
59252 : dvdreadsrc: various fixes for titles not starting on a new fil
e
* 6
60562 : mpeg2dec: post QoS messages when dropping a frame due to QoS
* 6
62964 : asfdemux memleak
* 6
64175 : x264enc ! avimux results in not-negotiated flow error
* 6
65101 : Wrong format string in gst_dvd_read_src_do_seek
Download
...
...
@@ -111,17 +112,17 @@ Applications
Contributors to this release
* Brendan Le Foll
* Brian Gitonga Marete
* David Schleef
* Edward Hervey
*
Luis de Bethencourt
*
Julien Isorce
* Mark Nauwelaerts
* Miguel Angel Cabrera Moya
* Olivier Crête
* Sebastian Dröge
* Sjoerd Simons
* Stefan Kost
* Thibault Saunier
* Stefan Sauer
* Thiago Santos
* Tim-Philipp Müller
* Vincent Penquerc'h
*
Yang Xichuan
*
Руслан Ижбулатов
\ No newline at end of file
configure.ac
View file @
b68ddba0
...
...
@@ -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, 0.10.1
8.3
,
AC_INIT(GStreamer Ugly Plug-ins, 0.10.1
9
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
...
...
@@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.3
5.2
GSTPB_REQ=0.10.3
5.2
GST_REQ=0.10.3
6
GSTPB_REQ=0.10.3
6
dnl *** autotools stuff ****
...
...
gst-plugins-ugly.doap
View file @
b68ddba0
...
...
@@ -33,6 +33,18 @@ might be widely known to present patent problems.
</GitRepository>
</repository>
<release>
<Version>
<revision>0.10.19</revision>
<branch>0.10</branch>
<name>Stronger</name>
<created>2012-02-20</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.gz" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.10.18</revision>
...
...
win32/common/config.h
View file @
b68ddba0
...
...
@@ -46,13 +46,13 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins
pre
release"
#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins
source
release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-02-0
5T11:36Z
"
#define GST_PACKAGE_RELEASE_DATETIME "2012-02-
2
0"
/* Define to enable a52dec (used by a52dec). */
#undef HAVE_A52DEC
...
...
@@ -233,7 +233,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.1
8.3
"
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.1
9
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
...
...
@@ -242,7 +242,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.10.1
8.3
"
#define PACKAGE_VERSION "0.10.1
9
"
/* directory where plugins are located */
#ifdef _DEBUG
...
...
@@ -270,7 +270,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.10.1
8.3
"
#define VERSION "0.10.1
9
"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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