-
3.3.03f50bac1 · ·
VLCKit 3.3.0 - Add SMB 2 support - VLCMediaList: Fix removeMediaAtIndex NSRangeException crash - mp4: Improve muxing & demuxing - ogg: Improve demuxing - mkv: Fix GotoAndPlay command uid conversion - avcodec: Fix missing FourCC in libav - microdns: Fix memory leak API Changes: VLCMediaList: - indexOfMedia Returns NSUInteger instead of NSInteger - removeMediaAtIndex Returns BOOL instead of void
-
3.2.11a327907 · ·
VLCKit 3.2.1 - Added a new default AV1 decoder - dav1d - Fixed issues with decoding certain HEVC streams - Added API to VLCLibrary to log debug information to a file or a custom target - Fixed crash and leaks in our OpenGL based video output - Fixed chromecast not displaying Videos for certain devices - Fixed crash in Chromecast device discovery
-
3.2.032c20a41 · ·
VLCKit 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: - new recording Api VLCMediaPlayerDelegate: - (void)mediaPlayerStartedRecording:(VLCMediaPlayer *)player; - (void)mediaPlayer:(VLCMediaPlayer *)player recordingStoppedAtPath:(NSString *)path; 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
-
3.2.0-rc14c91f473 · ·
releace cabdidate for VLCKit 3.2.0 - Enabled libmux module - new recording Api VLCMediaPlayerDelegate: - (void)mediaPlayerStartedRecording:(VLCMediaPlayer *)player; - (void)mediaPlayer:(VLCMediaPlayer *)player recordingStoppedAtPath:(NSString *)path; VLCMediaPlayer: - (BOOL)startRecordingAtPath:(NSString *)path; - (BOOL)stopRecording;
-
3.1.4b5923ed0 · ·
VLCKit 3.1.4 - debugLoggingLevel of VLCLibrary defaults to 0 (just errors) when provided with an invalid level - Added missing VLCMediaParseStatusTimeout to VLCMediaParsedStatus enum - Added VLCMedia initWithStream:(NSInputStream *)stream to create a new VLCMedia object to use an input stream. - Fixed VLCMediaThumbnailer dimensions not being updated after fetching a thumbnail - Fixed crash when cancelDialog was called on VLCDialogProvider
-
3.1.1b9c7a3b8 · ·
VLCKit 3.1.1 - Drop support for platforms < iOS 8 & < tvOS 10.2 - Add transcoding for the Chromecast - Fix an issue that led to green artifacts in H264 streams - Fix AVAudioSession handling on tvOS and iOS when playing multiple streams - Fix OpenGL multithreading issues on macOS - Updated third party libraries, notably Harfbuzz for security improvements