8000 Tags · unpause-live/SwiftVideo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Tags: unpause-live/SwiftVideo

Tags

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Xcode iOS Support (Breaking Change. 0.2.0) (#30)

This PR fixes support when adding the project as a package dependency in Xcode. You can now use a new SwiftVideo_Bare target with iOS if you are not building with FFmpeg and Freetype.

0.1.6

Toggle 0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add RTMP Play, fix warnings related to usinge of UnsafePointers (#28)

0.1.5

Toggle 0.1.5's commit message
Merge

0.1.4

Toggle 0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Small bugfixes (#23)


    Reorder composer bind command so that binding an asset to the element happens after the callback. This is important incase an asset needs to do some asynchronous preparation before being attached to the composer.
    Handshake bugfix and fix some linter errors in the rtmp stack
    Allow multilevel app paths in rtmp stack (fixes UStream compatibility)
    Flavor server can now reuse connections for multiple sessions

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add CUDA as a backend for GPGPU (#18)

This PR adds CUDA as a GPGPU option.  You can enable it in the build on Linux by setting the environment variable CUDA_VER to the cuda version you want to build against.  For example, `$ CUDA_VER="10.1" swift build`

Additionally the test suite has now been moved off of the jonathonf PPA repo and builds FFmpeg from git.

0.1.2

Toggle 0.1.2's commit message
Revert change putting setScene on video mixer queue

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add swiftlint (#9)

0.1.0

Toggle 0.1.0's commit message
add status badge

0