summaryrefslogtreecommitdiff
path: root/remux.h
AgeCommit message (Collapse)Author
2021-12-25Removed a leftover debugging lineKlaus Schmidinger
2021-05-11Fixed cTsPayload::AtPayloadStart() to ignore TS packets from other PIDsKlaus Schmidinger
2020-09-16Fixed several typosKlaus Schmidinger
2017-05-21Removed TsGetContinuityCounter() from remux.h, using TsContinuityCounter() ↵Klaus Schmidinger
instead
2017-05-01CAMs are now sent a generated EIT packet that contains a single 'present ↵Klaus Schmidinger
event' for the current SID, in order to avoid any parental rating dialogs
2017-03-26Improved clearing the MTD buffer and syncing on TS packetsKlaus Schmidinger
2017-03-18Implemented support for MTDKlaus Schmidinger
2016-12-22Fixed regenerating the index of audio recordingsKlaus Schmidinger
2014-04-06A cCamSlot that has WantsTsData set to true in its constructor now also gets ↵Klaus Schmidinger
the CAT and EMM PIDs data
2014-02-08Fixed some compiler warnings with Clang 3.4.1Klaus Schmidinger
2014-01-28Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 100 and introduced counting ↵Klaus Schmidinger
the number of actual video TS packets in cTsPayload
2014-01-16Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10Klaus Schmidinger
2013-01-20Improved cutting MPEG-2 videoKlaus Schmidinger
2012-11-19In order to be able to play TS recordings from other sources, in which there ↵Klaus Schmidinger
is more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed to 'bool cPatPmtParser::IsPatPmt(int Pid)'
2012-11-18Improved editing TS recordingsKlaus Schmidinger
2012-11-06Fixed frame detection when regenerating the indexKlaus Schmidinger
2012-11-02Improved frame detection by parsing just far enough into the MPEG-4 NAL ↵Klaus Schmidinger
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
2011-09-04Detecting frames in case the Picture Start Code or Access Unit Delimiter ↵1.7.21Klaus Schmidinger
extends over TS packet boundaries is now done by locally skipping TS packets in cFrameDetector
2011-09-04Revoked the changes to cFrameDetector that have been introduced in version ↵Klaus Schmidinger
1.7.19
2011-06-12Fixed detecting frames in case the Picture Start Code or Access Unit ↵Klaus Schmidinger
Delimiter extends over TS packet boundaries (cont'd)
2011-05-21TsGetPayload() now checks if there actually is a payload in the given TS packetKlaus Schmidinger
2011-03-20Fixed detecting frames on channels that broadcast with separate "fields" ↵Klaus Schmidinger
instead of complete frames
2010-11-01Fixed detecting frames on channels that broadcast with 50 or 60 fpsKlaus Schmidinger
2010-06-05Added full handling of the stream types of Dolby Digital pidsKlaus Schmidinger
2010-05-13Fixed a possible out of buffer memory access in case of bad TS dataKlaus Schmidinger
2010-01-30The PCR pid is now recorded for channels where this is different from the ↵Klaus Schmidinger
video PID
2009-12-31cPatPmtParser now also stores the audio stream typesKlaus Schmidinger
2009-12-24cParsePatPmt now has functions to retrieve the audio, dolby and subtitle pidsKlaus Schmidinger
2009-12-05The new function cDevice::PatPmtParser() can be used in derived devices to ↵Klaus Schmidinger
access the PAT/PMT of the currently replayed material
2009-11-22Fixed generating the index for recordings from channels that put a whole GOP ↵Klaus Schmidinger
into one payload unit; regenerating index file
2009-08-16Implemented full handling of subtitling descriptorsKlaus Schmidinger
2009-06-21Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of ↵Klaus Schmidinger
the buffer has been accepted by the device
2009-06-06Fixed unwanted track modifications when parsing PAT/PMT for recordingKlaus Schmidinger
2009-05-24Fixed generating PAT/PMT version numbers in case the PIDs change during ↵Klaus Schmidinger
recording
2009-05-23Added a note to cTsToPes regarding the 'payload start' flag for video dataKlaus Schmidinger
2009-05-17Fixed a typoKlaus Schmidinger
2009-05-17Added a note to cTsToPes about all TS packets having to belong to the same PIDKlaus Schmidinger
2009-05-17Removed unused 'synced' member from cTsToPesKlaus Schmidinger
2009-05-10Added a note to cTsToPes::GetPes() about having to call it repeatedly, once ↵Klaus Schmidinger
it has returned a non-NULL value
2009-04-19Implemented TsSetTeiOnBrokenPackets()Klaus Schmidinger
2009-03-27Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames ↵Klaus Schmidinger
over several payload units
2009-03-13Replaced cBackTrace with cPtsIndexKlaus Schmidinger
2009-01-24The PAT/PMT is now only processed if its version changesKlaus Schmidinger
2009-01-23Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any ↵Klaus Schmidinger
of the actual pids of the channel
2009-01-23Checking the pointer field in cPatPmtParser::ParsePmt() only in 'payload ↵Klaus Schmidinger
start' packets
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-12-13Improved handling PES video packets with zero length when converting from TS ↵Klaus Schmidinger
to PES
2008-09-06Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h1.7.1Klaus Schmidinger
2008-08-15First step towards switching to TS (Transport Stream) as recording formatKlaus Schmidinger
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger