summaryrefslogtreecommitdiff
path: root/remux.h
AgeCommit message (Expand)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() in...Klaus Schmidinger
2017-05-01CAMs are now sent a generated EIT packet that contains a single 'present even...Klaus Schmidinger
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
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 th...Klaus Schmidinger
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
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 units...Klaus Schmidinger
2011-09-04Detecting frames in case the Picture Start Code or Access Unit Delimiter exte...1.7.21Klaus Schmidinger
2011-09-04Revoked the changes to cFrameDetector that have been introduced in version 1....Klaus Schmidinger
2011-06-12Fixed detecting frames in case the Picture Start Code or Access Unit Delimite...Klaus Schmidinger
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" inst...Klaus Schmidinger
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 vid...Klaus Schmidinger
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 ac...Klaus Schmidinger
2009-11-22Fixed generating the index for recordings from channels that put a whole GOP ...Klaus Schmidinger
2009-08-16Implemented full handling of subtitling descriptorsKlaus Schmidinger
2009-06-21Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of ...Klaus Schmidinger
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 recor...Klaus Schmidinger
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 i...Klaus Schmidinger
2009-04-19Implemented TsSetTeiOnBrokenPackets()Klaus Schmidinger
2009-03-27Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames ove...Klaus Schmidinger
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 of...Klaus Schmidinger
2009-01-23Checking the pointer field in cPatPmtParser::ParsePmt() only in 'payload star...Klaus Schmidinger
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
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