diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 64 |
1 files changed, 64 insertions, 0 deletions
@@ -1,3 +1,67 @@ +=== release 1.16.1 === + +2019-09-23 11:16:14 +0100 Tim-Philipp Müller <tim@centricular.com> + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-libav.doap: + * meson.build: + Release 1.16.1 + +2019-09-23 11:16:14 +0100 Tim-Philipp Müller <tim@centricular.com> + + * docs/plugins/inspect/plugin-libav.xml: + Update docs + +2019-09-09 22:48:49 +0100 Ross Burton <ross.burton@intel.com> + + * docs/plugins/gst-libav-plugins-docs.sgml: + docs: don't include the type hierarchy + gtk-doc can't generate a type hierarchy when scanning gst-libav, and gtk-doc + 1.30 onwards doesn't write a file if there is no type hierarchy (unlike previous + releases, which wrote an empty file). This results in the build failing with + gtk-doc 1.30 onwards, so remove the type hierarchy section from the + documentation as it doesn't serve any purpose. + Fixes https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/57 + +2019-06-19 15:43:42 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/libav/gstavvidenc.c: + avvidenc: Correctly signal interlaced input to ffmpeg when the input caps are interlaced + Regression from 1e4529ced2dadbfed4ac10d639a45dbcb0660129 + +2019-06-19 15:44:49 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/libav/gstavvidenc.c: + avvidenc: Also set the repeat_pict flag correctly and take the TFF flag from caps if available + +2019-05-05 09:38:01 +0200 Christoph Reiter <reiter.christoph@gmail.com> + + * configure.ac: + autotools: add bcrypt to win32 libs + The included libav requires it now. Otherwise the builds fails with: + CCLD libgstlibav.la + build-i686-w64-mingw32/gst-libs/ext/.libs/libavutil.a(random_seed.o): In function `av_get_random_seed': + gst-libav-1.16.0/gst-libs/ext/libav/libavutil/random_seed.c:126: undefined reference to `BCryptOpenAlgorithmProvider@16' + gst-libav-1.16.0/gst-libs/ext/libav/libavutil/random_seed.c:129: undefined reference to `BCryptGenRandom@16' + gst-libav-1.16.0/gst-libs/ext/libav/libavutil/random_seed.c:130: undefined reference to `BCryptCloseAlgorithmProvider@8' + collect2.exe: error: ld returned 1 exit status + +2019-04-29 11:52:31 +0900 Yeongjin Jeong <yeongjin.jeong@navercorp.com> + + * ext/libav/gstav.c: + gstav: Use libavcodec util function for version check + The version of libavutil is printed in the log instead of libavcodec + because avutil_version() returns LIBAVUTIL_VERSION_INT. This can be confusing, + so we should be replace it with avcodec_version(). + +2019-05-02 12:35:32 +0100 Tim-Philipp Müller <tim@centricular.com> + + * .gitlab-ci.yml: + ci: use template from 1.16 branch + === release 1.16.0 === 2019-04-19 00:33:22 +0100 Tim-Philipp Müller <tim@centricular.com> |