Skip to content

Releases: Lumen5/beamcoder

Edit Static link ffmpeg & hide conflicting symbols

13 Nov 19:15
920c6f8

Choose a tag to compare

  • Changes dynamic linking with ffmpeg libraries to static linking.
  • Added symbol versioning to hide almost ALL symbols inside the built beamcoder.node file. The only symbol that is still public/global is napi_register_module_v1, which is the entry point of the node package. Doing so eliminates symbol conflicts between ffmpeg functions in beamcoder and ffmpeg functions in nwjs.
  • Added libvpx to CI and to darwin builds

Remove segfault-handler

10 Jan 20:12
ebcb72f

Choose a tag to compare

We temporary removed segfault-handler to simplify build

Initial release

04 Jan 21:13
5108ea0

Choose a tag to compare

Merge pull request #4 from Lumen5/add-ci

fix(*): fix github push

Initia release

04 Jan 20:45
d540f4f

Choose a tag to compare

Merge pull request #3 from Lumen5/add-ci

fix(*): .github folder

Initial release

04 Jan 20:44
8fa5baf

Choose a tag to compare

Merge pull request #2 from Lumen5/add-ci

feat(*): add ci for beamcoder