84 Commits (968352d1ecf5270c788e8d21f520cb05c1689da5)
 

Author SHA1 Message Date
  Georgi Chorbadzhiyski 968352d1ec Add init() functions in addition to alloc_init() functions. 12 years ago
  Georgi Chorbadzhiyski f36a478d2d Do not build tstest by default. 12 years ago
  Georgi Chorbadzhiyski 05d5128c33 makefile: Fix MKDEP to work when cross compiling. 12 years ago
  Georgi Chorbadzhiyski a068b9f6ba makefile: Add dependancy tracking. 12 years ago
  Georgi Chorbadzhiyski 79e66b45ce makefile: Fix link message for tstest. 12 years ago
  Georgi Chorbadzhiyski 97def68a01 Compile with -Wstrict-prototypes and -std=c99 12 years ago
  Georgi Chorbadzhiyski 3d6e5cf75f Fix format string warnings when compiling on 64 bit machine. 12 years ago
  Georgi Chorbadzhiyski daa76d8d2d Fix off-by-one in ts_packet_get_payload_offset(). 12 years ago
  Georgi Chorbadzhiyski 27130f24ca Fix PUSI check. 12 years ago
  Georgi Chorbadzhiyski 9094238a7d Check if PUSI packet comes before table/pes gathering ihas finished. 12 years ago
  Georgi Chorbadzhiyski 7d13c10049 Fix off-by-one in section gathering. 12 years ago
  Georgi Chorbadzhiyski e9ba8bcf8f Add functions to get ecm and emm info by caid and by pid. 12 years ago
  Georgi Chorbadzhiyski d5d0171a7d Fix decoding of descriptor 0x58 12 years ago
  Georgi Chorbadzhiyski c4f2ddb208 Fix desc02 parser 12 years ago
  Georgi Chorbadzhiyski d9734150a3 Add support for more CA systems. 12 years ago
  Georgi Chorbadzhiyski ec79301fa5 Add TODO file. 12 years ago
  Georgi Chorbadzhiyski 5627d6d019 Add README file. 12 years ago
  Georgi Chorbadzhiyski 547f332c1c Makefile: The library is called libtsfuncs not libts. 12 years ago
  Georgi Chorbadzhiyski 62d01280fa The code is under MIT license. 12 years ago
  Georgi Chorbadzhiyski 6378f28014 Cleanup ts_{decode,encode}_pts(). 12 years ago
  Georgi Chorbadzhiyski 9bd81d834b CA system is called CONAX not CONNAX. 12 years ago
  Georgi Chorbadzhiyski 1feb066d7e Replace short functinos with static inlines in tsfuncs.h 12 years ago
  Georgi Chorbadzhiyski 69e8da8e70 Rename source files to drop tsfuncs_ prefix. 12 years ago
  Georgi Chorbadzhiyski e8488e35ab Add ts_{nit,sdt,eit,tdt}_is_same() and ts_{nit,sdt,tdt}_is_copy(). 12 years ago
  Georgi Chorbadzhiyski cdcd22dbf5 cat: Detect ECM pids also in stream descriptors. 12 years ago
  Georgi Chorbadzhiyski f74d195a5b Fix find_CA_descriptor size check 12 years ago
  Georgi Chorbadzhiyski a2a3c0b9af Add pidmap_set_val() 12 years ago
  Georgi Chorbadzhiyski 69322e5eef Add pidmap API 12 years ago
  Georgi Chorbadzhiyski 4e4d9b547d Remove function that is no longer used 12 years ago
  Georgi Chorbadzhiyski a0ebea40a6 Add ts_packet_set_not_scrambled() 12 years ago
  Georgi Chorbadzhiyski d657ce22b0 Free network_info on clear 12 years ago
  Georgi Chorbadzhiyski e4d004d6d2 Add ts_XXX_clear() functions for all objects 12 years ago
  Georgi Chorbadzhiyski 2fe32e33e6 Rename ts_pes_reset() to ts_pes_clear() 12 years ago
  Georgi Chorbadzhiyski 0d46245e71 Add ts_privsec_copy() 12 years ago
  Georgi Chorbadzhiyski dc9e6f29f1 Add ts_section_data_copy() 12 years ago
  Georgi Chorbadzhiyski 5f79788975 Add ts_section_header_set_private_vars() 12 years ago
  Georgi Chorbadzhiyski 9f94b2ac34 Add ts_hex_dump_buf() 12 years ago
  Georgi Chorbadzhiyski 927f87c027 Add section_data_len to struct ts_section_header 12 years ago
  Georgi Chorbadzhiyski 1adc87bcef Add ts_packet_get_scrambled() 12 years ago
  Georgi Chorbadzhiyski 1c74afa970 Remove "CA" suffix from CA sys description 12 years ago
  Georgi Chorbadzhiyski 717d1e9c22 Make ts_section_is_same() stricter 12 years ago
  Georgi Chorbadzhiyski ec49b5349d Add ts_privsec_is_same() 12 years ago
  Georgi Chorbadzhiyski 8802a6043d Remove pid parameter from ts_pmt_push_packet() 12 years ago
  Georgi Chorbadzhiyski b401d8d3b5 Check if ont of parameters is null in ts_XXX_is_same() 12 years ago
  Georgi Chorbadzhiyski b88e8471d4 Add missing definition of ts_cat_copy() 12 years ago
  Georgi Chorbadzhiyski 89d59c93e4 Do not ignore valgrind log files and current test results 12 years ago
  Georgi Chorbadzhiyski 5223cecb49 Delete tstest on make clean 12 years ago
  Georgi Chorbadzhiyski 3a92b6face Add support for ts_privsec 12 years ago
  Georgi Chorbadzhiyski a32a62f6d7 Do not show CRC if it is 0xffffffff 12 years ago
  Georgi Chorbadzhiyski 5eacf80cd8 Add column parameter to ts_hex_dump 12 years ago