Commit graph

1496 commits

Author SHA1 Message Date
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
Andreas Öman
dbcf5503db Make it possible to add fake v4l adapters -- basically a mpeg PS file
Can be useful when testing
2010-09-05 10:19:38 +00:00
Andreas Öman
d138728220 Fix parsing of PS MPEG audio. Ticket #260 2010-09-05 10:18:13 +00:00
Andreas Öman
0fca602000 Link with libdl (for dladdr()) 2010-09-05 07:53:26 +00:00
Andreas Öman
2cc017ffed Try to set EPG content type based on info from XML TV.
Based on patch from Stéphane Bidoul
2010-09-01 21:24:14 +00:00
Andreas Öman
65f42d8f0c Make it possible to configure whether or not to write tags to MKV file 2010-09-01 16:42:26 +00:00
Andreas Öman
ec7978e6b2 Write aspect ratio in recorded MKV files 2010-09-01 16:28:13 +00:00
Andreas Öman
9b8dd5dafa Set correct height for interlaced h264 2010-09-01 06:01:45 +00:00
Andreas Öman
d2716c39ac Don't write display width/height in MKV file 2010-08-30 10:08:07 +00:00
Andreas Öman
ecbccb25bf Write more tags in MKV files #127 2010-08-30 10:06:13 +00:00
Andreas Öman
2bd91b3110 Rework how content_type is handled internally 2010-08-30 09:17:03 +00:00
Andreas Öman
4322b7b131 Write MKV tags at end or it will crash gstreamer #267 2010-08-30 07:38:14 +00:00
Andreas Öman
10cddffce5 Write DVB subtitles as S_DVBSUB in matroska muxer 2010-08-19 21:45:18 +00:00
Andreas Öman
a8138f8537 Add support for some obscure PES packaging that VLC produces. See Ticket #235 2010-08-19 19:47:30 +00:00
Andreas Öman
3ec3157e49 Add '[ ] Remove all unsafe characters from filename' checkbox for DVR recordings.
Good if you are on a CIFS share or anything else from the 1980's

Ticket #231
2010-08-19 19:40:25 +00:00
Andreas Öman
b9e8cc608b Remove astray debug printf 2010-08-19 18:59:30 +00:00
Andreas Öman
049fcadbf9 For matroska we need a few pieces of info for each stream (sample rate, # channels, video resolution, etc).
If we are unable to extract this data from an elementary stream for 5 seconds, skip the stream in recorded file.

Hopefully fixes ticket #261 and #244
2010-08-19 18:58:02 +00:00
Andreas Öman
eb72517b15 Better trap debug 2010-08-19 18:06:47 +00:00
Andreas Öman
cd305a21b2 Avoid trailing comma (does not work with IE) 2010-08-19 14:23:50 +00:00
Andreas Öman
7ad9ca9ef4 Use correct way of extracting timezone info
Patch by gnif

Ticket: #148
2010-08-19 05:34:22 +00:00
Andreas Öman
ace8530a05 Fix bug in subtitle parsing 2010-08-19 05:29:08 +00:00
Andreas Öman
d165672b32 When deleting IPTV source, also delete configuration on disk
Ticket #253
2010-08-18 12:22:49 +00:00
Andreas Öman
198e86ca9f If all services tied to a channel is deleted, delete the channel too.
It seems reasonable after all. 

Ticket #253
2010-08-18 12:18:10 +00:00
sb1066
0d127d368c Made it possible to subscribe to a channel using the channel name rather than the id. Syntax: http://host:port/stream/channel/<chname> 2010-07-21 20:25:54 +00:00