The NetBSD Project

CVS log for pkgsrc/multimedia/libvpx/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / libvpx

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.102 / (download) - annotate - [select for diffs], Thu Nov 9 16:48:03 2023 UTC (3 weeks, 1 day ago) by nia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.101: +16 -1 lines
Diff to previous 1.101 (colored)

libvpx: Fix building on funny old architectures with funny old compilers

Revision 1.101 / (download) - annotate - [select for diffs], Sun Oct 1 08:20:19 2023 UTC (2 months ago) by wiz
Branch: MAIN
Changes since 1.100: +2 -3 lines
Diff to previous 1.100 (colored)

libvpx: update to 1.13.1.

2023-09-29 v1.13.1 "Ugly Duckling"
  This release contains two security related fixes. One each for VP8 and VP9.

  - Upgrading:
    This release is ABI compatible with the previous release.

  - Bug fixes:
    https://crbug.com/1486441 (CVE-2023-5217)
    Fix to a crash related to VP9 encoding (#1642)

Revision 1.100 / (download) - annotate - [select for diffs], Fri Sep 29 09:43:37 2023 UTC (2 months ago) by wiz
Branch: MAIN
Changes since 1.99: +6 -6 lines
Diff to previous 1.99 (colored)

libvpx: fix some pkglint

Revision 1.99 / (download) - annotate - [select for diffs], Fri Sep 29 09:43:15 2023 UTC (2 months ago) by wiz
Branch: MAIN
Changes since 1.98: +2 -1 lines
Diff to previous 1.98 (colored)

libvpx: add security fix

Bump PKGREVISION.

Revision 1.98 / (download) - annotate - [select for diffs], Tue Jul 18 18:34:31 2023 UTC (4 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.97: +2 -4 lines
Diff to previous 1.97 (colored)

multimedia: Adapt packages to USE_(CC|CXX)_FEATURES where possible

Revision 1.97 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:01 2023 UTC (5 months, 3 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.96 / (download) - annotate - [select for diffs], Tue Feb 14 16:23:56 2023 UTC (9 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (colored)

libvpx: update to 1.13.0.

2023-01-31 v1.13.0 "Ugly Duckling"
  This release includes more Neon and AVX2 optimizations, adds a new codec
  control to set per frame QP, upgrades GoogleTest to v1.12.1, and includes
  numerous bug fixes.

  - Upgrading:
    This release is ABI incompatible with the previous release.

    New codec control VP9E_SET_QUANTIZER_ONE_PASS to set per frame QP.

    GoogleTest is upgraded to v1.12.1.

    .clang-format is upgraded to clang-format-11.

    VPX_EXT_RATECTRL_ABI_VERSION was bumped due to incompatible changes to the
    feature of using external rate control models for vp9.

  - Enhancement:
    Numerous improvements on Neon optimizations.
    Numerous improvements on AVX2 optimizations.
    Additional ARM targets added for Visual Studio.

  - Bug fixes:
    Fix to calculating internal stats when frame dropped.
    Fix to segfault for external resize test in vp9.
    Fix to build system with replacing egrep with grep -E.
    Fix to a few bugs with external RTC rate control library.
    Fix to make SVC work with VBR.
    Fix to key frame setting in VP9 external RC.
    Fix to -Wimplicit-int (Clang 16).
    Fix to VP8 external RC for buffer levels.
    Fix to VP8 external RC for dynamic update of layers.
    Fix to VP9 auto level.
    Fix to off-by-one error of max w/h in validate_config.
    Fix to make SVC work for Profile 1.

Revision 1.95 / (download) - annotate - [select for diffs], Fri Jul 15 11:04:33 2022 UTC (16 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.94: +2 -3 lines
Diff to previous 1.94 (colored)

libvpx: updated to 1.12.0

v1.12.0 "Torrent Duck"
  This release adds optimizations for Loongarch, adds support for vp8 in the
  real-time rate control library, upgrades GoogleTest to v1.11.0, updates
  libwebm to libwebm-1.0.0.28-20-g206d268, and includes numerous bug fixes.

  - Upgrading:
    This release is ABI compatible with the previous release.

    vp8 support in the real-time rate control library.
    New codec control VP8E_SET_RTC_EXTERNAL_RATECTRL is added.

    Configure support for darwin21 is added.

    GoogleTest is upgraded to v1.11.0.

    libwebm is updated to libwebm-1.0.0.28-20-g206d268.

    Allow SimpleEncode environment to take target level as input to match
    the level conformance in vp9.

  - Enhancement:
    Numerous improvements on checking memory allocations.
    Optimizations for Loongarch.
    Code clean-up.

  - Bug fixes:
    Fix to a crash related to {vp8/vp9}_set_roi_map.
    Fix to compiling failure with -Wformat-nonliteral.
    Fix to integer overflow with vp9 with high resolution content.
    Fix to AddNoiseTest failure with ARMv7.
    Fix to libvpx Null-dereference READ in vp8.

Revision 1.94 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:56 2022 UTC (17 months ago) by wiz
Branch: MAIN
Changes since 1.93: +2 -1 lines
Diff to previous 1.93 (colored)

*: recursive bump for perl 5.36

Revision 1.93 / (download) - annotate - [select for diffs], Mon Jan 24 11:07:56 2022 UTC (22 months, 1 week ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.92: +4 -2 lines
Diff to previous 1.92 (colored)

libvpx: Fix macOS/aarch64 build.

Revision 1.92 / (download) - annotate - [select for diffs], Tue Dec 7 12:24:22 2021 UTC (23 months, 3 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.91: +6 -8 lines
Diff to previous 1.91 (colored)

libvpx: Fix platform matches.

Fixes build on Darwin 18/19, simplifies other matches, and reduces pkglint
warnings.

Revision 1.91 / (download) - annotate - [select for diffs], Thu Nov 11 19:53:09 2021 UTC (2 years ago) by nia
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored)

libvpx: note that this is also for VP9

Revision 1.90 / (download) - annotate - [select for diffs], Mon Nov 1 20:06:46 2021 UTC (2 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.89: +2 -3 lines
Diff to previous 1.89 (colored)

libvpx: update to 1.11.0.

2021-09-27 v1.11.0 "Smew Duck"
  This maintenance release adds support for VBR mode in VP9 rate control
  interface, new codec controls to get quantization parameters and loop filter
  levels, and includes several improvements to NEON and numerous bug fixes.

  - Upgrading:
    New codec control is added to get quantization parameters and loop filter
    levels.

    VBR mode is supported in VP9 rate control library.

  - Enhancement:
    Numerous improvements for Neon optimizations.
    Code clean-up and refactoring.
    Calculation of rd multiplier is changed with BDRATE gains.

  - Bug fixes:
    Fix to overflow on duration.
    Fix to several instances of -Wunused-but-set-variable.
    Fix to avoid chroma resampling for 420mpeg2 input.
    Fix to overflow in calc_iframe_target_size.
    Fix to disallow skipping transform and quantization.
    Fix some -Wsign-compare warnings in simple_encode.
    Fix input file path in simple_encode_test.
    Fix valid range for under/over_shoot pct.

Revision 1.89 / (download) - annotate - [select for diffs], Fri Sep 10 12:47:46 2021 UTC (2 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.88: +4 -2 lines
Diff to previous 1.88 (colored)

libvpx: fix building on Darwin 21

Revision 1.88 / (download) - annotate - [select for diffs], Tue Jul 13 15:35:42 2021 UTC (2 years, 4 months ago) by schmonz
Branch: MAIN
Changes since 1.87: +3 -1 lines
Diff to previous 1.87 (colored)

arm_cpudetect.c doesn't cover macOS. On M1 Macs, set
--disable-runtime-cpu-detect to fix build.

Revision 1.87 / (download) - annotate - [select for diffs], Mon May 24 19:53:13 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.86: +2 -1 lines
Diff to previous 1.86 (colored)

*: recursive bump for perl 5.34

Revision 1.86 / (download) - annotate - [select for diffs], Wed Apr 14 07:02:49 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.85: +3 -7 lines
Diff to previous 1.85 (colored)

libvpx: updated to 1.10.0

Release v1.10.0 Ruddy Duck
2021-03-09 v1.10.0 "Ruddy Duck"

  This maintenance release adds support for darwin20 and new codec controls, as
  well as numerous bug fixes.

  - Upgrading:

    New codec control is added to disable loopfilter for VP9.

    New encoder control is added to disable feature to increase Q on overshoot
    detection for CBR.

    Configure support for darwin20 is added.

    New codec control is added for VP9 rate control. The control ID of this
    interface is VP9E_SET_EXTERNAL_RATE_CONTROL. To make VP9 use a customized
    external rate control model, users will have to implement each callback
    function in vpx_rc_funcs_t and register them using libvpx API
    vpx_codec_control_() with the control ID.

  - Enhancement:

    Use -std=gnu++11 instead of -std=c++11 for c++ files.

  - Bug fixes:

    Override assembler with --as option of configure for MSVS.

    Fix several compilation issues with gcc 4.8.5.

    Fix to resetting rate control for temporal layers.

    Fix to the rate control stats of SVC example encoder when number of spatial
    layers is 1.

    Fix to reusing motion vectors from the base spatial layer in SVC.

    2 pass related flags removed from SVC example encoder.

Revision 1.85 / (download) - annotate - [select for diffs], Sun Oct 25 12:43:45 2020 UTC (3 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.84: +6 -9 lines
Diff to previous 1.84 (colored)

libvpx: Set compiler requirements properly.

Needs at least gcc 4.8, does not need c++11 in USE_LANGUAGES because it
sets -std=c++11 itself.

Revision 1.84 / (download) - annotate - [select for diffs], Tue Sep 29 13:03:13 2020 UTC (3 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

libvpx: let it build on macOS 11.0

Revision 1.83 / (download) - annotate - [select for diffs], Mon Aug 31 18:10:29 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.82: +2 -1 lines
Diff to previous 1.82 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.82 / (download) - annotate - [select for diffs], Mon Aug 24 08:35:07 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored)

libvpx: update to 1.9.0.

2020-07-29 v1.9.0 "Quacking Duck"
  This release adds support for NV12, a separate library for rate control, as
  well as incremental improvements.

  - Upgrading:
    NV12 support is added to this release.
    A new interface is added for VP9 rate control. The new library libvp9rc.a
    must be linked by applications.
    Googletest is updated to v1.10.0.
    simple_encode.cc is compiled into a new library libsimple_encode.a with
    CONFIG_RATE_CTRL.

  - Enhancement:
    Various changes to improve VP9 SVC, rate control, quality and speed to real
    time encoding.

  - Bug fixes:
    Fix key frame update refresh simulcast flexible svc.
    Fix to disable_16x16part speed feature for real time encoding.
    Fix some signed integer overflows for VP9 rate control.
    Fix initialization of delta_q_uv.
    Fix condition in regulate_q for cyclic refresh.
    Various fixes to dynamic resizing for VP9 SVC.

Revision 1.81 / (download) - annotate - [select for diffs], Tue Jan 28 19:20:09 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.80: +10 -25 lines
Diff to previous 1.80 (colored)

libvpx: updated to 1.8.2

v1.8.2 "Pekin Duck"
This release collects incremental improvements to many aspects of the library.
- Upgrading:
  ARCH_* defines have been removed in favor of VPX_ARCH_*.

Revision 1.80 / (download) - annotate - [select for diffs], Sat Nov 23 19:37:20 2019 UTC (4 years ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.79: +4 -3 lines
Diff to previous 1.79 (colored)

multimedia/libvpx: Simplify GCC_REQD

As suggested by jperkin@, since gcc 4.4 is ancient, just require it
whenever using sse, instead of a complicated conditional by OS.

Revision 1.79 / (download) - annotate - [select for diffs], Sat Nov 23 19:17:44 2019 UTC (4 years ago) by gdt
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored)

multimediaa/lbvpx: Use !empty(PKGSRC_COMPILER:Mgcc) to check for gcc

This commit merely extends an existing workaround to all builds that
use gcc, rather than only those that use gcc without ccache or distcc.

Revision 1.78 / (download) - annotate - [select for diffs], Sun Aug 11 13:22:04 2019 UTC (4 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.77 / (download) - annotate - [select for diffs], Thu Jul 18 10:28:45 2019 UTC (4 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.76: +5 -5 lines
Diff to previous 1.76 (colored)

libvpx: updated to 1.8.1

v1.8.1 "Orpington Duck"
  This release collects incremental improvements to many aspects of the library.

  - Upgrading:
    VP8E_SET_CPUUSED now accepts values up to 9 for vp9.
    VPX_CTRL_VP9E_SET_MAX_INTER_BITRATE_PCT had a spelling fix (was VP8E).
    The --sdk-path option has been removed. If you were using it to build for
      Android please read build/make/Android.mk for alternatives.
    All PPC optimizations have been disabled:
      https://bugs.chromium.org/p/webm/issues/detail?id=1522.

  - Enhancements:
    Various changes to improve encoder rate control, quality and speed
      for practically every use case.

  - Bug fixes:
    vp9-rtc: Fix color artifacts for speed >= 8.

Revision 1.76 / (download) - annotate - [select for diffs], Tue Feb 12 20:47:14 2019 UTC (4 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.75: +2 -3 lines
Diff to previous 1.75 (colored)

libvpx: updated to 1.8.0

v1.8.0 "Northern Shoveler Duck"
  This release focused on encoding performance for realtime and VOD use cases.

  - Upgrading:
    This adds and improves several vp9 controls. Most are related to SVC:
      VP9E_SET_SVC_FRAME_DROP_LAYER:
        - Frame dropping in SVC.
      VP9E_SET_SVC_INTER_LAYER_PRED:
        - Inter-layer prediction in SVC.
      VP9E_SET_SVC_GF_TEMPORAL_REF:
        - Enable long term temporal reference in SVC.
      VP9E_SET_SVC_REF_FRAME_CONFIG/VP9E_GET_SVC_REF_FRAME_CONFIG:
        - Extend and improve this control for better flexibility in setting SVC
          pattern dynamically.
      VP9E_SET_POSTENCODE_DROP:
        - Allow for post-encode frame dropping (applies to non-SVC too).
      VP9E_SET_SVC_SPATIAL_LAYER_SYNC:
        - Enable spatial layer sync frames.
      VP9E_SET_SVC_LAYER_ID:
        - Extend api to specify temporal id for each spatial layers.
      VP9E_SET_ROI_MAP:
        - Extend Region of Interest functionality to VP9.

  - Enhancements:
    2 pass vp9 encoding has improved substantially. When using --auto-alt-ref=6,
    we see approximately 8% for VBR and 10% for CQ. When using --auto-alt-ref=1,
    the gains are approximately 4% for VBR and 5% for CQ.

    For real-time encoding, speed 7 has improved by ~5-10%. Encodes targeted at
    screen sharing have improved when the content changes significantly (slide
    sharing) or scrolls. There is a new speed 9 setting for mobile devices which
    is about 10-20% faster than speed 8.

  - Bug fixes:
    VP9 denoiser issue.
    VP9 partition issue for 1080p.
    VP9 rate control improvments.
    Postprocessing Multi Frame Quality Enhancement (MFQE) issue.
    VP8 multithread decoder issues.
    A variety of fuzzing issues.

Revision 1.75 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:49 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.74: +2 -1 lines
Diff to previous 1.74 (colored)

Recursive bump for perl5-5.28.0

Revision 1.74 / (download) - annotate - [select for diffs], Sun Jun 3 00:47:30 2018 UTC (5 years, 6 months ago) by sevan
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.73: +5 -1 lines
Diff to previous 1.73 (colored)

As far as PowerPC support goes, libvpx supports 64-bit PowerPC in Little Endian
mode only, now. Set the target to generic-gnu for powerpc based ports on NetBSD
to allow libvpx to build and run, though without any targetted optimization.
Resolves build issue on NetBSD/macppc which failed at configure stage otherwise.

TenFourFox has patches to add support for Altivec acceleration, which could be
used to add support back again locally.
https://github.com/classilla/tenfourfox/tree/master/media/libvpx

Revision 1.73 / (download) - annotate - [select for diffs], Thu May 10 21:10:38 2018 UTC (5 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored)

Disable runtime CPU detection on NetBSD/aarch64

Revision 1.72 / (download) - annotate - [select for diffs], Sun Jan 28 16:04:11 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.71: +2 -3 lines
Diff to previous 1.71 (colored)

libvpx: update to 1.7.0.

2017-01-04 v1.7.0 "Mandarin Duck"
  This release focused on high bit depth performance (10/12 bit) and vp9
  encoding improvements.

  - Upgrading:
    This release is ABI incompatible due to new vp9 encoder features.

    Frame parallel decoding for vp9 has been removed.

  - Enhancements:
    vp9 encoding supports additional threads with --row-mt. This can be greater
    than the number of tiles.

    Two new vp9 encoder options have been added:
      --corpus-complexity
      --tune-content=film

    Additional tooling for respecting the vp9 "level" profiles has been added.

  - Bug fixes:
    A variety of fuzzing issues.
    vp8 threading fix for ARM.
    Codec control VP9_SET_SKIP_LOOP_FILTER fixed.
    Reject invalid multi resolution configurations.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Jun 28 15:35:48 2017 UTC (6 years, 5 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.70: +2 -1 lines
Diff to previous 1.70 (colored)

Recognize powerpc as an ISA, and add powerpc-linux-gnu, so that ...
NetBSD/macppc can build this, and get a proper dependence on -lm,
contrary to when configured as generic--gnu.
Bump PKGREVISION, OK from jperkin@

Revision 1.70 / (download) - annotate - [select for diffs], Tue Jun 13 17:32:07 2017 UTC (6 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

Don't print noise if CCPATH is undefined.

Revision 1.69 / (download) - annotate - [select for diffs], Wed May 10 10:45:07 2017 UTC (6 years, 6 months ago) by jperkin
Branch: MAIN
Changes since 1.68: +3 -1 lines
Diff to previous 1.68 (colored)

Disable libyuv's SSE code on 32-bit SunOS, it doesn't compile at present.

Revision 1.68 / (download) - annotate - [select for diffs], Wed May 3 08:38:43 2017 UTC (6 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.67: +2 -4 lines
Diff to previous 1.67 (colored)

Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.

Revision 1.67 / (download) - annotate - [select for diffs], Mon Jan 16 12:12:59 2017 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.66: +6 -9 lines
Diff to previous 1.66 (colored)

Updated libvpx to 1.6.1.

2017-01-09 v1.6.1 "Long Tailed Duck"
  This release improves upon the VP9 encoder and speeds up the encoding and
  decoding processes.

  - Upgrading:
    This release is ABI compatible with 1.6.0.

  - Enhancements:
    Faster VP9 encoding and decoding.
    High bit depth builds now provide similar speed for 8 bit encode and decode
    for x86 targets. Other platforms and higher bit depth improvements are in
    progress.

  - Bug Fixes:
    A variety of fuzzing issues.

Revision 1.66 / (download) - annotate - [select for diffs], Tue Aug 16 23:53:25 2016 UTC (7 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.65: +2 -3 lines
Diff to previous 1.65 (colored)

Update to 1.6.0

Changelog:
2016-07-20 v1.6.0 "Khaki Campbell Duck"
  This release improves upon the VP9 encoder and speeds up the encoding and
  decoding processes.

  - Upgrading:
    This release is ABI incompatible with 1.5.0 due to a new 'color_range' enum
    in vpx_image and some minor changes to the VP8_COMP structure.

    The default key frame interval for VP9 has changed from 128 to 9999.

  - Enhancement:
    A core focus has been performance for low end Intel processors. SSSE3
    instructions such as 'pshufb' have been avoided and instructions have been
    reordered to better accommodate the more constrained pipelines.

    As a result, devices based on Celeron processors have seen substantial
    decoding improvements. From Indian Runner Duck to Javan Whistling Duck,
    decoding speed improved between 10 and 30%. Between Javan Whistling Duck
    and Khaki Campbell Duck, it improved another 10 to 15%.

    While Celeron benefited most, Core-i5 also improved 5% and 10% between the
    respective releases.

    Realtime performance for WebRTC for both speed and quality has received a
    lot of attention.

  - Bug Fixes:
    A number of fuzzing issues, found variously by Mozilla, Chromium and others,
    have been fixed and we strongly recommend updating.

Revision 1.65 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:39 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.64 / (download) - annotate - [select for diffs], Thu Feb 25 15:49:44 2016 UTC (7 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.63: +5 -7 lines
Diff to previous 1.63 (colored)

Use OPSYSVARS.

Revision 1.63 / (download) - annotate - [select for diffs], Sun Jan 3 20:59:17 2016 UTC (7 years, 10 months ago) by markd
Branch: MAIN
Changes since 1.62: +5 -1 lines
Diff to previous 1.62 (colored)

Fixup the installed vpx.pc

Revision 1.62 / (download) - annotate - [select for diffs], Wed Nov 25 13:00:43 2015 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.61: +2 -4 lines
Diff to previous 1.61 (colored)

Remove mk/find-prefix.mk usage from the multimedia category.

The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.

Revision 1.61 / (download) - annotate - [select for diffs], Wed Nov 18 14:09:25 2015 UTC (8 years ago) by ryoon
Branch: MAIN
Changes since 1.60: +3 -4 lines
Diff to previous 1.60 (colored)

Update to 1.5.0

* Fix HOMEPAGE

Changelog:
2015-11-09 v1.5.0 "Javan Whistling Duck"
  This release improves upon the VP9 encoder and speeds up the encoding and
  decoding processes.

  - Upgrading:
    This release is ABI incompatible with 1.4.0. It drops deprecated VP8
    controls and adds a variety of VP9 controls for testing.

    The vpxenc utility now prefers VP9 by default.

  - Enhancements:
    Faster VP9 encoding and decoding
    Smaller library size by combining functions used by VP8 and VP9

  - Bug Fixes:
    A variety of fuzzing issues

Revision 1.60 / (download) - annotate - [select for diffs], Sun Nov 8 15:08:00 2015 UTC (8 years ago) by sevan
Branch: MAIN
Changes since 1.59: +2 -3 lines
Diff to previous 1.59 (colored)


Remove references to amd64, MACHINE_ARCH x86_64 cover all variants of
this architecture in pkgsrc now.

Reviewed by wiz@

Revision 1.59 / (download) - annotate - [select for diffs], Sat Jul 11 23:40:49 2015 UTC (8 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

Fix previous (hi martin! PKGVERSION != PKGREVISION)

Revision 1.58 / (download) - annotate - [select for diffs], Mon Jul 6 09:48:24 2015 UTC (8 years, 4 months ago) by martin
Branch: MAIN
Changes since 1.57: +1 -3 lines
Diff to previous 1.57 (colored)

Ooops, remove accidently commited debug info stuff

Revision 1.57 / (download) - annotate - [select for diffs], Mon Jul 6 09:46:36 2015 UTC (8 years, 4 months ago) by martin
Branch: MAIN
Changes since 1.56: +4 -1 lines
Diff to previous 1.56 (colored)

Fix inverted flag in sparc alignment patch

Revision 1.56 / (download) - annotate - [select for diffs], Tue Jun 30 09:53:17 2015 UTC (8 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.55: +5 -8 lines
Diff to previous 1.55 (colored)

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.

Revision 1.55 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:38 2015 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Apr 27 07:31:08 2015 UTC (8 years, 7 months ago) by dbj
Branch: MAIN
Changes since 1.53: +5 -2 lines
Diff to previous 1.53 (colored)

add check for clang supporting -fno-integrated-as instead of -no-integrated-as

Revision 1.53 / (download) - annotate - [select for diffs], Thu Apr 9 17:44:01 2015 UTC (8 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

Apply Clang changes slightly later to avoid interfering with patch
(re-)generation.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Apr 9 17:09:01 2015 UTC (8 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.51: +6 -3 lines
Diff to previous 1.51 (colored)

Improve Clang build fix and use it under Mac OS X as well. The problem
is specific to the verion of Clang (3.5 and newer) and not the platform.

This package now builds under Mac OS X Yosemite with the latest version
of Xcode tools.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Feb 25 11:13:54 2015 UTC (8 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.50: +11 -7 lines
Diff to previous 1.50 (colored)

Added darwin13 targets

Revision 1.50 / (download) - annotate - [select for diffs], Mon Oct 20 13:44:00 2014 UTC (9 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored)

Fix for Yosemite and all future versions of OS X :-)

Revision 1.49 / (download) - annotate - [select for diffs], Sat Aug 30 11:14:52 2014 UTC (9 years, 3 months ago) by richard
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.48: +8 -2 lines
Diff to previous 1.48 (colored)

Use profiles set up for SunOS x86 and x86_64.  Testing with /usr/xpg4/bin/grep
exhibits no problems with recent illumos or libvpx.
PR pkg/47321.

Bump PKGREVISION

Revision 1.48 / (download) - annotate - [select for diffs], Thu May 29 23:37:01 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.47 / (download) - annotate - [select for diffs], Fri May 16 18:57:03 2014 UTC (9 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.46: +1 -10 lines
Diff to previous 1.46 (colored)

Remove duplicate fix for PR pkg/48508, in particular the flavour which
enforces GCC 4.4 under Mac OS X which is not required to build this.

Revision 1.46 / (download) - annotate - [select for diffs], Thu May 15 11:15:10 2014 UTC (9 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

sparc cpus better do not try to use "fast" unaligned access.

Revision 1.45 / (download) - annotate - [select for diffs], Sat May 10 06:10:19 2014 UTC (9 years, 6 months ago) by pho
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

GCC >= 4.4 is not required for architectures without ssse3.

Revision 1.44 / (download) - annotate - [select for diffs], Mon May 5 21:16:28 2014 UTC (9 years, 6 months ago) by ryoon
Branch: MAIN
Changes since 1.43: +15 -3 lines
Diff to previous 1.43 (colored)

Fix OpenBSD build
Use gcc46 instead of gcc45 for OpenBSD, because gcc45 from pkgsrc does not
support OpenBSD (yet)

Revision 1.43 / (download) - annotate - [select for diffs], Sun Apr 13 07:41:49 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.42: +5 -1 lines
Diff to previous 1.42 (colored)

Restore -fno-integrated-as, only for NetBSD.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Apr 12 19:06:55 2014 UTC (9 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.41: +1 -3 lines
Diff to previous 1.41 (colored)

Fix for clang: error: unknown argument: '-fno-integrated-as'

Revision 1.41 / (download) - annotate - [select for diffs], Wed Apr 9 06:11:19 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.40: +3 -1 lines
Diff to previous 1.40 (colored)

Disable integrated assembler for clang.
See e.g. https://bugzilla.mozilla.org/show_bug.cgi?id=982693

Revision 1.40 / (download) - annotate - [select for diffs], Wed Feb 19 09:44:56 2014 UTC (9 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

GCC_REQD should be appended to, not set.

Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD
was forcing an older (and broken) one to be pulled regardless.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Feb 16 10:04:11 2014 UTC (9 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

<jperkin> also indent the .*, so ".  if .." and ".  endif" for the internal ones

Revision 1.38 / (download) - annotate - [select for diffs], Sun Feb 16 10:02:21 2014 UTC (9 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

fix "do what I mean" for OPSYS check

Revision 1.37 / (download) - annotate - [select for diffs], Sun Feb 16 09:58:18 2014 UTC (9 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored)

be stricter when requiring gcc 4.4+:
* pkg/48508 refers only SunOS and NetBSD (in fact, only NetBSD 5 and
  Solaris 10 - but I expect at least lower versions come with same
  issues and higher might have improved toolchain)
* check only for x86 architectures (no sse3 on sparc, ppc, arm, mips, ...)
* only require minimum gcc version when gcc is the used compiler - SunPRO,
  clang, pcc ... might behave differently
* hopefully someone picks it up and fix the binutils dependency, if required

Revision 1.36 / (download) - annotate - [select for diffs], Sat Feb 15 10:53:20 2014 UTC (9 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.35: +6 -4 lines
Diff to previous 1.35 (colored)

Don't set GCC_REQD on Darwin, the gcc packages from pkgsrc do not work
due to missing critical functionality like -arch.

The build appears to work fine with the native gcc-4.2.1 on 10.8 anyway.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jan 15 05:53:52 2014 UTC (9 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.34: +17 -1 lines
Diff to previous 1.34 (colored)

Fix PR pkg/48508: Fix build under NetBSD 5 and Solaris 10

* Use GNU tr from sysutils/coreutils for Solaris 10
* GCC 4.4 or later and newer binutils (gas) is required to compile
  ssse3 code.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Jan 10 08:43:42 2014 UTC (9 years, 10 months ago) by pho
Branch: MAIN
Changes since 1.33: +7 -1 lines
Diff to previous 1.33 (colored)

Add ppc32 to Darwin targets

Revision 1.33 / (download) - annotate - [select for diffs], Thu Jan 2 15:18:01 2014 UTC (9 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.32: +6 -4 lines
Diff to previous 1.32 (colored)

Update to 1.3.0

* tarball is not distributed by Google, use Debian's one

Changelog:
2013-11-15 v1.3.0 "Forest"
  This release introduces the VP9 codec in a backward-compatible way.
  All existing users of VP8 can continue to use the library without
  modification. However, some VP8 options do not map to VP9 in the same manner.

  The VP9 encoder in this release is not feature complete. Users interested in
  the encoder are advised to use the git master branch and discuss issues on
  libvpx mailing lists.

  - Upgrading:
    This release is ABI and API compatible with Duclair (v1.0.0). Users
    of older releases should refer to the Upgrading notes in this document
    for that release.

  - Enhancements:
      Get rid of bashisms in the main build scripts
      Added usage info on command line options
      Add lossless compression mode
      Dll build of libvpx
      Add additional Mac OS X targets: 10.7, 10.8 and 10.9 (darwin11-13)
      Add option to disable documentation
      configure: add --enable-external-build support
      make: support V=1 as short form of verbose=yes
      configure: support mingw-w64
      configure: support hardfloat armv7 CHOSTS
      configure: add support for android x86
      Add estimated completion time to vpxenc
      Don't exit on decode errors in vpxenc
      vpxenc: support scaling prior to encoding
      vpxdec: support scaling output
      vpxenc: improve progress indicators with --skip
      msvs: Don't link to winmm.lib
      Add a new script for producing vcxproj files
      Produce Visual Studio 10 and 11 project files
      Produce Windows Phone project files
      msvs-build: use msbuild for vs >= 2005
      configure: default configure log to config.log
      Add encoding option --static-thresh

  - Speed:
      Miscellaneous speed optimizations for VP8 and VP9.

  - Quality:
      In general, quality is consistent with the Eider release.

  - Bug Fixes:
      This release represents approximately a year of engineering effort,
      and contains multiple bug fixes. Please refer to git history for details.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Dec 1 23:26:25 2013 UTC (10 years ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.31: +5 -2 lines
Diff to previous 1.31 (colored)

Finally fix the build on MirBSD.

Disable SSE{2,3,4} in the runtime CPU detection code as well.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Nov 29 18:33:54 2013 UTC (10 years ago) by bsiegert
Branch: MAIN
Changes since 1.30: +7 -1 lines
Diff to previous 1.30 (colored)

Try to unbreak the build on MirBSD. With this, it compiles all the way through
but then fails to link because the library contains unfulfilled references
to sse2 functions -- even though they are disabled.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Nov 9 05:28:35 2013 UTC (10 years ago) by ryoon
Branch: MAIN
Changes since 1.29: +7 -1 lines
Diff to previous 1.29 (colored)

Fix build on NetBSD/arm, at least on NetBSD/evbearmv6hf-el 6.99.25

Revision 1.29 / (download) - annotate - [select for diffs], Thu Nov 7 14:26:38 2013 UTC (10 years ago) by ryoon
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Fix typo in NetBSD/mipsel case

Revision 1.28 / (download) - annotate - [select for diffs], Wed Oct 23 18:24:02 2013 UTC (10 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.27: +4 -6 lines
Diff to previous 1.27 (colored)

Fix building on OS X 10.9

Revision 1.27 / (download) - annotate - [select for diffs], Thu Sep 19 11:22:44 2013 UTC (10 years, 2 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored)

Revbump is not needed, fix previous.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Sep 19 11:21:56 2013 UTC (10 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.25: +3 -7 lines
Diff to previous 1.25 (colored)

Set --disable-unit-tests globally.
FIx PR pkg/48219.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Sep 18 18:41:29 2013 UTC (10 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)

Disable unit tests on SunOS, the build currently fails.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Sep 15 17:28:45 2013 UTC (10 years, 2 months ago) by dbj
Branch: MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23 (colored)

don't include googletest buildlink if CONFIGURE_ARGS has --disable-unit-tests

Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 13 15:00:43 2013 UTC (10 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.22: +6 -1 lines
Diff to previous 1.22 (colored)

Fix build with libc++ and clang.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Sep 12 10:50:28 2013 UTC (10 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

Don't build the unit tests under Mac OS X. The makefile tries to create an
empty ".a" file which fails and breaks the build.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Sep 11 15:50:32 2013 UTC (10 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Update to 1.2.0

* Buildlink to devel/googletest to test-libvpx (not installed and not tested).

Changelog:
2012-12-21 v1.2.0
  This release acts as a checkpoint for a large amount of internal refactoring
  and testing. It also contains a number of small bugfixes, so all users are
  encouraged to upgrade.

  - Upgrading:
    This release is ABI and API compatible with Duclair (v1.0.0). Users
    of older releases should refer to the Upgrading notes in this
    document for that release.

  - Enhancements:
      VP8 optimizations for MIPS dspr2
      vpxenc: add -quiet option

  - Speed:
      Encoder and decoder speed is consistent with the Eider release.

  - Quality:
      In general, quality is consistent with the Eider release.

      Minor tweaks to ARNR filtering
      Minor improvements to real time encoding with multiple temporal layers

  - Bug Fixes:
      Fixes multithreaded encoder race condition in loopfilter
      Fixes multi-resolution threaded encoding
      Fix potential encoder dead-lock after picture resize

Revision 1.20 / (download) - annotate - [select for diffs], Fri May 31 12:41:31 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Dec 23 10:33:33 2012 UTC (10 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.18: +6 -2 lines
Diff to previous 1.18 (colored)

Bump PKGREVISION.

* Fix broken library generation on NetBSD/cobalt

Revision 1.18 / (download) - annotate - [select for diffs], Thu Nov 8 00:07:02 2012 UTC (11 years ago) by adam
Branch: MAIN
Changes since 1.17: +11 -7 lines
Diff to previous 1.17 (colored)

Fix Darwin targets

Revision 1.17 / (download) - annotate - [select for diffs], Mon Oct 8 09:21:08 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
Changes since 1.16: +1 -3 lines
Diff to previous 1.16 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 3 21:56:50 2012 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jul 20 14:26:50 2012 UTC (11 years, 4 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

One more REPLACE_BASH needed to make this build

Revision 1.14 / (download) - annotate - [select for diffs], Tue May 22 20:42:57 2012 UTC (11 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Update to 1.1.0

* Tested with devel/xulrunner and www/firefox 12.0 on NetBSD/i386 6.99.7

Changelog:
2012-05-09 v1.1.0 "Eider"
  This introduces a number of enhancements, mostly focused on real-time
  encoding. In addition, it fixes a decoder bug (first introduced in
  Duclair) so all users of that release are encouraged to upgrade.

  - Upgrading:
    This release is ABI and API compatible with Duclair (v1.0.0). Users
    of older releases should refer to the Upgrading notes in this
    document for that release.

    This release introduces a new temporal denoiser, controlled by the
    VP8E_SET_NOISE_SENSITIVITY control. The temporal denoiser does not
    currently take a strength parameter, so the control is effectively
    a boolean - zero (off) or non-zero (on). For compatibility with
    existing applications, the values accepted are the same as those
    for the spatial denoiser (0-6). The temporal denoiser is enabled
    by default, and the older spatial denoiser may be restored by
    configuring with --disable-temporal-denoising. The temporal denoiser
    is more computationally intensive than the spatial one.

    This release removes support for a legacy, decode only API that was
    supported, but deprecated, at the initial release of libvpx
    (v0.9.0). This is not expected to have any impact. If you are
    impacted, you can apply a reversion to commit 2bf8fb58 locally.
    Please update to the latest libvpx API if you are affected.

  - Enhancements:
      Adds a motion compensated temporal denoiser to the encoder, which
      gives higher quality than the older spatial denoiser. (See above
      for notes on upgrading).

      In addition, support for new compilers and platforms were added,
      including:
        improved support for XCode
        Android x86 NDK build
        OS/2 support
        SunCC support

      Changing resolution with vpx_codec_enc_config_set() is now
      supported. Previously, reinitializing the codec was required to
      change the input resolution.

      The vpxenc application has initial support for producing multiple
      encodes from the same input in one call. Resizing is not yet
      supported, but varying other codec parameters is. Use -- to
      delineate output streams. Options persist from one stream to the
      next.

      Also, the vpxenc application will now use a keyframe interval of
      5 seconds by default. Use the --kf-max-dist option to override.

  - Speed:
      Decoder performance improved 2.5% versus Duclair. Encoder speed is
      consistent with Duclair for most material. Two pass encoding of
      slideshow-like material will see significant improvements.

      Large realtime encoding speed gains at a small quality expense are
      possible by configuring the on-the-fly bitpacking experiment with
      --enable-onthefly-bitpacking. Realtime encoder can be up to 13%
      faster (ARM) depending on the number of threads and bitrate
      settings. This technique sees constant gain over the 5-16 speed
      range. For VC style input the loss seen is up to 0.2dB. See commit
      52cf4dca for further details.

  - Quality:
      On the whole, quality is consistent with the Duclair release. Some
      tweaks:

        Reduced blockiness in easy sections by applying a penalty to
        intra modes.

        Improved quality of static sections (like slideshows) with
        two pass encoding.

        Improved keyframe sizing with multiple temporal layers

  - Bug Fixes:
      Corrected alt-ref contribution to frame rate for visible updates
      to the alt-ref buffer. This affected applications making manual
      usage of the frame reference flags, or temporal layers.

      Additional constraints were added to disable multi-frame quality
      enhancement (MFQE) in sections of the frame where there is motion.
      (#392)

      Fixed corruption issues when vpx_codec_enc_config_set() was called
      with spatial resampling enabled.

      Fixed a decoder error introduced in Duclair where the segmentation
      map was not being reinitialized on keyframes (#378)

Revision 1.13 / (download) - annotate - [select for diffs], Wed Mar 28 13:51:32 2012 UTC (11 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Fix build problem under Mac OS X caused by NetBSD build fix.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Feb 9 17:12:40 2012 UTC (11 years, 9 months ago) by minskim
Branch: MAIN
Changes since 1.11: +11 -1 lines
Diff to previous 1.11 (colored)

Set CONFIGURE_ARGS for Darwin/x86_64.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 31 11:53:51 2012 UTC (11 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.10: +5 -3 lines
Diff to previous 1.10 (colored)

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.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Oct 28 14:09:44 2011 UTC (12 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Update to 0.9.7.1 (0.9.7 p1)

Changelog:
2011-08-15 v0.9.7-p1 "Cayuga" patch 1
  This is an incremental bugfix release against Cayuga. All users of that
  release are strongly encouraged to upgrade.

    - Fix potential OOB reads (cdae03a)

          An unbounded out of bounds read was discovered when the
          decoder was requested to perform error concealment (new in
          Cayuga) given a frame with corrupt partition sizes.

          A bounded out of bounds read was discovered affecting all
          versions of libvpx. Given an multipartition input frame that
          is truncated between the mode/mv partition and the first
          residiual paritition (in the block of partition offsets), up
          to 3 extra bytes could have been read from the source buffer.
          The code will not take any action regardless of the contents
          of these undefined bytes, as the truncated buffer is detected
          immediately following the read based on the calculated
          starting position of the coefficient partition.

    - Fix potential error concealment crash when the very first frame
      is missing or corrupt (a609be5)

    - Fix significant artifacts in error concealment (a4c2211, 99d870a)

    - Revert 1-pass CBR rate control changes (e961317)
      Further testing showed this change produced undesirable visual
      artifacts, rolling back for now.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 8 14:15:50 2011 UTC (12 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (colored)

Fix build on Mac OS X 10.7 (Darwin 11.0.1) with Xcode 4.1.1.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 7 17:20:09 2011 UTC (12 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update to 0.9.7

Changelog:
* Feature enhancement and bug fix
* backward compatibility with 0.9.5 and 0.9.6

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 21 18:14:30 2011 UTC (12 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (colored)

Fix build under Mac OS X Snow Leopard if the Mac OS X Leopard is not
installed. Based on changes sugested by Martin Brandenburg in PR pkg/45086.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 20 20:31:29 2011 UTC (12 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.5: +1 -11 lines
Diff to previous 1.5 (colored)

Revert previous commit.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 20 18:57:01 2011 UTC (12 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.4: +11 -1 lines
Diff to previous 1.4 (colored)

Patch from PR pkg/45086
Add workaround for Darwin/i386 10.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 14 07:08:00 2011 UTC (12 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.3: +9 -13 lines
Diff to previous 1.3 (colored)

Pass LDFLAGS when linking; adding then removing -lrt on Darwin didn't make much sense; clean-up

Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 12 11:00:01 2011 UTC (12 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.2: +15 -2 lines
Diff to previous 1.2 (colored)

Fix build under Mac OS X i386. Further changes might be required to
fix PPC and x86_64.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 11 15:25:26 2011 UTC (12 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

update to 0.9.6
changes:
-encoder improvements and speedup
-bugfixes
(I've tested the decoder only)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jan 19 21:15:51 2011 UTC (12 years, 10 months ago) by ryoon
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

mport libvpx 0.9.5 as multimedia/libvpx.

The On2 VP8 Sodec SDK from Google.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 19 21:15:51 2011 UTC (12 years, 10 months ago) by ryoon
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>