239 Commits (v1.0)
 

Author SHA1 Message Date
  Georgi Chorbadzhiyski 7e24a02a29 Report TS discontinuity in input stream 13 years ago
  Georgi Chorbadzhiyski fd517ef258 Activate PID filter by default 13 years ago
  Georgi Chorbadzhiyski 745f8e66e5 Add BUILD_ID and GIT_VER 13 years ago
  Georgi Chorbadzhiyski 04e749a777 If valid CW has not been received for 10 seconds, set invalid_cw flag 13 years ago
  Georgi Chorbadzhiyski 846b1209c8 Show if decoding is threaded 13 years ago
  Georgi Chorbadzhiyski 0a4f2f7a70 Add threaded decode and output functions that use circular buffers 13 years ago
  Georgi Chorbadzhiyski 988fda9eeb Add decode and write circular buffers 13 years ago
  Georgi Chorbadzhiyski c94b13b0a5 Init bit sliced dvbpsi key 13 years ago
  Georgi Chorbadzhiyski d8be732681 Correctly handle communications errors and reconnects 13 years ago
  Georgi Chorbadzhiyski 20daa7bcef Pass struct ts instead of struct camd35 to functions 13 years ago
  Georgi Chorbadzhiyski 4a0b6d0993 Prevent fd leak on connect error 13 years ago
  Georgi Chorbadzhiyski e3fef2755c Unify connect messages 13 years ago
  Georgi Chorbadzhiyski 680b68f27b Check for CW error in addition to duplicate ECM 13 years ago
  Georgi Chorbadzhiyski f811ea985e Set send and receive buffers 13 years ago
  Georgi Chorbadzhiyski 3419aa7d24 Change CAMD connecting messages 13 years ago
  Georgi Chorbadzhiyski 4f99f75470 Move camd communication into thread 13 years ago
  Georgi Chorbadzhiyski e574b18311 Use correct payload offset to decode packets, instead of always using 4 13 years ago
  Georgi Chorbadzhiyski 8f514f1a37 Add support for input from multicast 13 years ago
  Georgi Chorbadzhiyski 1de28d872d Add udp_connect_input() 13 years ago
  Georgi Chorbadzhiyski 51991dbfae Add struct io and use it for input and output 13 years ago
  Georgi Chorbadzhiyski 7b80565d19 Ooops, fix udp.c compilation 13 years ago
  Georgi Chorbadzhiyski c290f8d198 Add udp output support 13 years ago
  Georgi Chorbadzhiyski 9395555a6f Add input_fd and output_fd to struct ts 13 years ago
  Georgi Chorbadzhiyski 2ea85c7a25 Add support for skipping EMM requests 13 years ago
  Georgi Chorbadzhiyski 72aab3fb1e Add workaround for OSCAM behaviour 13 years ago
  Georgi Chorbadzhiyski 4a9f2e9dd7 Add workaround for OSCAM behaviour 13 years ago
  Georgi Chorbadzhiyski 8685f778e5 Add buffer space in struct camd35 and use it 13 years ago
  Georgi Chorbadzhiyski 4b4a444b76 Add all data to struct ts 13 years ago
  Georgi Chorbadzhiyski 9b29373eba Add data.h dependancy 13 years ago
  Georgi Chorbadzhiyski ad7c9f1e6b Add struct camd35 13 years ago
  Georgi Chorbadzhiyski 979034cb53 Add struct key 13 years ago
  Georgi Chorbadzhiyski 427cec7bb2 Split tsdecrypt to data.{c,h}, camd.{c,h} and tables.{c,h} 13 years ago
  Georgi Chorbadzhiyski 0c02899c84 Add support for PID filtering on output 13 years ago
  Georgi Chorbadzhiyski 57fb649d81 Add pid_filter option 13 years ago
  Georgi Chorbadzhiyski d9e3d268ab Remove packet debug that was tied to test input file 13 years ago
  Georgi Chorbadzhiyski 1d067f0394 Add more command line parameters 13 years ago
  Georgi Chorbadzhiyski 81ebf20ce7 Enable decryption through libdvbcsa 13 years ago
  Georgi Chorbadzhiyski a4c203b2af Add debug_level 13 years ago
  Georgi Chorbadzhiyski 65f717eeba Update libts 13 years ago
  Georgi Chorbadzhiyski f5e1c61011 Remove lots of unnececary allocations, bringing down memory usage more than 10 times 13 years ago
  Georgi Chorbadzhiyski 45beb933d8 Add debug printing of all packets 13 years ago
  Georgi Chorbadzhiyski 97889832ff Use ts_hex_dump_buf() to avoid lots of allocations 13 years ago
  Georgi Chorbadzhiyski 374e16a6eb Make control word fetching from camd35 server to work 13 years ago
  Georgi Chorbadzhiyski 5b3b28b93b Print time in log messages 13 years ago
  Georgi Chorbadzhiyski 6d5684e335 Connect to camd35 server 13 years ago
  Georgi Chorbadzhiyski ed8de371a2 Parse argv to set internal parameters 13 years ago
  Georgi Chorbadzhiyski 223b8e8e03 Update libts version 13 years ago
  Georgi Chorbadzhiyski 7a57615158 Create functions that process each stream element 13 years ago
  Georgi Chorbadzhiyski f25749ce50 Move utility functions to util.c 13 years ago
  Georgi Chorbadzhiyski 16d24140d4 Factor some code into camd35_buf_init() 13 years ago