Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@belgattitude belgattitude released this 09 Aug 11:52
· 471 commits to master since this release

**WARNING THIS IS BC-BREAK RELEASE (Yes not yet 1.0) **

CHANGED

Conversion

Search and replace ConversionService to VideoConverter.
Search and replace ConversionParams to VideoConvertParams.

  • [BC-BREAK] Renamed ConversionService to VideoConverter, #1
  • [BC-BREAK] Renamed ConversionParams to VideoConvertParams, #1
  • [BC-BREAK] Renamed ConversionServiceInterface to VideoConverterInterface, #1
  • [BC-BREAK] Renamed ConversionServiceFactory to VideoConverterFactory, #1

VideoQuery

Search and replace InfoService to VideoInfoReader.
Search and replace Info to VideoInfo.

  • [BC-BREAK] Renamed InfoService to VideoInfoReader, #2
  • [BC-BREAK] Renamed InfoServiceInterface to VideoInfoReaderInterface, #2
  • [BC-BREAK] Renamed InfoServiceFactory to VideoInfoReaderFactory, #2
  • [BC-BREAK] Renamed Info to VideoInfo, #2
  • [BC-BREAK] Renamed InfoInterface to VideoInfoInterface, #2

Thumbnail

Search and replace ThumbService to VideoThumbGenerator.

  • [BC-BREAK] Renamed ThumbService to VideoThumbGenerator, #3
  • [BC-BREAK] Renamed ThumbParams to VideoThumbParams, #3
  • [BC-BREAK] Renamed ThumbServiceInterface to VideoThumbGeneratorInterface, #3
  • [BC-BREAK] Renamed ThumbServiceFactory to VideoThumbGeneratorFactory, #3

Detection / Analyzer

Search and replace DetectionService to VideoAnalyzer.

  • [BC-BREAK] Renamed DetectionService to VideoAnalyzer, #4
  • [BC-BREAK] Renamed DetectionServiceInterface to VideoAnalyzerInterface, #4
  • [BC-BREAK] Renamed DetectionServiceFactory to VideoAnalyzerFactory, #4

Added

  • Requirement of symfony/polyfill-mbstring to allow install on system without mbstring extension.