If you like Tvheadend and use it a lot, why not make a donation.
ThanksTvheadend Team
History | View | Annotate | Download (15.1 KB)
linuxdvb: do not use international diseqc type names internally
tvhlog: change subsys from string to int and more cleanups
mdhelp: shuffle order of satellite frontends mdhelp: update various captions and add some property descriptions
mdhelp: complete(?) tv adapters docs and added more screenshots
remove usleep/nanosleep calls - use own functions
uppercase fixes
Change many phrases/sentences from title case to sentence case to make things more consistent.
coverity fixes
linuxdvb: satconf - even more udelay fixes (rotor/switch) - keep everything consistent
linuxdvb: satconf - next more udelay fixes (rotor/switch) - keep everything consistent
linuxdvb: satconf - more udelay fixes (rotor/switch)
linuxdvb: satconf - make diseqc switch/rotor delays more configurable
intl: use own multi-runtime-language gettext fcns
intl/gettext: handle .ic_class and .name from idnode classes
linuxdvb: improve diseqc switch handling, cleanups
linuxdvb satconf: voltage settings cleanups, fixes #2566
linuxdvb rotor: Add Min Rotor Move
linuxdvb rotor: Fix a little typo in USALS formula
linuxdvb rotor: add ROTOR_TEST code
linuxdvb: tone off optimization, fixes #2547
linuxdvb rotor: reshuffle code again
linuxdvb rotor: cleanups, move site config to frontend, fixes
linuxdvb rotor: another fix for last orbital position caching, code shuffle
linuxdvb rotor: fix orbital position check
linuxdvb rotor: do not rely on NIT, use site position value only
linuxdvb rotor: fix the polarization caching
linuxdvb rotor: fix USALS formula (removed debug code)
linuxdvb rotor: change the USALS formula
rtsp: correct the timeout range (20-3600), warn user
- fix also small typo in linuxdvb rotor
linux rotor: add more debug info to the USALS routine
linuxdvb rotor: small cleanups
linuxdvb rotor: Zero Sat Longitude should be for USALS not for GOTOX
linuxdvb rotor: USALS addr zero longtitute
linuxdvb rotor: improve GOTOX mode (separate sat longtitute and position byte)
linuxdvb: rotor fix grace calculation for USALS (time units)
linuxdvb: rotor - add Max Rotor Movement field to the frontend config #2
Revert "linuxdvb: rotor - add Max Rotor Movement field to the frontend config"
This reverts commit aaedddc7e05e54af12e1c543bc32ebc4b8b2622c.
linuxdvb: rotor - add Max Rotor Movement field to the frontend config
linuxdvb: fix the USALS grace calculation
linuxdvb: rotor - fix USALS goto position value in log
linuxdvb: rotor - try to fix the grace calculation routine for USALS and negative longtitudes
Corrected some unsigned int comparisons
fix for small error in code zigzag found
change check on orbital_pos to orbital_dir
fixes to previous commit as suggested by perexg
added rotor grace timer calculation code with checks for missing info.
linuxdvb: rotor - remember the last orbital position to skip movement...
Move the linuxdvb mux code to the shared mpegts network code
... introduce $CFG/input/dvb/networks/... structure
linuxdvb: remove the satconf mpegts_input_t proxy to cleanup input handlers
Do not rely on linux kernel's headers - preparing for network tuners (SAT-IP)
This is a complete migration to use the own mux configuration scheme withoutthe system limitations to allow write backends for the network tuners likeSAT-IP servers.
linuxdvb: WIP - comitting before I lose it!
linuxdvb: fix diseqc switch control (thanks to amet for fixing/testing).
The problem was that I played fast and loose with the diseqc spec. I set theline volts much later than you're supposed to, for various reasons.
I've now sorted that, though because of the complexity if a rotor exists I...
Merge branch 'feature/dvb-rewrite'
Conflicts: Makefile configure src/dvb/diseqc.h src/dvb/dvb.h src/dvb/dvb_adapter.c src/dvb/dvb_fe.c src/dvb/dvb_input_filtered.c src/dvb/dvb_tables.c src/input/mpegts/dvb_psi.c src/input/mpegts/iptv/iptv_mux.c...
linuxdvb: minor UI cosmetics, not sure its the best way to solve the problem.
linuxdvb webui: starting to get a very rough editor for satconf
This is still very crap, but if I can get "something" it'll be better thannothing at this stage.
linuxdvb: I actually have something resembling diseqc config.
I still need to actually be able to properly set it from the UI and thisis one area where the very generic UI really does feel clumsy.
linuxdvb: minor corrections to the diseqc code.
linuxdvb: transition to diseqc send command in new code.
linuxdvb: added rotor GOTOX/USALS implementation
This is taken from PR #238. I still don't have the movement duration stuffdone. And now I really need to think more about the config.
linuxdvb: added rotor object, though no implementation yet