summaryrefslogtreecommitdiff
path: root/dvbapi.c
AgeCommit message (Collapse)Author
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
2001-10-06Fixed checking for valid video device when setting the video modeKlaus Schmidinger
2001-09-30New setup parameter SplitEditedFilesKlaus Schmidinger
2001-09-23Calling the '-r' program after editing, tooKlaus Schmidinger
2001-09-22Saving current volume to setup.confKlaus Schmidinger
2001-09-22Supplying the new frontend parameter 'Inversion'Klaus Schmidinger
2001-09-21Made VDR compile with libdvdread-0.9.1Klaus Schmidinger
2001-09-16New keys 'Volume+', 'Volume-' and 'Mute'Klaus Schmidinger
2001-09-16Fixed starting a new replay immediately after stopping a previous oneKlaus Schmidinger
2001-09-16Fixed manipulating an editing mark at the very end of a recordingKlaus Schmidinger
2001-09-16Fixed putting the final editing mark into the edited version's marks fileKlaus Schmidinger
2001-09-15Changed obsolete macro VIDEO_WINDOW_CHROMAKEY to VID_TYPE_CHROMAKEYKlaus Schmidinger
2001-09-15Switched to the driver's new tuning APIKlaus Schmidinger
2001-09-15Pipe to Dolby Digital replay command closes all unused file descriptors to ↵Klaus Schmidinger
avoid crashing when OSD is on
2001-09-15Fixed trickmode handling in DVD replayKlaus Schmidinger
2001-09-14Changed size of all parse buffers to 10KBKlaus Schmidinger