Пакет libdvbcsa: Информация

    Исходный пакет: libdvbcsa
    Версия: 1.1.0-alt4
    Собран:  1 марта 2015 г. 10:23 в задании #141201
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.videolan.org/developers/libdvbcsa.html

    Лицензия: GPLv2
    О пакете: DVB Common Scrambling Algorithm with encryption and decryption capabilities
    Описание: 
    libdvbcsa is a free implementation of the DVB Common
    Scrambling Algorithm - DVB/CSA - with encryption and
    decryption capabilities.
    Features
        * Portability. This library has been successfully
          tested on different processors with 32 bits,
          64 bits and 128 bits word width, little-endian
          and big-endian bytes ordering.
        * Performance. It comes in two flavors: a classical
          single packet implementation and a faster parallel
          bitslice implementation.
        * The parallel implementation can take advantages
          of MMX, SSE or Altivec instruction sets. Parallel
          implementation can process Mpeg TS packets at
          300Mbps or more on recent processors.
        * Freedom. libdvbcsa is released under the General
          Public License, ensuring it will stay free, and used
          only for free software products.
        * Simplicity. The API comes with only 5 functions
          fot the single packet implementation, and 6 functions
          for the parallel bitslice implementation.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libdvbcsa (x86_64, i586)
    libdvbcsa-debuginfo (x86_64, i586)
    libdvbcsa-devel (x86_64, i586)

    Сопровождающий: Alexei Takaseev

    Список участников:
    Alexei Takaseev

    Последнее изменение


    1 марта 2015 г. Alexei Takaseev 1.1.0-alt4
    - Fix C++ compilation using the library
    16 октября 2014 г. Alexei Takaseev 1.1.0-alt3
    - Enable SSE2
    30 августа 2014 г. Alexei Takaseev 1.1.0-alt2
    - Disable SSE