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

Commit Graph

  • ffc0f49c12 Improved efficiency of cEIT::cEIT() 1.7.5 Klaus Schmidinger 2009-04-12 09:09:47 +02:00
  • af89f39e82 No longer writing the video type into channels.conf if VPID is 0 Klaus Schmidinger 2009-04-10 11:34:33 +02:00
  • ee97c6abee Added a note about VDR requiring S2API Klaus Schmidinger 2009-04-10 10:29:21 +02:00
  • fc0d238194 Added missing AUDIO_PAUSE/AUDIO_CONTINUE calls to cDvbDevice Klaus Schmidinger 2009-04-10 10:27:16 +02:00
  • 0a2de94d07 Fixed detecting the frame rate for radio recordings Klaus Schmidinger 2009-04-05 14:15:25 +02:00
  • daa6799705 Making sure any floating point numbers written use a decimal point Klaus Schmidinger 2009-04-05 13:23:58 +02:00
  • 5a42f6b29f Fixed replay of TS recordings in case the index file is missing Klaus Schmidinger 2009-04-05 13:04:33 +02:00
  • 371a9a9025 cDevice::PlayTs() now plays as many TS packets as possible in one call Klaus Schmidinger 2009-04-05 12:29:27 +02:00
  • 43d25f07de Fixed the 'VideoOnly' condition in the PlayPes() and PlayTs() calls in cDvbPlayer::Action() Klaus Schmidinger 2009-04-05 11:01:21 +02:00
  • 5ee2a21c8a Fixed a crash when jumping to an editing mark in an audio recording Klaus Schmidinger 2009-04-05 10:45:01 +02:00
  • 8114d7c63e Now freeing configDirectory before setting it to a new value in cPlugin::SetConfigDirectory() Klaus Schmidinger 2009-04-05 10:21:20 +02:00
  • 9ff445dce4 Added missing virtual destructor to cPalette Klaus Schmidinger 2009-04-05 10:20:58 +02:00
  • 168907fd0b Added missing '[]' to the delete operator in cMenuEditStrItem::~cMenuEditStrItem() Klaus Schmidinger 2009-04-05 10:15:12 +02:00
  • d666dca6a4 Fixed switching to Play mode when hitting the end of a timeshifted recording Klaus Schmidinger 2009-04-05 10:11:26 +02:00
  • c886e69bc6 Improved replay at the begin and end of a recording; cDvbPlayer::Action() no longer calls DeviceFlush() Klaus Schmidinger 2009-04-05 09:08:02 +02:00
  • 1b02cc9c94 Using the result of DeviceFlush() when hitting end of recording Klaus Schmidinger 2009-03-28 21:56:56 +01:00
  • b3931e646f Fixed a typo Klaus Schmidinger 2009-03-28 21:53:26 +01:00
  • d0a42e9c81 Fixed cDvbPlayer::NextFile() to handle files larger than 2GB Klaus Schmidinger 2009-03-28 17:14:53 +01:00
  • 2e4aa1a595 Added command line help for the '-i' option Klaus Schmidinger 2009-03-27 15:54:42 +01:00
  • e3de25dd11 Modified cFrameDetector::Analyze() to minimize file I/O overhead during recording Klaus Schmidinger 2009-03-27 14:11:43 +01:00
  • 323969e58d Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames over several payload units Klaus Schmidinger 2009-03-27 13:38:59 +01:00
  • e7ea3b3c70 Replaced cBackTrace with cPtsIndex Klaus Schmidinger 2009-03-13 14:45:12 +01:00
  • 4c0ab3d3e7 Added cRecordingInfo::GetEvent() Klaus Schmidinger 2009-02-28 10:51:42 +01:00
  • 3d309c498c Updated the Italian OSD texts Klaus Schmidinger 2009-02-22 12:51:46 +01:00
  • a8d053b66d Added credits for Derek Kelly Klaus Schmidinger 2009-02-08 11:28:34 +01:00
  • 6a6aac9dd3 Added cap_sys_nice to the capabilities that are not dropped Klaus Schmidinger 2009-02-01 10:15:47 +01:00
  • 9a7473eaf3 Fixed handling the 'new' indicator in the recordings menu for TS recordings Klaus Schmidinger 2009-01-30 16:48:40 +01:00
  • 2bc0af882c Fixed a hangup when replaying a TS recording with subtitles activated Klaus Schmidinger 2009-01-30 16:07:32 +01:00
  • 084e16c057 Version 1.7.4 - Removed the '#define FE_CAN_2ND_GEN_MODULATION', since it was wrong and the flag is now in the driver, anyway. - The full-featured DVB cards are now given the TS data directly for replay (thanks to Oliver Endriss for enhancing the av7110 driver to make it replay TS data). The patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_ts_replay__1.diff implements this change in the driver. The patch av7110_v4ldvb_api5_audiobuf_test_1.diff mentioned in version 1.7.2 is still necessary to avoid audio and video glitches on some channels. - Added a typecast in cUnbufferedFile::Write() to avoid an error message when compiling on 64 bit systems. - Added some missing 'const' statements to cBitmap (thanks to Andreas Regel). - Fixed returning complete PES packets in cTsToPes::GetPes() (thanks to Reinhard Nissl). - Added a missing Detach() in cTransfer::Activate() (thanks to Marco Schller). - Added clearing the TS buffers in cDevice::Detach() (thanks to Marco Schller). - Fixed incrementing the continuity counter in cPatPmtGenerator::GetPmt() (thanks to Johann Friedrichs). - Fixed removing deleted recordings in case there is a problem. Once a recording caused a problem with removing, no others were removed any more and an ongoing recording could fill up the disk and cause other recordings to be deleted automatically (reported by Reinhard Nissl). - Added "DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to Make.config.template (thanks to Johann Friedrichs for pointing this out). Plugin authors should add this line to their Makefile or Make.config if they use file access functions that need special versions for 64 bit offsets. - The new command line option -i can be used to set an "instance id", which will be used to distinguish recordings of the same broadcast made by different instances of VDR (suggested by Frank Schmirler). This replaces the use of the "resume id" that was introduced in version 1.7.3. - Added checking mutexCurrentAudioTrack to cDevice::PlayTs() (thanks to Reinhard Nissl for pointing this out). - Fixed handling the pointer field in cPatPmtParser::ParsePmt() (thanks to Frank Schmirler - sorry I swapped two lines when adopting the original patch). - Checking the remaining packet length after processing the pointer field in cPatPmtParser::ParsePat() and cPatPmtParser::ParsePmt() (suggested by Frank Schmirler). - Checking the pointer field in cPatPmtParser::ParsePmt() only in 'payload start' packets (suggested by Frank Schmirler). - Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of the actual pids of the channel. - Fixed cDevice::PlayTsAudio() and made cDevice::PlayTsVideo() return 0 if PlayVideo() didn't play anything. - Added an 'int' typecast to calculations involving FramesPerSecond() to avoid compiler warnings (reported by Winfried Koehler). - Fixed detecting frames for pure audio recordings. - Fixed editing PES recordings. The frame type in the index.vdr file generated for the edited PES recording is set to 1 for I-frames and 2 for all others (P- and B-frames). The exact frame type doesn't matter for VDR, it only needs to know if it's an I-frame or not. - The PAT/PMT is now only processed if its version changes (reported by Reinhard Nissl). - Fixed handling the maximum video file size (reported by Udo Richter). - Improved fast-forward/-rewind for audio recordings. The actual data is now sent to the output device, so that it can be replayed and thus cause the proper delay. For pure audio recordings the audio is no longer muted in fast-forward/-rewind mode, so that some orientation regarding the position within the recording is possible. There may still be some offset in the replay position displayed by the progress indicator when switching from fast-forward/-rewind to play mode, as well as in the current position during normal play mode. This is due to the various buffers between the player and the output device and will be addressed later. Note the new function cDevice::IsPlayingVideo(), which is used to inform the player whether there is video data in the currently replayed stream. If a derived cDevice class reimplements PlayTs() or PlayPes(), it also needs to make sure this new function works as expected. Klaus Schmidinger 2009-01-25 13:13:00 +01:00
  • cf7867ebe7 Fixed a typo 1.7.4 Klaus Schmidinger 2009-01-25 12:07:29 +01:00
  • f9c1974f2d Improved fast-forward/-rewind for audio recordings Klaus Schmidinger 2009-01-25 11:39:43 +01:00
  • 73be47a4b1 Added credit to Winfried Koehler Klaus Schmidinger 2009-01-24 15:27:06 +01:00
  • f01af488e1 Fixed handling the maximum video file size Klaus Schmidinger 2009-01-24 15:24:19 +01:00
  • 85e34776ff The PAT/PMT is now only processed if its version changes Klaus Schmidinger 2009-01-24 13:47:46 +01:00
  • f311ce508a av7110_v4ldvb_api5_audiobuf_test_1.diff is still necessary Klaus Schmidinger 2009-01-24 13:20:23 +01:00
  • c5553f9187 Fixed editing PES recordings Klaus Schmidinger 2009-01-24 13:16:43 +01:00
  • a02868c90c Fixed detecting frames for pure audio recordings Klaus Schmidinger 2009-01-24 12:30:18 +01:00
  • fa848a6f2e Added an 'int' typecast to calculations involving FramesPerSecond() to avoid compiler warnings Klaus Schmidinger 2009-01-24 11:42:24 +01:00
  • c2ecee3d40 Fixed cDevice::PlayTsAudio() and made cDevice::PlayTsVideo() return 0 if PlayVideo() didn't play anything Klaus Schmidinger 2009-01-24 11:20:24 +01:00
  • 2b174b07bd Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of the actual pids of the channel Klaus Schmidinger 2009-01-23 16:44:46 +01:00
  • 1ca753003b Checking the pointer field in cPatPmtParser::ParsePmt() only in 'payload start' packets Klaus Schmidinger 2009-01-23 16:43:23 +01:00
  • 4895d6b9e2 Checking the remaining packet length after processing the pointer field Klaus Schmidinger 2009-01-23 14:34:05 +01:00
  • a1e7922938 Fixed handling the pointer field in cPatPmtParser::ParsePmt() Klaus Schmidinger 2009-01-23 14:19:58 +01:00
  • 1789a813f7 Added checking mutexCurrentAudioTrack to cDevice::PlayTs() Klaus Schmidinger 2009-01-18 11:45:28 +01:00
  • 3434f061b3 Implemented option '-i' Klaus Schmidinger 2009-01-18 11:10:29 +01:00
  • 3def525dc4 Added "DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to Make.config.template Klaus Schmidinger 2009-01-18 10:46:13 +01:00
  • c7ce1c37e3 Fixed removing deleted recordings in case there is a problem Klaus Schmidinger 2009-01-16 15:59:47 +01:00
  • 036c292460 Fixed incrementing the continuity counter in cPatPmtGenerator::GetPmt() Klaus Schmidinger 2009-01-16 15:28:18 +01:00
  • d500f17d50 Added clearing the TS buffers in cDevice::Detach() Klaus Schmidinger 2009-01-16 15:20:29 +01:00
  • 70ec0dfa1b Added a missing Detach() in cTransfer::Activate() Klaus Schmidinger 2009-01-16 15:16:08 +01:00
  • 71dc09e788 Fixed returning complete PES packets in cTsToPes::GetPes() Klaus Schmidinger 2009-01-16 14:44:55 +01:00
  • 329d7da4ec Added some missing 'const' statements to cBitmap Klaus Schmidinger 2009-01-16 14:39:27 +01:00
  • 0c5374ce7d Added a typecast in cUnbufferedFile::Write() to avoid an error message when compiling on 64 bit systems Klaus Schmidinger 2009-01-16 14:31:26 +01:00
  • 970622ccf2 The full-featured DVB cards are now given the TS data directly for replay Klaus Schmidinger 2009-01-16 14:27:22 +01:00
  • c296647594 Version 1.7.3 - Updated the Russian OSD texts (thanks to Oleg Roitburd). - Fixed handling the 'pointer field' in generating and parsing PAT/PMT (thanks to Frank Schmirler). - Fixed handling modulation types for DVB-S transponders when processing the NIT. - Changed cDvbDevice::GrabImage() to use V4L2 (thanks to Marco Schller). - Added a poll to cDvbDevice::PlayVideo() and cDvbDevice::PlayAudio() to avoid excessive CPU load (this is just a makeshift solution until the FF DVB cards can play TS directly). - The recording format is now Transport Stream. Existing recordings in PES format can still be replayed and edited, but new recordings are done in TS. All code for recording in PES has been removed. The following changes were made to switch to TS recording format: + The index file format has been changed to support file sizes of up to 1TB (previously 2GB), and up to 65535 separate files per recording (previously 255). + The recording file names are now of the form 00001.ts (previously 001.vdr). + The frame rate is now detected by looking at two subsequent PTS values. The "frame duration" (in multiples of 1/90000) is stored in the info.vdr file using the new tag F (thanks to Artur Skawina for helping to get the IndexToHMSF() calculation right). + Several functions now have an additional parameter FramesPerSecond. + Several functions now have an additional parameter IsPesRecording. + The functionality of cFileWriter was moved into cRecorder, and cRemux is now obsolete. This also avoids one level of data copying while recording. + cRemux, cRingBufferLinearPes, cTS2PES and all c*Repacker classes have been removed. + A PAT/PMT is inserted before every independent frame, so that no extra measures need to be taken when editing a recording. + The directory name for a recording has been changed from YYYY-MM-DD-hh[.:]mm.pr.lt.rec (pr=priority, lt=lifetime) to YYYY-MM-DD-hh.mm.ch-ri.rec (ch=channel, ri=resumeId). Priority and Lifetime are now stored in the info.vdr file with the new tags P and L (if no such file exists, the maximum values are assumed by default, which avoids inadvertently deleting a recording if disk space is low). No longer storing Priority and Lifetime in the directory name avoids starting a new recording if one of these is changed in the timer and the recording is re-started for some reason. Instead of Priority and Lifetime, the directory name now contains the channel number from which the recording was made, and the "resume id" of this instance of VDR. This avoids problems if several VDR instances record the same show on different channels, or even on the same channel. The '-' between channel number and resumeId prevents older versions of VDR from "seeing" these recordings, which makes sure they won't even try to replay them, or remove them in case the disk runs full. + The semantics of PlayTs*() have been changed. These functions are now required to return the given Length (which is TS_SIZE) if they have processed the TS packet. + The files "index", "info", "marks" and "resume" within a TS recording directory are now created without the ".vdr" extension. + The "resume" file is no longer a binary file, but contains tagged lines to be able to store additional information, like the selected audio or subtitle track. + cDevice::StillPicture() will now be called with either TS or PES data. + cDvbPlayer::Goto() no longer appends a "sequence end code" to the data. If the output device needs this, it has to take care of it by itself. - Fixed cPatPmtParser::ParsePmt() to reset vpid and vtype when switching from a video to an audio channel (thanks to Reinhard Nissl). - cDvbDevice now uses the FE_CAN_2G_MODULATION flag to determine whether a device can handle DVB-S2. The #define is still there to allow people with older drivers who don't need DVB-S2 to use this version without pathcing. Klaus Schmidinger 2009-01-06 20:31:53 +01:00
  • 60c5248a36 Removed the '#define FE_CAN_2ND_GEN_MODULATION' Klaus Schmidinger 2009-01-06 16:56:27 +01:00
  • 1f3af22711 Fixed outdated remarks Klaus Schmidinger 2009-01-06 15:13:26 +01:00
  • d1ea5ca06d cDvbDevice now uses the FE_CAN_2G_MODULATION flag 1.7.3 Klaus Schmidinger 2009-01-06 14:52:54 +01:00
  • f9a2758205 Fixed cPatPmtParser::ParsePmt() to reset vpid and vtype when switching from a video to an audio channel Klaus Schmidinger 2009-01-06 14:47:53 +01:00
  • 7de7ede26f The recording format is now Transport Stream Klaus Schmidinger 2009-01-06 14:41:11 +01:00
  • 7470253c60 Added a poll to cDvbDevice::PlayVideo() and cDvbDevice::PlayAudio() to avoid excessive CPU load Klaus Schmidinger 2008-12-28 11:03:00 +01:00
  • 7b2085b575 Changed cDvbDevice::GrabImage() to use V4L2 Klaus Schmidinger 2008-12-22 10:26:16 +01:00
  • 7702a6c7e3 Fixed handling modulation types for DVB-S transponders when processing the NIT Klaus Schmidinger 2008-12-20 11:05:22 +01:00
  • 5cbc33d897 Fixed handling the 'pointer field' in generating and parsing PAT/PMT Klaus Schmidinger 2008-12-20 10:46:53 +01:00
  • 051f0def47 Updated the Russian OSD texts Klaus Schmidinger 2008-12-17 17:10:17 +01:00
  • 1834751c45 Version 1.7.2 - Added a note about 'Id' being obsolete to the description of cDevice::PlayAudio(). - Switched to the new S2API driver API, which was decided to become the official DVB API in the kernel (based on patches from Igor M. Liplianin, Niels Wagenaar and Edgar Hucek). VDR now uses the S2API driver from http://linuxtv.org/hg/v4l-dvb. In order to correctly detect DVB-S2 capable devices, you need to apply the patch from ftp://ftp.cadsoft.de/vdr/Developer/v4l-dvb-s2api-add-s2-capability.diff to the driver source, because the S2API doesn't provide a way of telling whether a device can handle DVB-S2 transponders. - The cDvbTuner::IsTunedTo() function now also checks the symbol rate in case of DVB-S and DVB-C. - Improved handling PES video packets with zero length when converting from TS to PES. For good replay in Transfer Mode on full featured DVB cards you may want to apply the patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1.diff to the driver (thanks to Oliver Endriss). Klaus Schmidinger 2008-12-14 16:54:12 +01:00
  • 07defaad3a Added notes about driver patches 1.7.2 Klaus Schmidinger 2008-12-14 15:04:56 +01:00
  • 22feb7bf1c Improved handling PES video packets with zero length when converting from TS to PES Klaus Schmidinger 2008-12-13 14:43:22 +01:00
  • 3c7d1a16ac Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks the symbol rate in case of DVB-S and DVB-C Klaus Schmidinger 2008-12-13 12:22:36 +01:00
  • 3abe4f2b91 Switched to the new S2API driver API Klaus Schmidinger 2008-11-22 13:30:00 +01:00
  • 8ad7803a46 Added a note about 'Id' being obsolete to the description of cDevice::PlayAudio() Klaus Schmidinger 2008-09-14 13:46:13 +02:00
  • 86b8a2ec24 Fixed renamed constants Klaus Schmidinger 2008-09-07 11:55:36 +02:00
  • c848ab793a Version 1.7.1 - Adapted the tuning code to the new DVBFE_SET_DELSYS API (thanks to Reinhard Nissl). VDR now uses the driver from http://jusst.de/hg/multiproto_plus. - Updated the Italian OSD texts (thanks to Diego Pierotto). - Removed obsolete $(NCURSESLIB) from the Makefile. - Implemented handling the standard component descriptor for AC3 (stream=4), as it will soon be used by the German ARD channels (thanks to Michael Pennewiß for advance information about this change). The previously used "Premiere pseudo standard" (stream=2, type=5) still works, but has apparently been wrongfully used by broadcasters from the beginning. - Added missing description of the 'S' channel parameter to vdr.5 (reported by Reinhard Nissl). - The SVDRP signon message now indicates the character encoding in use, as in "220 video SVDRP VideoDiskRecorder 1.7.1; Fri May 2 16:17:10 2008; ISO-8859-1". This may be useful for instance for external tools that provide EPG data, so that they can correctly encode the strings. - No longer calling FcFini() to avoid problems with older (broken) versions of fontconfig (suggested by Edgar Toernig). - Removed the compile time option VFAT to allow users of precompiled binary distributions to have full control over whether or not to use the --vfat option at runtime (suggested by Michael Nork). - First step towards switching to TS (Transport Stream) as recording format: + The new function cDevice::PlayTs() is used to play TS packets. + The new functions cDevice::PlayTsVideo() and cDevice::PlayTsAudio() are used to play video and audio TS packets, respectively. + The new function cAudio::PlayTs() is used to play audio TS packets. + The new class cPatPmtGenerator is used to generate a PAT/PMT pair that precedes the TS data in Transfer Mode. + The new class cPatPmtParser is used by cDevice to parse the PAT/PMT data in a TS in order to find out which streams it contains. + The new class cTsToPes is used to convert TS packets to a PES packet. + cTransfer no longer uses cRemux, and doesn't run a separate thread any more. It just generates a PAT/PMT and sends all received TS packets to the primary device's PlayTs(). + Live subtitle display no longer uses a ring buffer and separate thread. + cPesAssembler has been removed. Old VDR recordings only contain complete PES packets. + Since a TS needs to have a PAT/PMT, which requires the video stream type to be explicitly given, the format of the VPID field in the channels.conf file and the SVDRP commands NEWC/MODC/LSTC has been extended. The video stream type now follows the VPID and optional PPID, separated by an '=' sign. - Updated the sources.conf file (thanks to Oleg Roitburd). - Fixed a possible integer overflow in GetAbsTime() (thanks to Alexander Rieger). - Fixed a problem with calling isyslog() from within the SignalHandler() (thanks to Udo Richter). - Replaced the Finnish language code "smi" with "suo" (thanks to Rolf Ahrenberg). - Fixed wrong value for TableIdBAT in libsi/si.h (thanks to Winfried Köhler). - Errors in config files no longer keep VDR from starting. - Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h (reported by Tobias Grimm). Klaus Schmidinger 2008-09-06 18:00:00 +02:00
  • b203807818 Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h 1.7.1 Klaus Schmidinger 2008-09-06 14:49:19 +02:00
  • 1857a0ca20 Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h 1.6.0-2 Klaus Schmidinger 2008-09-06 14:46:56 +02:00
  • 0206d90a49 Updated the Turkish language texts of the hello plugin Klaus Schmidinger 2008-09-06 14:30:00 +02:00
  • a5adaefb68 Version 1.6.0-2 Klaus Schmidinger 2008-09-06 14:30:00 +02:00
  • a079bc9c25 Errors in config files no longer keep VDR from starting Klaus Schmidinger 2008-09-06 14:20:20 +02:00
  • 089b421dca Fixed wrong value for TableIdBAT in libsi/si.h Klaus Schmidinger 2008-09-06 12:44:51 +02:00
  • 89bb6f57fd Fixed wrong value for TableIdBAT in libsi/si.h Klaus Schmidinger 2008-09-06 12:42:54 +02:00
  • ad19b83ff2 Replaced the Finnish language code "smi" with "suo" Klaus Schmidinger 2008-09-06 12:25:32 +02:00
  • 1f0776c548 Replaced the Finnish language code "smi" with "suo" Klaus Schmidinger 2008-09-06 12:22:46 +02:00
  • 4f9b3175d0 Fixed a problem with calling isyslog() from within the SignalHandler() Klaus Schmidinger 2008-09-06 11:26:01 +02:00
  • 5da044b4ae Fixed a problem with calling isyslog() from within the SignalHandler() Klaus Schmidinger 2008-09-06 11:10:17 +02:00
  • 4844235c77 Updated the Italian OSD texts Klaus Schmidinger 2008-09-06 10:17:44 +02:00
  • 2e66fdd634 Fixed a possible integer overflow in GetAbsTime() Klaus Schmidinger 2008-09-06 09:41:15 +02:00
  • da3939cb10 Fixed a possible integer overflow in GetAbsTime() Klaus Schmidinger 2008-09-06 09:34:49 +02:00
  • 248b7424be Updated the sources.conf file Klaus Schmidinger 2008-08-16 10:10:51 +02:00
  • de67eacbda Updated the sources.conf file Klaus Schmidinger 2008-08-16 10:08:20 +02:00
  • d9e56db9fc First step towards switching to TS (Transport Stream) as recording format Klaus Schmidinger 2008-08-15 14:49:34 +02:00
  • 2ee1e61d35 Fixed formatting Klaus Schmidinger 2008-05-22 10:40:08 +02:00
  • cc3afcfc68 Fixed a typo Klaus Schmidinger 2008-05-22 10:26:57 +02:00
  • 0b1886875a Removed the compile time option VFAT Klaus Schmidinger 2008-05-03 10:19:31 +02:00
  • 80f7e64f22 Backported 'No longer calling FcFini() to avoid problems with older (broken) versions of fontconfig' to version 1.6.0 Klaus Schmidinger 2008-05-03 10:01:19 +02:00
  • 7e41418615 No longer calling FcFini() to avoid problems with older (broken) versions of fontconfig Klaus Schmidinger 2008-05-03 10:00:10 +02:00
  • 8ce144c607 No longer calling FcFini() to avoid problems with older (broken) versions of fontconfig Klaus Schmidinger 2008-05-02 20:34:46 +02:00
  • b6eaa08dbf Backported 'The SVDRP signon message now indicates the character encoding in use' to version 1.6.0 Klaus Schmidinger 2008-05-02 14:31:05 +02:00
  • 7c924aa664 The SVDRP signon message now indicates the character encoding in use Klaus Schmidinger 2008-05-02 14:29:49 +02:00
  • 4ecf7e1728 The SVDRP signon message now indicates the character encoding in use Klaus Schmidinger 2008-05-02 14:22:23 +02:00
  • 2af47cfb18 Added missing description of the 'S' channel parameter to vdr.5 Klaus Schmidinger 2008-05-02 13:50:34 +02:00