Christophe Massiot
9403624fe2
embryonic teletext support
8 years ago
Christophe Massiot
f3f77862ff
dvb/vbi: fix inversion
8 years ago
Christophe Massiot
1216e99d84
ETSI EN 301 775 (DVB-VBI)
8 years ago
Christophe Massiot
4444768023
desc_6d: fix desc6dn_set_frequency
Bug spotted by "debug asm".
9 years ago
Christophe Massiot
8da0bf458f
dvb strings: fix character set for chinese streams
9 years ago
Christophe Massiot
70516b1675
fix bad printing of vbi & telx descriptors
9 years ago
Christophe Massiot
51a3afb1d6
desc_69: fix off-by-one error in day
9 years ago
Christophe Massiot
7f82df5b40
DBD: restrict range of valid characters
&, " are not allowed in XML.
10 years ago
Christophe Massiot
3bc2a78056
eit_print: print section numbers
DVB states that EIT present and following should be in two different sections.
10 years ago
Christophe Massiot
f8a764970b
sdt: also check consistency of onid
10 years ago
Christophe Massiot
0f0bff9691
make eit API closer to sdt's
10 years ago
Ruslan Mullakhmetov
60612d23df
fixed warnings and cast errors for c++ using headers_set
10 years ago
Christophe Massiot
f972046942
cast malloc return type
So that the headers can be used from a C++ program.
10 years ago
mbenoit
3037dccb6d
Add encoder/decoder for DVB Simulcrypt EMMG interface
Compliant with EMMG<->MUX interface defined in ETSI TS 103 197 V1.3.1 (2003-01)
10 years ago
Christophe Massiot
c0a424f9fb
add DVB subtitles (very basic)
11 years ago
Stas Sergeev
7acee6009b
Change charset names from ISO_xxx to ISO-xxx.
Without this patch I am getting the iconv_open() errors on uclibc.
11 years ago
Christophe Massiot
738931762d
fix bitwise operation
(spotted by Coverity: CID 1109722)
11 years ago
Christophe Massiot
bc5b408f7c
these reserved bits are supposed to be set to 0
(thanks Kieran!)
12 years ago
Jeremy Poulter
5db81d9e4f
Implement support for private data specifier 0x233a for desc 0x83.
I have been looking at implementing support for parsing the LCN
descriptor for UK DVB-T and to my supprise most of it was already there
but for a different standard. In the D-Book LCN is tag 0x83 with private
data specifier of 0x233a where as what is currently implented is the
IEC/CENELEC 62 216 standard where the only difference (in the actual
data) is the latter has 1 bit that specifies if the channel is vissible
or not and the private data specifier is 0x0028.
12 years ago
Christophe Massiot
6a24504cc5
Enforce consistency naming between tables
Some fields in BAT, RST and SIT have been renamed to match the same name (for
the exact same purpose) in SDT. DVBlast is not impacted but other
applications may have to be changed.
BAT: table ID extension is a bouquet ID, not a network ID.
Correct handling of EIT (service-specific) and BAT (bouquet-specific) in
dvb_print_si. Also free all allocated structures so that we now pass
valgrind memcheck.
12 years ago
Ludovic BOUÉ
5c1df10a2d
Fix for EIT (Event Information Table).
The service id was missing for text version, now it is where it should be.
13 years ago
Ludovic BOUÉ
5274266059
dvb/si: Fix for EIT (Event Information Table).
The service id was missing, now it is where it should be.
13 years ago
Georgi Chorbadzhiyski
7d74b4aa68
dvb/si: Fix for descriptor 0x6b (Ancillary data descriptor).
The bits were reversed, now they are where they should be.
13 years ago
Georgi Chorbadzhiyski
56fca374bb
dvb/si: Add support for descriptor 0x6e (Announcement support descriptor).
13 years ago
Georgi Chorbadzhiyski
cdbad569f2
dvb/si: Add support for descriptor 0x6d (Cell frequency link descriptor).
13 years ago
Georgi Chorbadzhiyski
d927ea40b7
dvb/si: Add support for descriptor 0x6c (Cell list descriptor).
13 years ago
Georgi Chorbadzhiyski
aa01270b44
dvb/si: Add support for descriptor 0x6b (Ancillary data descriptor).
13 years ago
Georgi Chorbadzhiyski
5e4e088835
Remove $Id$ lines. They are useless in git.
13 years ago
Georgi Chorbadzhiyski
ef59fee102
dvb/si: Complete support for descriptor 0x4a (Linkage descriptor).
13 years ago
Georgi Chorbadzhiyski
75b1ac28da
dvb/si: Add support for descriptor 0x7c (AAC descriptor).
13 years ago
Georgi Chorbadzhiyski
16ca82ff73
dvb/si: Add support for descriptor 0x7b (DTS descriptor).
13 years ago
Georgi Chorbadzhiyski
ade9877177
dvb/si/desc_51: Undefine locally defined macro after finishing its use.
13 years ago
Georgi Chorbadzhiyski
e3ecc642b3
dvb/si: Add support for descriptor 0x7a (Enhanced AC-3 descriptor).
13 years ago
Georgi Chorbadzhiyski
074963a0c8
dvb/si: Complete support for descriptor 0x6a (AC-3 descriptor).
13 years ago
Georgi Chorbadzhiyski
9124fb3bae
dvb/si: Add support for descriptor 0x69 (PDC descriptor).
13 years ago
Georgi Chorbadzhiyski
cafd317680
dvb/si: Add support for descriptor 0x68 (DSNG descriptor).
13 years ago
Georgi Chorbadzhiyski
cb5e47626f
dvb/si: Add support for descriptor 0x67 (Transport stream descriptor).
13 years ago
Georgi Chorbadzhiyski
43cea6b527
dvb/si: Add support for descriptor 0x66 (Data broadcast id descriptor).
13 years ago
Georgi Chorbadzhiyski
610d9976a2
dvb/si: Add support for descriptor 0x65 (Scrambling descriptor).
13 years ago
Georgi Chorbadzhiyski
1dbf3cd7e9
dvb/si: Add support for descriptor 0x64 (Data broadcast descriptor).
13 years ago
Georgi Chorbadzhiyski
4f03dec77b
dvb/si: Add support for descriptor 0x63 (Partial Transport Stream).
13 years ago
Georgi Chorbadzhiyski
b6a2ceb969
dvb/si: Add support for descriptor 0x62 (Frequency list descriptor).
13 years ago
Georgi Chorbadzhiyski
9a3eaeff05
dvb/si: Add support for descriptor 0x61 (Short smoothing buffer).
13 years ago
Georgi Chorbadzhiyski
39dc510c89
dvb/si: Change define guards to match where the files are.
13 years ago
Georgi Chorbadzhiyski
b8c19273b4
dvb/si: Add support for descriptor 0x60 (Service move descriptor).
13 years ago
Georgi Chorbadzhiyski
1b8889c53b
dvb/si: Add support for descriptor 0x5e (Multilingual component).
13 years ago
Georgi Chorbadzhiyski
bb44c0abd5
dvb/si: Add support for descriptor 0x5d (Multilingual service name).
13 years ago
Georgi Chorbadzhiyski
0699c3b1b6
dvb/si: Add support for descriptor 0x5c (Multilingual bouquet name).
13 years ago
Georgi Chorbadzhiyski
ba392e475f
headers: biTStream headers should not include mpeg/psi.h
13 years ago
Georgi Chorbadzhiyski
673a6a3c2c
dvb/si: Add support for descriptor 0x5b (Multilingual network name).
13 years ago