Commit Graph

  • 2bec1d5ca0 Added cPlugin::Stop() Klaus Schmidinger 2005-01-30 14:23:01 +01:00
  • a430f64252 Fixed masking SubStreamType in cDevice::PlayPesPacket() Klaus Schmidinger 2005-01-30 13:38:06 +01:00
  • 250e79afbe Fixed a buffer overflow in case a station defines all 32 audio PIDs Klaus Schmidinger 2005-01-30 12:11:56 +01:00
  • ac60bd7141 Now setting primaryDevice = NULL before deleting the devices in cDevice::Shutdown() Klaus Schmidinger 2005-01-25 18:22:46 +01:00
  • c7211d13be Fixed displaying the "Audio" menu with the "Green" button from the "Main" menu in case there is only one audio track Klaus Schmidinger 2005-01-23 19:27:43 +01:00
  • e36fe18c48 Version 1.3.19 - Making sure at least the default skin is available at program start in case a plugin needs to issue an error message (thanks to Achim Tuffentshammer for reporting a crash in such a case). Also checking if there is a current skin in cSkins::Message(). - Completed the Finnish OSD texts and fixed internationalization of the text for "Setup/DVB/Audio language(s)" (thanks to Rolf Ahrenberg). - Completed the Estonian OSD texts and switched to iso8859-13 character set (thanks to Arthur Konovalov). - Made cCondWait::SleepMs() sleep at least 3ms to avoid a possible busy wait. - Fixed canceling the LIRC thread (thanks to Marco Schlüßler for pointing out this one). - The "Green" button in the "Main" menu is now always "Audio", since the audio channel might be changed even if there is only one actual audio PID. - Fixed handling the '-E' option which was broken in version 1.3.18 (thanks to Christian Jacobsen for reporting this one). - Added 'channels.conf.terr' entries for Mainz (thanks to Michael Heyse). - Implemented cDolbyRepacker for better handling of Dolby Digital PES packets (thanks to Reinhard Nissl). - Fixed playing files with PES packets longer than 2048 byte through the full featured DVB card (thanks to Marco Kremer for reporting this one and providing a test sample). - Recording and Transfer Mode now handle more than 2 audio PIDs. For this the interfaces of the following functions have been changed: cTransferControl::cTransferControl() cTransfer::cTransfer() cRecorder::cRecorder() cReceiver::cReceiver() cRemux::cRemux() - Fixed a possible race condition in cDevice::Action() and cTSBuffer::Action() (thanks to Stefan Huelswitt). - Extended some buffer sizes to allow handling HDTV streams (thanks to Reinhard Nissl). - Added 'channels.conf.terr' entries for Düsseldorf and Köln (thanks to Walter Koch). - Falling back to 'stereo' when switching channels in case the user had switched to 'left' or 'right' (suggested by Rolf Groppe). - Completed the Danish OSD texts (thanks to Mogens Elneff). - Recording and Transfer Mode can now handle up to 8 Dolby Digital tracks (thanks to Marco Schlüßler for a patch that implements substream handling into cDevice::PlayPesPacket(), and Reinhard Nissl for adding substream handling to cDolbyRepacker). - Added PlayPes(NULL, 0) to cTransfer::Action() when clearing the transfer buffer to avoid overflows (thanks to Marco Schlüßler for pointing this out). Klaus Schmidinger 2005-01-23 18:00:00 +01:00
  • 039cdaecb5 Added PlayPes(NULL, 0) to cTransfer::Action() when clearing the transfer buffer 1.3.19 Klaus Schmidinger 2005-01-23 14:29:35 +01:00
  • 211565c034 channels.conf Klaus Schmidinger 2005-01-23 14:20:00 +01:00
  • 3f7f4ffb89 Fixed DTS detection Klaus Schmidinger 2005-01-23 14:15:00 +01:00
  • 1743213a1d Recording and Transfer Mode can now handle up to 8 Dolby Digital tracks Klaus Schmidinger 2005-01-23 14:10:15 +01:00
  • 4549c74078 Completed the Danish OSD texts Klaus Schmidinger 2005-01-22 10:39:45 +01:00
  • bde66cd4f5 Falling back to 'stereo' when switching channels Klaus Schmidinger 2005-01-16 16:10:44 +01:00
  • af94ec6b2d Added 'channels.conf.terr' entries for Düsseldorf and Köln Klaus Schmidinger 2005-01-16 15:56:36 +01:00
  • 7276c54baf Extended some buffer sizes to allow handling HDTV streams Klaus Schmidinger 2005-01-16 15:30:43 +01:00
  • 8c0981583f Fixed a possible race condition in cDevice::Action() and cTSBuffer::Action() Klaus Schmidinger 2005-01-16 14:50:33 +01:00
  • c522225344 Recording and Transfer Mode now handle more than 2 audio PIDs Klaus Schmidinger 2005-01-16 14:40:47 +01:00
  • 9423c636a2 Fixed playing files with PES packets longer than 2048 byte through the full featured DVB card Klaus Schmidinger 2005-01-16 12:02:39 +01:00
  • 62390837ff Implemented cDolbyRepacker for better handling of Dolby Digital PES packets Klaus Schmidinger 2005-01-15 12:09:22 +01:00
  • 02be00c0df Added 'channels.conf.terr' entries for Mainz Klaus Schmidinger 2005-01-15 10:12:23 +01:00
  • 00187ff97c Fixed handling the '-E' option Klaus Schmidinger 2005-01-14 16:55:28 +01:00
  • 1d1b2f1275 The "Green" button in the "Main" menu is now always "Audio" Klaus Schmidinger 2005-01-14 14:28:47 +01:00
  • 0fc891340c Fixed canceling the LIRC thread Klaus Schmidinger 2005-01-14 14:21:52 +01:00
  • 0ad4b2a713 Made cCondWait::SleepMs() sleep at least 3ms to avoid a possible busy wait Klaus Schmidinger 2005-01-14 14:08:47 +01:00
  • 0d596d0478 Completed the Estonian OSD texts and switched to iso8859-13 character set Klaus Schmidinger 2005-01-14 13:30:57 +01:00
  • 326cf18915 Completed the Finnish OSD texts and fixed internationalization of the text for "Setup/DVB/Audio language(s)" Klaus Schmidinger 2005-01-14 13:19:21 +01:00
  • 43a4605eab Making sure at least the default skin is available at program start Klaus Schmidinger 2005-01-14 13:10:32 +01:00
  • fb5cccb2df Version 1.3.18 - Removed an unused variable from cTimer::GetWDayFromMDay() (thanks to Wayne Keer for reporting this one). - Some more changes to the 'childTid' handling in cThread (based on suggestions by Stefan Huelswitt). - Fixed the spelling of 'canceling' (thanks to Wayne Keer for reporting this one). - Re-introduced a sleep to cDvbPlayer::Action() to avoid high CPU load in still picture mode (thanks to Reinhard Nissl for reporting this one). - Fixed a possible race condition in generating the DVB device names (thanks to Rainer Zocholl for reporting this one). - Changed the way PES packets are played to allow replay of AC3 sound over the full featured DVB cards (partially based on a patch from Werner Fink). + The new function cDevice::PlayPes() is now called with the complete PES data stream and calls PlayVideo() and PlayAudio() as necessary. + cDevice::PlayVideo() is now only called with actual video PES packets. + cDevice::PlayAudio() is now called with the actual audio PES packets, which can be either "normal" audio or AC3 data. You need at least firmware version 0x261d to replay AC3 sound over a full featured DVB card. This function now has an 'int' return value. + PlayAudio() of derived cDevice classes shall no longer call the base class function. It shall just play the given data as audio. + cPlayer::PlayVideo() and cPlayer::PlayAudio() are now obsolete and have been replaced with cPlayer::PlayPes(). + All StripAudioPackets() functions are now obsolete. The functionality has been moved into cDevice::PlayPes(), where only the video and audio packets that are actually required will be processed. + All audio track handling is now done by cDevice; cTransfer and cDvbPlayer no longer care about audio tracks. cPlayer, however, still has the virtual hooks for audio track handling in order to allow plugins to implement players that have their own idea about this. + cChannel::[AD]pid[12]() have been replaced with cChannel::[AD]pid(int i) to allow access to all available PIDs. - Escaped the '-' and 'ö' characters in the man pages (thanks to Darren Salt for pointing this out). - Completed the Italian OSD texts (thanks to Sean Carlos). - Fixed setting 'synced' in cRemux when recording radio channels (thanks to Laurence Abbott). - Removed the LOCK_THREAD from the LIRC thread (thanks to Ludwig Nussel). - Fixed genfontfile.c (sometimes the character width was wrong, and the codes were shifted one too far to the left). - Fixed the character width and shifted the codes one to the right in all font files. - Renamed font???.c to font???-iso8859-1.c for symmetry. - Switched the character set to iso8859-15 for English, German and Finnish (thanks to Andreas Brugger for reporting the missing Euro sign in iso8859-1). - Added 'channels.conf.terr' entries for Lübeck (thanks to Stefan Hußfeldt). - Fixed a race condition in starting a thread (thanks to Reinhard Nissl for reporting this one). - Replaced non-threadsafe library functions with their threadsafe versions (thanks to Rainer Zocholl for pointing this out). - Other non-threadsafe functions have been replaced by threadsafe classes that hide the actual buffering. In particular these are: readdir() -> cReadDir readline() -> cReadLine - Several formerly non-threadsafe functions now have a return type of cString: cChannel::ToText() tChannelID::ToString() cEvent::GetDateString() cEvent::GetTimeString() cEvent::GetEndTimeString() cEvent::GetVpsString() cMark::ToText() cTimer::ToText() cSource::ToString() cTimer::PrintDay() cTimer::PrintFirstDay() PrefixVideoFileName() IndexToHMSF() ChannelString() strescape() AddDirectory() itoa() WeekDayName() DayDateTime() When using these functions in a 'const char *' context there is nothing special to consider, except that you can no longer have a pointer to the return value, as in const char *date = DayDateTime(); Although this will compile without error message, the resulting 'date' will not be valid after this line. Use this instead: cString date = DayDateTime(); In a 'const void *' context (as in printf() etc.) the result needs to be dereferenced with a '*', as in printf("%s", *DayDateTime()); to make it a 'const char *'. - Removed delay_ms(), using cCondWait::SleepMs() instead. - Replaced time_ms() with a threadsafe and non-overflowing cTimeMs (thanks to Rainer Zocholl for pointing out this problem). - Added cDevice::mutexReceiver to avoid a race condition when attaching/detaching receivers from different threads. - The new remote control button "Audio" can be used to switch between different audio tracks. The "Green" button in the "Main" menu has been changed from "Language" to "Audio", since it now also controls switching between normal and Dolby Digital audio tracks (see MANUAL for details). - The description of the audio tracks is now taken from the "component descriptors" that are broadcast in the EPG data. However (as no big surprise), not all channels actually provide useful data here, so there are now some additional EPG bugfixes, which can be activated by setting the "EPG bugfix level" to 3. - The format of the 'epg.data' files has been extended by the new tag 'X', which contains the stream components of an event (see man vdr(5) for details). - The cStatus class now has the new member function SetAudioTrack(), which can be used to get notified when the audio track has been switched, and the new member function SetAudioChannel() which is called when the audio channel is changed. - Skins need to implement the new cSkinDisplayTrack class to display the audio track menu. - The ST:TNG skin now displays the current audio track description (if any) at the botton left side. - The new setup option "DVB/Audio languages" can be used to control which audio language shall be selected in case a channel broadcasts in different languages (see MANUAL for details). - The "Left" and "Right" keys in the "Audio" menu can be used to switch between the left and right stereo channels in case there are different audio tracks in these channels (see MANUAL for details). - Fixed a possible race condition in cDevice::Action() (thanks to Mattias Grönlund). - Fixed the default quality value when grabbing a JPEG image (thanks to Patrick Gleichmann). - Fixed deleting a menu item in case the next item is not selectable (thanks to Dino Ravnic). - Implemented displaying mandatory subtitles in the SPU decoder (thanks to Marco Schlüßler). - The setup option "Recording/Record Dolby Digital" has been renamed and moved to "DVB/Use Dolby Digital". It now controls whether Dolby Digital is recorded and whether an available DD audio track will appear in the "Audio" menu. - Added support for circular polarization (thanks to Jonan Santiago). - Thanks to Werner Fink, Reinhard Nissl, Sascha Volkenandt and Bjørnar Nilsen for their support in testing and fine tuning this version. Klaus Schmidinger 2005-01-09 18:00:00 +01:00
  • fbb4283bba Some aknowledgements 1.3.18 Klaus Schmidinger 2005-01-09 13:21:15 +01:00
  • bddac2bdf6 channels.conf Klaus Schmidinger 2005-01-09 13:20:00 +01:00
  • 0975bfc440 Added support for circular polarization Klaus Schmidinger 2005-01-09 13:18:15 +01:00
  • e60ba0311b Changed 'Recording/Record Dobly Digital' to 'DVB/Use Dolby Digital' and using it for available audio tracks Klaus Schmidinger 2005-01-09 12:36:48 +01:00
  • 264fa085bd Implemented displaying audio channel Klaus Schmidinger 2005-01-09 12:08:34 +01:00
  • f79f81dfd4 Implemented Setup.CurrentDolby Klaus Schmidinger 2005-01-08 13:53:30 +01:00
  • ec27c329cf Displaying audio track description in channel display Klaus Schmidinger 2005-01-08 10:15:30 +01:00
  • 64623e762b Implemented displaying mandatory subtitles in the SPU decoder Klaus Schmidinger 2005-01-08 10:01:52 +01:00
  • 45e5859ae4 Revoked 'Fixed reusing OSD in cDvbSpuDecoder' by demand of Marco Schluessler Klaus Schmidinger 2005-01-08 09:54:32 +01:00
  • 451b268248 Selection the audio channel does work with the Siemens DVB-S Rev 1.3 Klaus Schmidinger 2005-01-07 16:30:41 +01:00
  • 5b2aaeaedd Fixed deleting a menu item in case the next item is not selectable Klaus Schmidinger 2005-01-07 16:19:29 +01:00
  • 4162bff1e7 Fixed the default quality value when grabbing a JPEG image Klaus Schmidinger 2005-01-07 15:56:11 +01:00
  • 7326f697b6 Changed a variable name Klaus Schmidinger 2005-01-07 15:44:32 +01:00
  • bbe24e4e62 Fixed a possible race condition in cDevice::Action() Klaus Schmidinger 2005-01-06 16:46:18 +01:00
  • cb696731e6 Only waiting for data if there actually is a DPid Klaus Schmidinger 2005-01-06 16:23:11 +01:00
  • 05bd062f79 Fixed handling preferred audio language when switching via Channels menu to the same channel Klaus Schmidinger 2005-01-06 14:56:08 +01:00
  • 723537ccc8 kAudio closes temporary OSD displays Klaus Schmidinger 2005-01-06 14:36:40 +01:00
  • b387538887 Implemented left/right/stereo selection Klaus Schmidinger 2005-01-06 13:50:17 +01:00
  • 42ab8c8797 Implemented preferred audio languages Klaus Schmidinger 2005-01-05 10:48:22 +01:00
  • da59a45f61 Added special handling if no audio is available Klaus Schmidinger 2005-01-04 13:40:38 +01:00
  • b62328b8ae Moved setting available tracks to cDevice Klaus Schmidinger 2005-01-04 13:19:22 +01:00
  • 5274b4c8b3 Explicitly switch to the selected audio track with kOk Klaus Schmidinger 2005-01-04 12:52:17 +01:00
  • f37f5ee6be Using '*itoa()' for compatibility with gcc 2.95 Klaus Schmidinger 2005-01-04 11:11:16 +01:00
  • aa1738921b Changed objalloc.h to stddef.h for compatibility with gcc 2.95 Klaus Schmidinger 2005-01-04 11:09:51 +01:00
  • f894ce7e00 Made cTimeMs::Now() static Klaus Schmidinger 2005-01-04 11:06:45 +01:00
  • ab177a1579 Fixed reusing OSD in cDvbSpuDecoder Klaus Schmidinger 2005-01-02 15:29:49 +01:00
  • 0b3a801ab4 Implemented audio track menu Klaus Schmidinger 2005-01-02 15:11:44 +01:00
  • 286af66cfb Made several functions threadsafe (cont'd) Klaus Schmidinger 2004-12-26 12:45:22 +01:00
  • f97b1069c6 Added cDevice::mutexReceiver to avoid a race condition when attaching/detaching receivers from different threads Klaus Schmidinger 2004-12-24 15:37:11 +01:00
  • c49253824a Replaced time_ms() with a threadsafe and non-overflowing cTimeMs Klaus Schmidinger 2004-12-19 18:08:09 +01:00
  • ce8369251c Removed delay_ms(), using cCondWait::SleepMs() instead Klaus Schmidinger 2004-12-19 17:22:13 +01:00
  • 1d3495a0f0 Made several functions threadsafe Klaus Schmidinger 2004-12-19 16:33:34 +01:00
  • 9a8ef2b6c2 Fixed a race condition in starting a thread Klaus Schmidinger 2004-12-19 10:58:20 +01:00
  • f5b1a74056 Added 'channels.conf.terr' entries for Lübeck Klaus Schmidinger 2004-12-19 09:58:38 +01:00
  • b2e7a4daed Fixed some typos Klaus Schmidinger 2004-12-19 09:36:25 +01:00
  • f8c17d95f1 Switched the character set to iso8859-15 for English, German and Finnish Klaus Schmidinger 2004-12-18 16:46:49 +01:00
  • 8db2fc2d24 Fixed the character width and shifted the codes; Renamed font???.c to font???-iso8859-1.c Klaus Schmidinger 2004-12-18 16:42:46 +01:00
  • f5fc989ac7 Fixed genfontfile.c (wrong width, shifted values) Klaus Schmidinger 2004-12-18 13:30:19 +01:00
  • 9bbcf23a86 Removed the LOCK_THREAD from the LIRC thread Klaus Schmidinger 2004-12-18 13:26:07 +01:00
  • c1b39c523d Fixed setting 'synced' in cRemux when recording radio channels Klaus Schmidinger 2004-12-18 13:17:10 +01:00
  • 0411cd6127 Completed the Italian OSD texts Klaus Schmidinger 2004-12-18 13:07:10 +01:00
  • 49b822a14d Escaped the '-' and 'ö' characters in the man pages Klaus Schmidinger 2004-12-18 12:42:41 +01:00
  • c77989ee70 Added support for AC3 replay over the DVB device Klaus Schmidinger 2004-12-17 14:55:49 +01:00
  • 69ecb6a4d8 Fixed a possible race condition in generating the DVB device names Klaus Schmidinger 2004-11-27 10:28:51 +01:00
  • a05ed03631 Re-introduced a sleep to cDvbPlayer::Action() to avoid high CPU load in still picture mode Klaus Schmidinger 2004-11-27 10:12:20 +01:00
  • 5c6ed74aff Fixed the spelling of 'canceling' Klaus Schmidinger 2004-11-26 14:18:22 +01:00
  • eb8405695b Some more changes to the 'childTid' handling in cThread Klaus Schmidinger 2004-11-26 14:05:36 +01:00
  • 4146ac1928 Removed an unused variable from cTimer::GetWDayFromMDay() Klaus Schmidinger 2004-11-22 16:51:19 +01:00
  • 630ba21dc1 Version 1.3.17 - Fixed cRemux::ScanVideoPacket() to make sure it doesn't access memory beyond the end of the given buffer, which has caused some unjustified "unknown picture type errors" (thanks to Marco Schlüßler). - Fixed a possible crash when pausing live video and the recording was unable to start, maybe because there was no lock on the device (thanks to Andreas Brugger for reporting this one). - Fixed some characters in the iso8859-2 font file (thanks to Dino Ravnic). - Fixed some errors in the Croatian language texts (thanks to Dino Ravnic). - Fixed a possible recursion in cControl::Shutdown() (thanks to Sascha Volkenandt). - Now setting the VPID before the APID in live mode to avoid unnecessary overhead in the firmware (thanks to Werner Fink). - Now checking available OSD memory at runtime (thanks to Oliver Endriss). - Fixed some typos in the Makefile's 'font' target (thanks to Olaf Titz). - Fixed handling childTid in cThread to avoid possible race conditions (thanks to Stefan Huelswitt for pointing this out). - Fixed toggling the "Day" item in the "Timers" menu, so that it selects the right day of week for timers in the future. - Some improvements to cPoller (thanks to Marco Schlüßler). Klaus Schmidinger 2004-11-21 18:00:00 +01:00
  • 4f65416bd1 Some improvements to cPoller 1.3.17 Klaus Schmidinger 2004-11-21 14:37:36 +01:00
  • 0d63ccef21 channels.conf Klaus Schmidinger 2004-11-21 14:30:00 +01:00
  • c2daf37ed1 Fixed toggling the 'Day' item in the 'Timers' menu, so that it selects the right day of week for timers in the future Klaus Schmidinger 2004-11-21 13:28:05 +01:00
  • 969864aacb Back to the old DVB driver due to tuning failures with dvb-kernel Klaus Schmidinger 2004-11-21 11:30:41 +01:00
  • c33dccf9ba Fixed handling childTid in cThread to avoid possible race conditions Klaus Schmidinger 2004-11-20 16:27:18 +01:00
  • ba85b34c62 Fixed some typos in the Makefile's 'font' target Klaus Schmidinger 2004-11-20 14:39:44 +01:00
  • 20f6194d4f Now checking available OSD memory at runtime Klaus Schmidinger 2004-11-20 14:31:13 +01:00
  • edc1440ed8 Now setting the VPID before the APID in live mode to avoid unnecessary overhead in the firmware Klaus Schmidinger 2004-11-20 12:26:01 +01:00
  • c07a3a371e Fixed a possible recursion in cControl::Shutdown() Klaus Schmidinger 2004-11-20 11:34:04 +01:00
  • 6533efdf67 Fixed some errors in the Croatian language texts Klaus Schmidinger 2004-11-20 11:24:27 +01:00
  • 4045acdd51 Fixed some characters in the iso8859-2 font file Klaus Schmidinger 2004-11-20 11:10:32 +01:00
  • b04f71562d Fixed a possible crash when pausing live video and the recording was unable to start Klaus Schmidinger 2004-11-20 11:00:26 +01:00
  • 2eda0c4113 Switched to 'dvb-kernel' driver (build-2.4) Klaus Schmidinger 2004-11-19 15:59:14 +01:00
  • 1d8676e85f Fixed cRemux::ScanVideoPacket() to make sure it doesn't access memory beyond the end of the given buffer Klaus Schmidinger 2004-11-16 16:57:43 +01:00
  • 23ed5a5ed3 Version 1.3.16 - Fixed cChannel::SetName() in case only the ShortName or Provider has changed (thanks to Sascha Volkenandt for reporting this one). - Added Danish language texts (thanks to Mogens Elneff). - Reactivated the NPTL check at startup because there appear to be still unsolved problems when running on NPTL systems. - Added missing calls to cStatus::MsgOsdClear() in cSkins::Message() (thanks to Joachim Wilke for reporting this one, and Andreas Regel for additional input). - Fixed the cDvbSpuDecoder (thanks to Marco Schlüßler). - Fixed handling of pmAudioOnlyBlack (thanks to Stefan Huelswitt). - Fixed a short glitch when starting a recording on the primary device while in replay or transfer mode (thanks to Marco Schlüßler). - Added missing initialization of cEvent::seen. - Checking PID language codes for ISO 639 compliance to avoid problems with funny characters. Invalid language codes will be stored as "???". - The '0' key now toggles the "Day" item in the "Timers" menu between "single shot" and "repeating". The keys '1'...'7' can be used to toggle the individual days ('1' is Monday). Thanks to Sascha Klek for reporting a problem with the '0' key in the "Day" item of the "Timers" menu. Klaus Schmidinger 2004-11-14 18:00:00 +01:00
  • ac8e03a89c Implemented handling of number keys in the 'Timers' menu for toggling days 1.3.16 Klaus Schmidinger 2004-11-14 16:27:27 +01:00
  • 1ed36b04bc channels.conf Klaus Schmidinger 2004-11-14 15:00:00 +01:00
  • c834d84db0 Checking PID language codes for ISO 639 compliance Klaus Schmidinger 2004-11-14 14:28:29 +01:00
  • e656c86153 Added missing initialization of cEvent::seen Klaus Schmidinger 2004-11-07 10:43:52 +01:00
  • 2ef5ba5710 Fixed a short glitch when starting a recording on the primary device while in replay or transfer mode Klaus Schmidinger 2004-11-07 10:31:59 +01:00
  • f2d44b3d60 Added a missing call to cStatus::MsgOsdStatusMessage(NULL) in cSkins::Message() Klaus Schmidinger 2004-11-07 09:52:21 +01:00
  • f8475a1d20 Fixed handling of pmAudioOnlyBlack Klaus Schmidinger 2004-11-06 13:17:35 +01:00
  • c3e52f8da9 Fixed the cDvbSpuDecoder Klaus Schmidinger 2004-11-06 11:59:19 +01:00
  • 0e79c2d76e Added missing calls to cStatus::MsgOsdClear() in cSkins::Message() Klaus Schmidinger 2004-11-06 11:27:06 +01:00