pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/libvpx



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jan 31 11:53:52 UTC 2012

Modified Files:
        pkgsrc/multimedia/libvpx: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/multimedia/libvpx/patches: patch-aa patch-ab patch-ac patch-ad
            patch-af
Removed Files:
        pkgsrc/multimedia/libvpx/patches: patch-ae

Log Message:
Update to 1.0.0

* Bump BUILDLINK_ABI_DEPENDS to 1.0.0

Changelog:
2012-01-27 v1.0.0 "Duclair"
  Our fourth named release, focused on performance and features related to
  real-time encoding. It also fixes a decoder crash bug introduced in
  v0.9.7, so all users of that release are encouraged to upgrade.

  - Upgrading:
      This release is ABI incompatible with prior releases of libvpx, so the
      "major" version number has been bumped to 1. You must recompile your
      applications against the latest version of the libvpx headers. The
      API remains compatible, and this should not require code changes in most
      applications.

  - Enhancements:
      This release introduces several substantial new features to the encoder,
      of particular interest to real time streaming applications.

      Temporal scalability allows the encoder to produce a stream that can
      be decimated to different frame rates, with independent rate targetting
      for each substream.

      Multiframe quality enhancement postprocessing can make visual quality
      more consistent in the presence of frames that are substantially
      different quality than the surrounding frames, as in the temporal
      scalability case and in some forced keyframe scenarios.

      Multiple-resolution encoding support allows the encoding of the
      same content at different resolutions faster than encoding them
      separately.

  - Speed:
      Optimization targets for this release included the decoder and the real-
      time modes of the encoder. Decoder speed on x86 has improved 10.5% with
      this release. Encoder improvements followed a curve where speeds 1-3
      improved 4.0%-1.5%, speeds 4-8 improved <1%, and speeds 9-16 improved
      1.5% to 10.5%, respectively. "Best" mode speed is consistent with the
      Cayuga release.

  - Quality:
      Encoder quality in the single stream case is consistent with the Cayuga
      release.

  - Bug Fixes:
      This release fixes an OOB read decoder crash bug present in v0.9.7
      related to the clamping of motion vectors in SPLITMV blocks. This
      behavior could be triggered by corrupt input or by starting
      decoding from a P-frame.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/libvpx/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/libvpx/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/multimedia/libvpx/buildlink3.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/multimedia/libvpx/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/libvpx/patches/patch-aa \
    pkgsrc/multimedia/libvpx/patches/patch-ab
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/libvpx/patches/patch-ac
cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/libvpx/patches/patch-ad
cvs rdiff -u -r1.2 -r0 pkgsrc/multimedia/libvpx/patches/patch-ae
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/libvpx/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index