summaryrefslogtreecommitdiff
path: root/command/demux.cpp
AgeCommit message (Collapse)Author
2011-04-11Sorting of logo list addedJochen Dolze
New MTV3 logo Changed demuxer to return raw packets
2011-03-25Fixed TS afc error which led to "demux error"Jochen Dolze
Added more error messages and stream numbers
2011-03-14Added -O3 and -funroll-loops in MakefileJochen Dolze
Reverted cutval to 127, adding commandline argument later Fixed demux error with TS files Added more info messages
2011-03-02Fixed memory leak in AddMarkJochen Dolze
Fixed uninitialized variable error in video.cpp Added logo detection for permitting weak marks
2011-02-14Improved stop detectionJochen Dolze
H262 fps detection bugfix
2011-02-11Fixed disabling of pids in demuxer bugJochen Dolze
2011-02-06Added CheckStart to check start conditionJochen Dolze
Added DisableDPid to disable AC3 demuxing
2011-02-06Skipping additional private stream header with AC3Jochen Dolze
2011-01-30Further cleanupsJochen Dolze
2011-01-29Rewrite of demux/marks recognition (still incomplete)Jochen Dolze
2011-01-04Changed index creation for TSJochen Dolze
Removed CheckDolbyDigital51
2010-11-24Added log to recdir optionJochen Dolze
Added access check for recdir
2010-11-22Added SeekPATPMT when there is no PAT/PMT on start of the TS-recordingJochen Dolze
Added info about nalu filler Made demuxer more fault tolerant
2010-09-24Added support for libavcodec51 (see define in Makefile)Jochen Dolze
Lowered memory consumption on some cases Enhanced buffer usage output
2010-09-20Fixed timestamp fetching for TS filesJochen Dolze
2010-09-16Added second pass processing (overlap, audio silence detection)Jochen Dolze
2010-08-15Fixed demux error with AC3 on VDR files (added in the last commits)Jochen Dolze
Fixed writing info files Few cleanups
2010-08-09Fixed AC3 demux error on restartJochen Dolze
2010-08-08Fixed index repair for inded.vdrJochen Dolze
2010-05-25Added Clear()-function to demuxer,paket classesJochen Dolze
Added marks DelAll, DelTill functions
2010-04-08Fixed APIVERSION bug, increased H264 bufferJochen Dolze
2010-03-30Changed directory structure, added MakefilesJochen Dolze