summaryrefslogtreecommitdiffstats
path: root/TOOLS/matroska.py
Commit message (Expand)AuthorAgeFilesLines
* Fix string.format compatibility with Python 2.6Kovensky2012-10-011-3/+3
* build: use "python" instead of "python3" as interpreter namewm42012-09-291-1/+1
* build: make Python scripts compatible with Python 2.xwm42012-09-291-0/+2
* build: use python3 to generate some files previously in gitUoti Urpala2012-07-161-1/+1
* TOOLS/matroska.py: recognize CodecNameUoti Urpala2011-04-081-0/+1
* TOOLS/matroska.py: recognize 3 more elementsUoti Urpala2010-11-211-0/+3
* TOOLS/matroska.py: recognize MaxCache elementUoti Urpala2010-11-081-0/+1
* TOOLS/matroska.py: stop cleanly at EOF of complete file when parsingUoti Urpala2010-11-021-2/+10
* TOOLS/matroska.py: change to python3 syntaxUoti Urpala2010-11-021-37/+39
* TOOLS/matroska.py: recognize ChapCountryUoti Urpala2010-10-211-0/+1
* demux_mkv: read tags.Anton Khirnov2010-05-221-0/+9
* TOOLS/matroska.py: support 8-byte floats in parsing modeUoti Urpala2010-03-111-2/+7
* matroska: add new parsing codeUoti Urpala2010-01-271-0/+397