[bTSstream-devel] [Git][videolan/bitstream][master] Deleted 18 commits: Add support for SMPTE 2022-1 Forward Error Correction

Massiot gitlab at videolan.org
Sat Aug 27 18:43:20 CEST 2016


Massiot pushed to branch master at videolan / bitstream


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
9d7ebcc5 by Kieran Kunhya at 2014-07-15T20:30:37+01:00
Add support for SMPTE 2022-1 Forward Error Correction

- - - - -
92d52216 by Kieran Kunhya at 2015-08-25T10:23:40+01:00
Fix SMPTE FEC issues

- - - - -
7fc53bb9 by Kieran Kunhya at 2015-08-25T10:25:01+01:00
Add Opus RTP payload format header

- - - - -
1ae92bcb by Kieran Kunhya at 2015-08-25T10:37:09+01:00
Merge branch 'master' of git://git.videolan.org/bitstream

Conflicts:
	smpte/2022_1_fec.h

- - - - -
e677e3ca by Kieran Kunhya at 2015-08-25T11:22:39+01:00
Separate RTCP and add RTCP feedback

- - - - -
e593ebbc by Kieran Kunhya at 2015-11-09T18:22:47+00:00
Use better FEC header size define

- - - - -
ac6ba8c1 by Kieran Kunhya at 2015-11-19T16:33:49+00:00
Merge branch 'master' of git://git.videolan.org/bitstream

Conflicts:
	Makefile

- - - - -
09cb9d6a by Kieran Kunhya at 2015-12-14T21:13:20+00:00
Merge branch 'master' of git://git.videolan.org/bitstream

- - - - -
056c6d72 by Kieran Kunhya at 2015-12-15T00:02:17+00:00
First attempt at HBRMT in bitstream

- - - - -
a45d396d by Kieran Kunhya at 2016-01-13T13:10:41+00:00
Update rtcp_sr

- - - - -
268d3280 by Kieran Kunhya at 2016-02-04T13:27:27+00:00
Fix various issues

- - - - -
5d12d00e by Kieran Kunhya at 2016-03-21T13:52:59+00:00
Merge git://git.videolan.org/bitstream

- - - - -
07c1e396 by Kieran Kunhya at 2016-03-21T13:58:52+00:00
Fix typo

- - - - -
00bad97a by Kieran Kunhya at 2016-06-10T15:36:09+01:00
Merge branch 'master' of https://github.com/kierank/bitstream

Conflicts:
	smpte/2022_6_hbrmt.h

- - - - -
07024b35 by Kieran Kunhya at 2016-07-22T15:49:31+01:00
Merge master

- - - - -
d6ada21a by Kieran Kunhya at 2016-08-13T16:11:08+01:00
Merge https://code.videolan.org/videolan/bitstream

- - - - -
ddf0f4dc by Kieran Kunhya at 2016-08-27T16:32:21+01:00
rfc4175h: Add header lengths

- - - - -
1a9b7c25 by Kieran Kunhya at 2016-08-27T16:54:05+01:00
Merge https://code.videolan.org/videolan/bitstream

- - - - -


3 changed files:

- + atsc_a52.c
- ietf/rfc4175.h
- + scte_35.c


Changes:

=====================================
atsc_a52.c
=====================================
--- /dev/null
+++ b/atsc_a52.c
@@ -0,0 +1,3 @@
+#include "atsc/a52.h"
+
+int main(void) { return 0; }


=====================================
ietf/rfc4175.h
=====================================
--- a/ietf/rfc4175.h
+++ b/ietf/rfc4175.h
@@ -40,6 +40,9 @@ extern "C"
 {
 #endif
 
+#define RFC_4175_HEADER_LEN 8
+#define RFC_4175_SUBSEQUENT_HEADER_LEN (RFC_4175_HEADER_LEN-2)
+
 /*  0                   1                   2                   3
  *  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


=====================================
scte_35.c
=====================================
--- /dev/null
+++ b/scte_35.c
@@ -0,0 +1,3 @@
+#include "scte/35.h"
+
+int main(void) { return 0; }



View it on GitLab: https://code.videolan.org/videolan/bitstream/compare/666f89ae6f477ba8d3a2f9d95c7b933763782f51...1a9b7c254bd1329156065395e10b2aa1b356c113
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/bitstream-devel/attachments/20160827/b7484908/attachment-0001.html>


More information about the biTStream-devel mailing list