log recpt1/recpt1.c @ 133:b14397800eae

age author description
Wed, 27 Jun 2012 06:56:33 +0900 Yoshiki Yazawa imported eagletmt-san's reuse device patch for fast channel selection in recpt1ctl. The original patch can be obtained at https://gist.github.com/890635/57c3fd93e181b3eb3f6e5ebeae22ad7b5f1f4ec1
Mon, 12 Mar 2012 22:22:27 +0900 Yoshiki Yazawa Imported PID re-acquisition code by Toshiyuki Kawashima
Tue, 21 Feb 2012 15:46:04 +0900 Yoshiki Yazawa work in progress improvement:
Sun, 07 Mar 2010 20:10:18 +0900 Yoshiki Yazawa do not stuck on split_select() more than 4 sec.
Fri, 26 Feb 2010 22:58:59 +0900 Yoshiki Yazawa need not to unset use_splitter flag on fall back.
Fri, 26 Feb 2010 22:55:44 +0900 Yoshiki Yazawa output ECM packet so that former workaround is no longer needed.
Fri, 26 Feb 2010 19:46:03 +0900 Yoshiki Yazawa temporary workaround: disable splitter if decoder is disabled.
Sat, 13 Feb 2010 19:43:25 +0900 Yoshiki Yazawa support macros to specify sid:
Fri, 12 Feb 2010 21:40:21 +0900 Yoshiki Yazawa now recpt1 accepts single sid for terrestrial channels.
Wed, 10 Feb 2010 15:02:25 +0900 Yoshiki Yazawa tweak user interface for sid:
Wed, 10 Feb 2010 14:55:03 +0900 Yoshiki Yazawa - restore channel conversion table
Wed, 10 Feb 2010 14:33:32 +0900 Yoshiki Yazawa add an option to specify the necessary service IDs.
Wed, 27 Jan 2010 16:45:37 +0900 Yoshiki Yazawa - adapt date format to driver's one
Wed, 27 Jan 2010 15:12:50 +0900 Yoshiki Yazawa do not give up if LNB ioctl failed
Wed, 27 Jan 2010 14:36:47 +0900 Yoshiki Yazawa improve stability on changing channel
Wed, 27 Jan 2010 03:48:15 +0900 Yoshiki Yazawa accept wowow2/3 and BS-hi temporal channels
Tue, 19 Jan 2010 06:13:40 +0900 Yoshiki Yazawa falls back to encrypted recording when b25_decode fails.
Wed, 13 Jan 2010 17:14:43 +0900 Yoshiki Yazawa should just shutdown when write() fails.
Sat, 12 Dec 2009 22:30:43 +0900 Yoshiki Yazawa add an option to specify LNB voltage
Tue, 01 Dec 2009 20:24:22 +0900 Yoshiki Yazawa landed ipc control functionality branch
Sat, 28 Nov 2009 00:12:05 +0900 Yoshiki Yazawa good citizens never use gray code. wise people never watch TV.
Sat, 24 Oct 2009 17:05:01 +0900 Yoshiki Yazawa replaced full-width colon with half-width colon in channel list.
Sat, 10 Oct 2009 01:11:34 +0900 Yoshiki Yazawa fix for a bug that recpt1 crashes if dirname(3) returns '.'
Fri, 09 Oct 2009 14:02:18 +0900 Yoshiki Yazawa make some messages go stderr instead of stdout.
Fri, 09 Oct 2009 11:04:36 +0900 Yoshiki Yazawa ensure path of destination file exists. imported Jonathan Leffler's mkpath.
Sat, 03 Oct 2009 13:07:43 +0900 Yoshiki Yazawa recpt1 shows list of terrestrial channels if .recpt1-channels is available in the home directory.
Sun, 13 Sep 2009 13:01:22 +0900 Yoshiki Yazawa - added --list option to show channel list.
Tue, 21 Jul 2009 00:08:47 +0900 Yoshiki Yazawa fixed a crash bug in HMS support
Sun, 19 Jul 2009 05:24:39 +0900 Yoshiki Yazawa now recpt1 accepts formats like 1:20:05 (hh:mm:ss) or 1:20 (hh:mm).
Sun, 19 Jul 2009 04:55:44 +0900 Yoshiki Yazawa a bit improved support for time format. now recpt1 recognize string such as 1h05m10s.
Fri, 10 Jul 2009 22:36:06 +0900 Yoshiki Yazawa show version option has been added
Fri, 05 Jun 2009 16:34:28 +0900 Yoshiki Yazawa rename BS-i to BS-TBS
Fri, 17 Apr 2009 22:52:35 +0900 Yoshiki Yazawa recpt1 now shows error explanation when write() fails.
Thu, 16 Apr 2009 22:18:58 +0900 Yoshiki Yazawa recpt1 now accepts 1[HhMmSs] as recording duration. formats like 1Hour or 1hour are also be accepted.
Fri, 13 Mar 2009 14:29:56 +0900 Yoshiki Yazawa reordered channel list in help message
Thu, 05 Mar 2009 01:05:32 +0900 Yoshiki Yazawa should not loop if tuner device is specified.
Tue, 03 Mar 2009 17:59:17 +0900 Yoshiki Yazawa make recpt1 try other tuner devices when it fails to tune a tuner to the specified channel.
Tue, 03 Mar 2009 05:30:25 +0900 Yoshiki Yazawa adapted to use of multiple number of pt1:
Sun, 01 Mar 2009 22:42:09 +0900 Yoshiki Yazawa limit write length at once so that udp/stdout works well.
Sat, 28 Feb 2009 04:21:31 +0900 Yoshiki Yazawa fixed a bug that waited for wrong cond variable
Sat, 28 Feb 2009 00:25:25 +0900 Yoshiki Yazawa simplify reader_func()
Fri, 27 Feb 2009 22:49:41 +0900 Yoshiki Yazawa - avoid broken lock on exit
Fri, 27 Feb 2009 22:17:39 +0900 Yoshiki Yazawa fixed a bug that recpt1 could not exit when recsec is specified.
Wed, 25 Feb 2009 22:55:34 +0900 Yoshiki Yazawa made recpt1 link against b25 shared object.
Wed, 25 Feb 2009 17:22:31 +0900 Yoshiki Yazawa - support stdout for output
Wed, 25 Feb 2009 03:07:50 +0900 Yoshiki Yazawa commented out debug messages.
Wed, 25 Feb 2009 02:35:36 +0900 Yoshiki Yazawa added signal handler to perform cleaning up when it receives a signal.
Tue, 24 Feb 2009 23:26:22 +0900 Yoshiki Yazawa fixed typo
Tue, 24 Feb 2009 22:26:07 +0900 Yoshiki Yazawa - replace host option with addr option.
Tue, 24 Feb 2009 17:22:06 +0900 Yoshiki Yazawa reorganized options:
Mon, 23 Feb 2009 14:53:12 +0900 Yoshiki Yazawa support signal strength calculation.
Mon, 23 Feb 2009 03:06:17 +0900 Yoshiki Yazawa added udp capability
Tue, 17 Feb 2009 11:52:26 +0900 Yoshiki Yazawa now falls back to encrypted recording when b25 decoder is not available
Tue, 17 Feb 2009 11:39:26 +0900 Yoshiki Yazawa cleanups
Tue, 17 Feb 2009 05:58:36 +0900 Yoshiki Yazawa - now it can handle options.
Tue, 17 Feb 2009 01:46:54 +0900 Yoshiki Yazawa fixed indentation
Tue, 17 Feb 2009 01:40:56 +0900 Yoshiki Yazawa updated to ariv25v023
Mon, 16 Feb 2009 21:40:16 +0900 Yoshiki Yazawa added b25 decode functionality
Mon, 16 Feb 2009 15:55:46 +0900 Yoshiki Yazawa - rename test.c to recpt1.c base recpt1/test.c@fb940d358e64