1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Commit Graph

  • 287a267669 Added missing '#include <time.h>' in tools.c 0.9.3 Klaus Schmidinger 2001-08-26 15:52:17 +0200
  • f4d75d4141 Implemented GetNextActiveTimer() Klaus Schmidinger 2001-08-26 15:02:00 +0200
  • 6f68910828 Sorting timers in the 'Timers' menu Klaus Schmidinger 2001-08-26 14:17:20 +0200
  • 7092907ccd Timers that are currently recording are now marked with '#' Klaus Schmidinger 2001-08-26 12:19:23 +0200
  • a4547681d5 Completely new timer matching calculation Klaus Schmidinger 2001-08-26 11:58:23 +0200
  • 0525d1bb78 New Setup parameter MaxVideoFileSize Klaus Schmidinger 2001-08-25 13:52:38 +0200
  • 14d3933d91 The menus and the channel display now show the current date and time Klaus Schmidinger 2001-08-25 13:27:26 +0200
  • 8edfaa2345 channels.conf Klaus Schmidinger 2001-08-25 11:50:00 +0200
  • 27f92da20c Fixed the chirping sound after Pause/Play of a DVD 0.9.2 Klaus Schmidinger 2001-08-19 15:16:22 +0200
  • a706fb8643 Getting the event info for the current recording Klaus Schmidinger 2001-08-19 14:45:31 +0200
  • 73870fc907 Fixed broken recordings after a driver buffer overflow Klaus Schmidinger 2001-08-19 14:37:17 +0200
  • 371bf0665e Version 0.92 - The "channel not sync'ed" log message now also lists the card number. - Now using the EIT services from 'libdtv' (thanks to Rolf Hakenes), which provides EPG information for NVOD ("Near Video On Demand") channels. - Doing some bug fixing on the EPG data (some tv stations apparently have their own idea on how to fill in the data...). The level up to which EPG bugs are fixed can be controlled with the EPGBugfixLevel parameter in the "Setup" menu (see MANUAL for details, and cEventInfo::FixEpgBugs() in eit.c for the actual implementation). - Fixed broken recordings after a driver buffer overflow. - Fixed the chirping sound after Pause/Play of a DVD (thanks to Andreas Schultz). Klaus Schmidinger 2001-08-18 18:00:00 +0200
  • e994e3a4fe Implemented EPG bugfixing Klaus Schmidinger 2001-08-17 13:19:10 +0200
  • 716d3d07b4 Now using 'libdtv' for getting EIT information Klaus Schmidinger 2001-08-15 13:56:11 +0200
  • 42096e07b6 The 'channel not sync'ed' log message now also lists the card number Klaus Schmidinger 2001-08-15 09:25:18 +0200
  • efea0f64d0 Version 0.91 - Fixed displaying colored button texts that are too long. - Suppressing replay progress display when replaying a DVD. - Updated channels.conf.cable (thanks to Uwe Scheffler). - Updated French OSD texts (thanks to Jean-Claude Repetto). - Improved AC3 decoding when replaying DVDs (thanks to Matjaz Thaler). - Fixed handling DVB card indexes when using only one card in a multi-card system. - Changed the 'Eject DVD' button text to a simple 'Eject' (the German text was too long...). - Made the font file generation more stable (thanks to Artur Skawina). - Changed the default value for the "DiSEqC" setup parameter to "off". - The new command line option '-E' can be used to define where the EPG data shall be written to. This is especially useful if VDR runs in a system that turns off the video disk when it is not used, and therefore needs to write the EPG file to a ramdisk (or turn off writing it alltogether). See 'vdr --help' for details. - Making sure the disk is up and running before starting recording (this is important for systems that turn off the video disk when it is not used). - Added the "Jump" function in replay mode (thanks to Stefan Huelswitt). See the description of the "Red" key in MANUAL under "Replay Control" for details. - Fixed displaying editing marks when toggling a mark in "pause" mode. - If there is no free DVB device to record, the log message will now be given only once. - Made I/O more robust by handling EINTR (thanks to Werner Fink). Klaus Schmidinger 2001-08-12 18:00:00 +0200
  • 000ce0cf21 Made I/O more robust by handling EINTR 0.9.1 Klaus Schmidinger 2001-08-12 15:22:48 +0200
  • 0ac6edbfc6 Removed hotkeys from 'Cancel...' options Klaus Schmidinger 2001-08-12 12:42:37 +0200
  • f7fff8b7be If there is no free DVB device to record, the log message will now be given only once Klaus Schmidinger 2001-08-11 15:48:54 +0200
  • 0b73f060d0 Fixed displaying editing marks when toggling a mark in 'pause' mode Klaus Schmidinger 2001-08-11 15:08:14 +0200
  • 2069b9946e Fixed AddDirectory Klaus Schmidinger 2001-08-11 14:51:28 +0200
  • 8e7c06006f Implemented 'Jump' function in replay mode Klaus Schmidinger 2001-08-11 14:30:21 +0200
  • 8e99289b55 Implemented SpinUpDisk() Klaus Schmidinger 2001-08-11 11:15:41 +0200
  • 627916d32a New command line option -E Klaus Schmidinger 2001-08-11 09:38:12 +0200
  • cf15f276f9 Changed the default value for the 'DiSEqC' setup parameter to 'off' Klaus Schmidinger 2001-08-11 08:44:48 +0200
  • 0387ee9ad9 Made the font file generation more stable Klaus Schmidinger 2001-08-10 16:56:49 +0200
  • 1c12948b7e Changed the 'Eject DVD' button text to a simple 'Eject' Klaus Schmidinger 2001-08-10 15:38:59 +0200
  • 232f410569 Fixed handling DVB card indexes when using only one card in a multi-card system Klaus Schmidinger 2001-08-10 15:18:07 +0200
  • 4ea2daeebe Improved AC3 decoding when replaying DVDs Klaus Schmidinger 2001-08-10 12:42:10 +0200
  • 89bf34e362 Added the URL for 'libdvdread' Klaus Schmidinger 2001-08-09 15:49:36 +0200
  • c50dc5e888 Improvements from Matjaz Thaler Klaus Schmidinger 2001-08-09 11:41:39 +0200
  • 85a0277910 Updated French OSD texts Klaus Schmidinger 2001-08-08 16:43:43 +0200
  • 9a1f4cfb94 Updated 'channels.conf.cable' Klaus Schmidinger 2001-08-08 16:18:09 +0200
  • 92d0bb8fcc Suppressing replay progress display when replaying a DVD Klaus Schmidinger 2001-08-07 16:39:18 +0200
  • a57bcf4240 Fixed displaying colored button texts that are too long Klaus Schmidinger 2001-08-07 16:30:52 +0200
  • f1d1c9849c Version 0.90 - Modified the display of the channel group separators (thanks to Markus Lang for this suggestion). - Added support for replaying DVDs (thanks to Andreas Schultz). See INSTALL for instructions on how to compile VDR with DVD support. - Fixed replay progress display in case replay is paused while watching an ongoing recording. - Ringbuffer uses semaphores to signal empty/full conditions. - Fixed calculating the timeout value in cFile::FileReady() (thanks to Wolfgang Henselmann-Weiss). Klaus Schmidinger 2001-08-06 18:00:00 +0200
  • f1c2d45c42 DVD support is now optional (cont'd) 0.9.0 Klaus Schmidinger 2001-08-06 16:25:00 +0200
  • 22b7528b63 Audio patch from Andreas Schultz Klaus Schmidinger 2001-08-06 16:24:13 +0200
  • c19ad04a21 DVD support is now optional Klaus Schmidinger 2001-08-06 16:19:20 +0200
  • 81cf0719fe Version 0.90 Klaus Schmidinger 2001-08-05 15:50:00 +0200
  • 6329146bd8 AC3 fixes from Andreas Schultz Klaus Schmidinger 2001-08-05 15:46:21 +0200
  • 2276d81677 Added reference to Matjaz Thaler Klaus Schmidinger 2001-08-05 15:27:03 +0200
  • 57692504cd Improved DVD handling Klaus Schmidinger 2001-08-05 15:11:35 +0200
  • 8c1fc6560d Removed hotkeys from 'Stop...' options Klaus Schmidinger 2001-08-05 12:47:14 +0200
  • ae15608197 Fixed timeout calculation in cFile::FileReady() Klaus Schmidinger 2001-08-05 12:40:37 +0200
  • c2ed9b5daf New ringbuffer for frames Klaus Schmidinger 2001-08-05 12:23:24 +0200
  • 614113cdcb Fixed replay progress display in case replay is paused while watching an ongoing recording; initial display comes up in one piece Klaus Schmidinger 2001-08-04 08:08:44 +0200
  • bff17fb1d0 Added support for replaying DVDs Klaus Schmidinger 2001-08-03 14:18:08 +0200
  • 1962940c39 Modified the display of the channel group separators Klaus Schmidinger 2001-07-31 15:32:02 +0200
  • 2a773da9f1 channels.conf Klaus Schmidinger 2001-07-31 15:22:09 +0200
  • 8f9cc68f76 Version 0.85 - Added Norwegian language texts (thanks to Jrgen Tvedt). - Increased the usleep value in cDvbOsd::Cmd() to 5000 in order to work on systems with the KURT/utime-patch (thanks to Guido Fiala). - Changed the check whether the driver is loaded in runvdr to check for the 'dvb' module (the last one loaded). - Fixed repeat function with LIRC (thanks to Stefan Huelswitt). - Increased the upper limit for the symbol rate to 30000 (thanks to Ulrich Rder). - Made the position of the channel display configurable (thanks to Stefan Huelswitt). - Made the width and height of the OSD configurable (thanks to Stefan Huelswitt). - DiSEqC support can now be generally enabled/disabled in the Setup menu. This may be necessary if your multiswitch gets irritated by the default DiSEqC codes '0' (thanks to Markus Lang). - Fixed replaying in case there is no index file. - Fixed jumping to an editing mark when replay has been paused. - Avoiding unnecessary code execution in the replay progress display (thanks to Guido Fiala). - When entering time values the digits that still have to be entered are now shown as '-' (as in "1-:--"). - When setting an editing mark while the progress display is not active, the display will now be turned on for a short while to indicate the successful setting of the mark. - Updated 'channels.conf' for Premiere World (thanks to Helmut Schchner). Check your timers if you use this channels.conf file, since the sequence of several PW channels has been changed. - Changed the color of "Info" messages to "black on green" and that of the confirmation messages (like "Delete...") to "black on yellow". - Fixed display with DEBUG_OSD (it still crashes sometimes, esp. when replaying, but I can't seem to find what causes this... any ideas anybody?). - Avoiding audio/video distortions in 'Transfer Mode' by no longer actually tuning the primary interface (which can't receive this channel, anyway). Apparently the driver gets irritated when the channel is switched and a replay session is started immediately after that. - Increased timeout until reporting "video data stream broken" when recording. - Explicitly switching back to the previously active channel after ending a replay session (to have it shown correctly in case it was in 'Transfer Mode'). Klaus Schmidinger 2001-07-29 18:00:00 +0200
  • 2c93950b8f Explicitly switching back to the previously active channel after ending a replay session 0.8.5 Klaus Schmidinger 2001-07-29 10:34:10 +0200
  • 9639cfdd46 Increased timeout until reporting 'video data stream broken' when recording Klaus Schmidinger 2001-07-29 09:50:49 +0200
  • bdfeda21c7 No longer actually tuning the primary interface in 'Transfer Mode' Klaus Schmidinger 2001-07-29 09:24:47 +0200
  • 5d415c08d0 Fixed display with DEBUG_OSD Klaus Schmidinger 2001-07-28 16:32:40 +0200
  • 97ac615490 Changed message colors Klaus Schmidinger 2001-07-28 15:03:22 +0200
  • 349b05400a Updated channels.conf for PW Klaus Schmidinger 2001-07-28 14:55:11 +0200
  • 6585e5ede6 Showing progress display when setting editing mark Klaus Schmidinger 2001-07-28 14:06:36 +0200
  • dd3c8591cd When entering time values the digits that still have to be entered are now shown as '-' Klaus Schmidinger 2001-07-28 13:48:52 +0200
  • 80d491ec45 Avoiding unnecessary code execution in the replay progress display Klaus Schmidinger 2001-07-28 13:16:23 +0200
  • 0f52c4fe33 Fixed jumping to an editing mark when replay has been paused Klaus Schmidinger 2001-07-28 11:49:23 +0200
  • ab4e3c7ef8 Fixed replaying in case there is no index file Klaus Schmidinger 2001-07-28 11:41:51 +0200
  • 780cd3d52f Avoiding audio/video distortions in 'Transfer Mode' Klaus Schmidinger 2001-07-28 11:26:45 +0200
  • 47b859c156 DiSEqC support can now be generally enabled/disabled Klaus Schmidinger 2001-07-27 13:45:55 +0200
  • d008680ad7 Made the width and height of the OSD configurable Klaus Schmidinger 2001-07-27 11:51:42 +0200
  • 81919a6647 Made the position of the channel display configurable Klaus Schmidinger 2001-07-27 10:59:50 +0200
  • 697b389872 Increased the upper limit for the symbol rate to 30000 Klaus Schmidinger 2001-07-27 10:28:55 +0200
  • 8c28b9f74a Fixed repeat function with LIRC Klaus Schmidinger 2001-07-27 10:18:57 +0200
  • 7107140cbe Changed the check whether the driver is loaded Klaus Schmidinger 2001-07-27 07:37:33 +0200
  • ab1275798e Increased the usleep value in cDvbOsd::Cmd() to 5000 in order to work on systems with the KURT/utime-patch Klaus Schmidinger 2001-07-24 16:26:58 +0200
  • 1d6fc3e1f6 Norwegian OSD texts Klaus Schmidinger 2001-07-24 16:00:54 +0200
  • 9323eea670 Fixed handling group separator at beginning of 'channels.conf' 0.8.4 Klaus Schmidinger 2001-07-22 15:17:51 +0200
  • 37ed2c31e7 Increased the buffer for key names received from LIRC Klaus Schmidinger 2001-07-22 14:46:45 +0200
  • 668606c38c Note about new PW channel setup Klaus Schmidinger 2001-07-22 14:32:06 +0200
  • 90dc8426db Fixed a possible crash in parsing incorrect lines in 'channels.conf' Klaus Schmidinger 2001-07-22 14:17:15 +0200
  • bd48a49712 Fixed handling characters above 0xEF in SVDRP Klaus Schmidinger 2001-07-22 14:00:11 +0200
  • 693033f390 Displaying the frame counter in the replay progress display only when editing a mark Klaus Schmidinger 2001-07-22 13:46:07 +0200
  • c14d8d1da1 Larger OSD with 2bpp windows; Channel display at bottom Klaus Schmidinger 2001-07-22 12:33:45 +0200
  • e4732c0912 French OSD texts Klaus Schmidinger 2001-07-22 09:36:49 +0200
  • 9dcd0fc6e3 Removed a superfluous VIDEO_FREEZE call in the replay buffer Klaus Schmidinger 2001-07-22 09:34:55 +0200
  • 06236395e7 Increased the frame buffer size to 192KB Klaus Schmidinger 2001-07-22 09:33:34 +0200
  • 43732ece31 Added a note regarding deamon mode and 'runvdr' Klaus Schmidinger 2001-07-21 17:28:58 +0200
  • 1930e13961 Fixed a hanging SVDRP connection if the client dies without issuing QUIT Klaus Schmidinger 2001-07-14 09:49:07 +0200
  • 497183cd73 Fixed high system load when displaying a still picture in replay Klaus Schmidinger 2001-07-14 09:24:57 +0200
  • a62790ed09 Fixed handling of 'Green' button in 'Schedules' menu if channel as a second audio PID Klaus Schmidinger 2001-07-12 14:58:48 +0200
  • 145d376ec1 Displaying '-' when directly switching channels; increased timeout for direct channel switching Klaus Schmidinger 2001-07-12 14:19:43 +0200
  • 9efef9e89e No Diseqc command if parameter is '0' Klaus Schmidinger 2001-07-12 12:29:09 +0200
  • 3d2cf4e12a Additional 'emergency exit' in case channel switching doesn't work several times in a row Klaus Schmidinger 2001-07-12 10:27:18 +0200
  • 103177a9e7 Fixed video packet scanning Klaus Schmidinger 2001-06-27 08:33:55 +0200
  • d67fb2ce55 Added Dolby Digital recording/replay 0.8.3 Klaus Schmidinger 2001-06-24 17:42:19 +0200
  • 947750f20b Portugese OSD texts Klaus Schmidinger 2001-06-22 15:19:57 +0200
  • 706b18cb7c Avoiding error message when setting PIDs Klaus Schmidinger 2001-06-17 15:19:28 +0200
  • 5b41d21107 Adapted text to driver 2001-06-16 0.8.2 Klaus Schmidinger 2001-06-16 15:04:38 +0200
  • 7429eb81f0 Changed turning off PIDs when switching channel Klaus Schmidinger 2001-06-16 14:38:07 +0200
  • d3f255e79e Setup parameter for VideoFormat Klaus Schmidinger 2001-06-16 14:31:14 +0200
  • 0af14457e0 Setting all PIDs to 0x1FFF before switching channel Klaus Schmidinger 2001-06-16 13:11:33 +0200
  • ef0aba26bd VFAT switch exchanges ':' in recording names; modified exchanging characters Klaus Schmidinger 2001-06-16 10:36:13 +0200
  • 7caf38b527 Bugfix in stripping audio packets Klaus Schmidinger 2001-06-16 09:43:03 +0200
  • d17452dcfa Bugfix in editing mechanism Klaus Schmidinger 2001-06-15 14:12:56 +0200
  • 9de548ee59 Recording both audio tracks Klaus Schmidinger 2001-06-14 15:57:30 +0200