mpeg2dec 0.5.1-9build1 source package in Ubuntu

Changelog

mpeg2dec (0.5.1-9build1) noble; urgency=high

  * No change rebuild for frame pointers (and time_t).

 -- Julian Andres Klode <email address hidden>  Thu, 18 Apr 2024 19:49:35 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
x11
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe x11
Noble release universe x11

Downloads

File Size SHA-256 Checksum
mpeg2dec_0.5.1.orig.tar.gz 512.5 KiB dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
mpeg2dec_0.5.1-9build1.debian.tar.xz 9.9 KiB ec2642fa1a4c52bf14d844788388b036826c1e610e3311a6d3978c634627b6b0
mpeg2dec_0.5.1-9build1.dsc 2.2 KiB fc87fdb9695681add56b65d50522041d5b060770166f387484f9c102c0e316b6

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