Commit Graph

8 Commits

Author SHA1 Message Date
anthwlock
f2261ca7f3 add option to stretch video 2019-05-10 16:55:02 +02:00
anthwlock
701b312bba add strict matching 2019-02-04 16:33:09 +01:00
anthwlock
f98581392b add Makefile 2019-02-01 08:46:20 +01:00
anthwlock
5d107f61c0 add '-s' to skip unknown sequences 2019-01-28 08:22:20 +01:00
anthwlock
3a8cfa8649 better support for >2GB files 2018-09-14 11:37:59 +02:00
anthwlock
6eb2b691a7 analyze: more readable output 2018-09-12 16:40:27 +02:00
anthwlock
0e2fc2ba7d added: decode SPS from avcC 2018-06-27 15:40:50 +02:00
anthwlock
0575918f26 improvements - see description
fixes:
 - readBits not working as expected
 - no keyframes
 - mdat->end set too early
changes:
 - moved the buffer layer to the file class -> >10x faster
 - forbidden bit == 1 inidicates the payload is malformed, not the header
 - removed dependency on internal libavcodec code (added sps-decoder)
 - splitted classes in seperated files
 - class members names now use suffix '_'
 - build instructions
added:
 - regulation of log messages (-v -vv -q)
 - default output now usefull for average user
2018-06-05 15:12:11 +02:00