Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | H264 Decoder | Vladimir Sukhonosov | 2022-01-21 | 1 | -1/+2 |
| | | | | Linux implementation using ffmpeg | ||||
* | Drop Ubuntu 16.04 from builds | Pierre Ossman | 2021-11-05 | 1 | -1/+0 |
| | | | | | This version of Ubuntu is no longer fully supported so let's stop caring about builds there. | ||||
* | Test Java builds in github actions | Pierre Ossman | 2021-09-10 | 1 | -0/+19 |
| | |||||
* | Convert CI to GitHub Actions | Pierre Ossman | 2021-06-08 | 1 | -1/+73 |
| | | | | | | Travis has unfortunately been severely rate limited by Docker Hub so we have to switch to GitHub, which has an agreement with Docker to avoid the rate limiting. | ||||
* | Boot strap github actions | Pierre Ossman | 2021-06-07 | 1 | -0/+9 |
A initial workflow needs to be defined for actions to trigger on pull requests, so just add a minimal, dummy one. |