NEWS 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. Version 3.0.0:
  2. --------------
  3. Generic changes:
  4. - Added support for tvOS
  5. - Removed support for the 32bit OS X platform
  6. - Added support for audio muting on iOS and tvOS
  7. New APIs:
  8. - VLCLibrary
  9. - added properties: debugLogging, debugLoggingLevel
  10. - VLCMediaPlayer
  11. - added properties: titleDescriptions, indexOfLongestTitle, numberOfTitles,
  12. snapshots, lastSnapshot
  13. - added selectors: chaptersForTitleIndex:
  14. numberOfChaptersForTitle:
  15. - VLCMedia
  16. - added keys: VLCMetaInformationTrackTotal, VLCMetaInformationDirector,
  17. VLCMetaInformationSeason, VLCMetaInformationEpisode,
  18. VLCMetaInformationShowName, VLCMetaInformationActors,
  19. VLCMetaInformationAlbumArtist, VLCMetaInformationDiscNumber
  20. - added selectors: codecNameForFourCC:trackType:
  21. mediaType
  22. parseWithOptions:
  23. - added enums: VLCMediaType, VLCMediaParsingOptions
  24. - VLCTime
  25. - added selectors: isEqual:
  26. hash
  27. - VLCAudio
  28. - setMuted:
  29. Deprecated APIs:
  30. - VLCMediaPlayer
  31. - titles, chaptersForTitleIndex:, countOfTitles
  32. - VLCAudio
  33. - setMute:
  34. Removed APIs:
  35. - VLCMedia:
  36. - fps
  37. - media:metaValueChangedFrom:forKey:
  38. - VLCMediaPlayer
  39. - audioTracks
  40. - videoTracks
  41. - videoSubTitles
  42. Version 2.2.2:
  43. --------------
  44. New APIs:
  45. - VLCMediaPlayer
  46. - added properties: numberOfVideoTracks, numberOfSubtitlesTracks
  47. numberOfAudioTracks
  48. Version 2.2.0:
  49. --------------
  50. Cross-platform:
  51. - Fixed deinterlacing if requested
  52. - Fixed decoding and display of Teletext-based subtitles
  53. - Improved thumbnailing reliability
  54. - Added support for inclusion in swift projects
  55. - Switched to Automatic Reference Counting
  56. - Various stability improvements
  57. MobileVLCKit:
  58. - It is finally possible to compile the framework without relying on third
  59. party scripts
  60. - Added 2 sample projects illustrating video playback
  61. - Added support for https and hls playback
  62. - VLCMediaListPlayer is available now
  63. - Added support for https connectivity
  64. VLCKit:
  65. - VLCMediaThumbnailer is a public API on the Mac now matching the mobile
  66. counterpart
  67. - Updated samples projects illustrating playback, file conversation, ...
  68. New APIs:
  69. - VLCMediaThumbnailer:
  70. - added property: snapshotPosition to overwrite the default
  71. - VLCMediaListPlayer:
  72. - added initWithOptions selector matching VLCMediaPlayer's implementation
  73. - added pause selector
  74. - added previous, next and playItemAtIndex selectors
  75. - VLCMedia:
  76. - added delegate method mediaMetaDataDidChange
  77. - VLCMediaPlayer:
  78. - added equalizer
  79. - added countOfTitles
  80. Modified API behavior:
  81. - VLCMediaPlayer:
  82. - implementing mediaPlayerTimeChanged and mediaPlayerStateChanged within a
  83. delegate object is optional now
  84. - VLCMedia:
  85. - nowPlaying meta information is correctly handled now
  86. Deprecated APIs:
  87. - VLCMedia:
  88. - media:metaValueChangedFrom:forKey:
  89. Changes within VLCKit between 2.0.0 and 2.1.0:
  90. ----------------------------------------------
  91. The entire framework was relicensed to LGPL 2.1 or later as well as its
  92. underlying playback modules.
  93. Support for transcoding and streaming as well as DVD playback was not affected
  94. by this move and stays under GPL until further notice.
  95. Please note that the Objective-C syntax was updated, so VLCKit may no longer
  96. compile with outdated versions of Xcode / clang.
  97. New APIs:
  98. - VLCStreamOutput:
  99. - support for subtitle transcoding
  100. - VLCMedia:
  101. - extended media track information for bitrate, language, description, source
  102. aspect ratio, source aspect denominator, frame rate, frame rate denominator,
  103. and text encoding
  104. - added setter and getter for individual meta data values as well as the
  105. ability to write changes to the media file
  106. - added (BOOL)isMediaSizeSuitableForDevice to let VLCKit determine whether the
  107. current media is considered to be suitable for the current device or
  108. playback is discouraged. Will always return true on OS X devices.
  109. - added individual getters for all statistic values, so client application can
  110. fetch single values instead of having to process a NSDictionary with all the
  111. available values. The old API is still available and will stay.
  112. - VLCMediaPlayer:
  113. - added support to enable, switch and disable video tracks
  114. - added setter/getter for SPU and audio delays
  115. - added setter/getter for the video scale factor
  116. - added support for the "adjust" video filter to manipulate contrast,
  117. brightness, hue, saturation and gamma on the fly
  118. - new interfaces to fetch names and IDs of audio, subtitle and video tracks
  119. - added the ability to launch instances with custom libvlc options
  120. - VLCLibrary:
  121. - added the ability to launch instances with custom libvlc options
  122. - added methods to set App ID and User-Agent
  123. - added readonly property to fetch compiler information
  124. Deprecated APIs:
  125. - VLCMediaPlayer:
  126. @property (readonly) NSUInteger fps;
  127. - use (float)fps instead.
  128. - (NSArray *)videoSubTitles;
  129. - use - (NSArray *)videoSubtitleNames; instead
  130. - (NSArray *)audioTracks;
  131. - use - (NSArray *)audioTrackNames; instead
  132. - (NSArray *)videoTracks;
  133. - use - (NSArray *)videoTrackNames; instead
  134. Modified behavior:
  135. - use of clang instead of llvm-gcc-4.2
  136. - updated project file for Xcode 4.3 and later
  137. - iOS Deployment target was raised to iOS 5.1
  138. - dropped support for the PowerPC architecture
  139. - Mac Deployment target was raised to OS X 10.7
  140. - different logging behavior: to see any debug messages, the framework needs
  141. to be compiled in debug mode
  142. MobileVLCKit features:
  143. - added support for Opus
  144. - slimmed binary by removing dysfunctional or irrelevant modules
  145. - screen sleep is prevented during playback
  146. - functionality is strictly limited for full LGPL compliance
  147. Removed APIs:
  148. - VLCMedia:
  149. - (void)setValue:(id)value forMeta:(NSString *)VLCMetaInformation;
  150. use setMetadata:(NSString *)data forKey:(NSString *)key instead