Ecosyste.ms: OpenCollective

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

github.com/ruffle-rs/nihav-vp6

A heavily stripped-down version of NihAV, containing only the VP6 decoder
https://github.com/ruffle-rs/nihav-vp6

indeo3: switch test to frame hashes

2890938d5fde1e6d3706e1480857f455815fd4dc authored about 5 years ago
indeo3: add reference requantisation

3bc2f5a46543f7c599bac482ef49f633ce4e15eb authored about 5 years ago
indeo3: handle skip frames

c5e335bfd17363d81dbb8d1a47b4d888508d19ae authored about 5 years ago
indeo3: various small fixes

0ddb146d0a684bdc4e5d91818e1cd4cc15e2679c authored about 5 years ago
indeo3: flip buffers instead of selecting

7241e0940fe2f854ecb3a54f1d673d749a4bd943 authored about 5 years ago
indeo2: use frame hashes for testing

23099ca919c137a0a8c7c405b718ac5c070fb796 authored about 5 years ago
indeo2: swap chroma planes

846959ef46de05231d21759b907a734d750d50c8 authored about 5 years ago
core/soundcvt: use wrapping mul in sample width extension

ff8cb3aa6ed9cafb4378401406d0081fbba079bf authored about 5 years ago
core/scale: copy pictures with different strides too

79ec1d51391cccce3c8ca2d4ea7e640cc78f0ee6 authored about 5 years ago
avi demuxer: sample size is already in bits

b33d38e0cb9907f59e2f354ac7a2ff015e5e978c authored about 5 years ago
core/soundcvt: add DupMono mode for remixing speed-up

582ffb7b157fdefb2dbafb40fa74a21e388b161c authored about 5 years ago
make decoders Send-able

08a1fab72215ea7716f51adf7008f85372e80c71 authored about 5 years ago
core/scale: optimise nearest-neighbour scaling

1ffd44c8a4064c0b57784e6791a95428692c1c41 authored about 5 years ago
core/scale: optimise YUV2RGB

2fe24f6ff326a461ab5a38a4a283e53e34b6f828 authored about 5 years ago
rmdemux: streams timestamps are in milliseconds

59dc9182c5eb3495cacf92b010c373b4eb37c2f9 authored about 5 years ago
rv60: generate correct PTS for B-frames

d32c444b36000abaaf5c65866a2dbdfec1c1ac26 authored about 5 years ago
core/scale: fix unpacking condition

e9d8cce7d0f15f39104719bbd220afea881e3fdb authored about 5 years ago
core/reorder: simplify I/P/B reorderer

f9c353971745ce681f5d56d419ae62aa1a04a3b9 authored about 5 years ago
core/refs: make NABufferRef suitable for passing buffers to threads

f20bb38420d25394047d92ceac2ead7c7e5246ed authored about 5 years ago
duck: switch some codecs to new testing system

16b1399753eb059f8309a328d4cef867cd470150 authored about 5 years ago
core/test: add better decoder testing system

eca0802bec4df1354e249d68305926fa495a1678 authored about 5 years ago
core/test: use common prefix for test data output

927541493a5e75c3ed86d9c55437c78c5a58224b authored about 5 years ago
make audio decoder tests write .wav files only by request

5580b11b0e9daf065c81a8b354295c6d5d1dd3dd authored about 5 years ago
fix demuxer tests after introducing seek index

caf0f37ecea1e6e25f21fc6e824ac250fe976541 authored about 5 years ago
core: add audio format conversion routines

47f26235350744ebf034ff18467e449a249f7703 authored about 5 years ago
core/frame: make fields of NAAudioInfo public

df159213f11b19739b8e7c8d5ec4e8318cdcef24 authored about 5 years ago
bink demuxer: save timebase in context

afaed986483bab74cc41c17b03399a29fe390901 authored about 5 years ago
core/frame: add some common audio functions to NABufferType

049474a0116e080d49c349256da7fae5f1a1b9c3 authored about 5 years ago
core/frame: return a reference to channel map instead of clone for audio buffer

8ee4352b1fad134b2fc3f137f9cfc94804446bfd authored about 5 years ago
core/frame: introduce stride for planar audio buffers

01e2d49645edae06053dfd64142fae861ec0a945 authored about 5 years ago
core/formats: make NASoniton fields public

a92a51132747ee570a7c9b2d45fddcfc82cb659b authored about 5 years ago
core/byteio: add floating point read-write functions

02a5bdaf3a2cad57fa03bf88be1a6de2e8599d6a authored about 5 years ago
core/byteio: add standalone write functions

95c7f2f6263a3cb03bee2e0487170fc9f23499a6 authored about 5 years ago
allow to skip index building

9da33f04bbd89f18942bbafc6d135b5d3f102953 authored about 5 years ago
avi: add index parsing and seeking

4a6263cf8ef4a0d6ae85a04d5bac8326190bbd1e authored about 5 years ago
core: improve SeekIndex functionality

6492988da2d819c9e0953ec71876488e2e35580e authored about 5 years ago
core: improve interaction with stream type

baf5478c14aee2b7e8e6dcb300ced8a45dbdd956 authored about 5 years ago
core: add ts_to_time() utility function

a65bdeac0942ef46830e4471f62075838851ffec authored about 5 years ago
add index and seeking to RealMedia demuxer

cdcbaa6c94345c189742afb831bde3850843310a authored about 5 years ago
switch seek index to use milliseconds instead of timestamps

4cfb5dd496118a94b7b59b806f0b81a17e47630c authored about 5 years ago
initial seeking support

33b5a8f0020ee3e6e0cc39ba9f6219965502df84 authored about 5 years ago
core/frame: add time to timestamp conversion utility function

266da7b9db18727dc065a4e8971ecb0ac0b1e45f authored about 5 years ago
core/byteio: reexport SeekFrom

37f2396bf98a72c252b18ebc20deb6ba0ce0018f authored about 5 years ago
core: add frame reordering functionality

ca8452f0b03bdf2c416eeee51ba59a8c9cd8c502 authored about 5 years ago
frame: add ID field

f18bba90acb625ff6bdabc9a2ad7c68bd40e3313 authored about 5 years ago
check for missing reference frames in various decoders

6e24ec0bcf9d521c66551eebd198400c5342b0be authored over 5 years ago
add missing flush() implementation

d8ee06da85fe5e695f4eeaf3db72c99e1ac506d2 authored over 5 years ago
add flush() to decoder interface

f9be4e750dccff762b9a3d894faec50ffdb59233 authored over 5 years ago
duck/avc: improve decoder a bit

80aaa7ef4cf5ce03978f64d07c344e4b18718b1b authored over 5 years ago
core/dsp: add imdct_half

9e424d2f1e57b49cc4f7629c13b99922facb8dbf authored over 5 years ago
dec_video: care about PTS only in the decoded stream

d5f4d49ef2c8f8e4f3ef0642b3561a53f66dffac authored over 5 years ago
VP7 decoder

587a6d789be865f24bd31ef65aabf1b9d5809965 authored over 5 years ago
on2avc: remove panic at end

1333465786c9d2746030a1024e5ceb2ea1a77be5 authored over 5 years ago
move GenericCache to common place

1fdbd53e295c3876df7602cc5c5397730711ed24 authored over 5 years ago
vp56: move DCT coeffs base and probabilities to common

3f67638d8b7e163be9579e99a05f672f2ec4f144 authored over 5 years ago
MidiVid decoder

801bba83e901a9d496d05692d0489d31b21e570f authored over 5 years ago
register: fix some On2-related entries

629a102529407457851701428cc192ba2aa1b1f0 authored over 5 years ago
On2 AVC decoder

6a4942885d50ab644f27d0d25aee0b2740dce509 authored over 5 years ago
core: add UintCodeType::Limites{Zeroes,Ones} for clarity

3b89a4d7a39910f189ce7c918b23f496ed380e7e authored over 5 years ago
avi: stop outputting frames when index is hit

6350b1eea7d33fb87dae93c627ad8d3f6d644f9e authored over 5 years ago
core: fix read_XX_{be,le} funcs

c9087a4c607b9408aef7bec25fec8b9fa41788d5 authored over 5 years ago
semi-working VP5/6 decoder

3584b223ce417fe167dc90cb9a40e173f34823c0 authored over 5 years ago
move zigzag scan to common place

64e8b9711a54641d4155d01f095053233c79a9bf authored over 5 years ago
avi: support ON2 files

23eeced96736873d96bcdab904cd21244643ed99 authored over 5 years ago
nihav-duck: require blockdsp feature from core

56e5e5455bffbe9c180896aec15cda1396fe7e95 authored over 5 years ago
VP4 decoder

8e4b2f445d2c3e530e5fa517e19f9639142479cf authored over 5 years ago
vp3: move loop filter to common

8d8ddfe10445b9561fb36e5e25980fe3fb95c2ea authored over 5 years ago
vp3: add VP30 decoding support

3567fcdbce66c242daa0dcc3c1d2e5f06844e8ab authored over 5 years ago
vp3: fix quant matrix generation

6fbd24ec287d5dab891b44903d030081309dfea5 authored over 5 years ago
vp3: fix fourmv restoration loop bug

96f8649df505c8921393f24b30e5627dfe2ec1c5 authored over 5 years ago
vp3: more preparations for VP30 decoding

347108c9b66fab3995a165c5f71f62612ee56548 authored over 5 years ago
vp3: rename in preparation for VP30 decoding

6543b6f8dcd96f91ded6e82f60c9ea3c3ddbe7e3 authored over 5 years ago
VP3 decoder

5b24175d582e438c4b8ccb685e2eb5913178fc3e authored over 5 years ago
core/blockdsp: add copy_block()

c66700644b071b5857b2beec2ad47e7878449ee3 authored over 5 years ago
realmedia: remove unneeded mut

1f4aa1f4c23696aeefbd77be1713855958c17693 authored over 5 years ago
core: make blockdsp an independent feature

01b4e528eb3b54c894fea4cdd9236568ab58c855 authored over 5 years ago
core/frame: use the same offsets for flipped frame

74afc7de723f0e5a3d3ae93ccc775ef63c62b746 authored over 5 years ago
core/frame: change simple frame data to slice

dc45d8ce2269e638c10a18f99aed3294fd5de827 authored over 5 years ago
core: fix some clippy warnings

fdb4b2fbe87ca6e15f6d5e8ad040b7c9ee883053 authored over 5 years ago
realmedia: fix some clippy warnings

e07387c7f125550a41faf36a509b252cf71d7f9a authored over 5 years ago
rad: fix some clippy warnings

7e6086e50dce8780e59c8d9c0d2d74aa25aaae9e authored over 5 years ago
indeo: fix some clippy warnings

f2af8ecaeed8ec8c1fa6b3c2cfdb075d64994b7a authored over 5 years ago
game: fix some clippy warnings

e69b11482edfe7d2d3604a828e46990df78ef852 authored over 5 years ago
duck: fix some clippy warnings

8a7352c04dd848eea6519f0d775d98d547b90a39 authored over 5 years ago
commonfmt: fix some clippy warnings

c83013a1f409bc5f83e343cf1b2293aa736e6c93 authored over 5 years ago
core/refs: fix leak

639bb29ab337fb48397fff9febd452e2dc1b99f5 authored over 5 years ago
core/refs: fix drop condition

3485eca4fe0f67b0d204f2ce63afff0fcacb9c94 authored over 5 years ago
fix clippy errors

c2a4fa57b414ec496948a1812344a60bd72e1845 authored over 5 years ago
indeo3: fix source buffer

568cde8118e34485ad4a9cc3fcd876f3192c9b2e authored over 5 years ago
bmv: remove duplicate code

da736dbd052ef67651991dfcc858684315c336fc authored over 5 years ago
realmedia: fix clippy errors

61d3e29467a4a634bbca56b8acfadcc346122a50 authored over 5 years ago
core: fix most clippy warnings

e243ceb4d694cc08767ad70027bb6963f4cefea3 authored over 5 years ago
detect: fix paths for test samples

250c49f64633580d3e294a7b871fad4618694209 authored over 5 years ago
mark traits as dyn

6011e20199143f519881660144a4ca95ba77fd2d authored over 5 years ago
codecs: implement Default trait for MV

3a1d1cfa508161305c7e2499dab3196ded109faf authored almost 6 years ago
switch to better FFT interface and more flexible FFT implementation

9e78289cc98dddb8f6d6ea4fc4c3655636e31a72 authored almost 6 years ago
realmedia: use video buffer pool in RV3/4/6

3c69ce1b2da6d6c9d1fa9962616f4e4e8d1d06df authored almost 6 years ago
introduce NADecoderSupport and buffer pools

01613464323864a655c994820d3c43df1954e3b2 authored almost 6 years ago
switch NABufferType to use refs for video buffers

3fc28ece6664a34af9b7f6a52dbf8a8809fa9204 authored almost 6 years ago
gdv: fix palette order

cbc3c7a23f8d41c9cb395252a6b795817b5aec96 authored almost 6 years ago