Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ruffle-rs/h263-rs

Pure-rust implementation of legacy H.263 video codec and associated color transforms
https://github.com/ruffle-rs/h263-rs

Remove `lazy_static`

CrazyboyQCD opened this pull request 20 days ago
chore: Resolve a nightly `clippy::precedence` lint

torokati44 opened this pull request 30 days ago
build(deps): update itertools requirement from 0.13.0 to 0.14.0

dependabot[bot] opened this pull request 30 days ago
build(deps): update thiserror requirement from 1.0.47 to 2.0.3

dependabot[bot] opened this pull request 3 months ago
build(deps): update itertools requirement from 0.12.1 to 0.13.0

dependabot[bot] opened this pull request 9 months ago
ci: Bump `actions/checkout` to `v4`, which uses Node.js 20

torokati44 opened this pull request 11 months ago
chore: Bump `itertools`, fix some Clippy lints

torokati44 opened this pull request 11 months ago
chore: Bump dependencies and fix Clippy lints

torokati44 opened this pull request over 1 year ago
`flv-rs`: FLV container demuxing.

kmeisthax opened this pull request almost 2 years ago
Add a deblocking filter inspired by ITU-T H.263 Annex J

torokati44 opened this pull request almost 2 years ago
idct: Fix underflow when calculating the size of blocks within frame bounds

torokati44 opened this pull request almost 2 years ago
build(deps): update bitflags requirement from 1.3.2 to 2.0.0

torokati44 opened this pull request almost 2 years ago
build(deps): update bitflags requirement from 1.3.2 to 2.0.0

dependabot[bot] opened this pull request almost 2 years ago
Add fast paths for some trivial special cases of the 2D IDCT

torokati44 opened this pull request almost 2 years ago
Switch to new GHA workflow badge route

torokati44 opened this pull request almost 2 years ago
build(deps): bump wide from 0.7.5 to 0.7.8

dependabot[bot] opened this pull request almost 2 years ago
yuv: Drop the br_width parameter of yuv420_to_rgba()

torokati44 opened this pull request almost 2 years ago
ci: Clean up test workflow (no need for mesa or image tests)

torokati44 opened this pull request almost 2 years ago
chore: Bump dependencies (wide, bytemuck, num-traits)

torokati44 opened this pull request almost 2 years ago
build(deps): bump wide from 0.7.5 to 0.7.6

dependabot[bot] opened this pull request almost 2 years ago
Optimize `gather_block` further by adding a fast path doing pure copying

torokati44 opened this pull request about 2 years ago
chore: Fix all new clippy lints

torokati44 opened this pull request about 2 years ago
build(deps): bump bytemuck from 1.7.2 to 1.13.0

dependabot[bot] opened this pull request about 2 years ago
build(deps): bump thiserror from 1.0.30 to 1.0.38

dependabot[bot] opened this pull request about 2 years ago
build(deps): bump bytemuck from 1.7.2 to 1.12.3

dependabot[bot] opened this pull request about 2 years ago
build(deps): bump bytemuck from 1.7.2 to 1.12.2

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump wide from 0.7.4 to 0.7.5

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump thiserror from 1.0.30 to 1.0.37

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump thiserror from 1.0.30 to 1.0.36

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump thiserror from 1.0.30 to 1.0.35

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump thiserror from 1.0.30 to 1.0.34

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump bytemuck from 1.7.2 to 1.12.1

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump bytemuck from 1.7.2 to 1.12.0

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump thiserror from 1.0.30 to 1.0.32

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump bytemuck from 1.7.2 to 1.11.0

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump bytemuck from 1.7.2 to 1.10.0

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump num-traits from 0.2.14 to 0.2.15

dependabot[bot] opened this pull request over 2 years ago
build(deps): bump thiserror from 1.0.30 to 1.0.31

dependabot[bot] opened this pull request almost 3 years ago
build(deps): bump bytemuck from 1.7.2 to 1.9.1

dependabot[bot] opened this pull request almost 3 years ago
build(deps): bump bytemuck from 1.7.2 to 1.8.0

dependabot[bot] opened this pull request almost 3 years ago
build(deps): bump wide from 0.7.3 to 0.7.4

dependabot[bot] opened this pull request about 3 years ago
h263: Swap the loops in `idct_1d` so it autovectorizes into SIMD nicely

torokati44 opened this pull request about 3 years ago
build(deps): bump bytemuck from 1.7.2 to 1.7.3

dependabot[bot] opened this pull request about 3 years ago
yuv: Drop the LUTs, do integer-only (fixed-point), SIMD-capable arithmetic instead

torokati44 opened this pull request about 3 years ago
build(deps): bump thiserror from 1.0.29 to 1.0.30

dependabot[bot] opened this pull request over 3 years ago
yuv: Remove chroma interpolation, use iterators

torokati44 opened this pull request over 3 years ago
yuv: Use more accurate BT.601 coefficients

torokati44 opened this pull request over 3 years ago
Deblocking filter is missing

torokati44 opened this issue over 3 years ago
chore: Fix clippy complaints on nightly

torokati44 opened this pull request over 3 years ago
build(deps): bump thiserror from 1.0.28 to 1.0.29

dependabot[bot] opened this pull request over 3 years ago
Optimize the YUV->RGBA conversion with lookup tables

torokati44 opened this pull request over 3 years ago
Eliminating bounds checks in the YUV->RGBA conversion

torokati44 opened this pull request over 3 years ago
build(deps): bump thiserror from 1.0.26 to 1.0.28

dependabot[bot] opened this pull request over 3 years ago
Fix a typo in README

torokati44 opened this pull request over 3 years ago
README.md cleanup

kmeisthax opened this pull request over 3 years ago
h263: Add convenience method to parse a picture from a reader

kmeisthax opened this pull request over 3 years ago
build(deps): bump bitflags from 1.2.1 to 1.3.2

dependabot[bot] opened this pull request over 3 years ago