summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog67
1 files changed, 65 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 15252aa..8b2d88c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,72 @@
+=== release 1.12.5 ===
+
+2018-03-28 14:30:10 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-libav.doap:
+ * meson.build:
+ Release 1.12.5
+
+2018-03-28 14:30:10 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * docs/plugins/inspect/plugin-libav.xml:
+ Update docs
+
+2018-03-28 13:48:56 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * gst-libs/ext/libav:
+ libav: Update to ffmpeg n3.3.6
+
+2018-01-20 15:45:45 +0800 Ting-Wei Lan <lantw@src.gnome.org>
+
+ * configure.ac:
+ configure: Replace -Bsymbolic-functions with -Bsymbolic
+ The documentation of libav says -Bsymbolic may be needed when building a
+ shared library which links statically to libav.
+ Fixes linking error on FreeBSD:
+ gst-libav/gst-libs/ext/.libs/libavcodec.a(simple_idct10.o):
+ relocation R_X86_64_PC32 against `ff_pw_1023' can not be used when making a
+ shared object; recompile with -fPIC
+ /usr/bin/ld: final link failed: Bad value
+ https://bugzilla.gnome.org/show_bug.cgi?id=791783
+
+2017-10-23 19:35:31 -0700 U. Artie Eoff <ullysses.a.eoff@intel.com>
+
+ * configure.ac:
+ * ext/libav/Makefile.am:
+ libav: use LIBAV_CPPFLAGS for -I include paths
+ Autotools automatically appends user CPPFLAGS after target
+ CPPFLAGS. Also, it puts all CPPFLAGS before CFLAGS in final
+ generated gcc compile command. The internal ffmpeg include
+ paths need to come before any other external include paths
+ to ensure we don't accidentally pickup external ffmpeg
+ headers first (i.e. from user CPPFLAGS include paths). Thus,
+ move the internal LIBAV include paths to LIBAV_CPPFLAGS so
+ that they come before any user defined CPPFLAGS.
+ This allows ffmpeg and gst-ffmpeg to coexist on users system.
+ https://bugzilla.gnome.org/show_bug.cgi?id=789379
+
+2017-10-03 13:57:24 +0530 Ashish Kumar <kr.ashish@samsung.com>
+
+ * ext/libav/gstavprotocol.c:
+ avprotocol: fix leak in error code paths
+ https://bugzilla.gnome.org/show_bug.cgi?id=788481
+
=== release 1.12.4 ===
-2017-12-07 Sebastian Dröge <slomo@coaxion.net>
+2017-12-07 20:22:34 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.12.4
+ * docs/plugins/inspect/plugin-libav.xml:
+ * gst-libav.doap:
+ * meson.build:
+ Release 1.12.4
2017-10-31 08:54:29 +0200 Sebastian Dröge <sebastian@centricular.com>