[bTSstream-devel] prepare for 1.1 release

Christophe Massiot git at videolan.org
Mon Oct 5 18:16:14 CEST 2015


bitstream | branch: master | Christophe Massiot <cmassiot at openheadend.tv> | Mon Oct  5 18:15:21 2015 +0200| [7bec3154282bb45ebd999c29460b30673d4ef70c] | committer: Christophe Massiot

prepare for 1.1 release

> http://git.videolan.org/gitweb.cgi/bitstream.git/?a=commit;h=7bec3154282bb45ebd999c29460b30673d4ef70c
---

 Makefile |    4 ++--
 NEWS     |   17 +++++++++++++++++
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6b5b317..206861a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PREFIX ?= /usr/local
 INCLUDE = $(subst //,/,$(DESTDIR)/$(PREFIX)/include/bitstream)
-VERSION = 1.0
+VERSION = 1.1
 
 all:
 	@echo "Run \"make install\" to install biTStream into $(INCLUDE)"
@@ -30,7 +30,7 @@ uninstall:
 	@echo "REMOVE   $(INCLUDE)"
 	@rm -rf $(INCLUDE)
 
-distcheck:
+dist:
 	git archive --format=tar --prefix=bitstream-$(VERSION)/ master | bzip2 -9 > bitstream-$(VERSION).tar.bz2
 
 .PHONY: install uninstall distcheck
diff --git a/NEWS b/NEWS
index 5c3754f..9b4dc2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+1.1 (5 Oct 2015)
+================
+ - Rename fields in BAT, RST and SIT to match those of SDT
+ - Add support for private data specifier 0x233a for descriptor 0x83
+ - Add support for elementary streams MPEG video and audio, AAC, A/52, Opus,
+   H264 and DVB subtitles
+ - Add support for SMPTE 2022-1 Forward Error Correction
+ - Add support for encoder/decoder DVB Simulcrypt EMMG interface
+ - Add support for IEEE 802.3 Ethernet frames
+ - Add support for IP and UDP headers
+ - Add support for IETF RTCP
+ - Add support for SCTE-35 Splice Information Table
+ - Fix parsing of PSI version_number
+ - Fix bug in EIT
+ - Fix bug in PCR writing
+ - Fix retrieval of PES payload offset in case of optional header
+ - Fix incorrect marker bit in PES PTS and DTS syntax
 
 1.0 (15 Dec 2011)
 =================



More information about the biTStream-devel mailing list