Ecosyste.ms: OpenCollective

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

github.com/webrtc-rs/media

A pure Rust implementation of WebRTC Media API
https://github.com/webrtc-rs/media

Merge pull request #11 from xnorpx/chore/add-crate-move-notice

Add notice about crate moving to monorepo

7ae46209990452b458274f669ce56c28a414e852 authored over 2 years ago
Add notice about crate moving to monorepo

e69a55f1ad2f9a1ddb4cd58c1f71667db2389399 authored over 2 years ago
Bump version to 0.4.6

0df6b67c3496f721d8eda61ab12c608946d5ae62 authored over 2 years ago
fix lint errors in sample_builder (#10)

fe9ed1e4c2eb94ba3806efb3c05ed4b771b63886 authored over 2 years ago
add io/sample_builder (#5)

Ported from https://github.com/pion/webrtc/tree/master/pkg/media/samplebuilder.

The sample bu...

488e7212fed4b12fe26de9e58ae68352858033d5 authored over 2 years ago
update deps + loosen some requirements (#9)

* update deps + loosen some requirements

rules:
- for crates that are below v1.0 -> specify ...

5f49431d1dd52a3b755f671a52be3fe1845181fa authored over 2 years ago
Merge pull request #8 from sakex/optimisation/dont-reallocate-on-read

Don't reallocate the read buffer on every read in

f18ea9c1fe77bf5175882a82c241a44c44752747 authored over 2 years ago
Don't reallocate the read buffer on every read in

6ef9c624d533b5d39100cdb6aba349e50ce9bc94 authored over 2 years ago
update rtp dep and bump to v0.4.5

c066f95618e137973ff4eb367e45a079ceb8b9c1 authored about 3 years ago
update deps and upgrade self to v0.4.4

9880b806f8e43bcd990163a879a8b11d44093d4b authored about 3 years ago
update rtp dep and upgrade self to v0.4.3

09de88e94a40e7fea0045fc57f13cd7e8de02e55 authored about 3 years ago
update readme

de5e9db27d7aa5dd08eb576ce20de4ea2d26b8fd authored about 3 years ago
update deps and upgrade self to v0.4.2

132aa150838b09a6f70c50010cd5ad8dd91d6387 authored about 3 years ago
update dep and upgrade to v0.4.1

9ab6cff6075b8b646f361a9ac546340e1552207f authored about 3 years ago
update h264_reader/writer

5c6e43ffe56fae7cfaadd5b5c0ea0aee050a3941 authored about 3 years ago
upgrade to 0.4.0 due to rtp breaking change

14af20bd62a02f4a9d22b93163037798b6040fe6 authored over 3 years ago
update rtp codec depacketizer

ca687c7c7b3efe674a8c5f47a906ccf60c00b66b authored over 3 years ago
upgrade to v0.3.0

3a9b0d8d90dc47b1c8a7132a01eb7062021ff1d5 authored over 3 years ago
fix h264_reader/writer error handling

0a85ddf0d88f8515915a9bad840ccafddff0de8d authored over 3 years ago
Merge pull request #4 from algesten/anyhow

Refactor out use of anyhow

7d7490f817d8549c851c583c8ba7994862a915a1 authored over 3 years ago
fix clippy warnings

f5313e0e4e9cdc27070725a227a7511257ab9d06 authored over 3 years ago
Update deps

608152fec7904a6c09bad7b04eafd4f80eac56eb authored over 3 years ago
Refactor out use of anyhow

eca415a2f84d2f362fc98cb94e65f3f5c7d3ae21 authored over 3 years ago
upgrade to v0.2.1 to support h264 io reader/writer

5ccf0ab36c133f1160371c634b31ba68b64911e5 authored over 3 years ago
refactor NAL with BytesMut

b7e17eee700f2aa339c3876a63f77aaede5c6141 authored over 3 years ago
add h264_reader/writer_test

22f59fec1c0a912d66084ba52f33c4b99baf09dc authored over 3 years ago
add h264_writer

980ad6e0248271c276806df8350c8018968f9ab0 authored over 3 years ago
add h264_reader

ed070f4a18b6b5b82af7dbfe4ac3350e18ee5c6b authored over 3 years ago
add h264 nalu type

9832f25e5a0bac3dc2f0eb17366327506e218851 authored over 3 years ago
Update cargo.yml

4136e622b2ff3c1ab8ddb2fb57318702fe5c0a97 authored over 3 years ago
release v0.2.0 due to rtp 0.3->0.4 breaking change

e6815ad219944e35f164d9fdea6269fa7b3ca96f authored over 3 years ago
upgrade rtp to v0.4.1 and self to v0.1.2

bd306bf0471b63774bf12bc138260ef20b2f970a authored over 3 years ago
fix clippy warning

5d1dfd9419c316f054b3b32877a3c3a886a9ca68 authored over 3 years ago
Merge pull request #2 from regexident/constraints

Media track settings & constraints

12126354d682a4be4787d9ae27d3eb66c581ffc6 authored over 3 years ago
simplify settings/constraints API by removing unnecessary numeric new-types

c6c3abac1f3b5682630134338f31f79530f44709 authored over 3 years ago
add media track constraints

62dbd0a20bac0cc6c7963019a774eee6d82eb107 authored over 3 years ago
add constraint builders and unit tests

4fac1a53a2170f1f80b1cfe4455dee7f160a27bf authored over 3 years ago
implement builder pattern for media/audio/video settings and add unit tests

7314dc20c6bb84733a6feb41393720fb9445fd74 authored over 3 years ago
move video track settings into their own files and add unit tests

e938f82f80452e6e37ef8d854ce13ad4d4346d2c authored over 3 years ago
move audio track settings into their own files and add unit tests

2585c7e3635999ceccc178a341d17a6f7363cf96 authored over 3 years ago
move `devide_id` & `group_id` into their own files and add unit tests

4cc1a6cbf9cb1a9db63c6fc4f5ab704df134881b authored over 3 years ago
add media track settings

74a705382ff6a070d6ef7ad1ef42e199c73f1dc9 authored over 3 years ago
upgrade to v0.1.1

90fbffdb40dd2d207c262489ecbe5783ac27a778 authored over 3 years ago
upgrade to v0.1.0

933e2b4350d9bb032d98bebfcdb5c2d682f4a2a3 authored over 3 years ago
upgrade to v0.0.6

ab64e5401feb30d98cbf4dedab4bb775301d0510 authored over 3 years ago
change Bytes to BytesMut

c67f9fe6ce10f991fa4913c47b2a4362fc16ecdc authored over 3 years ago
upgrade to v0.0.5

d4a855d0681ea2651d44ad9f262a990995abb74d authored over 3 years ago
add ogg_write_test

37a3504d47cb8390690564234e082a79d6d8fb15 authored over 3 years ago
add ogg_writer

48909500c1f4d5e031caea9a38b510699f86fa84 authored over 3 years ago
add ogg_reader

39b0634232e7866d122113152f570c28a27d5aa8 authored over 3 years ago
upgrade to v0.0.4

1468f087d0c0c493f0b53a28596fd1bfeee279b5 authored over 3 years ago
rename RTPWriter to Writer trait

6ff793079f026c1d946de80ec5df4aee3ccd32d9 authored over 3 years ago
update rtp dep and self to v0.0.3

8a2984b37dabaa45c84103dd7ef1dba29c332547 authored over 3 years ago
add Sample

c204e0289234b0f3f4319b67092bfcaaf426da73 authored over 3 years ago
upgrade to v0.0.2

2bac5ee040a49a82f85099988c3c1851f9a88c74 authored over 3 years ago
add ivf_read_test

f0b364b560e9882916cc89017af3f3ce9a62c918 authored over 3 years ago
add ivf_writer

1f7ecbb6849f36b2e8fb564b69bd860ace768834 authored over 3 years ago
add ivf_reader

57c7795c6e1cc12b4dc20a63571bab4742bd9e2c authored over 3 years ago
fix fmt warning

e2394247556b5660c8df79f1ea3a083d7f18a1cc authored over 3 years ago
update util dep to v0.4.2

0879dfc2e5ec6dda0770608b97e7de7d4cb89494 authored over 3 years ago
add code structure for io reader/writer

7c11cd396746d1ac3c83e531f86c4607ecb7fbe2 authored over 3 years ago
update Cargo.toml license to "MIT/Apache-2.0"

18501b83f133716f7e0452090c4d583073af5702 authored over 3 years ago
Update cargo.yml

2a8a6be8c6692515f475edf01078915b09b6dbfc authored over 3 years ago
Merge pull request #1 from regexident/audio

Add basic implementation of audio buffer and sample

1ef5d695be02b40a5e326cb5f07cf4b7fc75efef authored over 3 years ago
Add basic implementation of audio buffer and sample

960bba358e912e5e27fed2e4325f7958ab31cdc0 authored over 3 years ago
update github action names

0acd4a6659b84a1c6086a1b05cb999ed0d4d9f65 authored over 3 years ago
change licensing from MIT to dual MIT/Apache 2.0

c917cc12f99b97fba828c95fa239de958e002c04 authored over 3 years ago
Add codecov token

e24073a9dd70af8b9be4af0a928674c20bb39852 authored over 3 years ago
update github action's toolchain to v1.52.1

20b1344e906b957969653e20315521836f485d37 authored over 3 years ago
add mac/win run for github actions

9405d588d3063fed77f80808ffcfcfcb0d29c8ee authored almost 4 years ago
update crates.io from webrtc-rs-media to webrtc-media

c8dd9457782f729855f8a4181fce93f5f120855b authored almost 4 years ago
Update FUNDING.yml

7f76f184e510e85d47be6261aaa5af8ddfbc66b0 authored almost 4 years ago
Create FUNDING.yml

588b166baa0fb91605bb3d0b1d09a2e2e0e75110 authored almost 4 years ago
Update README.md

e1f062dd16beba36ab41c92a3632f2014eeba1ba authored about 4 years ago
Update README.md

db80739428cc9b16a107986de1cdc12aac7c9e3e authored about 4 years ago
Update Cargo.toml

c1c88902f7d2058a127b5ca56e433732b5f37c5c authored about 4 years ago
prepare crates.io publish

8c65ba5714a6e37e610cd0800a1dbba1e72edd4c authored about 4 years ago
Initial commit

8a25651fa5606a1dc07e88bcb71fec248ec94e32 authored about 4 years ago