-
Notifications
You must be signed in to change notification settings - Fork 137
/
NEWS
677 lines (571 loc) · 22.1 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
Version 4.0.0:
--------------
- Remove support for ARMv7s, use the regular ARMv7 slice instead
- Removed all API deprecated in version 3
- Rename buildMobileVLCKit to compileAndBuildVLCKit
- using libvlc HEAD leading to v4
- unified Xcode project for all 3 flavors of the framework
- new metadata API
- new track management and selection API
- support for two subtitles tracks at the same time
- new clock, time and position management with much greater precision
- this allows subsecond seek intervals
- removed support to compile VLCKit as a static framework
- disabled bitcode support by default for tvOS
- improved nullability annotations
- improved debug logging API
- rewritten event management
- fully exposed libvlc C API
- Use NSDateComponents API for VLCTime.verboseStringValue
Version 3.5.0:
--------------
- Updated to libvlc 3.0.18-rc1
- Update libdsm to 0.4.0 plus upstream PR 160
- Disable IPv6 mode for UPnP multimedia server handling
- Fix UPnP IPv4 lookup regression on iOS devices
- Fix Bonjour lookup of SMB hostnames
- Update libsmb2 and its integration to prevent crashes and include bugfixes
- Improve nullability declarations of the VLCKit API
- Fix heating issue introduced through UPnP
- Add new debug logging API and deprecate the previous
- Fix concurrency issues in VLCMediaList
- Fix ARC issue when handling NSStreams in VLCMedia
- Fix crashes when using more than one logger with the new API
- Fix busy loop in UPnP support
- Replace VLCEventManager with an implementation based on lib dispatch
- Distribute VLCAudio header on macOS
- Fix crashes when handling VLCMediaLists with dynamic content
- Add new metadata API from VLCKitv4 and deprecate the previous implementation
- Add new VLCEventObjectManager preventing crashes on deallocation
Version 3.4.0:
--------------
- Updated to libvlc 3.0.17.3
- Add VLCFilter API to interact with the adjust video filter directly
- Fix a crash when discovering servers on the local network
- Fix module compatibility with Xcode 13 on macOS 12
- Fix UPnP lookup if there more than one interface on iOS/tvOS
- Fix debug symbols for iOS and tvOS show the full libvlc
- Fix libvlc header distribution
- Fix Bonjour discovery of SMB shares
- Fix umbrella headers to not warn about the libvlc C API
- Fix macOS umbrella header to include the renderer discoverer API
- Fix SAT>IP support by updating libvlc
- Fix UPnP browsing regression from previous beta (vlc-ios#1239)
- Fix notorious heating issue caused by fallback from VideoToolbox to software
decoding (vlc-ios#1240)
- Fix artwork parsing failure in ogg media (vlc-ios#953)
- Start do add nullability declarations with more to come in the future
Version 3.3.17:
---------------
- Updated to libvlc 3.0.16
- various playback, audio rendering and performance improvements
- Further SMB compatibility fixes
- Fixed a live555 RTSP connectivity issue on iOS/tvOS devices (#502)
- Fixed a crash when setting cookies on http sessions (#494)
- Updated cocoapods specifications (#498)
- Added the magnify filter to the default distribution (#473)
Version 3.3.16:
---------------
- Added support for Apple Silicon
- native execution of VLCKit on the new Macs
- native execution of MobileVLCKit/TVVLCKit in simulators on the new Macs
- Reworked the framework style and distribution of Mobile-/TVVLCKit
- switched to dynamic instead of static frameworks
- adopted XCFrameworks for distribution
- transparent to CocoaPods users, no change needed
- Further SMB compatibility fixes
- Updated NFS support
- Added support for loudness measurement based on EBU R.128
Version 3.3.15:
---------------
- Updated libsmb2 to add support for SMBv3, fixed authentication and lookup regressions
Version 3.3.14:
---------------
- VLCKit binaries are now compiled using Xcode 12
- This fixes linking for the iOS and tvOS simulator using Xcode 12
- This adds a hardware requirement to use Xcode 12 for linking VLCKit due to bitcode
- You need to compile TVVLCKit yourself if you want to continue to use Xcode 11.x
- VideoToolbox decoder
- enforce 8bit video output due to limited OpenGL rendering capabilities
- this fixes hardware decoding of AVC and HEVC 10 / 12bit on iOS/tvOS 14
- Chromecast
- Stability improvements
- demux:
- expose m3u playlist title
Version 3.3.13:
---------------
- browsing:
- Enable UPnP discovery based on libupnp
- demux:
- Fix MKV module loading by resolving underlying optimization problem
- Fix OPUS playback when using the avcodec demuxer
- Fix HLS playback regression
- packetizer:
- Fix buffer overflow in H26X packetizer (CVE-2020-13428)
Version 3.3.12:
---------------
- coreaudio: fix invalid delay after a unpause
- mp4: no sync table means all sync
- demux:
- hls:
- remove double update need check
- set more accurate update time
- do proper schedule on update
- handle timescale rounding when matching segment
- adaptive:
- rely on live offset for edge control
- use current segment number when available
- fixup AnyURI
- set current segment start time on init
- fix invalid offset on start
- browsing:
- Include libvlc's demuxdump module
- Fix browsing the FTP server included in Mac OS X Leopard
- contrib:
- bump faad to 2.9.2
- bump libarchive to 3.4.2
- bump dav1d to 0.7.0
Version 3.3.11:
---------------
- Fix missing modulemap for iOS and tvOS releases
- demux:
- fix some WebVTT styling tags being not applied
- fix MP4 interlacing handling
- fix MP4 regression with twos/sowt PCM audio
- fix some MP4 raw quicktime and ms-PCM audio
- Enabled Live seeking for HLS
- fix seeking in some cases for HLS
- fix multiple adaptive stack (DASH/HLS/Smooth) issues
- fix adaptive regression on TS format change (mostly HLS)
- fix adaptive unwanted end of stream in some cases
- Faster adaptive start and new buffering control options
- Improved Live playback for Smooth and DASH
- contrib:
- ffmpeg: backport VP9 profile 10-bit support
- update dca to 0.0.7
- update libdsm to 0.3.2
- update faad to 2.9.1
- update libebml to 1.3.10
- update libmatroska to 1.5.2
- update fontconfig to 2.13.1
- update freetype to 2.10.1
- update fribidi to 1.0.9
Version 3.3.10:
---------------
- Allow http bearer tokens
- Publish statistics on iOS and tvOS
- Minor libvlc improvements
Version 3.3.9:
--------------
- Bump dav1d to 0.5.1
- Fix debug logging level
- Fix iOS 9 no audio during playback
Version 3.3.8:
--------------
- Compatibility fix with iOS/tvOS 13 when distributing on the App Store
Version 3.3.7:
--------------
- VLCMedia:
- Add helper method to easily add option
- Add method to stop parsing
- codec:
- avcodec: really drain video
- webvtt: fix node reparenting on closing tags
- demux:
- ttml: recreate entities
- mp4:
- fix non packetized ms55
- fix quicktime sample size regression for twos/stwo
- h26x:
- fix frame duration
- use fmtout rate as date rate
- adaptive:
- store timeline directly
- inherit template defaults
- missing flags propagation using MimeDemuxer
- packetizer:
- flac:
- check next header
- return a block even with invalid pts
- hevc:
- add secondary drain
- set fmtout rate when unknown
- h264:
- handle secondary drain
- do not override fmtin frame rate
- only use date_t for length computation
- mpegvideo: perform secondary drain
- audiounit_ios: add support for > 48kHz sample rate
- coreaudio:
- start deferred
- update the play date until the first rendering
- use the dev latency for the deferred calculation
- vaapi: add YUVJ420P pixfmt
- mp4: meta: fix format-truncation warning
- access: add smb2 module
- smb2/dsm: avoid to request the dialog two times
- dsm:
- query credentials only when needed
- add "smb-force-v1" option
- specify the v1 protocol in the dialog credential title
contrib: add libsmb2
Version 3.3.6:
--------------
- Fix abort from dealloc when VLCMedia init failed
- Fix SMB 2 not storing credentials
Version 3.3.5:
--------------
- access: fix smb2/dsm conflicts
- directsound: fix uninitialized var usage on error path
- lib: media: fix media not being preparsed after a failure
- packetizer: flac: don't increment invalid date
- videotoolbox: don't reset the vout when closing
Version 3.3.4:
--------------
- Fix SMB 2 possible null-deref when stopping a session
- vout: fix low framerate stuttering
- transcode: video: patch missing chroma in decoder format ouput
- access: dvdread: fix null dereference on vts failure
- demux:
- mp4: fix potential endless loop
- avi: simplify strf handling
- mkv: remove elements from vector when we delete them
- mkv: fix vector erase in destructor
- mkv: do not use the file if there's no usable stream/segment
- faad: Fix read buffer overflow
- ogg: Fix potential integer overflow
- chromecast: transcode audio to MP3 320 kbps instead of 96 kbps
- Bump libelml requirement to 1.3.6
- Bump dav1d to 0.4.0
- Bump libmodplug to 0.8.9.0
Version 3.3.3:
--------------
- Fix airplay AV sync
- Fix bluetooth audio drop
- SMB2: Add support for NTLM anonymous login and port specification
- Add MediaListPlayerDelegate callbacks:
- (void)mediaListPlayerFinishedPlayback:(VLCMediaListPlayer *)player;
- (void)mediaListPlayer:(VLCMediaListPlayer *)player;
- (void)mediaListPlayerStopped:(VLCMediaListPlayer *)player;
Version 3.3.2:
--------------
- Internal percent encoding handling of URLs within VLCMedia was removed. This fixes a bug where URLs ended up double encoded.
/!\ This change might require changes to client Apps to ensure that their URLs are correctly percent encoded when initialising VLCMedia /!\
- access:
- rdp: Fix URI parsing
- vnc: Fix URI parsing
- live555: Fix crash parsing H264
- demux:
- hls: Disable webvtt
- mp4: Add sample overread check for non seekable case
Probe fragments on missing duration
Ignore indirect index references for seek
Pack sidx items
- ts: Fix broken var reading
- mux:
- mp4: Fix tkdh visible values
Set visible dimensions in stsd instead of buffer
- contribs:
- Bump dav1d to 0.3.0
Version 3.3.1:
--------------
- Lower SMB 2 priority
- transcode: Fix transcode with passthrough video
- asf: Fix memory leak
- demux:
- dash: Handle infinite repeat in timeline
- mkv: Fix playback of files created with lavf 58.12
- sftp: Fix version for ECDSA known hosts
- contribs:
- Bump dav1d to 0.2.1
Version 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
Version 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
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:
- 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
Version 3.1.5:
--------------
- Fixed a crash when updateProgressCallback was called
- Fixed an issue with authentification for certain HTTP streams
Version 3.1.4:
--------------
- Added missing VLCMediaParseStatusTimeout to VLCMediaParsedStatus enum
- debugLoggingLevel of VLCLibrary defaults to 0 (just errors) when provided with an invalid level
- 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
Version 3.1.3:
--------------
- Fixed crashes with Chromecast when starting it in the middle of playing streams
- Fixed Audio not resuming after backgrounding
Version 3.1.2:
--------------
- Fix an issue that led to subtitles not being displayed for mkv files
- h264 low-latency improvements for VideoToolbox
- Improved display of subtitles
- Fix playback issues with certain AVI, MP4 and MKV files
Version 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
Version 3.1.0:
--------------
- Add API to enable or disable deinterlace and specify a filter
- Expose the existing snapshot API of the VLCMediaPlayer class to macOS
- Expose yaw, pitch, roll and fov for viewpoint
- Include protobuf, sout, output_http and stream_out modules for Chromecast
Version 3.0.2:
--------------
- Automatic reconnections to HTTP(S) servers on unexpected drops on iOS and tvOS
- Fixed deadlock when sent to background
- Fixed some OpenGL and flv crashes
- Fixed HEVC playback that resulted in just a black screen
- Removal of private API usage by ffmpeg
Version 3.0.0:
--------------
Generic changes:
- Added support for tvOS
- Removed support for the 32bit OS X platform
- Added support for audio muting and software volume changes on iOS and tvOS
New APIs:
- VLCAudio
- setMuted:
- VLCDialogProvider
- new class to handle user interaction with VLC events
- VLCLibrary
- added properties: debugLogging, debugLoggingLevel
- VLCMediaDiscoverer
- added selector: availableMediaDiscovererForCategoryType:
- added enum: VLCMediaDiscovererCategoryType
- VLCMediaListPlayer
- added selectors: initWithDrawable:
initWithOptions:andDrawable:
playItemAtNumber:
- VLCMediaPlayer
- added properties: titleDescriptions, indexOfLongestTitle, numberOfTitles,
snapshots, lastSnapshot
- added selectors: chaptersForTitleIndex:
numberOfChaptersForTitle:
addPlaybackSlave:type:enforce:
updateViewpoint:pitch:roll:fov:absolute:
- added notifications: VLCMediaPlayerTitleChanged, VLCMediaPlayerChapterChanged
- added enum: VLCMediaPlaybackSlaveType
- Note:
- play's return type was changed from BOOL to void
- hue is now a float instead of an integer
- WARNING:
- Return value of the following methods changed from INT_MAX to -1
(int)currentVideoTrackIndex
(int)currentVideoSubTitleIndex
(int)currentChapterIndex
(int)currentTitleIndex
(int)currentAudioTrackIndex
- VLCMedia
- added keys: VLCMetaInformationTrackTotal, VLCMetaInformationDirector,
VLCMetaInformationSeason, VLCMetaInformationEpisode,
VLCMetaInformationShowName, VLCMetaInformationActors,
VLCMetaInformationAlbumArtist, VLCMetaInformationDiscNumber,
VLCMediaTracksInformationVideoOrientation,
VLCMediaTracksInformationVideoProjection
- added selectors: codecNameForFourCC:trackType:
mediaType
parseWithOptions:
parseWithOptions:Timeout:
parsedStatus
storeCookie:forHost:path:
clearStoredCookies
- added enums: VLCMediaType, VLCMediaParsingOptions, VLCMediaParsedStatus,
VLCMediaOrientation, VLCMediaProjection
- changed behavior: media will no longer be parsed automatically if meta
data is requested prior to concluded parsing
- VLCMediaList
- changed behavior: lists of media objects added through arrays or on init
are no longer added in reverse order
- VLCTime
- added selectors: isEqual:
hash
- VLCAudio
- added property: passthrough
Modified APIs:
- VLCMediaList
- To match the KVC bindings, all NSInteger arguments were moved to NSUInteger as appropriate
- mediaList:mediaAdded:atIndex:
- mediaList:mediaRemovedAtIndex:
- addMedia:
- insertMedia:atIndex:
- removeMediaAtIndex:
- mediaAtIndex:
Deprecated APIs:
- VLCAudio
- setMute:
- VLCMedia
- parse, isParsed, synchronousParse
- VLCMediaDiscoverer
- availableMediaDiscoverer, localizedName
- VLCMediaPlayer
- titles, chaptersForTitleIndex:, countOfTitles, framesPerSecond, openVideoSubTitlesFromFile:
- VLCMediaListPlayer
- playItemAtIndex
- VLCStreamSession
- VLCStreamOutput
- VLCMediaLibrary
Removed APIs:
- VLCExtension
- VLCExtensionsManager
- VLCMedia:
- fps
- media:metaValueChangedFrom:forKey:
- VLCMediaPlayer
- audioTracks
- videoTracks
- videoSubTitles
- VLCServicesDiscoverer
- VLCPlaylistDataSource
Version 2.2.2:
--------------
New APIs:
- VLCMediaPlayer
- added properties: numberOfVideoTracks, numberOfSubtitlesTracks
numberOfAudioTracks
Version 2.2.0:
--------------
Cross-platform:
- Fixed deinterlacing if requested
- Fixed decoding and display of Teletext-based subtitles
- Improved thumbnailing reliability
- Added support for inclusion in swift projects
- Switched to Automatic Reference Counting
- Various stability improvements
MobileVLCKit:
- It is finally possible to compile the framework without relying on third
party scripts
- 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
counterpart
- Updated samples projects illustrating playback, file conversation, ...
New APIs:
- VLCMediaThumbnailer:
- added property: snapshotPosition to overwrite the default
- VLCMediaListPlayer:
- added initWithOptions selector matching VLCMediaPlayer's implementation
- added pause selector
- added previous, next and playItemAtIndex selectors
- VLCMedia:
- added delegate method mediaMetaDataDidChange
- VLCMediaPlayer:
- added equalizer
- added countOfTitles
Modified API behavior:
- VLCMediaPlayer:
- implementing mediaPlayerTimeChanged and mediaPlayerStateChanged within a
delegate object is optional now
- VLCMedia:
- nowPlaying meta information is correctly handled now
Deprecated APIs:
- VLCMedia:
- media:metaValueChangedFrom:forKey:
Changes within VLCKit between 2.0.0 and 2.1.0:
----------------------------------------------
The entire framework was relicensed to LGPL 2.1 or later as well as its
underlying playback modules.
Support for transcoding and streaming as well as DVD playback was not affected
by this move and stays under GPL until further notice.
Please note that the Objective-C syntax was updated, so VLCKit may no longer
compile with outdated versions of Xcode / clang.
New APIs:
- VLCStreamOutput:
- support for subtitle transcoding
- VLCMedia:
- extended media track information for bitrate, language, description, source
aspect ratio, source aspect denominator, frame rate, frame rate denominator,
and text encoding
- added setter and getter for individual meta data values as well as the
ability to write changes to the media file
- added (BOOL)isMediaSizeSuitableForDevice to let VLCKit determine whether the
current media is considered to be suitable for the current device or
playback is discouraged. Will always return true on OS X devices.
- added individual getters for all statistic values, so client application can
fetch single values instead of having to process a NSDictionary with all the
available values. The old API is still available and will stay.
- VLCMediaPlayer:
- added support to enable, switch and disable video tracks
- added setter/getter for SPU and audio delays
- added setter/getter for the video scale factor
- added support for the "adjust" video filter to manipulate contrast,
brightness, hue, saturation and gamma on the fly
- new interfaces to fetch names and IDs of audio, subtitle and video tracks
- added the ability to launch instances with custom libvlc options
- VLCLibrary:
- added the ability to launch instances with custom libvlc options
- added methods to set App ID and User-Agent
- added readonly property to fetch compiler information
Deprecated APIs:
- VLCMediaPlayer:
@property (readonly) NSUInteger fps;
- use (float)fps instead.
- (NSArray *)videoSubTitles;
- use - (NSArray *)videoSubtitleNames; instead
- (NSArray *)audioTracks;
- use - (NSArray *)audioTrackNames; instead
- (NSArray *)videoTracks;
- use - (NSArray *)videoTrackNames; instead
Modified behavior:
- use of clang instead of llvm-gcc-4.2
- updated project file for Xcode 4.3 and later
- iOS Deployment target was raised to iOS 5.1
- dropped support for the PowerPC architecture
- Mac Deployment target was raised to OS X 10.7
- different logging behavior: to see any debug messages, the framework needs
to be compiled in debug mode
MobileVLCKit features:
- added support for Opus
- slimmed binary by removing dysfunctional or irrelevant modules
- screen sleep is prevented during playback
- functionality is strictly limited for full LGPL compliance
Removed APIs:
- VLCMedia:
- (void)setValue:(id)value forMeta:(NSString *)VLCMetaInformation;
use setMetadata:(NSString *)data forKey:(NSString *)key instead