Commit graph

385 commits

Author SHA1 Message Date
Andreas Öman
186e1b8c6a Add tab for editing channels (currently not working very well) 2008-04-09 19:34:42 +00:00
Andreas Öman
407b849b31 Use table code for rendering services in a mux 2008-04-09 19:31:20 +00:00
Andreas Öman
548b023e76 Add min/max macros 2008-04-09 19:30:25 +00:00
Andreas Öman
8221e3d052 If DVB servicename is empty, at least come up with something. 2008-04-09 16:22:56 +00:00
Andreas Öman
b86e40a8d9 Only display transports which are really available to us 2008-04-09 15:54:55 +00:00
Andreas Öman
716de668ce Save id of CA if we do not know it by name. 2008-04-09 15:49:02 +00:00
Andreas Öman
ca5b8b60df use common code for drawing tables, this also allows us to do some
simple scrollbar control
2008-04-09 15:31:07 +00:00
Andreas Öman
c62edc4091 Do not log when tuning for idlescan 2008-04-09 15:27:35 +00:00
Andreas Öman
2895195610 Remove usage of PeriodicalUpdater, it does not scale at all 2008-04-09 10:02:47 +00:00
Andreas Öman
b8726e1076 Ask user for polarisation when adding DVB-S mux 2008-04-09 10:01:31 +00:00
Andreas Öman
d0c98767e4 Fixes for QPSK muxes 2008-04-09 09:39:50 +00:00
Andreas Öman
6830f4e4cd If servicename or provider is not found, just set them to 'unknown' 2008-04-09 09:39:35 +00:00
Andreas Öman
3e71609e6b Add SAT delivery descriptor id 2008-04-09 09:38:57 +00:00
Andreas Öman
ebfb73021f Slightly shorter status text strings to avoid breaking tables 2008-04-09 09:38:45 +00:00
Andreas Öman
2b5ef52c0b Parse Satellite delivery descriptor 2008-04-09 09:38:22 +00:00
Andreas Öman
af69e74a76 Make the border box slightly smaller 2008-04-08 19:56:32 +00:00
Andreas Öman
bb54d39ece Map transport -> channels on load 2008-04-08 18:39:33 +00:00
Andreas Öman
74ed985fa6 Get rid of some top margins 2008-04-08 16:52:19 +00:00
Andreas Öman
ae46864086 Use correct mapped / unmapped image upon initial display 2008-04-08 16:52:09 +00:00
Andreas Öman
6ad661de03 Make sure we maintain configured channel order 2008-04-08 16:31:59 +00:00
Andreas Öman
522546859a Pretty print muxname 2008-04-08 05:39:51 +00:00
Andreas Öman
e372222754 Add an about tab 2008-04-07 21:33:26 +00:00
Andreas Öman
5c93b3bde3 HTML cosmetical changes 2008-04-07 21:33:18 +00:00
Andreas Öman
470bc50b9b Make sure services always appear in the same order by sorting them. 2008-04-07 21:00:12 +00:00
Andreas Öman
2324265ee7 Remove one of the adapter statuses 2008-04-07 20:43:42 +00:00
Andreas Öman
8d592df42a layout cleanup 2008-04-07 20:43:06 +00:00
Andreas Öman
ee77599684 Fix obvious typo 2008-04-07 20:24:35 +00:00
Andreas Öman
58633ae2d7 Move strtab.h to libhts 2008-04-07 16:23:52 +00:00
Andreas Öman
d1f24092a2 Work in progress on AJAX interface for tvheadend 2008-04-07 15:57:20 +00:00
Andreas Öman
827120cb75 Remove unused member 2008-04-03 19:42:37 +00:00
Andreas Öman
96d41e1e85 Add intial take on an AJAX based web user interface. 2008-04-03 19:15:00 +00:00
Andreas Öman
7cba494444 Fix support for parallel builds 2008-03-31 10:41:15 +00:00
Andreas Öman
0efef92d81 Remove cruft 2008-03-31 10:19:05 +00:00
Andreas Öman
5fe9339e0f Add support for DVB-S and LNB setup via voltage control and diseqc. 2008-03-30 18:36:12 +00:00
Andreas Öman
96bea3b8eb Optionally execute a program when a recording is completed 2008-03-27 21:21:26 +00:00
Andreas Öman
d9c1ea3c65 Add support for just executing a program with arguments 2008-03-27 21:20:37 +00:00
Andreas Öman
e84807f7e0 Set duration in correct timebase
Set key-frame flag if packet contains a key frame
2008-03-27 19:29:52 +00:00
Andreas Öman
610b2c27a0 more comments 2008-03-25 18:51:30 +00:00
Andreas Öman
48a2cf5897 cleanup 2008-03-25 17:52:49 +00:00
Andreas Öman
cc2c634b3d Fix complation on 64bit arch 2008-03-19 07:56:28 +00:00
Andreas Öman
0cfa6f0a29 fix compilation error due to new ffmpeg include layout 2008-02-28 16:25:34 +00:00
Andreas Öman
0d96816a3d install manpage 2008-02-28 16:04:07 +00:00
Andreas Öman
6eca66a297 Change the thresholds for stopping subscriptions due to DVB errors.
We need to have 10 seconds of consecutive errors in order to abort.
2008-02-28 15:28:09 +00:00
Andreas Öman
b3d038fce2 document the code word client 2008-02-25 21:59:34 +00:00
Andreas Öman
1392a5de66 get rid of an incorrect assert 2008-02-25 21:07:31 +00:00
Andreas Öman
e271126b6f Add XBMSP support 2008-02-25 21:05:35 +00:00
Andreas Öman
7dee7ba352 Add an internal output fifo to enable ffmuxer to write to an internal fifo.
Fix various bugs (in particular if output format was mpeg based)
2008-02-25 20:54:59 +00:00
Andreas Öman
b7184fd6f7 Allocate extra bytes to compensate for overreading in libavcodec 2008-02-25 16:28:46 +00:00
Andreas Öman
1330a49bed Add chapter for COMMERCIAL DETECTION
Some wording and spelling fixes
2008-02-25 16:27:39 +00:00
Andreas Öman
dd37b29ab0 ffmpeg include paths have changed 2008-02-25 09:40:52 +00:00