Skip to content
Snippets Groups Projects
Commit 32c20a41 authored by Carola's avatar Carola
Browse files

update News for 3.2

parent e3dddedc
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
Version 3.2.0:
--------------
- Enabled libmux module
- Fixed a bug where debuglogging logged less than what the loglevel indicated
- Fixed a bug where subtitles where not displayed by default on iOS
- Fixed a crash when playing back mkv on iOS 12
- API Changes:
- updateProgressWithReference:message:postion: to updateProgressWithReference:message:position:
......@@ -14,6 +17,15 @@ VLCMediaPlayer:
- (BOOL)startRecordingAtPath:(NSString *)path;
- (BOOL)stopRecording;
- new Transcoder Class and API
VLCTranscoderDelegate:
- (void)transcode:(VLCTranscoder *)transcoder finishedSucessfully:(BOOL)success;
VLCTranscoder:
- (BOOL)reencodeAndMuxSRTFile:(NSString *)srtPath toMP4File:(NSString *)mp4Path outputPath:(NSString *)outPath
Version 3.1.5:
--------------
- Fixed a crash when updateProgressCallback was called
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment