Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLCKit
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Paul Kühne
VLCKit
Commits
32c20a41
Commit
32c20a41
authored
6 years ago
by
Carola
Browse files
Options
Downloads
Patches
Plain Diff
update News for 3.2
parent
e3dddedc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+12
-0
12 additions, 0 deletions
NEWS
with
12 additions
and
0 deletions
NEWS
+
12
−
0
View file @
32c20a41
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment