1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- xxxx-xx-xx : Version next
- * 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.
-
- 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.
|