API changes
- StreamProperties:
- add getStreamType()
- getAVFormatContext() is a const method
- PixelProperties: add getMaxNbBitsInChannels()
- IInputStream:
- remove getStreamType()
- remove getDuration()
- OutputFile: new constructor with parameters to set format and mime type
Enhancement
Improve performances (less time spent in logger)
Fix
Negative seek (do not add stream start time before each seek)