Changeset 2a293ec in ffmpeg

Timestamp:
Jan 11, 2017, 3:02:10 PM (8 years ago)
Author:
Paul B Mahol <onemda@gmail.com>
Branches:
master
Children:
14b90601
Parents:
eaff1aa0
git-author:
Steinar H. Gunderson <steinar+ffmpeg@gunderson.no> (01/08/17 11:07:09)
git-committer:
Paul B Mahol <onemda@gmail.com> (01/11/17 15:02:10)
Message:

avcodec: add Newtek SpeedHQ decoder

This decoder can decode all existing SpeedHQ formats (SHQ0–5, 7, and 9),
including correct decoding of the alpha channel.

1080p is decoded in 142 fps on one core of my i7-4600U (2.1 GHz Haswell),
about evenly split between bitstream reader and IDCT. There is currently
no attempt at slice or frame threading, even though the format trivially
supports both.

NewTek very helpfully provided a full set of SHQ samples, as well as
source code for an SHQ2 encoder (not included) and assistance with
understanding some details of the format.

(No files)

Note: See TracChangeset for help on using the changeset viewer.