summaryrefslogtreecommitdiff
path: root/remux.c
AgeCommit message (Expand)Author
2012-01-12Fixed a possible memory corruption in cTsToPes::GetPes()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-08-27Fixed detecting frames on radio channelsKlaus Schmidinger
2011-08-20Fixed detecting frames for channels that split frames into several payloadsKlaus Schmidinger
2011-08-15The cutter now sets the 'broken link' flag for MPEG2 TS recordingsKlaus Schmidinger
2011-06-12Fixed overwriting the fps value in a recording's info fileKlaus Schmidinger
2011-06-12Fixed detecting frames in case the Picture Start Code or Access Unit Delimite...Klaus Schmidinger
2011-06-11The frame detector now only starts collecting PTS values after it has seen th...Klaus Schmidinger
2011-06-11Fixed detecting frames in case the Picture Start Code or Access Unit Delimite...Klaus Schmidinger
2011-03-20Fixed detecting frames on channels that broadcast with separate "fields" inst...Klaus Schmidinger
2011-03-13Fixed some direct comparisons of double valuesKlaus Schmidinger
2011-02-26Setting the audio type of language descriptors to 0x00 in the PAT/PMT generatorKlaus Schmidinger
2011-02-25Now checking the result of all realloc() callsKlaus Schmidinger
2011-02-20Fixed reallocating memory in cTsToPes::PutTs()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-16Added handling MPEG audio types "ISO/IEC 14496-3 Audio with LATM transport sy...Klaus Schmidinger
2010-05-13Fixed a possible out of buffer memory access in case of bad TS dataKlaus Schmidinger
2010-04-18Fixed generating PMT language descriptors for multi language PIDsKlaus Schmidinger
2010-04-05Fixed cFrameDetector::Analyze() in case part of the data has been processed a...Klaus Schmidinger
2010-02-28The option "Setup/DVB/Use Dolby Digital" now only controls whether Dolby Digi...1.7.13Klaus Schmidinger
2010-01-30The PCR pid is now recorded for channels where this is different from the vid...Klaus Schmidinger
2010-01-24Fixed determining the frame duration on channels where the PTS deltas jitter ...Klaus Schmidinger
2010-01-24The PCR pid in generated PMTs is now set to the channel's PCR pid againKlaus Schmidinger
2010-01-23Fixed determining the frame duration on channels where the PTS deltas jitter ...Klaus Schmidinger
2009-12-31cPatPmtParser now also stores the audio stream typesKlaus Schmidinger
2009-12-29Fixed zero-terminating the pid listsKlaus Schmidinger
2009-12-24cParsePatPmt now has functions to retrieve the audio, dolby and subtitle pidsKlaus Schmidinger
2009-12-24Fixed handling STREAMTYPE_11172_AUDIO in cPatPmtParser::ParsePmt()Klaus Schmidinger
2009-12-06Added stream type 11172 AUDIO to cPatPmtParser::ParsePmt()Klaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-12-05The PCR pid in generated PMTs is now set to 0x1FFF ("no PCR pid") in cPatPmtG...Klaus 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-11-01Fixed writing the PCR pid into the PMT in cPatPmtGenerator::GeneratePmt()Klaus Schmidinger
2009-11-01Fixed cFrameDetector::Analyze() to handle video streams where the frame type ...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-17Removed unused 'synced' member from cTsToPesKlaus Schmidinger
2009-05-10Added MPEG 1 handling to remux.cKlaus Schmidinger
2009-05-03cFrameDetector::Analyze() now syncs on the TS packet sync bytes1.7.7Klaus Schmidinger
2009-04-19Implemented TsSetTeiOnBrokenPackets()Klaus Schmidinger
2009-04-18Fixed detecting the frame rate for streams with PTS distances of 1800Klaus Schmidinger
2009-04-05Fixed detecting the frame rate for radio recordingsKlaus Schmidinger
2009-03-27Modified cFrameDetector::Analyze() to minimize file I/O overhead during recor...Klaus Schmidinger
2009-03-27Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames ove...Klaus Schmidinger
2009-03-13Replaced cBackTrace with cPtsIndexKlaus Schmidinger