12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- current : Version -next
- * Add --const-cw (-Y) option. This option allows using of constant
- code word for decryption.
-
- 2012-03-07 : Version 7.0
- * Add --input-buffer (-T) option. This option allows uninterrupted
- decryption even if OSCAM returns code words too late.
- * Add --log-file (-F) option.
- * Fixed newcamd protocol issues when OSCAM disappeared.
- * Fix (and optimize) decryption when the input is MPTS. Previously
- decrypting one stream broke the others.
- * notify: Add NO_EMM_RECEIVED event.
-
- 2012-02-24 : Version 6.0
- * Add --output-tos (-g) option used to set output TOS value.
- * Add --input-dump (-W) option used save input stream in file.
- * Add --pid-report (-j) option used to turn on PID reporting.
- * Add RTP output enabled by --output-rtp (-r) option.
- * Add --output-rtp-ssrc (-k) option used to set RTP SSRC.
- * A bug was fixed that prevented tsdecrypt from working if CAMD server
- was not available for couple of minutes.
-
- 2011-12-23 : Version 5.0
- * Add --bench (-b) option that benchmarks libdvbcsa decryption.
- * Remove --camd-pkt-delay (-y) option. This workaround is no longer needed.
- * Fix payload offset detection, a bug which broke packets that have
- adaptation with whole packet size (libtsfuncs).
- * Add --input-service (-M) option, to choose service id (program) in MPTS input.
- * When the input is MPTS and output filtering is enabled, rewrite output
- PAT to include only the single program that is decoded.
- * Parse SDT and display provider and service name.
- * Add --output-nit-pass (-y) to enable NIT pass through.
- * Add --output-eit-pass (-w) to enable EIT (EPG) pass through.
- * Add --output-tdt-pass (-x) to enable TDT/TOT pass through.
- * Add support for newcamd CAMD protocol.
- * Add ECM/EMM queues depth limit to avoid allocating too much memory.
-
- 2011-11-18 : Version 4.0
- * Set CAMD sockets NODELAY to avoid OSCAM errors when many packets are sent.
- * Add --syslog parameter to enable local syslog logging.
- * Set thread names under Linux.
- * notify: Added no_code_word/code_word_ok events.
- * notify: Added input_timeout/input_ok events.
- * notify: Added start/stop events.
- * notify: Added option to execute external script on event.
-
- 2011-11-14 : Version 3.2
- * Fixed bug that prevented tsdecrypt from working at all :(
-
- 2011-11-12 : Version 3.1
- * Add debug level 5 (full mpeg ts packet dump).
- * Fix PSI table gathering in invalid transport streams.
- * Fix EMM/ECM parsing (this fixes ORF1 decoding on Astra 19.2).
- * Process ECMs before EMMs, preventing the case where too much
- incoming EMMs interfere with decryption.
-
- 2011-09-30 : Version 3.0
- * Add man page.
- * Add support for long command line options.
- * Add make install/uninstall Makefile targets.
- * Add support for compilation on OS X.
- * Add tested support for Viaccess.
- * Add tested support for Mediaguard (Seca).
- * Add tested support for Videoguard (NDS).
- * Add untested support for Nagra.
- * Add untested support for DRE-Crypt.
- * Add option to disable ECM and CW logging (--ecm-no-log).
- * Add option to manually set EMM pid (--emm-pid).
- * Add option to manually set ECM pid (--ecm-pid).
- * Add option to manually set CAID (--caid).
- * Add ECM reports (--ecm-report-time).
- * Log warnings when there is no input data.
- * Log warnings when code word become invalid.
-
- 2011-09-15 : Version 2.0
- * Initial public release.
|