|
@@ -1,9 +1,10 @@
|
|
|
-Next version:
|
|
|
--------------
|
|
|
+Version 2.2.0-pre1:
|
|
|
+-------------------
|
|
|
|
|
|
Cross-platform:
|
|
|
- Fixed deinterlacing if requested
|
|
|
- Fixed decoding and display of Teletext-based subtitles
|
|
|
+- Improved thumbnailing reliability
|
|
|
|
|
|
MobileVLCKit:
|
|
|
- It is finally possible to compile the framework without relying on third
|
|
@@ -11,6 +12,7 @@ MobileVLCKit:
|
|
|
- Added 2 sample projects illustrating video playback
|
|
|
- Added support for https and hls playback
|
|
|
- VLCMediaListPlayer is available now
|
|
|
+- Added support for https connectivity
|
|
|
|
|
|
VLCKit:
|
|
|
- VLCMediaThumbnailer is a public API on the Mac now matching the mobile
|
|
@@ -29,7 +31,8 @@ New APIs:
|
|
|
|
|
|
Modified API behavior:
|
|
|
- VLCMediaPlayer:
|
|
|
- - implementing mediaPlayerTimeChanged is now optional
|
|
|
+ - implementing mediaPlayerTimeChanged and mediaPlayerStateChanged within a
|
|
|
+ delegate object is optional now
|
|
|
- VLCMedia:
|
|
|
- nowPlaying meta information is correctly handled now
|
|
|
|