summaryrefslogtreecommitdiff
path: root/dvbapi.c
AgeCommit message (Collapse)Author
2002-06-16Changed 'cStatusMonitor' to 'cStatus'1.1.3Klaus Schmidinger
2002-05-20Moved the cEITScanner out of dvbapi.h/.c, into the new eitscan.h/.cKlaus Schmidinger
2002-05-19Implemented cStatusMonitor to allow plugins to set up a status monitorKlaus Schmidinger
2002-05-18Adopted the cutting fix to version 1.0.3 and rearranged setting LengthKlaus Schmidinger
2002-05-18Completely moved OSD handling out of the cDvbApi class, into the new cOsdKlaus Schmidinger
2002-05-18Fixed the cutting mechanism to make it re-sync in case a frame is larger ↵Klaus Schmidinger
than the buffer
2002-05-13Improved the [eid]syslog() macrosKlaus Schmidinger
2002-05-03Fixed skipping forward in time shift mode near the end of the recordingKlaus Schmidinger
2002-04-21No longer setting PIDs 0x1FFF, which apparently fixes problems with CAMs and ↵Klaus Schmidinger
AC3 sound only working the first time
2002-04-21Fixed a possible endless loop in shifting recordings between DVB cardsKlaus Schmidinger
2002-04-20Added usleep() in cRecordBuffer::Input()Klaus Schmidinger
2002-04-07Another fix to the still picture workaroundKlaus Schmidinger
2002-04-06Fixed a bug in the editing processKlaus Schmidinger
2002-04-06Now the EPG scan skips channels that have their 'Ca' parameter explicitly ↵Klaus Schmidinger
set to an other DVB card
2002-04-06Fixed the still picture workaround in case the progress display is activeKlaus Schmidinger
2002-03-29Checking the return value of '...FileReady...' calls in dvbapi.c for better ↵Klaus Schmidinger
performance under heavy system load
2002-03-23Improved usage of 'safe_write()'Klaus Schmidinger
2002-03-23Workaround for displaying still frames with the unpatched LinuxDVB driverKlaus Schmidinger
2002-03-16Fixed high CPU usage in transfer modeKlaus Schmidinger
2002-03-10New Setup parameter TrustedTransponderKlaus Schmidinger
2002-03-09Implemented OSD for Volume and MuteKlaus Schmidinger
2002-03-09Now starting the Dolby Digital output thread only if the recording actually ↵Klaus Schmidinger
contains Dolby Digital audio data
2002-03-09Fixed resetting 'mute' state when setting the volume to a non-zero valueKlaus Schmidinger
2002-03-08New command line option '-m'Klaus Schmidinger
2002-03-08Fixed reacting on changes in CICAM settings (needed to restart VDR before)Klaus Schmidinger
2002-03-08Fixed handling CICAM settings if the first one of a DVB card was FTAKlaus Schmidinger
2002-03-08Fixed avoiding the primary DVB interface in case Setup.PrimaryLimit is 0Klaus Schmidinger
2002-03-03CICAM setup for conditional access channelsKlaus Schmidinger
2002-03-02Fixed a deadlock when switching channels via Schedule/Now|Next/SwitchKlaus Schmidinger
2002-02-24Removed DVD support from the core VDR sourceKlaus Schmidinger
2002-02-24New Setup parameter RecordDolbyDigitalKlaus Schmidinger
2002-02-23Accessing Schedules data directly via cSIProcessorKlaus Schmidinger
2002-02-23Fixed the SVDRP GRAB command in case the video device can't be openedKlaus Schmidinger
2002-02-16Fixed a crash when replaying with DEBUG_OSD=1Klaus Schmidinger
2002-02-02Changed the [dei]syslog macros to use var args; fixed error handling in ↵Klaus Schmidinger
establishing an SVDRP connection
2002-01-27The 'Main' menu now displays the used disk space in the titleKlaus Schmidinger
2002-01-26The editing process now calls AssertFreeDiskSpace()Klaus Schmidinger
2002-01-26Improved error handling in the editing process; message prompt at the end of ↵Klaus Schmidinger
editing process
2002-01-13Fixed format string to avoid a compiler warningKlaus Schmidinger
2002-01-13Prepared the OSD functions for multiple overlapping windowsKlaus Schmidinger
2001-11-25Fixed external AC3 replay; switched back to old version numbering scheme0.9.9pre1Klaus Schmidinger
2001-11-24Fixed DVD audio sync problemsKlaus Schmidinger
2001-11-24Implemented DVB-T support; Removed the range limits for the Frequency and ↵Klaus Schmidinger
Srate parameters of channel definitions
2001-11-10Added MPEG audio support for DVDKlaus Schmidinger
2001-11-04The device /dev/video is now opened only if necessary (to GRAB an image)0.9.8Klaus Schmidinger
2001-11-04Removed all video overlay stuff from cDvbApi and SVDRPKlaus Schmidinger
2001-11-03Fixed releasing 'index' memory after recording or playbackKlaus Schmidinger
2001-11-03Added PTS to the converted PCM audio when replaying a DVDKlaus Schmidinger
2001-10-27Changed the tuning code to use FrontendInfo to detect the type of DVB cardKlaus Schmidinger
2001-10-21Fixed handling trick modes near the beginning and end of a recordingKlaus Schmidinger