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
|
Source: mpeg2dec
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Build-Depends: debhelper-compat (= 13),
libx11-dev,
libxext-dev,
libxv-dev
Standards-Version: 4.7.2
Homepage: http://libmpeg2.sourceforge.net/
Vcs-Git: https://salsa.debian.org/multimedia-team/mpeg2dec.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/mpeg2dec
Package: libmpeg2-4-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libmpeg2-4 (= ${binary:Version}),
${misc:Depends}
Description: libmpeg2 development libraries and headers
libmpeg2 is a library which can decode MPEG1 and MPEG2 video streams.
.
This package contains the libraries and headers required to compile
programs which use libmpeg2.
Package: libmpeg2-4
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Description: MPEG1 and MPEG2 video decoder library
libmpeg2 is a library which can decode MPEG1 and MPEG2 video streams.
.
The main features in libmpeg2 are:
.
* Conformance - libmpeg2 is able to decode all mpeg streams that conform to
certain restrictions. For streams that follow these restrictions, libmpeg2
is probably 100% conformant to the mpeg standards - and there's a pretty
extensive test suite to check this.
.
* Speed - there has been huge efforts there, and libmpeg2 is probably the
fastest library around for what it does.
.
* Portability - most of the code is written in C, and when platform-specific
optimizations are used, there always is a generic C routine to fall back
on. This should be portable to all architectures - at least it is known
people run this code on x86, ppc, sparc, arm and sh4.
.
* Reuseability - libmpeg2 is not intended to include any project-specific
code, but it should still include enough features to be used by very
diverse projects.
.
This package contains the libmpeg2 shared libraries.
Package: mpeg2dec
Architecture: any
Section: x11
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Simple libmpeg2 video decoder application
Simple libmpeg2 application which can decode and play ES, PS, and TS video
streams. Includes extract_mpeg2 demuxer and various output drivers.
.
This package provides the mpeg2dec and extract_mpeg2 tools.
|