Rafaël Carré
6b282cef77
rtcp: add app-specific packet type
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
Christophe Massiot
0ea56a7390
Merge branch 'funman/bitstream-master'
7 years ago
Christophe Massiot
c07cc9627f
Merge branch 'master' into 'master'
Switch from libdir to datadir for noarch pc files
See merge request videolan/bitstream!8
7 years ago
Rafaël Carré
8f8ace3094
Bump version to 1.4
7 years ago
Rafaël Carré
cc90c45f4c
rtcp: add rc set/get
7 years ago
Nicolas Chauvet
c4278ccbb1
Switch from libdir to datadir for noarch pc files
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
7 years ago
Christophe Massiot
8ccf88e692
Preparing 1.3 release
7 years ago
Clément Vasseur
20ce434506
dvb/sim.h: simplify TLV_DECLARE_PARAM
Fix int-in-bool-context warning from g++:
./dvb/sim.h:206:40: error: ‘<<’ in boolean context, did you mean ‘<’ ?
7 years ago
Clément Vasseur
622c3bb358
Add missing inline for dvb_time_format_UTC
7 years ago
Clément Vasseur
491570184e
Use make check instead of headers_test.sh
7 years ago
Clément Vasseur
7f41381e1d
Fix invalid suffix on literal
C++11 requires a space between literal and string macro.
7 years ago
Clément Vasseur
6e3328a83f
Install pkg-config file
7 years ago
Clément Vasseur
161bb0fdde
examples: cleanup Makefile
7 years ago
Kieran Kunhya
e9408996e7
mp2v: Add profile and level text getters
8 years ago
Kieran Kunhya
a9b95c908f
mpeg/h264: Add function to convert profile value to text
8 years ago
Christophe Massiot
8bdacdfe02
add support for RTP RFC 3640
8 years ago