https://bugs.kde.org/show_bug.cgi?id=371540
Mauro Carvalho Chehab <mchehab+...@kernel.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #6 from Mauro Carvalho Chehab <mchehab+...@kernel.org> --- (In reply to Alan from comment #5) > On DVB-T2 the EIT tables are compressed using Huffman coding, using the > same coding table as Freesat. This reduces the size of the EIT and thus > the bandwidth that has to be used to broadcast it. > > I believe that the coding table is subject to copyright and is not > generally made available. However it was speedily reverse engineered and > most open-source media players include the reverse-engineered version by > default. Yes, UK uses FreeSat's huffman codes. There are some open source programs that implement it. The huffman decoding itself is OK. The problem is that Freesat use some char tables that seem to be under some copyright protection. Adding it to Kaffeine (or to libdvbv5) could cause some legal issues, with would prevent distros to be able to ship it. The best would be to have some sort of plugin that would allow someone to download such tables and/or a huffmann parsing library. Unfortunately, currently, I don't have time to work on such code. If someone wants to develop it in a way that would keep the Kaffeine code clean of legal issues, I'll gladly apply it. -- You are receiving this mail because: You are watching all bug changes.