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

    Исходный пакет: libx264
    Версия: 164-alt1
    Собран:  13 июня 2023 г. 22:26 в задании #319676
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.videolan.org/x264.html

    Лицензия: GPLv2
    О пакете: H.264 codec shared library
    Описание: 
    libx264 is a free library for encoding H264/AVC video streams. The code
    is written from scratch.
    Encoder features:
    - CAVLC/CABAC
    - Multi-references
    - Intra: all macroblock types (16x16, 8x8, and 4x4 with all predictions)
    - Inter P: all partitions (from 16x16 down to 4x4)
    - Inter B: partitions from 16x16 down to 8x8 (including skip/direct)
    - Ratecontrol: constant quantizer, single or multipass ABR, optional VBV
    - Scene cut detection
    - Adaptive B-frame placement
    - B-frames as references / arbitrary frame order
    - 8x8 and 4x4 adaptive spatial transform
    - Lossless mode
    - Custom quantization matrices
    - Parallel encoding of multiple slices.
    This package includes the shared library needed to run x264-based
    software.

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

    Сопровождающий: Sergey Bolshakov


      1. nasm

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


    1 декабря 2022 г. Sergey Bolshakov 164-alt1
    - API 164
    30 августа 2021 г. Sergey Bolshakov 148-alt4
    - rebuilt with lto disabled
    15 апреля 2021 г. Ilya Kurdyukov 148-alt3
    - added SIMD patch for Elbrus
    - added checkasm run