Skip to content

Tags: asticode/go-astiav

Tags

v0.37.0

Toggle v0.37.0's commit message

Verified

This commit was signed with the committer’s verified signature.
asticode Quentin Renard
Bumped golang version to 1.21 in go.mod

v0.36.0

Toggle v0.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add AV1 codec id (#146)

* Add AV1 codec id

* sort codec_id alphabetically

v0.35.1

Toggle v0.35.1's commit message

Verified

This commit was signed with the committer’s verified signature.
asticode Quentin Renard
Updated frame/packet side data Get() signature

v0.35.0

Toggle v0.35.0's commit message

Verified

This commit was signed with the committer’s verified signature.
asticode Quentin Renard
Refactored frame/packet side data + added regions of interest to fram…

…e side data

v0.34.0

Toggle v0.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SetMetadata method for Stream (#136)

* SetMetadata method for Stream

* add tests, change url in doc

v0.33.1

Toggle v0.33.1's commit message

Verified

This commit was signed with the committer’s verified signature.
asticode Quentin Renard
Oopsie poopsie

v0.33.0

Toggle v0.33.0's commit message

Verified

This commit was signed with the committer’s verified signature.
asticode Quentin Renard
Now using av_malloc/av_free instead of malloc/free

v0.32.0

Toggle v0.32.0's commit message

Verified

This commit was signed with the committer’s verified signature.
asticode Quentin Renard
Fixed heap-use-after-free

v0.31.0

Toggle v0.31.0's commit message

Verified

This commit was signed with the committer’s verified signature.
asticode Quentin Renard
Removed AllocImage and AllocSamples

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was signed with the committer’s verified signature.
asticode Quentin Renard
Frame.Copy(dst *Frame) (#127)