Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Releases: oscam-emu/oscam-patched-old

oscam11757-emu801

27 Mar 23:53
51b1f79
Compare
Choose a tag to compare
  • Add PowerVu emm unmask mode 4
  • Other small optimizations and improvements

oscam11748-emu800

18 Mar 22:37
Compare
Choose a tag to compare
  • Removed iCam - it's included in trunk now
  • Removed stream relay - it's included in trunk now
  • Fixed compiler warnings
  • Other small optimizations and improvements

oscam11726-emu799

18 Mar 22:34
Compare
Choose a tag to compare
  • Added iCam support
  • Added support for PowerVu hash mode 34 through 39
  • PowerVu EMM algo improvements
  • Fix no audio on some PowerVu channels when using stream relay
  • Small improvements in BISS Mode 1 key searching
  • Other small optimizations and improvements

oscam11546-emu798

18 Sep 11:11
Compare
Choose a tag to compare
  • Added support for PowerVu hash mode 34
  • Small improvements and bug fixes in BISS Mode 1
  • Other small optimizations and improvements

oscam11532-emu797

16 Jul 17:19
Compare
Choose a tag to compare
  • Added support for PowerVu hash mode 33
  • Bug fixes and improvements to BISS2 mode CA (some fixes still needed in oscam dvbapi side)
  • Fixed CW checksum bytes for viaccess 2
  • Other small optimizations and improvements

oscam11518-emu796

05 May 11:04
Compare
Choose a tag to compare
  • Added a new method for matching powervu keys *
  • Dropped unused videoguard and drecrypt modules
  • Other small optimizations and improvements

*The new powervu key method is available for both dvbapi and stream relay, but it works only on devices that support the enigma namespace. Read the wiki for more details: https:/oscam-emu/oscam-patched/wiki/PowerVU-config#matching-ecm-and-emm-keys-based-on-transponder-new-method---may-2019

Note: Starting from this version, we will provide binaries for some of the most common cpu architectures. They are compiled with default settings and are dynamically linked against libcrypto 1.0.2r.

oscam11509-emu795

08 Apr 15:36
Compare
Choose a tag to compare
  • Added support for BISS2 mode 1 and mode CA *
  • Added support for DVB-CISSA algorithm
  • Increased descramblers to the actual number available on each box **
  • Other small optimizations and improvements

*BISS2 mode 1 works similar to BISS1 mode 1. See Note 10 in https:/oscam-emu/oscam-patched/wiki/BISS1-and-BISS2-mode-1-config for details. BISS2 mode CA is competely different though. See https:/oscam-emu/oscam-patched/wiki/BISS2-mode-CA-config for details.

From this version and on, building OSCam-Emu will require linking with libcrypto due to the extedned use of cryptographic functions in BISS2 code. This means that you must enable the USE_SSL=1 or USE_LIBCRYPTO=1 switches when compiling.

**Previously, OSCam-Emu only used 16 descramblers in enigma2 boxes. Now, all descramblers available in a box (modern boxes have 64 or even 96 descramblers) are used, which means many more channels can be descrambled simultaneously. Fox example, with 16 descramblers only 3 or 4 PowerVu channels could be descrambled at the same time, while with 64 we can descramble ~4 times more.

oscam11507-emu794

05 Apr 11:40
Compare
Choose a tag to compare
  • Added support for PowerVu modeCW 4 and modeUnmask 4

oscam11507-emu793

02 Apr 15:58
Compare
Choose a tag to compare
  • Added support for PowerVu hash mode 32
  • Added new config switch --emu-version (returns 793)
  • Existing config switch --oscam-revision (returns 11507-793) does not depend on git "tags" now

oscam11505-emu792

21 Mar 14:34
Compare
Choose a tag to compare
  • Added support for PowerVu hash mode 31
  • Fixed cw checksum bytes for Director nano EE
  • Other small optimizations and improvements