Ecosyste.ms: OpenCollective

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

github.com/trynoice/mp3.js

A fork of audiocogs/mp3.js
https://github.com/trynoice/mp3.js

declare main script in package.json

5269edf0dcda3659e48d330d3d09179649de51ac authored over 2 years ago by Ashutosh Gangwar <[email protected]>
Merge pull request #20 from audiocogs/mllt-seek

Add support for ID3 MLLT-based seeking

4c57a308dfafb8a120a0cc5ddbf43c1a010a0f5b authored over 8 years ago by Devon Govett <[email protected]>
Add support for ID3 MLLT-based seeking

The MPEGLocationLookupTable (MLLT) ID3 tag supports a much more accurate seek table for VBR MP3s...

ac8fe8a74b1dfb1dd8bdfb1ae8f0f0e1bcdeac69 authored over 8 years ago by Devon Govett <[email protected]>
Update README.md

a43dd4b70af9ad283af0b49d1483c47c3b766d11 authored over 8 years ago by Devon Govett <[email protected]>
Fixes for VBRI tag reading

a21741c4e0cbb937e9d3e96c0bd3b9fe732dd2cd authored over 8 years ago by Devon Govett <[email protected]>
Merge pull request #13 from PRX/feat/add_format_info

add more header info to mp3 format emit

42c57c1a9c46123d7a59e59a820570c353fd0e4c authored about 9 years ago by Devon Govett <[email protected]>
Merge pull request #16 from thijstriemstra/patch-1

fix flac.js link

9a0c602c4c5874e81f73b63b943c8a711782547a authored over 9 years ago by Devon Govett <[email protected]>
fix flac.js link

525ccbc15ad90d21c5e4dbbcc6c7a4b105fe75db authored over 9 years ago by Thijs Triemstra <[email protected]>
Merge pull request #15 from qzchenwl/master

Fix: Read I_STEREO in MP3FrameHeader.FLAGS failed

88e28c41f9aefebc28304b929dc22f68d44134c9 authored over 9 years ago by Devon Govett <[email protected]>
Fix: Read I_STEREO in MP3FrameHeader.FLAGS failed

67576206d415d21bc2a914ab8fe0b72fbe899e06 authored over 9 years ago by qzchenwl <[email protected]>
add more header info to mp3 format emit

71e5362499a95f8b4035722f577034f579a745bb authored about 10 years ago by Andrew Kuklewicz <[email protected]>
Merge pull request #8 from audiocogs/browserify

Switch build system to Browserify

8964d9dd1b5fa00ba27576c3970b387691dae1d3 authored over 10 years ago by Devon Govett <[email protected]>
Update readme

a50f6785bf628597874eed629725f1fa146df70a authored over 10 years ago by Devon Govett <[email protected]>
Add Makefile for standalone browser version

086a95c232972f57d1456b08695569cceeccc378 authored over 10 years ago by Devon Govett <[email protected]>
importer -> browserify modules

46958875561d7a61a3818e20487c76768af737c3 authored over 10 years ago by Devon Govett <[email protected]>
Merge pull request #7 from mjibson/patch-1

Correctly set hlen in quad tables

c55723fb7fef82b12be490971a15dd426485d102 authored over 10 years ago by Devon Govett <[email protected]>
Correctly set hlen in quad tables

Without this, cachesz gets set to NaN after the first iteration of the quad loop.

7acefef8838ca3bad031f936aa8a062b0dbbef05 authored over 10 years ago by Matt Jibson <[email protected]>
Update readme to show support for layer I and II

224cb95c1eee7ad3a5cd31f9f682251d0b788a00 authored over 11 years ago by Devon Govett <[email protected]>
Update readme

bdaff946cd309df376aab581c11c32bf20c07b72 authored almost 12 years ago by Devon Govett <[email protected]>
get rid of side info allocation

e06e2155d83adc29bedfd2d2c17052b4ffa1a0f5 authored almost 12 years ago by Devon Govett <[email protected]>
Merge branch 'refs/heads/namespace'

5eed58d7bd9dc0654be9f438fef9d84b3fe150c4 authored almost 12 years ago by Devon Govett <[email protected]>
Get rid of weird non-breaking space characters

85d1d023ef9d808854044e1799e671019a443885 authored almost 12 years ago by Devon Govett <[email protected]>
Get rid of weird non-breaking space characters

eaac8f985e02944bc712974aef46a52048b78dec authored almost 12 years ago by Devon Govett <[email protected]>
Fix error handling after seeking (hopefully).

Apparently the frame reservoir can last a pretty long time, so just keep going until we successf...

c143b34386cd58ec683e95353329c2ee866b58dd authored about 12 years ago by Devon Govett <[email protected]>
Add seeking support!

For CBR files, it guesstimates a seek point based on the bitrate. For VBR files, it uses the Xin...

413fd0ed6ad88e0892278bb306e763978c0b50f3 authored about 12 years ago by Devon Govett <[email protected]>
Add support for Layer I decoding

1c5edce15c37a53b7f8ff5393308cdad7c55e6a8 authored about 12 years ago by Devon Govett <[email protected]>
Make layer decoders specific to each instance, and only initialize them as needed.

1febf072618a417fa3bd83afc47a0c0806fa1608 authored about 12 years ago by Devon Govett <[email protected]>
Add support for Layer II decoding

9a4f552eb7545f652c57730e7f91bb513e972c6d authored about 12 years ago by Devon Govett <[email protected]>
Cover art should just be a buffer

ea3aa8043fa1f53136650e94753135c9eeb63067 authored about 12 years ago by Devon Govett <[email protected]>
Revamp error handling

Now uses plain JavaScript error throwing rather than C-style error handling.

154c2f046c8d40f2835346b7ca9af0369be2e306 authored about 12 years ago by Devon Govett <[email protected]>
namespacing aurora classes and improvements

1f753fb8c0cf3bdae8c33c52206d228b91388689 authored about 12 years ago by Devon Govett <[email protected]>
Fix for empty UTF16BOM encoded strings

c1e38020f51d7440b50cd7b68e134b321e1c6aa5 authored over 12 years ago by Devon Govett <[email protected]>
Add support for the MPEG-2 LSF extension.

bf7f59fcce73df118d32fe33938c1504162fa5f2 authored over 12 years ago by Devon Govett <[email protected]>
Improve ID3 parsing. Should (almost) fully support 2.2, 2.3, and 2.4 specs now.

333e12760a070b3f0e23cd0f43161ceca05b9dab authored over 12 years ago by Devon Govett <[email protected]>
Fix XING bug

f9fa099162a9bad9a21a78c73579d7006fc1f71d authored over 12 years ago by Devon Govett <[email protected]>
Fix id3 v2.4 frame size reading

095c04a7a2872cee561d42b12ff2c4a7676e12fb authored over 12 years ago by Devon Govett <[email protected]>
Fix album art ID3 issue

d5d3acf7bb9249eaaecbc8de456019d198559326 authored over 12 years ago by Devon Govett <[email protected]>
Fix decoding of headers with the protection flag.

adde79389d3b1cd75ba271771318520d9fcf78b3 authored over 12 years ago by Devon Govett <[email protected]>
remove free bitrate streams from readme todo list

41fc55cadd904f6c7f5c18f6694fb8dbcebcc182 authored over 12 years ago by Devon Govett <[email protected]>
Add support for free bitrate streams

bea21a2fe63c5977c0d54fd1ce6cda5a3f0d85e0 authored over 12 years ago by Devon Govett <[email protected]>
Fix the probe for real (skip id3 data)

f271a74c480baa530b0b3297c14541c4cd8edbbe authored over 12 years ago by Devon Govett <[email protected]>
Fix demuxer probe for files without ID3 data.

bdd2d870f579dbe7799a993410a180f6fdfa9669 authored over 12 years ago by Devon Govett <[email protected]>
Fix attached picture frames for ID3v2.2

17e4bc28607fa14435a547ebef5792aeedaa622c authored over 12 years ago by Devon Govett <[email protected]>
Merge branch 'master' of https://github.com/devongovett/mp3.js

ecdf1dcb68f400cb0daa41b24cb63eed860c65f5 authored over 12 years ago by Devon Govett <[email protected]>
Get rid of globals

d814828996a1cad6a36f456b02cbba0cc90eb54b authored over 12 years ago by Devon Govett <[email protected]>
Merge pull request #1 from duckinator/patch-1

Update master

570a530fafbe0a0e2c4668762b8b0f5e195142dc authored over 12 years ago by Devon Govett <[email protected]>
Update master

b4b515496a4a7900fc1dca2436d9cb4632a538a9 authored over 12 years ago by Nick Markwell <[email protected]>
Improve readme

8fa4629b3cc2dfe95dc123d6c9b6fc57e53ab6df authored over 12 years ago by Devon Govett <[email protected]>
Initial commit

12107c80e31b4b91c58769decad789e9482291d8 authored over 12 years ago by Devon Govett <[email protected]>