Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#14741 closed enhancement (fixed)

libvpx-1.10.0

Reported by: Bruce Dubbs Owned by: Pierre Labastie
Priority: normal Milestone: 11.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (7)

comment:1 by Pierre Labastie, 3 years ago

Owner: changed from blfs-book to Pierre Labastie
Status: newassigned

comment:2 by Pierre Labastie, 3 years ago

Milestone: 10.2hold
Summary: libvpx-1.10.0libvpx-1.10.0-rc1 (wait for release)

Still at rc1. No changelog yet.

comment:3 by Pierre Labastie, 3 years ago

Summary: libvpx-1.10.0-rc1 (wait for release)libvpx-1.10.0-rc2 (wait for release)

Now rc2

comment:4 by Pierre Labastie, 3 years ago

Milestone: hold10.2
Summary: libvpx-1.10.0-rc2 (wait for release)libvpx-1.10.0

Finally released

comment:5 by Pierre Labastie, 3 years ago

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.

comment:6 by Pierre Labastie, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r24403

comment:7 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.