libdtv
Added some missing #includes to files in libdtv for gcc 3.2
2002-08-24 15:42:45 +02:00
PLUGINS /src
Fixed Makefile for NEWSTRUCT driver
2002-09-21 08:46:01 +02:00
audio.c
Totally rearranged device/player/recorder structures
2002-06-16 12:57:31 +02:00
audio.h
Totally rearranged device/player/recorder structures
2002-06-16 12:57:31 +02:00
ca.conf
Added 'Ca' code 201 for 'Cryptoworks, GOD-DIGITAL' to 'ca.conf'
2002-03-08 13:56:34 +01:00
channels.c
Fixed storing channel parameters with 0 values
2002-10-06 12:44:33 +02:00
channels.conf
channels.conf
2002-10-06 14:05:00 +02:00
channels.conf.cable
Fixed radio channels in channels.conf.cable
2002-10-11 13:28:22 +02:00
channels.conf.terr
Updated channels.conf.terr
2002-10-06 12:12:11 +02:00
channels.h
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
config.c
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
config.h
Added cDevice::DeviceNumber()
2002-10-07 16:21:46 +02:00
CONTRIBUTORS
Fixed switching the video format in the Setup/DVB menu
2002-10-12 09:13:05 +02:00
COPYING
Added the COPYING file
2002-03-10 10:05:20 +01:00
cutter.c
Consistently using malloc/free and new/delete
2002-08-11 13:32:23 +02:00
cutter.h
Activated cutting
2002-06-22 10:11:59 +02:00
device.c
Added cDevice::DeviceNumber()
2002-10-07 16:21:46 +02:00
device.h
Added cDevice::DeviceNumber()
2002-10-07 16:21:46 +02:00
diseqc.c
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
diseqc.conf
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
diseqc.h
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
dvbdevice.c
Adapted type names to the new HEAD version of the driver
2002-10-11 13:23:44 +02:00
dvbdevice.h
Adapted type names to the new HEAD version of the driver
2002-10-11 13:23:44 +02:00
dvbosd.c
Added cPalette::AllColors() for plugins that need to get the color entries of a cPalette
2002-08-25 10:05:24 +02:00
dvbosd.h
Adapted VDR to the NEWSTRUCT driver
2002-08-10 14:58:25 +02:00
dvbplayer.c
Added a missing StripAudioPackets() to cDvbPlayer::Action()
2002-09-15 13:36:57 +02:00
dvbplayer.h
Switched VDR's own player to the new cPlayer/cControl structures
2002-06-23 11:23:34 +02:00
dvbspu.c
Fixed handling DVD subtitles in the SPU decoder
2002-09-29 13:50:17 +02:00
dvbspu.h
Fixed handling DVD subtitles in the SPU decoder
2002-09-29 13:50:17 +02:00
eit.c
Adapted type names to the new HEAD version of the driver
2002-10-11 13:23:44 +02:00
eit.h
New SVDRP command CLRE
2002-08-25 10:49:02 +02:00
eitscan.c
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
eitscan.h
Moved the cEITScanner out of dvbapi.h/.c, into the new eitscan.h/.c
2002-05-20 11:18:09 +02:00
epg2html.pl
Fixed parsing 'E' records
2002-05-30 09:50:19 +02:00
font.c
Fixed font for system commands
2000-11-18 15:46:00 +01:00
font.h
Fixed font for system commands
2000-11-18 15:46:00 +01:00
fontfix.c
Fixed font for system commands
2000-11-18 15:46:00 +01:00
fontosd.c
Faster OSD by using bitmap
2000-10-03 10:34:48 +02:00
genfontfile.c
Faster OSD by using bitmap
2000-10-03 10:34:48 +02:00
HISTORY
Fixed switching the video format in the Setup/DVB menu
2002-10-12 09:13:05 +02:00
i18n.c
Improved skipping channels that are (currently) not available
2002-10-06 11:34:02 +02:00
i18n.h
Added Hungarian language texts
2002-06-22 09:30:06 +02:00
INSTALL
Made remote controls plugin aware
2002-09-29 13:40:45 +02:00
interface.c
Fixed a missing Flush() call in the remote control learning procedure
2002-09-30 15:57:23 +02:00
interface.h
Made remote controls plugin aware
2002-09-29 13:40:45 +02:00
keys.c
Made remote controls plugin aware
2002-09-29 13:40:45 +02:00
keys.h
Made remote controls plugin aware
2002-09-29 13:40:45 +02:00
lirc.c
Made remote controls plugin aware
2002-09-29 13:40:45 +02:00
lirc.h
Made remote controls plugin aware
2002-09-29 13:40:45 +02:00
Makefile
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
MANUAL
Fixed leftover references to the file FORMATS
2002-05-10 15:08:51 +02:00
menu.c
Fixed switching the video format in the Setup/DVB menu
2002-10-12 09:13:05 +02:00
menu.h
Changed cMenuRecordings::Del() to cMenuRecordings::Delete() to avoid a warning in gcc-3.2
2002-10-06 10:40:27 +02:00
menuitems.c
Fixed a crash when entering an integer value outside the limits
2002-09-08 14:51:28 +02:00
menuitems.h
Moved FileNameChars into menuitems.h to make it available to plugins
2002-08-15 11:28:26 +02:00
newplugin
Fixed the 'newplugin' script for use with the NEWSTRUCT driver
2002-09-21 09:11:36 +02:00
osd.c
Added cDevice::NewOsd() to allow a derived cDevice class to implement its own OSD capabilities
2002-08-25 09:36:09 +02:00
osd.h
Consistently using malloc/free and new/delete
2002-08-11 13:32:23 +02:00
osdbase.c
Added cPalette::AllColors() for plugins that need to get the color entries of a cPalette
2002-08-25 10:05:24 +02:00
osdbase.h
Implemented an SPU decoder
2002-09-08 14:17:51 +02:00
player.c
Implemented several replay modes to allow players that play only audio
2002-08-15 11:16:34 +02:00
player.h
Using cPoller instead of NeedsData
2002-08-16 09:22:29 +02:00
plugin.c
Consistently using malloc/free and new/delete
2002-08-11 13:32:23 +02:00
plugin.h
Made the config directory available to plugins
2002-05-13 16:11:19 +02:00
PLUGINS.html
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
rcu.c
Added cDevice::DeviceNumber()
2002-10-07 16:21:46 +02:00
rcu.h
Made remote controls plugin aware
2002-09-29 13:40:45 +02:00
README
Stripped last paragraph
2002-04-01 12:36:29 +02:00
receiver.c
Changed the cDevice class to allow plugins to implement their own devices
2002-08-04 14:57:29 +02:00
receiver.h
Fixed PID handling for cReceiver
2002-07-28 11:29:32 +02:00
recorder.c
Implemented cTSBuffer
2002-09-08 09:03:10 +02:00
recorder.h
Totally rearranged device/player/recorder structures
2002-06-16 12:57:31 +02:00
recording.c
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
recording.h
Activated cutting
2002-06-22 10:11:59 +02:00
remote.c
Made remote controls plugin aware
2002-09-29 13:40:45 +02:00
remote.h
Made remote controls plugin aware
2002-09-29 13:40:45 +02:00
remux.c
Consistently using malloc/free and new/delete
2002-08-11 13:32:23 +02:00
remux.h
Adapted VDR to the NEWSTRUCT driver
2002-08-10 14:58:25 +02:00
ringbuffer.c
Added a missing #include
2002-07-28 12:48:44 +02:00
ringbuffer.h
Changed the cDevice class to allow plugins to implement their own devices
2002-08-04 14:57:29 +02:00
runvdr
Replaced 'killproc' with 'killall' in 'runvdr'
2002-03-16 16:22:12 +01:00
sources.c
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
sources.conf
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
sources.h
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
spu.c
Implemented an SPU decoder
2002-09-08 14:17:51 +02:00
spu.h
Implemented an SPU decoder
2002-09-08 14:17:51 +02:00
status.c
Changed the interface of cStatus::Replaying()
2002-07-13 11:16:27 +02:00
status.h
Changed the symantics of the Name parameter in cStatus::Recording() and cStatus::Replaying()
2002-07-14 11:03:30 +02:00
svdrp.c
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
svdrp.h
New SVDRP command CLRE
2002-08-25 10:49:02 +02:00
svdrphosts.conf
Introduced 'svdrphosts.conf'
2002-02-02 17:20:54 +01:00
svdrpsend.pl
New SVDRP command MESG; SVDRP can reuse port; SVDRP timeout
2001-02-18 14:18:13 +01:00
thread.c
Improved cCondVar::Wait() and implemented cCondVar::TimedWait()
2002-08-15 11:46:22 +02:00
thread.h
Improved cCondVar::Wait() and implemented cCondVar::TimedWait()
2002-08-15 11:46:22 +02:00
tools.c
Removed a superfluous error message from cLockFile::Unlock()
2002-09-09 21:44:00 +02:00
tools.h
Skipping unavailable channels when switching with 'Up' and 'Down' keys
2002-09-08 11:46:53 +02:00
transfer.c
Fixed a race condition when starting 'Transfer Mode'
2002-09-22 09:52:38 +02:00
transfer.h
Switched handling 'Transfer Mode' to the new cPlayer/cControl structures
2002-06-23 12:59:58 +02:00
vdr.1
Implemented plugin interface
2002-05-09 16:26:56 +02:00
vdr.5
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
vdr.c
Modified channel handling; full DiSEqC support
2002-10-06 10:25:42 +02:00
videodir.c
Consistently using malloc/free and new/delete
2002-08-11 13:32:23 +02:00
videodir.h
The 'Main' menu now displays the used disk space in the title
2002-01-27 13:11:23 +01:00