Age | Commit message (Expand) | Author |
2017-05-21 | Removed TsGetContinuityCounter() from remux.h, using TsContinuityCounter() in... | Klaus Schmidinger |
2017-05-01 | CAMs are now sent a generated EIT packet that contains a single 'present even... | Klaus Schmidinger |
2017-03-26 | Improved clearing the MTD buffer and syncing on TS packets | Klaus Schmidinger |
2017-03-18 | Implemented support for MTD | Klaus Schmidinger |
2016-12-22 | Fixed regenerating the index of audio recordings | Klaus Schmidinger |
2014-04-06 | A cCamSlot that has WantsTsData set to true in its constructor now also gets ... | Klaus Schmidinger |
2014-02-08 | Fixed some compiler warnings with Clang 3.4.1 | Klaus Schmidinger |
2014-01-28 | Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 100 and introduced counting th... | Klaus Schmidinger |
2014-01-16 | Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10 | Klaus Schmidinger |
2013-01-20 | Improved cutting MPEG-2 video | Klaus Schmidinger |
2012-11-19 | In order to be able to play TS recordings from other sources, in which there ... | Klaus Schmidinger |
2012-11-18 | Improved editing TS recordings | Klaus Schmidinger |
2012-11-06 | Fixed frame detection when regenerating the index | Klaus Schmidinger |
2012-11-02 | Improved frame detection by parsing just far enough into the MPEG-4 NAL units... | Klaus Schmidinger |
2011-09-04 | Detecting frames in case the Picture Start Code or Access Unit Delimiter exte...1.7.21 | Klaus Schmidinger |
2011-09-04 | Revoked the changes to cFrameDetector that have been introduced in version 1.... | Klaus Schmidinger |
2011-06-12 | Fixed detecting frames in case the Picture Start Code or Access Unit Delimite... | Klaus Schmidinger |
2011-05-21 | TsGetPayload() now checks if there actually is a payload in the given TS packet | Klaus Schmidinger |
2011-03-20 | Fixed detecting frames on channels that broadcast with separate "fields" inst... | Klaus Schmidinger |
2010-11-01 | Fixed detecting frames on channels that broadcast with 50 or 60 fps | Klaus Schmidinger |
2010-06-05 | Added full handling of the stream types of Dolby Digital pids | Klaus Schmidinger |
2010-05-13 | Fixed a possible out of buffer memory access in case of bad TS data | Klaus Schmidinger |
2010-01-30 | The PCR pid is now recorded for channels where this is different from the vid... | Klaus Schmidinger |
2009-12-31 | cPatPmtParser now also stores the audio stream types | Klaus Schmidinger |
2009-12-24 | cParsePatPmt now has functions to retrieve the audio, dolby and subtitle pids | Klaus Schmidinger |
2009-12-05 | The new function cDevice::PatPmtParser() can be used in derived devices to ac... | Klaus Schmidinger |
2009-11-22 | Fixed generating the index for recordings from channels that put a whole GOP ... | Klaus Schmidinger |
2009-08-16 | Implemented full handling of subtitling descriptors | Klaus Schmidinger |
2009-06-21 | Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of ... | Klaus Schmidinger |
2009-06-06 | Fixed unwanted track modifications when parsing PAT/PMT for recording | Klaus Schmidinger |
2009-05-24 | Fixed generating PAT/PMT version numbers in case the PIDs change during recor... | Klaus Schmidinger |
2009-05-23 | Added a note to cTsToPes regarding the 'payload start' flag for video data | Klaus Schmidinger |
2009-05-17 | Fixed a typo | Klaus Schmidinger |
2009-05-17 | Added a note to cTsToPes about all TS packets having to belong to the same PID | Klaus Schmidinger |
2009-05-17 | Removed unused 'synced' member from cTsToPes | Klaus Schmidinger |
2009-05-10 | Added a note to cTsToPes::GetPes() about having to call it repeatedly, once i... | Klaus Schmidinger |
2009-04-19 | Implemented TsSetTeiOnBrokenPackets() | Klaus Schmidinger |
2009-03-27 | Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames ove... | Klaus Schmidinger |
2009-03-13 | Replaced cBackTrace with cPtsIndex | Klaus Schmidinger |
2009-01-24 | The PAT/PMT is now only processed if its version changes | Klaus Schmidinger |
2009-01-23 | Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of... | Klaus Schmidinger |
2009-01-23 | Checking the pointer field in cPatPmtParser::ParsePmt() only in 'payload star... | Klaus Schmidinger |
2009-01-06 | The recording format is now Transport Stream | Klaus Schmidinger |
2008-12-13 | Improved handling PES video packets with zero length when converting from TS ... | Klaus Schmidinger |
2008-09-06 | Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h1.7.1 | Klaus Schmidinger |
2008-08-15 | First step towards switching to TS (Transport Stream) as recording format | Klaus Schmidinger |
2007-10-12 | Implemented handling DVB subtitles | Klaus Schmidinger |
2006-03-25 | Speeded up cRemux::ScanVideoPacket() | Klaus Schmidinger |
2005-08-26 | Implemented cAudioRepacker | Klaus Schmidinger |
2005-08-07 | Added cRemux::SetTimeouts() for better use of cRemux in a single thread | Klaus Schmidinger |