summaryrefslogtreecommitdiffstats
path: root/timeline/tl_matroska.c
Commit message (Collapse)AuthorAgeFilesLines
* tl_matroska.c: move the find_files() function hereUoti Urpala2011-03-031-3/+58
| | | | | | Move the find_files() function from findfiles.c to tl_matroska.c. Delete the findfiles.c file. Add a check against opendir() failure in find_files().
* core: ordered chapters: move timeline creation to timeline/Uoti Urpala2011-02-261-0/+234
Add new file timeline/tl_matroska.c. Move the code that parses ordered chapter information from Matroska files and creates the timeline structure based on that to the new file. Initialize the format parameter given to open_stream() in the moved code. The previous uninitialized value shouldn't have caused any visible effects.