| Age | Commit message (Collapse) | Author | Files | Lines |
|
There's a typo there.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
|
Changeset 3ccfafaa5202 ("Improve Makefile to avoid "Argument list too long" error")
fixed one issue, but broke dvbv3 output.
It seems that dvbv5 output was broke since... forever. So, fix it too.
Fixes: 3ccfafaa5202 ("Improve Makefile to avoid "Argument list too long" error")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
|
I wouldn't expect a foreach loop to be prone to this issue but it's
not the right way to write a Makefile anyway.
Note that conversion failures are now fatal and the dvb-t/ke-Nairobi
file is failing to convert at the moment.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
|
|
|
They recently changed QAM to 256 (from 64) on 626 MHz
Source: https://www.upczone.cz/topic/5650-nov%C3%A9-stanice/?do=findComment&comment=98118
|
|
|
|
Update channel list from LyngSat.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
|
Update channel list from LyngSat.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
|
The entries for those satellites were obtained from
www.lyngsat.com via script.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
|
re-introduced \nnn (octal) characters in strings
text widgets can have a 'update' speed of 0 which means 'never'
(may be used for static content)
|
|
string concatenation fixed
|
|
Complete rewrite of the evaluator to get rid of the code
from mark Morley (because of license issues).
The new Evaluator does a pre-compile of expressions, and
stores them in trees. Therefore it should be reasonable faster...
|
|
Fixed memory leak in hash_get_regex
|
|
changes (cosmetics?) to the big patch from Martin
hash patch un-applied
|
|
big patch from Martin Hejl:
- use qprintf() where appropriate
- save CPU cycles on gettimeofday()
- add quit() functions to free allocated memory
- fixed lots of memory leaks
|
|
Crystalfontz Contrast issue fixed
|
|
cfg_number() returns -1 on error, 0 if value not found (but default val used),
and 1 if value was used from the configuration.
HD44780 driver adopted to new cfg_number()
Crystalfontz 631 driver nearly finished
|
|
ChangeLog updated
Version number bumped to 0.10.0
|
|
icon visibility fix for generic graphics from Xavier
|
|
new function 'qprintf()' (simple but quick snprintf() replacement)
|
|
hash improvements from Martin
|
|
memory leak fixes from Martin
|