]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
18 years agouse common code for resolving configuration file name
Andreas Öman [Sun, 19 Aug 2007 12:14:18 +0000 (12:14 +0000)] 
use common code for resolving configuration file name

18 years agoMake sure that timer is armed when we do initial scan
Andreas Öman [Sun, 19 Aug 2007 12:14:04 +0000 (12:14 +0000)] 
Make sure that timer is armed when we do initial scan

18 years agoUse full path when trying to load config from build structure
Andreas Öman [Sun, 19 Aug 2007 08:43:57 +0000 (08:43 +0000)] 
Use full path when trying to load config from build structure

18 years agoSet a default priority for automatically scanned DVB sources
Andreas Öman [Sun, 19 Aug 2007 08:43:27 +0000 (08:43 +0000)] 
Set a default priority for automatically scanned DVB sources

18 years agoRename config attribute 'muxfile' to 'dvbmuxfile'
Andreas Öman [Sun, 19 Aug 2007 08:43:04 +0000 (08:43 +0000)] 
Rename config attribute 'muxfile' to 'dvbmuxfile'

18 years agouse correct default path to config file
Andreas Öman [Sun, 19 Aug 2007 07:30:56 +0000 (07:30 +0000)] 
use correct default path to config file

18 years agoFix some issues related to locally built libs
Andreas Öman [Sun, 19 Aug 2007 06:44:34 +0000 (06:44 +0000)] 
Fix some issues related to locally built libs

18 years agorename attribute 'tag' to the more explicit 'rec_tag'
Andreas Öman [Sat, 18 Aug 2007 22:22:13 +0000 (22:22 +0000)] 
rename attribute 'tag' to the more explicit 'rec_tag'

18 years agorevive icon support
Andreas Öman [Sat, 18 Aug 2007 12:04:29 +0000 (12:04 +0000)] 
revive icon support

18 years agoAdd reference counted strings
Andreas Öman [Sat, 18 Aug 2007 12:04:17 +0000 (12:04 +0000)] 
Add reference counted strings

18 years agoremove stray printfs
Andreas Öman [Sat, 18 Aug 2007 11:39:36 +0000 (11:39 +0000)] 
remove stray printfs

18 years agoAdjust htsclient interface slightly to match showtime updates
Andreas Öman [Sat, 18 Aug 2007 11:38:42 +0000 (11:38 +0000)] 
Adjust htsclient interface slightly to match showtime updates

18 years agomake event_time_txt() visible
Andreas Öman [Sat, 18 Aug 2007 11:38:26 +0000 (11:38 +0000)] 
make event_time_txt() visible

18 years agoMove strtab stuff to a file of its own
Andreas Öman [Sat, 18 Aug 2007 10:34:55 +0000 (10:34 +0000)] 
Move strtab stuff to a file of its own

18 years agorename a variable
Andreas Öman [Sat, 18 Aug 2007 08:21:40 +0000 (08:21 +0000)] 
rename a variable

18 years agocosmetica
Andreas Öman [Fri, 17 Aug 2007 16:29:58 +0000 (16:29 +0000)] 
cosmetica

18 years agoAdd 'show dvbmuxes' command
Andreas Öman [Fri, 17 Aug 2007 10:42:12 +0000 (10:42 +0000)] 
Add 'show dvbmuxes' command

18 years agoAdd support for collecting FEC errors
Andreas Öman [Fri, 17 Aug 2007 10:41:57 +0000 (10:41 +0000)] 
Add support for collecting FEC errors

18 years agoAdd a mutex to protect race between monitor thread and main thread
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

18 years agoWhen nobody is subscribing to an adapter, cycle thru all muxes to get status updates
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

18 years agoFire timers after handling fd's (timers may free fd-handles)
Andreas Öman [Fri, 17 Aug 2007 07:56:14 +0000 (07:56 +0000)] 
Fire timers after handling fd's (timers may free fd-handles)

18 years agoFix a typo in syslog format
Andreas Öman [Fri, 17 Aug 2007 06:33:03 +0000 (06:33 +0000)] 
Fix a typo in syslog format

18 years agoAdd better heuristics for xmltv -> dvb channel mapping
Andreas Öman [Thu, 16 Aug 2007 13:00:45 +0000 (13:00 +0000)] 
Add better heuristics for xmltv -> dvb channel mapping

18 years agoConvert channel name to printable chars before logging
Andreas Öman [Thu, 16 Aug 2007 12:23:15 +0000 (12:23 +0000)] 
Convert channel name to printable chars before logging

18 years agoMove DVB MUX setup to a file of its own
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

18 years agoRemove nit table traces
Andreas Öman [Thu, 16 Aug 2007 11:32:46 +0000 (11:32 +0000)] 
Remove nit table traces

18 years agoRename files to better names
Andreas Öman [Thu, 16 Aug 2007 11:19:18 +0000 (11:19 +0000)] 
Rename files to better names

18 years agoMajor rework, as follows:
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)

18 years agoBe more explicit in with overwrite protection logging
Andreas Öman [Tue, 14 Aug 2007 12:41:06 +0000 (12:41 +0000)] 
Be more explicit in with overwrite protection logging

18 years agoUse locally generated pts and dts
Andreas Öman [Mon, 13 Aug 2007 19:36:00 +0000 (19:36 +0000)] 
Use locally generated pts and dts

18 years agoFor consistency, also do audio decoding
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

18 years agoIncrease output buffer so output will fit better
Andreas Öman [Sun, 12 Aug 2007 20:52:23 +0000 (20:52 +0000)] 
Increase output buffer so output will fit better

18 years agoImprove build system slightly
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

18 years agoFix use-after-free issues when client disconnects
Andreas Öman [Sat, 11 Aug 2007 07:21:25 +0000 (07:21 +0000)] 
Fix use-after-free issues when client disconnects

18 years agoAllow iptv input to bind directly to an interface
Andreas Öman [Sat, 11 Aug 2007 07:01:08 +0000 (07:01 +0000)] 
Allow iptv input to bind directly to an interface

18 years agosimplify
Andreas Öman [Sat, 11 Aug 2007 06:19:59 +0000 (06:19 +0000)] 
simplify

18 years agoOnly check CC if we are supposed to do so
Andreas Öman [Sat, 11 Aug 2007 06:16:16 +0000 (06:16 +0000)] 
Only check CC if we are supposed to do so

18 years agoremove stray printf
Andreas Öman [Sat, 11 Aug 2007 05:39:15 +0000 (05:39 +0000)] 
remove stray printf

18 years agoFix 'ENABLE_INPUT_' defines
Andreas Öman [Sat, 11 Aug 2007 05:37:56 +0000 (05:37 +0000)] 
Fix 'ENABLE_INPUT_' defines

18 years agoFilename postfix is already in pvrr_filename, dont append another one
Andreas Öman [Fri, 10 Aug 2007 14:34:19 +0000 (14:34 +0000)] 
Filename postfix is already in pvrr_filename, dont append another one

18 years agoMake it possible to select recording format on a per-recording basis
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

18 years agoDont reset status to UNKNOWN upon error
Andreas Öman [Fri, 10 Aug 2007 11:39:11 +0000 (11:39 +0000)] 
Dont reset status to UNKNOWN upon error

18 years agoAdd support for commercial break detection using teletext rundown pages
Andreas Öman [Fri, 10 Aug 2007 08:13:53 +0000 (08:13 +0000)] 
Add support for commercial break detection using teletext rundown pages

18 years agoNo logging from ffmpeg
Andreas Öman [Fri, 10 Aug 2007 08:13:16 +0000 (08:13 +0000)] 
No logging from ffmpeg

18 years agoFix miscompilation
Andreas Öman [Thu, 9 Aug 2007 15:58:25 +0000 (15:58 +0000)] 
Fix miscompilation

18 years agoInitial tvheadend
Andreas Öman [Thu, 9 Aug 2007 15:42:01 +0000 (15:42 +0000)] 
Initial tvheadend

18 years agoInitial
Andreas Öman [Tue, 7 Aug 2007 19:06:27 +0000 (19:06 +0000)] 
Initial