mpeg2dec 0.5.1-ok1 source package in openKylin

Changelog

mpeg2dec (0.5.1-ok1) nile; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Tue, 07 May 2024 16:48:37 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main libs
Nile V2.0 proposed main libs

Downloads

File Size SHA-256 Checksum
mpeg2dec_0.5.1.orig.tar.gz 512.5 KiB dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
mpeg2dec_0.5.1-ok1.debian.tar.xz 5.3 KiB 6d0be5942edb2612341665a3f4ccde5a1183ff725c34fac1b89f85185243c927
mpeg2dec_0.5.1-ok1.dsc 1.8 KiB 67501b563f4aa079225a3612c7b0b2c9723782e4b2cb4a146d29804227bad49e

View changes file

Binary packages built by this source

libmpeg2-4: 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.

libmpeg2-4-dbgsym: debug symbols for libmpeg2-4
libmpeg2-4-dev: 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.

mpeg2dec: 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.

mpeg2dec-dbgsym: debug symbols for mpeg2dec