summaryrefslogtreecommitdiff
path: root/remux.c
AgeCommit message (Expand)Author
2022-01-18Fixed handling zero bytes in cH264ParserKlaus Schmidinger
2021-05-11Fixed cTsPayload::AtPayloadStart() to ignore TS packets from other PIDsKlaus Schmidinger
2020-06-22Changed the country code in the generated ParentalRatingDescriptor from 'DEU'...Klaus Schmidinger
2019-03-15Added support for EAC3 audio from other sourcesKlaus Schmidinger
2017-05-01CAMs are now sent a generated EIT packet that contains a single 'present even...Klaus Schmidinger
2017-04-24Fixed a typoKlaus Schmidinger
2017-03-26Improved clearing the MTD buffer and syncing on TS packetsKlaus Schmidinger
2017-01-09Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in ...Klaus Schmidinger
2016-12-22Fixed regenerating the index of audio recordingsKlaus Schmidinger
2016-12-22Implemented a frame parser for H.265 (HEVC) recordingsKlaus Schmidinger
2015-03-11Added detection of 24fpsKlaus Schmidinger
2015-01-14Added support for PGS subtitlesKlaus Schmidinger
2015-01-14Added handling for DTS audio tracks to cPatPmtParser::ParsePmt()Klaus Schmidinger
2014-04-13Fixed a possible division by zero in frame rate detectionKlaus Schmidinger
2014-04-13Whitespace fixKlaus Schmidinger
2014-03-08Fixed handling PAT packets when detecting framesKlaus Schmidinger
2014-03-08Fixed a possible endless loop in cH264Parser::GetGolombUe()Klaus Schmidinger
2014-02-21Fixed handling frame detection buffer lengthKlaus Schmidinger
2014-01-28Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 100 and introduced counting th...Klaus Schmidinger
2014-01-18Fixed detecting frame borders in MPEG-2 streams that have "bottom fields" or ...Klaus Schmidinger
2013-03-03Whitespace fixesKlaus Schmidinger
2013-02-17Removed trailing whitespaceKlaus Schmidinger
2012-11-25Changed all occurrences of MPEG4 to H264 (pointed out by Sören Moch)Klaus 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-13Fixed detecting frames in case there are multiple frames per payload unitKlaus 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
2012-09-19cPatPmtParser::ParsePmt() now also recognizes stream type 0x81 as "AC3"Klaus Schmidinger
2012-09-18Improved detecting frames in MPEG 4 videoKlaus Schmidinger
2012-09-14Fixed mapping the frame type bits when detecting independent frames in MPEG 4...Klaus Schmidinger
2012-03-02Fixed some typosKlaus Schmidinger
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