Commit Graph

3 Commits

Author SHA1 Message Date
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