aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* H264 DecoderVladimir Sukhonosov2022-01-211-1/+2
| | | | Linux implementation using ffmpeg
* Raise CMake requirement to 3.10Pierre Ossman2021-11-051-0/+1
| | | | | | It's difficult to support both old and new versions, so raise the requirement to the oldest that is commonly used, which is CMake 3.10.2 on Ubuntu 18.04.
* Drop Ubuntu 16.04 from buildsPierre Ossman2021-11-053-67/+0
| | | | | This version of Ubuntu is no longer fully supported so let's stop caring about builds there.
* Test Java builds in github actionsPierre Ossman2021-09-101-0/+19
|
* Convert CI to GitHub ActionsPierre Ossman2021-06-0811-1/+385
| | | | | | 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 actionsPierre Ossman2021-06-071-0/+9
| | | | | A initial workflow needs to be defined for actions to trigger on pull requests, so just add a minimal, dummy one.
* Add link to discussion groups from issuesPierre Ossman2021-01-151-0/+7
| | | | | So that people can easily find them and not file bug reports for things that are just questions.
* Hide link to create blank issuesPierre Ossman2021-01-151-0/+1
| | | | | We want users to use the templates so we don't miss any relevant information.
* Add Github issue templatesPierre Ossman2018-12-282-0/+54
Add basic templates for users to follow so that we get the information we need directly in the initial report.