spdfrk1
cb0c94dfc8
Initial libaesdec commit
2014-08-06 08:54:32 +02:00
Jaroslav Kysela
37a1aabd8b
htsp: force SCT_MP4A type as AAC
2014-08-06 08:49:56 +02:00
Jaroslav Kysela
456f13b977
epg: another skel leak fixed
2014-08-05 22:22:56 +02:00
Sam Stenvall
e99a563f8b
add Netbeans project files to .gitignore
2014-08-05 08:51:53 +02:00
Sam Stenvall
7d930e6696
[descrambler] fix typo in trace category
2014-08-05 00:27:20 +03:00
Jaroslav Kysela
10558cc900
http: enhance redirect and playlists mux override
2014-08-04 21:18:49 +02:00
Jaroslav Kysela
0362d507b8
descrambler: remove ecm_valid bits
2014-08-04 21:16:42 +02:00
Jaroslav Kysela
5de48d54d1
webui: Added autoscroll for the TV adapters panel
2014-08-04 20:34:03 +02:00
Gary The Brown
b887b6d4c7
fix for small error in code zigzag found
2014-08-04 18:55:23 +01:00
Jaroslav Kysela
7e442f4be6
dvb charset: a quick-fix for the latest merge
2014-08-04 19:11:13 +02:00
sangood
10446d4209
reverted the files" descrambler.h cwc.c descrambler.c" executable attribute.
2014-08-04 19:03:58 +02:00
sangood
592f85183d
fixed stream guard card data length.
2014-08-04 19:03:58 +02:00
sangood
2a0968633b
Add a deleted blank line.
2014-08-04 19:03:58 +02:00
sangood
d48c20527b
Remove the blank line.
2014-08-04 19:03:58 +02:00
sangood
286ef83f6b
Add missing space after '='.
2014-08-04 19:03:58 +02:00
sangood
7a6bc3a3fb
fixed some ugly code's formats.Thanks @perexg help!
2014-08-04 19:03:58 +02:00
sangood
fc6195de4f
add gb2312 ucs2 dvb-charset
2014-08-04 19:03:58 +02:00
sangood
4bee7563f5
deleted the unnecessary blank space.
2014-08-04 19:03:57 +02:00
sangood
4845d57b85
changed this files to not executable attribute.
2014-08-04 19:03:57 +02:00
sangood
6e35c47466
fixed some errors.
2014-08-04 19:03:57 +02:00
sangood
a916197ecf
change the streamguard cwc_emm function.
2014-08-04 19:03:57 +02:00
sangood
f0dcb7532d
Update dvb_psi.c
2014-08-04 19:03:57 +02:00
sangood
493d1e4daa
Update dvb_psi.c
2014-08-04 19:03:57 +02:00
sangood
f605574e56
add missing ac3 audio track.
...
0x06 is Chinese Cable TV ac3 audio track.
2014-08-04 19:03:57 +02:00
sangood
a0a102acdc
add dvb_support gb2312 and ucs2.
2014-08-04 19:03:57 +02:00
sangood
ec4e2cff14
fixed streamguard CA card descrambler .
...
streamguard CA cardid 0x4ad2.
2014-08-04 19:03:57 +02:00
Gary The Brown
b64b07f5a3
change check on orbital_pos to orbital_dir
2014-08-04 19:00:37 +02:00
Gary The Brown
70e650f20f
fixes to previous commit as suggested by perexg
2014-08-04 19:00:37 +02:00
Gary The Brown
11b2136c99
added rotor grace timer calculation code with checks for missing info.
2014-08-04 19:00:37 +02:00
Jaroslav Kysela
09606dda4b
SAT>IP: added second teardown call
2014-08-04 19:00:09 +02:00
Jaroslav Kysela
44eead081f
mpegts: fix dvb_network_get_orbital_pos()
2014-08-04 17:19:04 +02:00
Jaroslav Kysela
b3a05e5f64
linuxdvb: add error log for the DTV_CLEAR cmd
2014-08-04 17:19:04 +02:00
Jaroslav Kysela
ec1b1602c2
linuxdvb: do not monitor frontend in the diseqc/rotor setup
...
Also, move the active mux check outside tune0() function to
ensure, that the linux frontend is set again to requested
parameters (to be sure).
2014-08-04 17:19:04 +02:00
Jaroslav Kysela
d5023cdac1
linuxdvb: rotor - remember the last orbital position to skip movement...
2014-08-04 17:19:04 +02:00
Jaroslav Kysela
8289df79be
stream type: distinguish between AAC-LC/HE and newer AAC-LATM/LOAS
2014-08-04 17:18:41 +02:00
Jaroslav Kysela
cb74275f68
linuxdvb: show the ioctl warnings only once
2014-08-04 17:10:33 +02:00
Jaroslav Kysela
4bf8754ef3
descrambler/csa: prepare for AES keys...
2014-08-01 18:32:04 +02:00
Jaroslav Kysela
5ee5475067
IPTV: fix the mux URL set (NULL pointer dereference)
2014-08-01 17:29:09 +02:00
John Smith
b16218a516
Include subtitle type streams in PTS/DTS normalization
2014-08-01 16:57:26 +02:00
John Smith
04649b3b91
Indents for bug #2178 fix
2014-08-01 16:57:26 +02:00
John Smith
92b1a08743
Fix missing teletext stream with different time base (bug #2178 )
2014-08-01 16:57:26 +02:00
John Smith
526417d139
Fix occasional audio stream not starting (bug #2172 )
2014-08-01 16:57:26 +02:00
Jaroslav Kysela
b5f39d5c5b
webui status tab: change the implementation back to static columns
2014-08-01 16:46:33 +02:00
Jaroslav Kysela
247848fd53
IPTV: fix a memory leak introduced in last commits
2014-08-01 14:46:48 +02:00
Kai Sommerfeld
cbffd47ad2
sat>ip: fixes for snr and signal strength calculation (contributed by stan86).
2014-08-01 14:39:42 +02:00
Kai Sommerfeld
1858323412
Cleanup, fixes and improvements of linuxdvb frontend statistics code,
...
including webui improvements and fixes.
2014-08-01 14:39:42 +02:00
Jaroslav Kysela
bcb8373f8b
IPTV: Allow to specify a custom mux name for IPTV mux
2014-08-01 14:37:23 +02:00
Jaroslav Kysela
294fe5eefa
IPTV: create sane mux name without username/password in URL
2014-08-01 14:34:53 +02:00
Jaroslav Kysela
47bb0efca7
linuxdvb: fix en50494 (unicable) config loading
2014-08-01 12:46:45 +02:00
Jaroslav Kysela
09e59d2f83
Remove PRIsize_t, PRIssize_t and PRIoff_t
...
The reason is that size_t and ssize_t are covered by %zu and %zd
format specifiers. The offset can be printed using %jd format
with the (intmax_t) type conversion.
2014-08-01 11:55:52 +02:00