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 Jun 30 09:53:17 UTC 2015

Modified Files:
        pkgsrc/multimedia/libvpx: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/multimedia/libvpx/patches: patch-aa patch-ad
            patch-test_sad__test.cc patch-test_sixtap__predict__test.cc
Removed Files:
        pkgsrc/multimedia/libvpx/patches: patch-af
            patch-nestegg_halloc_src_align.h patch-nestegg_halloc_src_halloc.c
            patch-test_i420__video__source.h

Log Message:
Update to 1.4.0

Changelog:
2015-04-03 v1.4.0 "Indian Runner Duck"
  This release includes significant improvements to the VP9 codec.

  - Upgrading:
    This release is ABI incompatible with 1.3.0. It drops the compatibility
    layer, requiring VPX_IMG_FMT_* instead of IMG_FMT_*, and adds several codec
    controls for VP9.

  - Enhancements:
    Faster VP9 encoding and decoding
    Multithreaded VP9 decoding (tile and frame-based)
    Multithreaded VP9 encoding - on by default
    YUV 4:2:2 and 4:4:4 support in VP9
    10 and 12bit support in VP9
    64bit ARM support by replacing ARM assembly with intrinsics

  - Bug Fixes:
    Fixes a VP9 bitstream issue in Profile 1. This only affected non-YUV 4:2:0
    files.

  - Known Issues:
    Frame Parallel decoding fails for segmented and non-420 files.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/multimedia/libvpx/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/libvpx/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/libvpx/buildlink3.mk
cvs rdiff -u -r1.27 -r1.28 pkgsrc/multimedia/libvpx/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/libvpx/patches/patch-aa
cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/libvpx/patches/patch-ad
cvs rdiff -u -r1.3 -r0 pkgsrc/multimedia/libvpx/patches/patch-af
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/multimedia/libvpx/patches/patch-nestegg_halloc_src_align.h \
    pkgsrc/multimedia/libvpx/patches/patch-nestegg_halloc_src_halloc.c \
    pkgsrc/multimedia/libvpx/patches/patch-test_i420__video__source.h
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/multimedia/libvpx/patches/patch-test_sad__test.cc
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/multimedia/libvpx/patches/patch-test_sixtap__predict__test.cc

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