Releases: linuxserver/docker-tvheadend
d85be496-ls202
LinuxServer Changes:
Add mesa-va-gallium package for AMD transcoding.
tvheadend Changes:
Add automatic labels to PRs
a2ddd306-ls201
LinuxServer Changes:
Add mesa-va-gallium package for AMD transcoding.
tvheadend Changes:
transcoding: access the codec name only when codec pointer is valid
this fixes #1635
b225e4d6-ls200
LinuxServer Changes:
Add mesa-va-gallium package for AMD transcoding.
tvheadend Changes:
Clean up Debian postinst and postrm scripts
- Fix indentation
- Remove unnecessary {} around variables
- Double-quote all variables when assigned or used as arguments
- Simplify quotes and escaping in creation of the superuser file
- Remove needless variable assignments
- Use $() for command substitution instead of ``
7b762336-ls199
LinuxServer Changes:
Add mesa-va-gallium package for AMD transcoding.
tvheadend Changes:
src: filesystem permission fixes
Signed-off-by: Christian Hewitt [email protected]
c9b38a81-ls198
LinuxServer Changes:
Add mesa-va-gallium package for AMD transcoding.
tvheadend Changes:
descrambler: apply ICAM update from Chris230291
fd8b9e8b-ls197
LinuxServer Changes:
Add mesa-va-gallium package for AMD transcoding.
tvheadend Changes:
ci: rename build.yml to reduce confusion
Signed-off-by: Christian Hewitt [email protected]
d85c957a-ls196
LinuxServer Changes:
Add mesa-va-gallium package for AMD transcoding.
tvheadend Changes:
WebUI: Update donation string as a test to Transifex feed
583de233-ls195
LinuxServer Changes:
Add mesa-va-gallium package for AMD transcoding.
tvheadend Changes:
gitignore: add debian/.debhelper folder
bc30a74d-ls194
LinuxServer Changes:
Add mesa-va-gallium package for AMD transcoding.
tvheadend Changes:
Add rpi-bookworm to targets
62adbebf-ls193
LinuxServer Changes:
Add mesa-va-gallium package for AMD transcoding.
tvheadend Changes:
Correct handling of Remove and Ignore settings
Like strtok(), http_tokenize() modifies its input string. Since those strings are needed later to populate the UI, we should use copies.
Also free ignore_args to avoid a memory leak.