Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-libav
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-libav
Commits
fca6c1bd
Commit
fca6c1bd
authored
Sep 01, 2016
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.9.2
parent
df3e278b
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
140 additions
and
568 deletions
+140
-568
ChangeLog
ChangeLog
+110
-41
NEWS
NEWS
+1
-1
RELEASE
RELEASE
+14
-15
configure.ac
configure.ac
+4
-4
docs/plugins/gst-libav-plugins.hierarchy
docs/plugins/gst-libav-plugins.hierarchy
+0
-23
docs/plugins/inspect/plugin-libav.xml
docs/plugins/inspect/plugin-libav.xml
+1
-484
gst-libav.doap
gst-libav.doap
+10
-0
No files found.
ChangeLog
View file @
fca6c1bd
=== release 1.9.2 ===
2016-09-01 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.9.2
2016-08-29 17:03:18 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/ext/libav:
libav: Update to ffmpeg n3.1.3
2016-08-28 21:47:35 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
* config.h.meson:
* ext/libav/meson.build:
* meson.build:
Add support for Meson as alternative/parallel build system
https://github.com/mesonbuild/meson
We only support building with ffmpeg installed system wide and not as
subproject yet.
2016-08-19 11:13:44 -0700 Thibault Saunier <thibault.saunier@osg.samsung.com>
* ext/libav/gstavdemux.c:
Use the new API to post flow ERROR messages on the bus
https://bugzilla.gnome.org/show_bug.cgi?id=770158
2016-08-26 21:46:18 +0200 Josep Torra <n770galaxy@gmail.com>
* configure.ac:
* tests/check/Makefile.am:
build: silence error about pthread for 'make check' in osx
Fixes "clang: error: argument unused during compilation: '-pthread'"
2016-08-20 10:53:07 +0100 Tim-Philipp Müller <tim@centricular.com>
* ext/libav/gstavcodecmap.c:
libav: fix confusing 'insane framerate' debug log message
Usually means no framerate / variable framerate. Also the
fraction arguments were swapped.
2016-08-16 21:11:35 +0300 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
configure: Explicitly disable CrystalHD decoder
Otherwise it will pick it up when the system has the relevant headers,
and then linking produces an unusable plugin later as we don't ensure
that the plugin also links against the crystalhd library.
https://bugzilla.gnome.org/show_bug.cgi?id=769809
2016-08-16 10:43:18 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/ext/libav:
libav: Update to ffmpeg n3.1.2
2016-08-04 10:45:14 +0200 Edward Hervey <edward@centricular.com>
* ext/libav/gstavviddec.c:
avvidec: Ensure skipping strategy gets properly reset
When switching playback modes, like from TRICKMODE or TRICKMODE_KEY_UNITS
back to regular playback, we need to make sure we set the skip mode
back to the default setting.
While this field would be properly reset when we *have* feedback from
downstream (i.e. diff != G_MAXINT64), it would not be reset during
the initial phase (i.e. when the decoder hasn't pushed a buffer yet,
and therefore the sink hasn't sent back QoS information).
This avoids dropping plenty of frames when going back to regular playback
2016-07-26 10:27:22 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/ext/libav:
libav: Update to n3.1.1
2016-07-22 14:54:21 +0300 Sebastian Dröge <sebastian@centricular.com>
* ext/libav/gstavauddec.c:
* ext/libav/gstavaudenc.c:
* ext/libav/gstavviddec.c:
* ext/libav/gstavvidenc.c:
libav: Ignore more quasi-codecs
2016-07-22 14:42:59 +0300 Sebastian Dröge <sebastian@centricular.com>
* ext/libav/gstavviddec.c:
* ext/libav/gstavvidenc.c:
libav: Ignore VAAPI decoders and VAAPI/nvenc encoders
These can show up when having a build against a system version of ffmpeg.
2016-07-11 21:15:39 +0200 Stefan Sauer <ensonic@users.sf.net>
* common:
Automatic update of common submodule
From f363b32 to f49c55e
2016-07-06 13:51:12 +0300 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.9.1 ===
2016-07-06
Sebastian Dröge <slomo@coaxion.net
>
2016-07-06
13:26:10 +0300 Sebastian Dröge <sebastian@centricular.com
>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.9.1
* docs/plugins/gst-libav-plugins.args:
* docs/plugins/gst-libav-plugins.hierarchy:
* docs/plugins/gst-libav-plugins.interfaces:
* docs/plugins/inspect/plugin-libav.xml:
* gst-libav.doap:
Release 1.9.1
2016-07-05 20:16:45 +0300 Sebastian Dröge <sebastian@centricular.com>
...
...
@@ -2883,7 +2991,6 @@
* ext/libav/gstav.h:
* ext/libav/gstavdemux.c:
* ext/libav/gstavmux.c:
* ext/libav/gstavpipe.h:
* ext/libav/gstavprotocol.c:
* ext/libav/gstavprotocol.h:
av: Move gst_ffmpegdata functions to gstavprotocol.h too
...
...
@@ -3291,9 +3398,6 @@
* ext/libav/gstavauddec.h:
* ext/libav/gstavaudenc.c:
* ext/libav/gstavaudenc.h:
* ext/libav/gstavdec.c:
* ext/libav/gstavenc.c:
* ext/libav/gstavenc.h:
* ext/libav/gstavviddec.c:
* ext/libav/gstavviddec.h:
* ext/libav/gstavvidenc.h:
...
...
@@ -3572,28 +3676,6 @@
* configure.ac:
* ext/Makefile.am:
* ext/ffmpeg/Makefile.am:
* ext/ffmpeg/gstffmpeg.c:
* ext/ffmpeg/gstffmpeg.h:
* ext/ffmpeg/gstffmpegaudioresample.c:
* ext/ffmpeg/gstffmpegcfg.c:
* ext/ffmpeg/gstffmpegcfg.h:
* ext/ffmpeg/gstffmpegcodecmap.c:
* ext/ffmpeg/gstffmpegcodecmap.h:
* ext/ffmpeg/gstffmpegdec.c:
* ext/ffmpeg/gstffmpegdeinterlace.c:
* ext/ffmpeg/gstffmpegdemux.c:
* ext/ffmpeg/gstffmpegenc.c:
* ext/ffmpeg/gstffmpegenc.h:
* ext/ffmpeg/gstffmpegmux.c:
* ext/ffmpeg/gstffmpegpipe.h:
* ext/ffmpeg/gstffmpegprotocol.c:
* ext/ffmpeg/gstffmpegscale.c:
* ext/ffmpeg/gstffmpegutils.c:
* ext/ffmpeg/gstffmpegutils.h:
* ext/ffmpeg/gstffmpegviddec.c:
* ext/ffmpeg/gstffmpegvidenc.c:
* ext/ffmpeg/gstffmpegvidenc.h:
* ext/libav/Makefile.am:
* ext/libav/gstav.c:
* ext/libav/gstav.h:
...
...
@@ -4404,14 +4486,6 @@
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-ffmpeg-plugins-docs.sgml:
* docs/plugins/gst-ffmpeg-plugins-sections.txt:
* docs/plugins/gst-ffmpeg-plugins.args:
* docs/plugins/gst-ffmpeg-plugins.hierarchy:
* docs/plugins/gst-ffmpeg-plugins.interfaces:
* docs/plugins/gst-ffmpeg-plugins.prerequisites:
* docs/plugins/gst-ffmpeg-plugins.signals:
* docs/plugins/gst-ffmpeg-plugins.types:
* docs/plugins/gst-libav-plugins-docs.sgml:
* docs/plugins/gst-libav-plugins-sections.txt:
* docs/plugins/gst-libav-plugins.args:
...
...
@@ -4440,18 +4514,13 @@
* ext/libpostproc/gstpostproc.c:
* ext/libswscale/Makefile.am:
* ext/libswscale/gstffmpegscale.c:
* gst-ffmpeg.doap:
* gst-ffmpeg.spec.in:
* gst-libav.doap:
* gst-libav.spec.in:
* tests/check/Makefile.am:
* tests/check/elements/avdec_adpcm.c:
* tests/check/elements/avdemux_ape.c:
* tests/check/elements/ffdec_adpcm.c:
* tests/check/elements/ffdemux_ape.c:
* tests/check/generic/libavcodec-locking.c:
* tests/check/generic/plugin-test.c:
* tests/check/gst-ffmpeg.supp:
* tests/check/gst-libav.supp:
Rename everything from gst-ffmpeg to gst-libav
Also change elements factory names to avenc_*, avdec_*,
...
...
NEWS
View file @
fca6c1bd
This is GStreamer 1.9.
1
This is GStreamer 1.9.
2
RELEASE
View file @
fca6c1bd
Release notes for GStreamer libav Plugins 1.9.
1
Release notes for GStreamer libav Plugins 1.9.
2
The GStreamer team is pleased to announce the first release of the unstable
1.9 release series. The 1.9 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.9 release series
will lead to the stable 1.10 release series in the next weeks. Any newly added
API can still change until that point.
The GStreamer team is pleased to announce the second release of the unstable
1.9 release series, which marks the feature freeze for 1.10. The 1.9 release
series is adding new features on top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series
and is part of the API and ABI-stable 1.x release series of the GStreamer
multimedia framework. The unstable 1.9 release series will lead to the stable
1.10 release series in the next weeks. Any newly added API can still change
until that point.
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
This module contains plugins based on the ffmpeg/libav project, including codecs.
This module contains plugins based on the ffmpeg project, including codecs.
...
...
@@ -37,9 +39,7 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 763084 : libav: use new gst_element_class_add_static_pad_template()
* 764162 : avvid{dec,enc}: remove dead gobject macros
* 766333 : avdec_g729: Add mapping for G729 caps
* 769809 : libgstlibav fails on Linux
==== Download ====
...
...
@@ -77,10 +77,9 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Edward Hervey
* Julien Isorce
* Nicolas Dufresne
* Josep Torra
* Sebastian Dröge
* Stefan Sauer
* Thibault Saunier
* Tim-Philipp Müller
* Vineeth TM
* Víctor Manuel Jáquez Leal
\ No newline at end of file
configure.ac
View file @
fca6c1bd
...
...
@@ -3,7 +3,7 @@ AC_PREREQ(2.69)
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 libav, 1.9.
1.1
,
AC_INIT(GStreamer libav, 1.9.
2
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
...
...
@@ -40,11 +40,11 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 90
1, 0, 901
)
AS_LIBTOOL(GST, 90
2, 0, 902
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.9.
1.1
GST_PBREQ=1.9.
1.1
GST_REQ=1.9.
2
GST_PBREQ=1.9.
2
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
...
...
docs/plugins/gst-libav-plugins.hierarchy
View file @
fca6c1bd
...
...
@@ -109,10 +109,6 @@ GObject
avdec_opus
avdec_paf_audio
avdec_pcm_lxf
avdec_pcm_s16be_planar
avdec_pcm_s24le_planar
avdec_pcm_s32le_planar
avdec_pcm_s8_planar
avdec_qcelp
avdec_qdm2
avdec_ralf
...
...
@@ -162,10 +158,6 @@ GObject
avenc_mp2
avenc_mp2fixed
avenc_nellymoser
avenc_pcm_s16be_planar
avenc_pcm_s24le_planar
avenc_pcm_s32le_planar
avenc_pcm_s8_planar
avenc_real_144
avenc_roq_dpcm
avenc_s302m
...
...
@@ -179,7 +171,6 @@ GObject
GstPipeline
GstFFMpegDeinterlace
GstVideoDecoder
avdec_012v
avdec_4xm
avdec_8bps
avdec_aasc
...
...
@@ -197,7 +188,6 @@ GObject
avdec_avrp
avdec_avs
avdec_avui
avdec_ayuv
avdec_bethsoftvid
avdec_bfi
avdec_binkvideo
...
...
@@ -347,9 +337,6 @@ GObject
avdec_txd
avdec_ultimotion
avdec_utvideo
avdec_v308
avdec_v408
avdec_v410
avdec_vb
avdec_vble
avdec_vc1
...
...
@@ -379,12 +366,9 @@ GObject
avdec_xface
avdec_xl
avdec_xwd
avdec_y41p
avdec_ylc
avdec_yop
avdec_yuv4
avdec_zerocodec
avdec_zlib
avdec_zmbv
GstVideoEncoder
avenc_a64multi
...
...
@@ -396,7 +380,6 @@ GObject
avenc_asv2
avenc_avrp
avenc_avui
avenc_ayuv
avenc_bmp
avenc_cinepak
avenc_cljr
...
...
@@ -444,18 +427,12 @@ GObject
avenc_targa
avenc_tiff
avenc_utvideo
avenc_v308
avenc_v408
avenc_v410
avenc_vc2
avenc_wmv1
avenc_wmv2
avenc_wrapped_avframe
avenc_xbm
avenc_xface
avenc_xwd
avenc_y41p
avenc_yuv4
avenc_zmbv
avdemux_4xm
avdemux_aiff
...
...
docs/plugins/inspect/plugin-libav.xml
View file @
fca6c1bd
This diff is collapsed.
Click to expand it.
gst-libav.doap
View file @
fca6c1bd
...
...
@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.9.2</revision>
<branch>master</branch>
<name></name>
<created>2016-09-01</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.9.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.9.1</revision>
...
...
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