EIT file parser added.
Output STARTPCR. (3 digits fixed format).
Fix error handling
Be more tolerant about partial .ts.meta files, also picking up ones with missing info now.
Add comp and PDC descriptor parsing. Useless unfortunately.
Implement rename and hardlinkdir options. Needs testing.
Increase size limits for .ts.meta and .eit files.
Handle existing dir
Collect some stats how many files we processed and how good the matches were.
Typo in output.
Implement option parser and -s (symlink).
Skip over non-ext list entries ...
Display best cand.
Add pre- and post recording time (conservative defaults, no cmd line option yet).
Progress reporting.
Fix file counting ...
Better debugging output.
More debug improvements.
Fixed debug output, add scores ...
Factor out mkname (to build reconstructed name)
Add ts parser call and store output.
Start searching with .ts
Exit code now indicates whether we found ts content.
Some debugging ...
Fix file matching.
Start implementing match scoring
Add program table to translate program -> station name.
Complete eit parser, untested.
Use enum package instead of open-coded variant.
Fix all kinds of EIT parsing issues...
Add parser for eit files -- not complete yet.
Script to recover lost+found filenames.
Import/Merge python script collecting and associating files from e2 recordings.
Better debug output.
More verbose ...
remove unneeded var
Option -M to only parse limited amount of data at beginning and end.
Better find_ts: avoid uneven offsets ...
Use new functions to cut and merge files ...
Prefix hex numbers with 0x.
Clean up code.
Better PCRDiscont exception info.
Fix cutting off begin/end.
Detect various cases for overlap.
Add program that just parses .ts files. Optionally with shell output ...
Implement find_pcr() member in stream_block class.
ts_merge (incomplete).
Add license note.
typo
Added README.
Added tag TS_EXTRACT_0_9 for changeset 11c0780cccdb
Use snprintf for limited buffer. Fix make clean.
Add file reader with contrained times.