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
|
Source: x265
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper (>= 10),
cmake,
libnuma-dev [amd64 arm64 i386 mips mips64 mips64el mipsel powerpc ppc64el],
yasm (>= 1.2) [amd64 kfreebsd-amd64]
Build-Depends-Indep:
python-sphinx
Standards-Version: 3.9.8
Homepage: http://x265.org
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/x265.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/x265.git
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-95 (= ${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-95
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
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.
|