Skip to content

Releases: linuxserver/docker-tvheadend

d85be496-ls202

17 Feb 15:55
Compare
Choose a tag to compare

LinuxServer Changes:

Add mesa-va-gallium package for AMD transcoding.

tvheadend Changes:

Add automatic labels to PRs

a2ddd306-ls201

10 Feb 15:55
Compare
Choose a tag to compare

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

03 Feb 15:54
Compare
Choose a tag to compare

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

27 Jan 15:55
Compare
Choose a tag to compare

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

20 Jan 15:58
Compare
Choose a tag to compare

LinuxServer Changes:

Add mesa-va-gallium package for AMD transcoding.

tvheadend Changes:

descrambler: apply ICAM update from Chris230291

fd8b9e8b-ls197

30 Dec 15:54
Compare
Choose a tag to compare

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

09 Dec 15:51
Compare
Choose a tag to compare

LinuxServer Changes:

Add mesa-va-gallium package for AMD transcoding.

tvheadend Changes:

WebUI: Update donation string as a test to Transifex feed

583de233-ls195

02 Dec 15:53
Compare
Choose a tag to compare

LinuxServer Changes:

Add mesa-va-gallium package for AMD transcoding.

tvheadend Changes:

gitignore: add debian/.debhelper folder

bc30a74d-ls194

25 Nov 15:54
Compare
Choose a tag to compare

LinuxServer Changes:

Add mesa-va-gallium package for AMD transcoding.

tvheadend Changes:

Add rpi-bookworm to targets

62adbebf-ls193

18 Nov 15:59
Compare
Choose a tag to compare

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.