Klaus Schmidinger
|
2d863532cc
|
Cleaned up some trailing white space
|
2006-01-08 11:44:37 +01:00 |
|
Klaus Schmidinger
|
697261c981
|
The new class cUnbufferedFile is used for the recording files to avoid thrashing the file system cache
|
2005-10-31 13:14:26 +01:00 |
|
Klaus Schmidinger
|
3f73166049
|
Fixed cDvbPlayer::SkipFrames() to properly handle radio recordings
|
2005-08-29 15:45:38 +02:00 |
|
Klaus Schmidinger
|
1f4f85a82e
|
Fixed appending sequence end code cDvbPlayer::Goto()
|
2005-08-28 21:20:58 +02:00 |
|
Klaus Schmidinger
|
af54ce4842
|
Changed cThread Active() vs. Running()
|
2005-08-14 11:24:57 +02:00 |
|
Klaus Schmidinger
|
ccb0add798
|
Centralized 'thread active' handling
|
2005-08-13 13:17:24 +02:00 |
|
Klaus Schmidinger
|
856f22dbf1
|
cDvbPlayer::Goto() now appends a Sequence End Code to get the image shown immediately with softdevices
|
2005-07-30 10:04:18 +02:00 |
|
Klaus Schmidinger
|
af78bac2bb
|
Added a sleep in cDvbPlayer::Action() in case there is no data to send to the device
|
2005-07-30 09:23:29 +02:00 |
|
Klaus Schmidinger
|
a05590796a
|
Fixed a possible hangup when ending a replay session while cIndexFile::CatchUp() is waiting
|
2005-05-22 11:29:19 +02:00 |
|
Klaus Schmidinger
|
f429e2eab0
|
Moved the sleep in cDvbPlayer::Action() outside the locked area to avoid problems on NPTL systems
|
2005-05-08 14:07:00 +02:00 |
|
Klaus Schmidinger
|
7f5f26020b
|
Some rearrangements in cDvbPlayer::Action() to avoid lockups on NPTL systems
|
2005-05-08 14:06:21 +02:00 |
|
Klaus Schmidinger
|
ff0a48d3be
|
Fixed a memory leak in cDvbPlayer
|
2005-05-05 12:53:43 +02:00 |
|
Klaus Schmidinger
|
0ad4b2a713
|
Made cCondWait::SleepMs() sleep at least 3ms to avoid a possible busy wait
|
2005-01-14 14:08:47 +01:00 |
|
Klaus Schmidinger
|
286af66cfb
|
Made several functions threadsafe (cont'd)
|
2004-12-26 12:45:22 +01:00 |
|
Klaus Schmidinger
|
c77989ee70
|
Added support for AC3 replay over the DVB device
|
2004-12-17 14:55:49 +01:00 |
|
Klaus Schmidinger
|
a05ed03631
|
Re-introduced a sleep to cDvbPlayer::Action() to avoid high CPU load in still picture mode
|
2004-11-27 10:12:20 +01:00 |
|
Klaus Schmidinger
|
af6b8ff533
|
Removed the usleep() call from cDvbPlayer::Action() to make VDR run on NPTL systems; also removed the NPTL check at startup
|
2004-10-23 12:43:23 +02:00 |
|
Klaus Schmidinger
|
6415cc900d
|
Improved buffer handling
|
2004-10-16 09:36:28 +02:00 |
|
Klaus Schmidinger
|
b1737a8bcb
|
Added cDevice::Flush()
|
2004-06-19 08:58:14 +02:00 |
|
Klaus Schmidinger
|
e53e43d2b8
|
The cThread class now accepts a 'Description' parameter
|
2003-10-18 12:29:08 +02:00 |
|
Klaus Schmidinger
|
987c2f34e7
|
Fixed a memory leak in cNonBlockingFileReader
|
2003-05-24 09:10:07 +02:00 |
|
Klaus Schmidinger
|
24bbaa277c
|
Modified handling of audio packets in cDvbPlayer for better sync with external AC3 replay
|
2003-05-24 08:48:49 +02:00 |
|
Klaus Schmidinger
|
9c3ff6e8da
|
Setting the 'broken link' flag for GOPs during replay when necessary
|
2003-04-27 09:55:53 +02:00 |
|
Klaus Schmidinger
|
4200055fe5
|
Replaced the 'for' loops in StripAudioPackets() with memset() calls
|
2003-03-30 12:56:30 +02:00 |
|
Klaus Schmidinger
|
63ad7f1c71
|
Fixed high CPU load during replay
|
2003-02-15 11:01:04 +01:00 |
|
Klaus Schmidinger
|
cdcf28b051
|
Implemented non blocking file reader for cDvbPlayer
|
2003-01-19 15:43:58 +01:00 |
|
Klaus Schmidinger
|
0a517afdf8
|
Implemented audio plugin interface
|
2002-11-03 11:53:58 +01:00 |
|
Klaus Schmidinger
|
15a2d36aca
|
Fixed some faulty default parameter initializations
|
2002-10-13 16:12:55 +02:00 |
|
Klaus Schmidinger
|
ec5795bda2
|
Reactivated full handling of second audio PID (even in 'Transfer Mode')
|
2002-10-12 14:29:46 +02:00 |
|
Klaus Schmidinger
|
dde36a3c56
|
Added a missing StripAudioPackets() to cDvbPlayer::Action()
|
2002-09-15 13:36:57 +02:00 |
|
Klaus Schmidinger
|
02f34ec0bf
|
Fixed replaying the last few seconds of a recording
|
2002-08-24 15:08:25 +02:00 |
|
Klaus Schmidinger
|
470415ad23
|
Using cPoller instead of NeedsData
|
2002-08-16 09:22:29 +02:00 |
|
Klaus Schmidinger
|
d4ab35d1d9
|
Implemented cDevice::NeedsData()
|
2002-08-15 10:13:03 +02:00 |
|
Klaus Schmidinger
|
4d784a198d
|
Added some missing #includes
|
2002-08-11 10:47:11 +02:00 |
|
Klaus Schmidinger
|
4524f8f814
|
Re-visited the race condition fix in the cDvbPlayer
|
2002-07-27 12:00:30 +02:00 |
|
Klaus Schmidinger
|
9b94097931
|
Fixed a possible race condition in the cDvbPlayer
|
2002-07-14 14:35:16 +02:00 |
|
Klaus Schmidinger
|
17699edebb
|
Fixed a hangup when switching to the next file during replay
|
2002-07-14 12:34:44 +02:00 |
|
Klaus Schmidinger
|
f2b637ed85
|
Changed the interface of cStatus::Replaying()
|
2002-07-13 11:16:27 +02:00 |
|
Klaus Schmidinger
|
cd030554e5
|
Switched VDR's own player to the new cPlayer/cControl structures
|
2002-06-23 11:23:34 +02:00 |
|
Klaus Schmidinger
|
359e90b8a7
|
Activated transfer mode
|
2002-06-22 13:45:53 +02:00 |
|
Klaus Schmidinger
|
7ade39597a
|
Activated cutting
|
2002-06-22 10:11:59 +02:00 |
|
Klaus Schmidinger
|
a4bfddd2f9
|
Totally rearranged device/player/recorder structures
|
2002-06-16 12:57:31 +02:00 |
|