8 Commits

Author SHA1 Message Date
dependabot[bot] e64ec3b65a Bump github.com/golang/protobuf from 1.5.2 to 1.5.4 (#389)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.2 to 1.5.4.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.5.2...v1.5.4)

---
updated-dependencies:
- dependency-name: github.com/golang/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 13:10:18 +00:00
Ivan Tivonenko 5da83d2f46 add from/to parametrs support for transcoding function
from/to specified in ms from segment start
2021-11-30 23:54:44 +02:00
Oscar e0a6002c84 implementation go signature comparison function (#253)
implementation go signature create and comparison function
2021-08-16 22:01:31 +08:00
Jai Luthra 9fdbf80c85 ffmpeg/detector: Generate tensorflow config protobuf 2021-08-06 18:20:31 +05:30
Jai Luthra a432436450 mod: Update m3u8 to v0.11.1 2020-12-07 13:42:47 +00:00
Josh Allmann b96e7ea6d8 mod: Update joy4 to latest.
Needed to correct some behavior that will break after the next
round of ffmpeg updates.
2019-11-21 14:30:52 -08:00
mk-livepeer e9b64d4c0b move to github.com/livepeer/m3u8 v0.11.0 (#143)
* move to github.com/livepeer/m3u8 v0.11.0
* go mod tidy
2019-08-13 05:36:03 -04:00
mk-livepeer 6e76b1c43b move to go mod and livepeer/joy4@livepeer (#132)
This PR sets us up for managing `go-livepeer` dependencies using `go mod`.

Users building standalone lpms using `GOPATH` will still have to manually run `go get github.com/livepeer/joy4@livepeer` - This PR should at least get them a step closer by pointing them to the correct repository.

Users building standalone lpms using `go mod` should be automatically pointed to the correct revision of joy4.

Users building `go-livepeer` must continue building using the vendored lpms and `GOPATH` until `go mod` is completely ready.

This does nothing to harm to current state of things for users with today's build methods.

* add go.mod
* move from `github.com/nareix/joy4` to `github.com/livepeer/joy4@livepeer`
```
go get github.com/livepeer/joy4@livepeer
```
* go.mod: update dependency: github.com/livepeer/joy4 v0.1.1
2019-07-08 12:51:36 -04:00