Next | Query returned 124 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2020-10-25 13:43:45 by Nia Alarie | Files touched by this commit (2)
Log message:
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.
   2020-09-29 15:03:13 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
libvpx: let it build on macOS 11.0
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-08-30 14:33:29 by Jonathan Schleifer | Files touched by this commit (2)
Log message:
Fix building multimedia/libvpx on Darwin

This should also fix other platforms that don't like empty .a files.
   2020-08-24 10:35:07 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
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.
   2020-01-28 20:20:09 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
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_*.
   2019-11-23 20:37:20 by Greg Troxel | Files touched by this commit (1)
Log message:
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.
   2019-11-23 20:17:45 by Greg Troxel | Files touched by this commit (1)
Log message:
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.
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-07-18 12:28:45 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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.

Next | Query returned 124 messages, browsing 21 to 30 | Previous