Christian Hewitt

Results 130 comments of Christian Hewitt

I was using 6.1.1 for ages on Amlogic GBM images as it resolved some bugs. Not scientific testing, but no issues reported.

@git-developer It's always desirable to upstream patches, but as the upstream source has been static for several years it might take a while to find out how/where to submit, and...

The armv7 issue appears to be discussed here: https://github.com/kapitainsky/handbreak-RaspberryPi#6-we-have-to-make-quick-and-dirty-hack-to-x265-source-code

Some of these might be relevant? https://bitbucket.org/multicoreware/x265_git/pull-requests/23/commits Also https://bitbucket.org/multicoreware/x265_git/pull-requests/26/commits

@git-developer many thanks for the help on getting this over the line, finally! šŸ‘šŸ»

The current naming format has two hyphens and that works, so perhaps it's the addition of a third that breaks things? Perhaps use `tvheadend-major.minor.build-githash` e.g. `tvheadend-4.3.1234-abcdefgh` and see if that...

> I’d be happy to submit a pull request with the two relevant patches applied to 7.1.1 under `support/patches` IMHO it would be good to keep ffmpeg support moving forwards...

> Aren't there existing tools that do just this? Or must we have a custom (generated) script? It's mostly to see what Copilot came up with (so far, it looks...

The license identifier should be placed at the top of the file; underneath the shebang for script files that have them, but no empty lines between shebang and license, and...