1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: x265
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake,
git,
libnuma-dev [amd64 arm64 i386 powerpc ppc64el],
nasm [amd64],
ninja-build
Build-Depends-Indep:
dh-sequence-sphinxdoc,
python3-sphinx,
python3-sphinx-rtd-theme
Standards-Version: 4.7.2
Homepage: https://bitbucket.org/multicoreware/x265_git
Vcs-Git: https://salsa.debian.org/multimedia-team/x265.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/x265
Rules-Requires-Root: no
Package: x265
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: H.265/HEVC video stream encoder
x265 is a commandline encoder for creating H.265/High Efficiency Video Coding
(HEVC) video streams.
.
x265 supports the following features:
* full prediction and transform quad-tree recursion supported
* adaptive B-frame placement
* B-frames as references / arbitrary frame order
* CABAC (context-based adaptive binary arithmetic coding) entropy coding
* supports all Intra block types
* supports all Inter P partitions
* supports all Inter B partitions from 64x64 down to 8x4
* weighted prediction for P slices
* multiple reference frames
* scenecut detection
* parallel encoding on multiple CPUs
Package: libx265-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libx265-215 (= ${binary:Version})
Suggests:
libx265-doc
Description: H.265/HEVC video stream encoder (development files)
libx265 is an encoding library for creating H.265/High Efficiency Video Coding
(HEVC) video streams.
.
This is the development package which contains headers and libraries for
libx265.
Package: libx265-215
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: H.265/HEVC video stream encoder (shared library)
libx265 is an encoding library for creating H.265/High Efficiency Video Coding
(HEVC) video streams.
.
This package contains the shared library.
Package: libx265-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends}
Description: H.265/HEVC video stream encoder (documentation)
libx265 is an encoding library for creating H.265/High Efficiency Video Coding
(HEVC) video streams.
.
This package contains documentation for the command line encoder and the
shared library.
|