Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#5944 closed patch (fixed)
Freesat (UK) decompression update
Reported by: | Owned by: | Janne Grunau | |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | eit | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
The attachments consist of a patch for the Freesat Huffman code decompressor and a replacement for the header file. Since the header is completely replaced and quite large I'm including it as compressed file on its own rather than as a patch. The changes add approximately 50% more entries to the tables but I've taken the opportunity to reorganise them to use an index file to reduce the size of the tables and speed up decompression. With these changes virtually all the current Freesat EIT decompresses successfully but there are still lots of gaps in the the tables so inevitably there will be omissions and errors.
Note: the Freesat EIT, as with Freeview in the UK, appears to be transmitted in full on each transponder so passive scanning while recording from any channel will normally be sufficient.
Attachments (2)
Change History (5)
Changed 12 years ago by
Attachment: | freesat.patch added |
---|
Changed 12 years ago by
Attachment: | freesat_tables.h.gz added |
---|
comment:1 Changed 12 years ago by
Owner: | changed from Stuart Auchterlonie to Janne Grunau |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [19214]) update freesat eit huffman decoding. Fixes #5944
patch by: David Matthews < dm prolingua co uk >