]>
git.ipfire.org Git - thirdparty/tvheadend.git/log
Andreas Öman [Sun, 19 Aug 2007 12:14:18 +0000 (12:14 +0000)]
use common code for resolving configuration file name
Andreas Öman [Sun, 19 Aug 2007 12:14:04 +0000 (12:14 +0000)]
Make sure that timer is armed when we do initial scan
Andreas Öman [Sun, 19 Aug 2007 08:43:57 +0000 (08:43 +0000)]
Use full path when trying to load config from build structure
Andreas Öman [Sun, 19 Aug 2007 08:43:27 +0000 (08:43 +0000)]
Set a default priority for automatically scanned DVB sources
Andreas Öman [Sun, 19 Aug 2007 08:43:04 +0000 (08:43 +0000)]
Rename config attribute 'muxfile' to 'dvbmuxfile'
Andreas Öman [Sun, 19 Aug 2007 07:30:56 +0000 (07:30 +0000)]
use correct default path to config file
Andreas Öman [Sun, 19 Aug 2007 06:44:34 +0000 (06:44 +0000)]
Fix some issues related to locally built libs
Andreas Öman [Sat, 18 Aug 2007 22:22:13 +0000 (22:22 +0000)]
rename attribute 'tag' to the more explicit 'rec_tag'
Andreas Öman [Sat, 18 Aug 2007 12:04:29 +0000 (12:04 +0000)]
revive icon support
Andreas Öman [Sat, 18 Aug 2007 12:04:17 +0000 (12:04 +0000)]
Add reference counted strings
Andreas Öman [Sat, 18 Aug 2007 11:39:36 +0000 (11:39 +0000)]
remove stray printfs
Andreas Öman [Sat, 18 Aug 2007 11:38:42 +0000 (11:38 +0000)]
Adjust htsclient interface slightly to match showtime updates
Andreas Öman [Sat, 18 Aug 2007 11:38:26 +0000 (11:38 +0000)]
make event_time_txt() visible
Andreas Öman [Sat, 18 Aug 2007 10:34:55 +0000 (10:34 +0000)]
Move strtab stuff to a file of its own
Andreas Öman [Sat, 18 Aug 2007 08:21:40 +0000 (08:21 +0000)]
rename a variable
Andreas Öman [Fri, 17 Aug 2007 16:29:58 +0000 (16:29 +0000)]
cosmetica
Andreas Öman [Fri, 17 Aug 2007 10:42:12 +0000 (10:42 +0000)]
Add 'show dvbmuxes' command
Andreas Öman [Fri, 17 Aug 2007 10:41:57 +0000 (10:41 +0000)]
Add support for collecting FEC errors
Andreas Öman [Fri, 17 Aug 2007 08:06:26 +0000 (08:06 +0000)]
Add a mutex to protect race between monitor thread and main thread
Andreas Öman [Fri, 17 Aug 2007 07:56:44 +0000 (07:56 +0000)]
When nobody is subscribing to an adapter, cycle thru all muxes to get status updates
Andreas Öman [Fri, 17 Aug 2007 07:56:14 +0000 (07:56 +0000)]
Fire timers after handling fd's (timers may free fd-handles)
Andreas Öman [Fri, 17 Aug 2007 06:33:03 +0000 (06:33 +0000)]
Fix a typo in syslog format
Andreas Öman [Thu, 16 Aug 2007 13:00:45 +0000 (13:00 +0000)]
Add better heuristics for xmltv -> dvb channel mapping
Andreas Öman [Thu, 16 Aug 2007 12:23:15 +0000 (12:23 +0000)]
Convert channel name to printable chars before logging
Andreas Öman [Thu, 16 Aug 2007 12:21:10 +0000 (12:21 +0000)]
Move DVB MUX setup to a file of its own
Add support for standard linux DVB mux descriptor files
Andreas Öman [Thu, 16 Aug 2007 11:32:46 +0000 (11:32 +0000)]
Remove nit table traces
Andreas Öman [Thu, 16 Aug 2007 11:19:18 +0000 (11:19 +0000)]
Rename files to better names
Andreas Öman [Thu, 16 Aug 2007 10:59:06 +0000 (10:59 +0000)]
Major rework, as follows:
- Add automatic DVB mux scanning
- Rename "programme" to "event" (more consistent with DVB specs)
- Improve showtime client interface
- Add decent timers
- Fix UTF-8 conversion issues at various places
- Improve EPG (Join DVB and XMLTV to same lists)
Andreas Öman [Tue, 14 Aug 2007 12:41:06 +0000 (12:41 +0000)]
Be more explicit in with overwrite protection logging
Andreas Öman [Mon, 13 Aug 2007 19:36:00 +0000 (19:36 +0000)]
Use locally generated pts and dts
Andreas Öman [Sun, 12 Aug 2007 21:07:44 +0000 (21:07 +0000)]
For consistency, also do audio decoding
I doubt it is needed since both AC3 and MPEG2AUDIO can figure out stream details, but lets keep it in there anyway
Andreas Öman [Sun, 12 Aug 2007 20:52:23 +0000 (20:52 +0000)]
Increase output buffer so output will fit better
Andreas Öman [Sun, 12 Aug 2007 11:54:28 +0000 (11:54 +0000)]
Improve build system slightly
- Dont use any ugly "../.." -include or -lib paths
- Link using --rpath to avoid having to set LD_LIBRARY_PATH
- Declare static / dynamic linking flags in top level configure
Andreas Öman [Sat, 11 Aug 2007 07:21:25 +0000 (07:21 +0000)]
Fix use-after-free issues when client disconnects
Andreas Öman [Sat, 11 Aug 2007 07:01:08 +0000 (07:01 +0000)]
Allow iptv input to bind directly to an interface
Andreas Öman [Sat, 11 Aug 2007 06:19:59 +0000 (06:19 +0000)]
simplify
Andreas Öman [Sat, 11 Aug 2007 06:16:16 +0000 (06:16 +0000)]
Only check CC if we are supposed to do so
Andreas Öman [Sat, 11 Aug 2007 05:39:15 +0000 (05:39 +0000)]
remove stray printf
Andreas Öman [Sat, 11 Aug 2007 05:37:56 +0000 (05:37 +0000)]
Fix 'ENABLE_INPUT_' defines
Andreas Öman [Fri, 10 Aug 2007 14:34:19 +0000 (14:34 +0000)]
Filename postfix is already in pvrr_filename, dont append another one
Andreas Öman [Fri, 10 Aug 2007 11:39:30 +0000 (11:39 +0000)]
Make it possible to select recording format on a per-recording basis
Andreas Öman [Fri, 10 Aug 2007 11:39:11 +0000 (11:39 +0000)]
Dont reset status to UNKNOWN upon error
Andreas Öman [Fri, 10 Aug 2007 08:13:53 +0000 (08:13 +0000)]
Add support for commercial break detection using teletext rundown pages
Andreas Öman [Fri, 10 Aug 2007 08:13:16 +0000 (08:13 +0000)]
No logging from ffmpeg
Andreas Öman [Thu, 9 Aug 2007 15:58:25 +0000 (15:58 +0000)]
Fix miscompilation
Andreas Öman [Thu, 9 Aug 2007 15:42:01 +0000 (15:42 +0000)]
Initial tvheadend
Andreas Öman [Tue, 7 Aug 2007 19:06:27 +0000 (19:06 +0000)]
Initial