Adam Sutton
|
3f1b5474f1
|
Fixes #1126 - correct reference handling issue in XMLTV grabber (and possibly PyEPG) that could result in ptr being held to free()d memory.
|
2012-08-17 15:44:29 +01:00 |
|
Adam Sutton
|
79bbe2e44d
|
Correct mistake which stops unix sockets being created where directories do not yet exist.
|
2012-08-17 13:46:02 +01:00 |
|
Adam Sutton
|
afbaf935d6
|
Ensure that avahi and zlib enabled by default in deb build, also add deps to debian/control.
|
2012-08-17 10:59:33 +01:00 |
|
Adam Sutton
|
ba2ebce011
|
Fix enabling of unsupported options from command line.
|
2012-08-17 10:48:45 +01:00 |
|
Adam Sutton
|
a259025d31
|
Some corrections to filebundling/zlib support.
|
2012-08-17 10:37:55 +01:00 |
|
Adam Sutton
|
711ce27baf
|
Corrections to the configure script, location of tvheadend datadir and pkg-config failure handling.
Also added some more output.
|
2012-08-17 10:31:13 +01:00 |
|
Adam Sutton
|
6d260fc8b7
|
Make use of zlib optional in the code.
|
2012-08-17 10:31:12 +01:00 |
|
Adam Sutton
|
841ff8eb49
|
Brand new configure script, hopefully easier to use. And tidied up the Makefile a bit.
|
2012-08-17 10:31:12 +01:00 |
|
Adam Sutton
|
9e53683ca0
|
Updated so that we only need a single binary to cover 3 possible use cases, wd, datadir and bundle.
|
2012-08-17 10:30:14 +01:00 |
|
Maxi Lampert
|
b350d44c4d
|
Fix Logo margin in EPG and collapsed systemlog by default.
|
2012-08-16 16:48:40 +01:00 |
|
Adam Sutton
|
0c966b3898
|
Hide unecessary debug.
|
2012-08-15 20:34:48 +01:00 |
|
Adam Sutton
|
86b0823e28
|
Add explicit -lz to LDFLAGS as some versions of gcc do not auto pick it up.
|
2012-08-15 16:48:59 +01:00 |
|
Adam Sutton
|
d530f9e8a1
|
Corrected mistake in the general config sending routine in extjs.c
|
2012-08-15 11:55:25 +01:00 |
|
Adam Sutton
|
741612ccf9
|
Add proper parsing of T2 else things go horribly wrong.
|
2012-08-14 20:02:38 +01:00 |
|
Adam Sutton
|
c7e08d26c0
|
Updated to include support for mux configuration setting in UI, I have added a general config section (though currently it only contains this one value).
|
2012-08-14 20:02:38 +01:00 |
|
Adam Sutton
|
621441760d
|
Integrate (badly) the new muxlist config file fetching into the build system.
|
2012-08-14 20:02:38 +01:00 |
|
Adam Sutton
|
2c43d0efb7
|
Updated mux parser to use filebundle for transparent access.
|
2012-08-14 20:02:38 +01:00 |
|
Adam Sutton
|
5acefb7898
|
Include script for fetching mux configuration.
|
2012-08-14 20:02:38 +01:00 |
|
Adam Sutton
|
629a07009f
|
First stab at moving mux initial config system to using dvb-apps mux config files directly.
|
2012-08-14 20:02:38 +01:00 |
|
Adam Sutton
|
0b38ca1287
|
Remove redundant (and sometimes problematic) typedef.
|
2012-08-14 20:02:38 +01:00 |
|
Adam Sutton
|
a8096d4ea8
|
Some updated to bundle/settings to integrate the two. Settings can now be seamlessly loaded from bundle/share/settings directory. This is useful to opentv module but may be useful elsewhere in the future.
|
2012-08-14 20:02:38 +01:00 |
|
Adam Sutton
|
d1e94d8a46
|
Tidied up code so that local files should now work as well as bundles, also added the option to compress the data on the fly (if not already compressed bundle).
|
2012-08-14 20:02:37 +01:00 |
|
Adam Sutton
|
58209cd184
|
Initial stab at new transparent file bundling.
|
2012-08-14 20:02:37 +01:00 |
|
Adam Sutton
|
ef104b6923
|
Add some EXTRA debug, disabled by default.
|
2012-08-14 19:58:39 +01:00 |
|
Adam Sutton
|
6550d52516
|
Some tweaks to xmltv.c, plugs a mem leak, corrects a minor timing issue (picked up later) and generally tidies things up.
|
2012-08-14 19:57:45 +01:00 |
|
Niels Ole Salscheider
|
1c96e30df7
|
xmltv: catch errors form spawn_and_store_stdout
|
2012-08-11 21:18:56 +01:00 |
|
Adam Sutton
|
5159505c31
|
Ensure that ALL xmltv channels are listed when doing manual mapping in the UI.
|
2012-08-11 11:31:18 +01:00 |
|
Adam Sutton
|
71dc6bff73
|
Re-instate internal xmltv search routine (will try to use external tv_find_grabbers), remove use of fixed path for find script and make spawn calls search path if required.
|
2012-08-11 11:31:18 +01:00 |
|
John Törnblom
|
ec3bb46252
|
Merge remote-tracking branch 'upstream/master'
|
2012-08-09 19:17:08 +02:00 |
|
John Törnblom
|
3be28877df
|
fixed segfault when using raw ts from file instead of a muxer.
|
2012-08-09 19:15:22 +02:00 |
|
Joakim Gissberg
|
080adf934a
|
Fixes "AUTOBUILD_CONFIGURE_EXTRA: unbound variable" error message with autobuild precise targets
|
2012-08-09 11:30:41 +01:00 |
|
Dave Chapman
|
3157a5ca1f
|
Fix erroneous loop condition check in LCN parser.
|
2012-08-06 22:30:07 +01:00 |
|
Ben Kibbey
|
d10808f7f9
|
Initialize the epggrab mutex and condition variables.
|
2012-08-06 13:08:50 +01:00 |
|
Adam Sutton
|
9cf3b81fb9
|
Expose andoma strndup to rest of code and make use of it in xmltv code.
|
2012-08-05 22:06:54 +01:00 |
|
Adam Sutton
|
78cfe1b3ed
|
Updated the EIT module to better deal with freeview/freesat. Fixes #1077.
|
2012-08-04 22:36:34 +01:00 |
|
Adam Sutton
|
bb75790417
|
Remove unwanted debug in freesat code (on INFO).
|
2012-08-03 20:59:50 +01:00 |
|
John Törnblom
|
d94645bec6
|
Added a playlist generator that will output a flat list of all recordings
|
2012-08-03 16:25:08 +02:00 |
|
John Törnblom
|
ee83216001
|
cosmetics
|
2012-08-03 16:23:53 +02:00 |
|
John Törnblom
|
2e1a2f3080
|
cosmetics for the dvr playlist generation
|
2012-08-03 16:23:34 +02:00 |
|
John Törnblom
|
1c0f5fde17
|
Reworked playlist generation. Now also includes tags.
|
2012-08-03 13:37:08 +02:00 |
|
Adam Sutton
|
15b966fea5
|
Honour priority (for both DVR setup methods) in HTSP. This is based on and fixes PR #29.
|
2012-08-02 10:23:22 +01:00 |
|
Adam Sutton
|
7c7fc2c009
|
Merge branch 'master' of github.com:tvheadend/tvheadend
|
2012-08-02 10:14:58 +01:00 |
|
Adam Sutton
|
2e09a06817
|
Merge pull request #44 from mikrohard/teletext
Deliver raw teletext to clients that are able to display it (e.g. XBMC)
|
2012-08-02 02:12:43 -07:00 |
|
Jernej Fijačko
|
1e7cfe9b27
|
Disable teletext recording to prevent issues with other elementary streams. Temporary until a better solution is found.
|
2012-08-02 10:04:36 +01:00 |
|
Jernej Fijačko
|
765beff332
|
Deliver raw teletext to clients that are able to display it (e.g. XBMC)
|
2012-08-02 10:04:36 +01:00 |
|
Adam Sutton
|
240c7b7a21
|
Ensure lack of name in epggrab_channel does not cause a crash.
|
2012-08-02 09:59:21 +01:00 |
|
Adam Sutton
|
dd24ce4190
|
Remove partially complete support for EIT extended descriptors.
|
2012-08-02 09:54:44 +01:00 |
|
Andreas Öman
|
9bb1773615
|
mkbundle: Make sure we only use valid characters as C variable names
|
2012-08-01 21:28:16 +02:00 |
|
Adam Sutton
|
2099f44126
|
Fix error in the EPG database migration code.
|
2012-08-01 15:45:59 +01:00 |
|
Adam Sutton
|
7c35a73c1a
|
Fix problem with migration of old style configuration files.
|
2012-08-01 15:38:24 +01:00 |
|