Andreas Öman
|
e951d0ddf0
|
Some documentation updates
|
2009-05-25 21:04:50 +00:00 |
|
Andreas Öman
|
05c2fc622c
|
UTF-8 my name.
|
2009-05-25 20:32:13 +00:00 |
|
Andreas Öman
|
6290ccb454
|
Set correct source
|
2009-05-25 20:21:39 +00:00 |
|
Andreas Öman
|
2abdb39449
|
Add mkrelease helper.
|
2009-05-25 19:40:46 +00:00 |
|
Andreas Öman
|
8ddcb09894
|
Update debian packaging
|
2009-05-25 19:40:14 +00:00 |
|
Andreas Öman
|
0031f35b65
|
Update changelog
|
2009-05-25 19:39:52 +00:00 |
|
Andreas Öman
|
134c3492fa
|
Just use $HOME/.hts/tvheadend as setting path.
|
2009-05-25 19:39:46 +00:00 |
|
Andreas Öman
|
136d7609c6
|
No need to link with zlib
|
2009-05-25 19:37:03 +00:00 |
|
Andreas Öman
|
4c2c466740
|
Some union cleanup
|
2009-05-24 18:13:14 +00:00 |
|
Andreas Öman
|
edb9a9bda0
|
AC3 decoder is GPL in ffmpeg 0.5 now so we don't need --enable-gpl.
|
2009-05-24 16:13:43 +00:00 |
|
Andreas Öman
|
29dfeed929
|
Avoid backupfiels in mkbundle
|
2009-05-24 16:13:29 +00:00 |
|
Andreas Öman
|
fa62ed9a8f
|
Video recorder requires lavf's protocols
|
2009-04-14 19:54:36 +00:00 |
|
Andreas Öman
|
95de7d1958
|
At least do some logging in dvr_rec_fatal_error()
|
2009-04-14 19:54:02 +00:00 |
|
Andreas Öman
|
ba54b2a207
|
Send 'initialSyncCompleted' when all initial channel / tag messages has
been sent.
Bump announced HTSP version to 2.
|
2009-04-13 21:05:45 +00:00 |
|
Mattias Wadman
|
a2afbd3ea3
|
Unlink temp file on error
|
2009-04-10 15:06:19 +00:00 |
|
Mattias Wadman
|
6e32445c87
|
Typo, hmm should be int
|
2009-04-10 15:04:29 +00:00 |
|
Mattias Wadman
|
4ff1113ac8
|
Fixed warn_unused_result warnings for read/write
Ignore for network io, handled for filesystem io
|
2009-04-10 13:05:39 +00:00 |
|
Mattias Wadman
|
93418573c4
|
Fixed warning, ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
|
2009-04-10 12:06:55 +00:00 |
|
Andreas Öman
|
d959b67aa8
|
Update README
|
2009-04-05 08:22:17 +00:00 |
|
Andreas Öman
|
55951cb38d
|
Remove version.sh
|
2009-03-30 20:17:52 +00:00 |
|
Andreas Öman
|
cdda6046ed
|
Embed files for webserver when building for release
|
2009-03-30 20:00:39 +00:00 |
|
Andreas Öman
|
57fe40e53e
|
Move 'man/' one step down.
|
2009-03-30 18:16:54 +00:00 |
|
Andreas Öman
|
f6d8b08f6c
|
Add debian packaging
|
2009-03-30 18:11:57 +00:00 |
|
Andreas Öman
|
9460a5e242
|
Move docs to tvheadend root
|
2009-03-30 18:08:42 +00:00 |
|
Andreas Öman
|
b8e5091acf
|
Fix comment
|
2009-03-30 18:02:08 +00:00 |
|
Andreas Öman
|
4d05716466
|
Use a different approach for building
|
2009-03-30 17:10:22 +00:00 |
|
Andreas Öman
|
a3f8655655
|
'name' must be const
|
2009-03-30 16:59:38 +00:00 |
|
Andreas Öman
|
46dfc2e9c7
|
Add ext to tvheadend
|
2009-03-30 07:11:15 +00:00 |
|
Andreas Öman
|
bcf0a3c639
|
Require mp3 codec and ac3 codec as well.
This also requires ffmpeg to be compiled as GPL
|
2009-03-29 19:46:05 +00:00 |
|
Andreas Öman
|
983755e99e
|
Abort if a codec can not be opened.
|
2009-03-29 19:45:44 +00:00 |
|
Andreas Öman
|
47bd9809c0
|
Make tvheadend stand on its own configure and build system.
|
2009-03-25 20:49:50 +00:00 |
|
Andreas Öman
|
af78277d57
|
Making tvheadend more standalone, #3
|
2009-03-25 17:51:08 +00:00 |
|
Andreas Öman
|
42c8947724
|
Making tvheadend more standalone, #2
|
2009-03-25 17:46:54 +00:00 |
|
Andreas Öman
|
72a695cfcd
|
HTSP: More consistent login API
|
2009-03-05 19:32:54 +00:00 |
|
Andreas Öman
|
680c105e94
|
Improve some logging during HTSP connect / disconnect.
|
2009-03-03 22:41:32 +00:00 |
|
Andreas Öman
|
de15de8a53
|
Add 'authenticate' method.
|
2009-03-03 22:14:38 +00:00 |
|
Andreas Öman
|
c96c32b4f2
|
Send 'noaccess' = 1 in loginAck if no privs where granted during login.
|
2009-03-03 22:08:36 +00:00 |
|
Andreas Öman
|
e968bd37f7
|
Remove getInfo() method, all that data is present in welcome message.
|
2009-03-03 21:32:24 +00:00 |
|
Andreas Öman
|
a4991d3773
|
Rework HTSP authentication and login procedure.
|
2009-03-03 21:20:27 +00:00 |
|
Andreas Öman
|
0836d96434
|
Fix some incorrect comments.
|
2009-03-01 22:29:57 +00:00 |
|
Andreas Öman
|
4b57b2ecc8
|
Add an assert to avoid future mistakes
|
2009-03-01 18:38:34 +00:00 |
|
Andreas Öman
|
f965402a42
|
Avoid segfault if transport quality is bad during transport_start()
Patch by Joakim Plate
|
2009-03-01 18:38:02 +00:00 |
|
Andreas Öman
|
dcb1ebdd88
|
Rework the htsmsg API a bit.
We now use the names 'map' and 'list' for the differnt containers.
|
2009-03-01 16:51:30 +00:00 |
|
Andreas Öman
|
7f43aa1a51
|
HTSP: Include application name in getInfo response.
|
2009-02-28 22:27:55 +00:00 |
|
Andreas Öman
|
7e2cd51391
|
Fix invalid fieldname "_challenge" -> "challenge"
|
2009-02-28 19:01:11 +00:00 |
|
Andreas Öman
|
fbe84c1145
|
Add HTSP getInfo method.
|
2009-02-28 19:00:47 +00:00 |
|
Andreas Öman
|
4aa1c54a8a
|
Make sure replies to subscribe and unsubscribe methods arrive before any
other action is taken.
|
2009-02-28 17:45:52 +00:00 |
|
Andreas Öman
|
f0689df5f6
|
rename 'setAsync' -> 'enableAsyncMetadata'
|
2009-02-28 16:31:51 +00:00 |
|
Andreas Öman
|
c61205b9fd
|
Use int for tag IDs
|
2009-02-28 16:31:33 +00:00 |
|
Andreas Öman
|
202aac3b69
|
Rename 'async' to 'setAsync'
|
2009-02-28 15:34:00 +00:00 |
|