Opened 4 years ago

Closed 4 years ago

#13825 closed enhancement (fixed)

libvpx-1.9.0

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (7)

comment:1 by Douglas R. Reno, 4 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Xi Ruoyao, 4 years ago

Summary: libvpx-1.9.0libvpx-1.9.0-rc1 (wait for 1.9.0)

1.9.0 is not released yet. Now it's 1.9.0-rc1.

comment:3 by Douglas R. Reno, 4 years ago

Milestone: 10.0hold

comment:4 by Douglas R. Reno, 4 years ago

Milestone: hold10.0
Summary: libvpx-1.9.0-rc1 (wait for 1.9.0)libvpx-1.9.0

Now 1.9.0

comment:5 by Douglas R. Reno, 4 years ago

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.

comment:6 by Douglas R. Reno, 4 years ago

A test suite is now available! It can be run with 'make test'. Note that it has to download some external files though, and it uses cURL for that. I'll add cURL to the optional dependencies list for tests, get some timings, and put the test suite documentation in place.

comment:7 by Douglas R. Reno, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r23444

Note: See TracTickets for help on using tickets.