Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: blennies/unbikit

unbikit: v0.2.0

13 Nov 00:50
Immutable release. Only release title and notes can be modified.
6ea8a20

Choose a tag to compare

unbikit: v0.2.0 Pre-release
Pre-release

0.2.0 (2025-11-13)

Features

  • Add skipFrames() method for skipping multiple decoded frames (6d564dd)

Regression testing has also been improved significantly.

unbikit: v0.1.0

12 Nov 12:26
Immutable release. Only release title and notes can be modified.
6a895db

Choose a tag to compare

unbikit: v0.1.0 Pre-release
Pre-release

0.1.0 (2025-11-12)

Features

  • Add initial implementation of the .bik video decoder (124c3b9).

    Consists of a stream reader, header parser, demuxer, and audio/video decoders. Version 1 of the
    .bik video format is supported, except for revision b. DCT and DFT compressed audio are both
    supported. Each outputted frame combines a single video frame with a chunk of decoded audio.