- 10 Oct, 2011 36 commits
-
-
Georgi Chorbadzhiyski authored
Add missing init and set functions. Also print service_type as hex number.
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
Due to missing casts the function is not returning correctly the top 8 bits (32-40) of UTC_time field.
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Georgi Chorbadzhiyski authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Georgi Chorbadzhiyski authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Georgi Chorbadzhiyski authored
Without these messages the user have no idea what is happening and this can be very confusing.
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
On OS X -liconv is needed in LDFLAGS otherwise examples do not link. Tested on OS X 10.6.8.
-
Georgi Chorbadzhiyski authored
This patch adds "make local" target in examples/Makefile. Using this target examples will be build using biTStream in their parent directory (not the system wide install). This target simplifies biTSream development and testing.
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
The fixed warnings are: bitstream/dvb/sim.h: In function "tlv_find_data": bitstream/dvb/sim.h:216:5: warning: return discards qualifiers from pointer target type bitstream/dvb/sim.h: In function "ecmg_validate": bitstream/dvb/sim.h:389:5: warning: excess elements in scalar initializer bitstream/dvb/sim.h:389:5: warning: (near initialization for "p_param") bitstream/dvb/sim.h:389:5: warning: excess elements in scalar initializer bitstream/dvb/sim.h:389:5: warning: (near initialization for "p_param") bitstream/dvb/si.h: In function "dvb_string_set": bitstream/dvb/si.h:174:9: warning: pointer targets in passing argument 1 of "strlen" differ in signedness /usr/include/string.h:399:15: note: expected "const char *" but argument is of type "const uint8_t *" bitstream/dvb/si.h:174:9: warning: pointer targets in passing argument 1 of "__strdup" differ in signedness /usr/include/bits/string2.h:1303:14: note: expected "const char *" but argument is of type "const uint8_t *" bitstream/dvb/si.h:174:9: warning: pointer targets in return differ in signedness bitstream/dvb/si.h: In function "dvb_string_get": bitstream/dvb/si.h:219:25: warning: passing argument 3 of "pf_iconv" discards qualifiers from pointer target type bitstream/dvb/si.h:219:25: note: expected "char *" but argument is of type "const uint8_t *" bitstream/dvb/si.h: In function "desc48_get_service": bitstream/dvb/si.h:742:5: warning: return discards qualifiers from pointer target type
-
Georgi Chorbadzhiyski authored
Replace WTFPL with MIT license. Acked-By: Christophe Massiot <massiot@via.ecp.fr> Acked-By: Georgi Chorbadzhiyski <gf@unixsol.org> Acked-By: Jean-Paul Saman <jpsaman@videolan.org> Acked-By: Rémi Duraffort <ivoire@videolan.org>
-
- 03 Oct, 2011 2 commits
-
-
Christophe Massiot authored
This is to avoid the hack with the CAT table, which doesn't have a descs "header". So there are new functions descl_* to handle descriptor lists without length. This change is backwards compatible for all tables except CAT.
-
Christophe Massiot authored
-
- 01 Sep, 2011 1 commit
-
-
Christophe Massiot authored
* ietf/rtp.h: API CHANGE: Renamed RTP cc to seqnum because that's how it is actually called in the RFC, and CC is supposed to be something else. Applications have to be changed. * mpeg/ts.h: Add a missing const.
-
- 22 Aug, 2011 1 commit
-
-
Christophe Massiot authored
-