- 10 Oct, 2011 25 commits
-
-
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
-
- 05 Aug, 2011 1 commit
-
-
Christophe Massiot authored
-
- 12 Jul, 2011 2 commits
-
-
Christophe Massiot authored
* examples/mpeg_print_pcr.c: New very basic (but useful) example program which prints the PCR PID of the first PMT.
-
Christophe Massiot authored
-
- 08 Jun, 2011 1 commit
-
-
Georgi Chorbadzhiyski authored
-
- 13 May, 2011 1 commit
-
-
Christophe Massiot authored
-
- 10 Apr, 2011 1 commit
-
-
Christophe Massiot authored
-
- 20 Mar, 2011 1 commit
-
-
Christophe Massiot authored
* dvb/si.h: Add handling of service list, linkage and private data specifier descriptors, as well as EICTA's LCN and HD_SIMULCAST_LCN. * dvb/si_print.h: Store the last private data specifier and use it to call the private print functions.
-
- 24 Jan, 2011 1 commit
-
-
Christophe Massiot authored
-
- 16 Jan, 2011 1 commit
-
-
Christophe Massiot authored
-
- 01 Jan, 2011 1 commit
-
-
Christophe Massiot authored
-
- 22 Dec, 2010 1 commit
-
-
Rémi Duraffort authored
-