Klaus Schmidinger
|
8f9136ecab
|
In order to be able to play TS recordings from other sources, in which there is more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed to 'bool cPatPmtParser::IsPatPmt(int Pid)'
|
2012-11-19 10:32:31 +01:00 |
|
Klaus Schmidinger
|
cca2cd35ad
|
Improved editing TS recordings
|
2012-11-18 12:19:51 +01:00 |
|
Klaus Schmidinger
|
3ad369d249
|
Fixed frame detection when regenerating the index
|
2012-11-06 11:03:06 +01:00 |
|
Klaus Schmidinger
|
57a3169013
|
Improved frame detection by parsing just far enough into the MPEG-4 NAL units to get the necessary information about frames and slices; the initial syncing of the frame detector is now done immediately after the first complete GOP has been seen
|
2012-11-02 14:35:57 +01:00 |
|
Klaus Schmidinger
|
699fd6d5d7
|
Detecting frames in case the Picture Start Code or Access Unit Delimiter extends over TS packet boundaries is now done by locally skipping TS packets in cFrameDetector
|
2011-09-04 13:09:06 +02:00 |
|
Klaus Schmidinger
|
96061c5b40
|
Revoked the changes to cFrameDetector that have been introduced in version 1.7.19
|
2011-09-04 10:13:14 +02:00 |
|
Klaus Schmidinger
|
72d342ce02
|
Fixed detecting frames in case the Picture Start Code or Access Unit Delimiter extends over TS packet boundaries (cont'd)
|
2011-06-12 14:06:11 +02:00 |
|
Klaus Schmidinger
|
85af76ab63
|
TsGetPayload() now checks if there actually is a payload in the given TS packet
|
2011-05-21 10:03:48 +02:00 |
|
Klaus Schmidinger
|
d1dd7df17a
|
Fixed detecting frames on channels that broadcast with separate "fields" instead of complete frames
|
2011-03-20 10:22:22 +01:00 |
|
Klaus Schmidinger
|
4f50c34824
|
Fixed detecting frames on channels that broadcast with 50 or 60 fps
|
2010-11-01 12:31:52 +01:00 |
|
Klaus Schmidinger
|
9377d831b3
|
Added full handling of the stream types of Dolby Digital pids
|
2010-06-05 13:50:56 +02:00 |
|
Klaus Schmidinger
|
539c0da853
|
Fixed a possible out of buffer memory access in case of bad TS data
|
2010-05-13 14:39:41 +02:00 |
|
Klaus Schmidinger
|
0889960232
|
The PCR pid is now recorded for channels where this is different from the video PID
|
2010-01-30 11:10:25 +01:00 |
|
Klaus Schmidinger
|
3d7338de5a
|
cPatPmtParser now also stores the audio stream types
|
2009-12-31 15:35:37 +01:00 |
|
Klaus Schmidinger
|
07d50dc8c4
|
cParsePatPmt now has functions to retrieve the audio, dolby and subtitle pids
|
2009-12-24 12:28:01 +01:00 |
|
Klaus Schmidinger
|
62901748b3
|
The new function cDevice::PatPmtParser() can be used in derived devices to access the PAT/PMT of the currently replayed material
|
2009-12-05 11:32:31 +01:00 |
|
Klaus Schmidinger
|
8ffbea3788
|
Fixed generating the index for recordings from channels that put a whole GOP into one payload unit; regenerating index file
|
2009-11-22 11:30:27 +01:00 |
|
Klaus Schmidinger
|
9b61b20f9a
|
Implemented full handling of subtitling descriptors
|
2009-08-16 15:32:39 +02:00 |
|
Klaus Schmidinger
|
e33ba08af4
|
Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of the buffer has been accepted by the device
|
2009-06-21 13:34:40 +02:00 |
|
Klaus Schmidinger
|
96d25c3be1
|
Fixed unwanted track modifications when parsing PAT/PMT for recording
|
2009-06-06 13:26:23 +02:00 |
|
Klaus Schmidinger
|
e51e38bc33
|
Fixed generating PAT/PMT version numbers in case the PIDs change during recording
|
2009-05-24 15:11:28 +02:00 |
|
Klaus Schmidinger
|
02921f8851
|
Added a note to cTsToPes regarding the 'payload start' flag for video data
|
2009-05-23 09:53:50 +02:00 |
|
Klaus Schmidinger
|
d007c8c0d4
|
Fixed a typo
|
2009-05-17 10:09:35 +02:00 |
|
Klaus Schmidinger
|
877d4851e8
|
Added a note to cTsToPes about all TS packets having to belong to the same PID
|
2009-05-17 09:54:16 +02:00 |
|
Klaus Schmidinger
|
b250709407
|
Removed unused 'synced' member from cTsToPes
|
2009-05-17 09:48:14 +02:00 |
|
Klaus Schmidinger
|
7e4aed4927
|
Added a note to cTsToPes::GetPes() about having to call it repeatedly, once it has returned a non-NULL value
|
2009-05-10 13:52:46 +02:00 |
|
Klaus Schmidinger
|
3f492c4f57
|
Implemented TsSetTeiOnBrokenPackets()
|
2009-04-19 11:07:07 +02:00 |
|
Klaus Schmidinger
|
323969e58d
|
Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames over several payload units
|
2009-03-27 13:38:59 +01:00 |
|
Klaus Schmidinger
|
e7ea3b3c70
|
Replaced cBackTrace with cPtsIndex
|
2009-03-13 14:45:12 +01:00 |
|
Klaus Schmidinger
|
85e34776ff
|
The PAT/PMT is now only processed if its version changes
|
2009-01-24 13:47:46 +01:00 |
|
Klaus Schmidinger
|
2b174b07bd
|
Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of the actual pids of the channel
|
2009-01-23 16:44:46 +01:00 |
|
Klaus Schmidinger
|
1ca753003b
|
Checking the pointer field in cPatPmtParser::ParsePmt() only in 'payload start' packets
|
2009-01-23 16:43:23 +01:00 |
|
Klaus Schmidinger
|
7de7ede26f
|
The recording format is now Transport Stream
|
2009-01-06 14:41:11 +01:00 |
|
Klaus Schmidinger
|
22feb7bf1c
|
Improved handling PES video packets with zero length when converting from TS to PES
|
2008-12-13 14:43:22 +01:00 |
|
Klaus Schmidinger
|
b203807818
|
Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h
|
2008-09-06 14:49:19 +02:00 |
|
Klaus Schmidinger
|
d9e56db9fc
|
First step towards switching to TS (Transport Stream) as recording format
|
2008-08-15 14:49:34 +02:00 |
|
Klaus Schmidinger
|
0c8cda9bd0
|
Implemented handling DVB subtitles
|
2007-10-12 14:52:30 +02:00 |
|
Klaus Schmidinger
|
daaab1dfc8
|
Speeded up cRemux::ScanVideoPacket()
|
2006-03-25 12:29:04 +01:00 |
|
Klaus Schmidinger
|
449ffebcac
|
Implemented cAudioRepacker
|
2005-08-26 13:34:07 +02:00 |
|
Klaus Schmidinger
|
da0030deff
|
Added cRemux::SetTimeouts() for better use of cRemux in a single thread
|
2005-08-07 10:29:36 +02:00 |
|
Klaus Schmidinger
|
c522225344
|
Recording and Transfer Mode now handle more than 2 audio PIDs
|
2005-01-16 14:40:47 +01:00 |
|
Klaus Schmidinger
|
6415cc900d
|
Improved buffer handling
|
2004-10-16 09:36:28 +02:00 |
|
Klaus Schmidinger
|
96055681fc
|
Initiating an emergency exit on too many UPT errors per recording
|
2004-02-14 10:43:57 +01:00 |
|
Klaus Schmidinger
|
c4b9c58270
|
Now setting the 'broken link' flag for GOPs at the beginning of a new video sequence
|
2003-04-26 15:11:17 +02:00 |
|
Klaus Schmidinger
|
0598e41418
|
Completely switched to the HEAD driver version
|
2002-11-01 10:26:45 +01: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
|
fd1f60e0e0
|
Adapted VDR to the NEWSTRUCT driver
|
2002-08-10 14:58:25 +02:00 |
|
Klaus Schmidinger
|
15cc1733e0
|
Changed the cDevice class to allow plugins to implement their own devices
|
2002-08-04 14:57:29 +02:00 |
|
Klaus Schmidinger
|
d67fb2ce55
|
Added Dolby Digital recording/replay
|
2001-06-24 17:42:19 +02:00 |
|
Klaus Schmidinger
|
9de548ee59
|
Recording both audio tracks
|
2001-06-14 15:57:30 +02:00 |
|