summaryrefslogtreecommitdiff
path: root/remux.c
AgeCommit message (Expand)Author
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
2009-01-24The PAT/PMT is now only processed if its version changesKlaus Schmidinger
2009-01-24Fixed detecting frames for pure audio recordingsKlaus 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-23Checking the remaining packet length after processing the pointer fieldKlaus Schmidinger
2009-01-23Fixed handling the pointer field in cPatPmtParser::ParsePmt()Klaus Schmidinger
2009-01-16Fixed incrementing the continuity counter in cPatPmtGenerator::GetPmt()Klaus Schmidinger
2009-01-16Fixed returning complete PES packets in cTsToPes::GetPes()Klaus Schmidinger
2009-01-06Fixed cPatPmtParser::ParsePmt() to reset vpid and vtype when switching from a...Klaus Schmidinger
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-12-20Fixed handling the 'pointer field' in generating and parsing PAT/PMTKlaus Schmidinger
2008-12-13Improved handling PES video packets with zero length when converting from TS ...Klaus Schmidinger
2008-08-15First step towards switching to TS (Transport Stream) as recording formatKlaus Schmidinger
2007-11-25Implemented setup option "Miscellaneous/Emergency exit"Klaus Schmidinger
2007-11-18Fixed suddenly stopping subtitles in live mode1.5.12Klaus Schmidinger
2007-11-17Fixed handling small PES packets that caused subtitles to be displayed late i...Klaus Schmidinger
2007-11-10Fixed assembling PS1 packets in cTS2PES::instant_repack()Klaus Schmidinger
2007-11-03Fixed a possible blocking in replay when subtitles are active; fixed displayi...Klaus Schmidinger
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-02-25Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP force...Klaus Schmidinger
2006-12-01Fixed a possible crash in remux.c on 64-bit machinesKlaus Schmidinger
2006-04-17Some comment cleanupsKlaus Schmidinger
2006-03-25Speeded up cRemux::ScanVideoPacket()Klaus Schmidinger
2006-02-03Speeded up cVideoRepackerKlaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2006-01-03Fixed handling TS packets in cTS2PESKlaus Schmidinger
2006-01-01Fixed incrementing the 'state' variables in the repacker classes in remux.c t...Klaus Schmidinger
2005-12-04Fixed using MIN_LOG_INTERVALKlaus Schmidinger
2005-12-03Limited the frequency of log messages from the cRepackersKlaus Schmidinger