Rafaël Carré
356989cf46
biss: missing const
6 years ago
Christophe Massiot
3a1068230b
Merge branch 'funman-biss'
6 years ago
Christophe Massiot
895be9b6a4
Merge branch 'biss' of https://github.com/funman/bitstream into funman-biss
6 years ago
Christophe Massiot
5dcd90ab9a
Merge branch 'funman-csa'
6 years ago
Rafaël Carré
7d2966f670
biss: add ecm
6 years ago
Rafaël Carré
7aeaceb420
biss: fix help and validate EMM with table_id > 0x81
6 years ago
Rafaël Carré
d9f6e99917
ts.h: add defines for scrambling_control
6 years ago
Christophe Massiot
b3b6b53ea3
Merge branch 'funman-biss'
6 years ago
Rafaël Carré
b6d9ffebe8
biss: missing bissca prefix
6 years ago
Christophe Massiot
d7682517d1
Merge branch 'funman-biss'
6 years ago
Rafaël Carré
177e37530d
Add EBU BISS-CA
6 years ago
Christophe Massiot
4de132a7ef
Merge branch 'funman-app'
6 years ago
Christophe Massiot
19a407f491
Merge branch 'app' of https://github.com/funman/bitstream into funman-app
6 years ago
Christophe Massiot
6cd871dc96
Merge branch 'funman-const'
6 years ago
Rafaël Carré
6b282cef77
rtcp: add app-specific packet type
6 years ago
Rafaël Carré
de9a0fe607
rtcp_get_rc: missing const
6 years ago
Christophe Massiot
a9b69ce268
Merge branch 'funman-master'
6 years ago
Rafaël Carré
9db8cde699
1.5 release
6 years ago
Rafaël Carré
66f925a6c7
Merge branch 'master' into 'master'
Add support for sdes and other items needed by the RIST protocol
See merge request videolan/bitstream!11
6 years ago
Sergio Ammirata
d3409a23b6
Add support for sdes and other items needed by the RIST protocol
6 years ago
Christophe Massiot
4626b9f8f3
Merge branch 'funman-master'
6 years ago
Rafaël Carré
7f1360af7b
desc65_get_scrambling_mode_txt: add DVB-CISSA version 1
reference: TS 103 127 V1.1.1
6 years ago
Christophe Massiot
976f2a98c8
Merge branch 'nto-h265'
6 years ago
Clément Vasseur
b7a57f5047
h265: fix hvcc header size
6 years ago
Christophe Massiot
6a24dfe25b
mpga: add mpga_sync_compare_formats_free
6 years ago
Christophe Massiot
b6bf267428
Merge branch 'nto-a52'
6 years ago
Clément Vasseur
85bcb75492
Add more ATSC A/52 support
6 years ago
Nikita Egorov
994814594a
Append size check in scte35_validate.
In function scte35_validate psi_check_crc call execute without data
size check. The syntax flag in scte35 PSI by definition is false so
psi_validate will be true. In such case scte35_validate may overflow on
zero length PSI size.
7 years ago
Christophe Massiot
4930725569
1.4 release
6 years ago
Christophe Massiot
01ffd5b958
Merge branch 'kierank-master'
7 years ago
Kieran Kunhya
f3b564398d
smpte: Add SMPTE 352 header
7 years ago
Christophe Massiot
b1aa818048
Merge branch 'gfto-examples_fixup'
7 years ago
Christophe Massiot
6bf35fcf94
Merge branch 'examples_fixup' of https://github.com/gfto/bitstream-1 into gfto-examples_fixup
7 years ago
Christophe Massiot
11dc4a96a6
desc_48: fix make check
7 years ago
Christophe Massiot
fa6d757f9c
Merge branch 'funman-xr'
7 years ago
Rafaël Carré
e288d19275
new header for rtcp xr
7 years ago
Georgi Chorbadzhiyski
cf5f7a8e63
examples: Fix compilation under OS X
7 years ago
Christophe Massiot
2bb9f98e9f
Merge branch 'gfto-desc_48-fix'
7 years ago
Georgi Chorbadzhiyski
f95529b614
desc 48: Update 'desc48_get_provider' to match 'desc48_get_service'
7 years ago
Christophe Massiot
a922cec633
Merge branch 'funman-fec'
7 years ago
Rafaël Carré
37f86c353f
smpte 2022-1: missing bits (set to 0 in the spec)
7 years ago
Christophe Massiot
55927734b1
Merge branch 'funman-master'
7 years ago
Rafaël Carré
595b1b142b
eit_print: avoid calling printf two times
The first printf also has this problem:
if hour, min or sec is >= 100 we can overflow duration_str
Also use %u for hours as it can be >= 100
In file included from ./bitstream/dvb/si_print.h:35:0,
from dvb_print_si.c:42:
dvb_print_si.c: In function ‘handle_section’:
./bitstream/dvb/si/eit_print.h:108:42: warning: ‘%02d’ directive writing between 2 and 3 bytes into a region of size between 2 and 4 [-Wformat-overflow=]
sprintf(duration_str, "%02d:%02d:%02d", hour, min, sec);
^~~~
./bitstream/dvb/si/eit_print.h:108:31: note: directive argument in the range [0, 165]
sprintf(duration_str, "%02d:%02d:%02d", hour, min, sec);
^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862:0,
from dvb_print_si.c:33:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 9 and 12 bytes into a destination of size 10
return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 years ago
Christophe Massiot
7c95838c95
Merge branch 'funman-pc'
7 years ago
Rafaël Carré
a255892958
bitstream.pc: make sure to regenerate when version is bumped
7 years ago
Christophe Massiot
d33e9bbf27
Merge branch 'master' into 'master'
rtp7587: add licence
See merge request videolan/bitstream!10
7 years ago
Rafaël Carré
8893ec5fcd
rtp7587: add licence
7 years ago
Christophe Massiot
93970235b5
Merge branch 'quarium/license'
7 years ago
Arnaud de Turckheim
12f1f0c07f
rtcp: add license
7 years ago
Rafaël Carré
20c305d574
rtcp: add rc set/get
7 years ago