Commit graph

1519 commits

Author SHA1 Message Date
Andreas Öman
42adea653d Rename tvhead.h -> tvheadend.h 2010-11-29 19:25:24 +00:00
Andreas Öman
077df71171 2.12 2010-11-29 19:07:08 +00:00
Andreas Öman
d917e05c27 Fix memory corruption 2010-11-29 18:58:26 +00:00
Andreas Öman
8e77cadefe Update changelog a bit 2010-11-28 15:52:00 +00:00
Andreas Öman
a790feddf6 Don't crash if mkmux == NULL 2010-11-28 11:42:02 +00:00
Andreas Öman
26af10b2f6 Send CAID & name in HTSP messages 2010-11-28 11:22:54 +00:00
Andreas Öman
083885e00c No longer dep on FFmpeg 2010-11-19 23:15:53 +00:00
Andreas Öman
11dbade9c1 Send signalStatus message over HTSP every second.
Ticket #300
2010-11-09 20:08:58 +00:00
Andreas Öman
dbe077c4a1 Boolean, not bitwise AND. Thanks mla! 2010-11-08 09:51:44 +00:00
Andreas Öman
0cd90a8610 Avoid division by zero if h264 width and/or height is 0. (Happens on corrupt data) 2010-11-07 22:43:24 +00:00
sb1066
46df6a2b72 Some http header fields can be declared, but not set. Ignore these fields rather than exiting. 2010-10-31 15:00:47 +00:00
Andreas Öman
fa493f9874 matroska: Write the 'unknown segment size' as '01 ff ff ff ff ff ff ff' instead of just 'ff'. Seems to help some players
When recording is done, seek back and overwrite with actual segment size.
2010-10-31 13:07:38 +00:00
Andreas Öman
ce549c6a54 Add EAC3 support.
Ticket #219
2010-10-31 11:48:25 +00:00
Andreas Öman
222b401369 More AC3 parser cleanup 2010-10-31 09:47:36 +00:00
Andreas Öman
07e0362f4f Cleanup the ac3 parser and fix a bug (that mostly was unnoticed AFAIK) 2010-10-31 09:42:16 +00:00
sb1066
a9dafa807b Added a play link to the epg-details. Should fix #207. It will use the embedded vlc player though 2010-10-30 09:03:06 +00:00
sb1066
04e270362b Don't hide the embedded vlc plugin when a url is passed as an argument to the constructor. Also some cleaning 2010-10-30 08:16:11 +00:00
sb1066
393bfdfe07 Hide the embedded video in the webif while not playing. Should fix #296 (just press stop when you wanna change the channel) 2010-10-29 18:46:53 +00:00
Andreas Öman
fee5c55922 More debug to track why a memory allocation suddenly fails 2010-10-27 21:51:36 +00:00
Andreas Öman
5c89c15be7 Write teletext subtitles to recorded mkv files 2010-10-26 21:16:11 +00:00
Andreas Öman
80bd39e5e4 Improve timing of teletext subtitles 2010-10-26 21:15:56 +00:00
Andreas Öman
0faee1df4a Use helpers 2010-10-26 19:08:45 +00:00
Andreas Öman
b7cc8e2961 Add some helpers 2010-10-26 19:08:38 +00:00
Andreas Öman
1ac3d9d65d Announce TEXTSUB over HTSP
Ticket #147
2010-10-26 17:54:15 +00:00
Andreas Öman
f96428ca8a Extract teletext subtitles and convert into UTF-8 text.
Ticket #147
2010-10-26 17:53:36 +00:00
Andreas Öman
2f8724de87 One more assert() 2010-10-26 17:34:42 +00:00
Andreas Öman
3ec52dbbce Add an assert() 2010-10-26 17:34:15 +00:00
Andreas Öman
f70076ee0b MPEG audio startcodes is in 0x1c0 - 0x1df range, not just 0x1c0
Probably fixes ticket #265 #291
2010-10-25 20:00:54 +00:00
Andreas Öman
112fe0939b Fix code style 2010-10-25 19:50:50 +00:00
Andreas Öman
b4e69ca8b3 Fix bug in signed Exp-Golomb mapping code. Fixes ticket #313 2010-10-25 19:44:06 +00:00
Andreas Öman
555db6be83 Use %zd fmt for size_t 2010-10-24 18:44:06 +00:00
Andreas Öman
89b0220ad8 unbreak compile on 64bit when tsfixprintf() is defined 2010-10-24 18:42:07 +00:00
Andreas Öman
801ba2a1c6 Add support for multiple DVR configurations.
Patch by sbi

Ticket #303
2010-10-21 12:36:29 +00:00
Andreas Öman
92219d11be iptv: Correctly drop group membership on transport stop.
Ticket #308
2010-10-21 12:27:55 +00:00
Andreas Öman
ab807498bb Compute correct aspect when interlaced 2010-10-19 18:02:54 +00:00
Andreas Öman
ecc30ea997 Oops: Remove an accidental usleep() that sneaked in.
I believe this should fix ticket #302 and #297
2010-10-18 21:47:25 +00:00
Andreas Öman
3694d696d8 Add support for setting DESTDIR when doing make install
Ticket #301
2010-10-18 21:34:30 +00:00
Andreas Öman
7b693ea90e Correctly compute display aspect ratio for h264
Fixes bug #307 and #280
2010-10-18 21:26:53 +00:00
Andreas Öman
7d0d950281 Fix crash if removing DVR entry when in DVR_MISSED_TIME status
Patch by sbi

Ticket #306
2010-10-18 21:15:26 +00:00
Andreas Öman
b458766831 % -> %s 2010-10-08 21:07:09 +00:00
Benjamin Larsson
997aeb9791 Add from where we get the keys in the log. 2010-10-08 21:02:26 +00:00
Andreas Öman
fc1e9ca089 Don't announce SCT_TEXTSUB since it does not work 2010-10-07 20:45:49 +00:00
Andreas Öman
c64d2327e5 Avoid NULL ptr deref 2010-10-05 19:47:33 +00:00
Andreas Öman
6b66f9c013 Fix typo.
Ticket #285
2010-10-03 15:12:45 +00:00
Andreas Öman
cde6f62e3d Increase UDP receive buffer size. Ticket #279 2010-09-22 14:26:31 +00:00
Andreas Öman
a882b074dc DVR: Show reason code on error 2010-09-17 20:24:27 +00:00
Andreas Öman
88c02ef4cf Don't try to writev() longer vectors than sysconf(_SC_IOV_MAX) says 2010-09-12 19:23:48 +00:00
Andreas Öman
81c729cbc8 Log if errors happens during recording 2010-09-07 18:52:12 +00:00
Mattias Wadman
322787a86c Program description is %d not %c
Added %e (error message) to table too
2010-09-06 10:30:46 +00:00
Andreas Öman
2ac3be21a3 Add support for IPTV over IPV6. ticket #248
Patch by: beefke
2010-09-05 10:21:17 +00:00