From 9db8cde699922aec8d5c2a4684547ca66e74afae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 6 Nov 2018 14:08:06 +0100 Subject: [PATCH] 1.5 release --- Makefile | 2 +- NEWS | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a01fe7..e13420e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LIBDIR = $(PREFIX)/lib DATADIR = $(PREFIX)/share INCLUDE = $(DESTDIR)$(INCLUDEDIR)/bitstream PKGCONFIG = $(DESTDIR)$(DATADIR)/pkgconfig -VERSION = 1.4 +VERSION = 1.5 all: ln -nsf .. examples/bitstream diff --git a/NEWS b/NEWS index d9bf8ff..032ceab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +1.5 (6 November 2018) +================= + - Add SDES + - Fix hvcc header size + - Add more ATSC A/52 support + - Misc descriptors fixes + 1.4 (1 July 2018) ================= - Add RTCP helpers