lpms icon indicating copy to clipboard operation
lpms copied to clipboard

Livepeer media server

Results 74 lpms issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @​cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @​dependabot...

dependencies
github_actions

Bumps google.golang.org/protobuf from 1.33.0 to 1.34.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.33.0&new-version=1.34.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

lpms updates to work with FFmpeg 6.1.1

#### Improve VFR support ( 55a5d805d32927d3e6433a64fa1ad343b1370e61 ) Manually calculate the duration of each frame and set the PTS to that before submitting to the filtergraph. This allows us to better...

Bumps [github.com/golang/glog](https://github.com/golang/glog) from 0.0.0-20160126235308-23def4e6c14b to 1.2.1. Release notes Sourced from github.com/golang/glog's releases. v1.2.1 What's Changed glog: don't hold mutex when sync'ing by @​chressie in golang/glog#68 Full Changelog: https://github.com/golang/glog/compare/v1.2.0...v1.2.1 v1.2.0 What's...

dependencies
go

Fixed typo from 'writting' to 'writing'

https://github.com/livepeer/go-livepeer/pull/2955

Add FPS and Duration data to GetCodecInfo.

This set of changes is about two things: - First, obvious follow-up to a first batch of changes, like removal of old transcode() function implementation, removing code that is no...