NEWS 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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. - VLCAudio
  9. - setMuted:
  10. - VLCDialogProvider
  11. - new class to handle user interaction with VLC events
  12. - VLCLibrary
  13. - added properties: debugLogging, debugLoggingLevel
  14. - VLCMediaDiscoverer
  15. - added selector: availableMediaDiscovererForCategoryType:
  16. - added enum: VLCMediaDiscovererCategoryType
  17. - VLCMediaListPlayer
  18. - added selectors: initWithDrawable:
  19. initWithOptions:andDrawable:
  20. playItemAtNumber:
  21. - VLCMediaPlayer
  22. - added properties: titleDescriptions, indexOfLongestTitle, numberOfTitles,
  23. snapshots, lastSnapshot
  24. - added selectors: chaptersForTitleIndex:
  25. numberOfChaptersForTitle:
  26. addPlaybackSlave:type:enforce:
  27. updateViewpoint:pitch:roll:fov:absolute:
  28. - added notifications: VLCMediaPlayerTitleChanged, VLCMediaPlayerChapterChanged
  29. - added enum: VLCMediaPlaybackSlaveType
  30. - Note:
  31. - play's return type was changed from BOOL to void
  32. - hue is now a float instead of an integer
  33. - WARNING:
  34. - Return value of the following methods changed from INT_MAX to -1
  35. (int)currentVideoTrackIndex
  36. (int)currentVideoSubTitleIndex
  37. (int)currentChapterIndex
  38. (int)currentTitleIndex
  39. (int)currentAudioTrackIndex
  40. - VLCMedia
  41. - added keys: VLCMetaInformationTrackTotal, VLCMetaInformationDirector,
  42. VLCMetaInformationSeason, VLCMetaInformationEpisode,
  43. VLCMetaInformationShowName, VLCMetaInformationActors,
  44. VLCMetaInformationAlbumArtist, VLCMetaInformationDiscNumber,
  45. VLCMediaTracksInformationVideoOrientation,
  46. VLCMediaTracksInformationVideoProjection
  47. - added selectors: codecNameForFourCC:trackType:
  48. mediaType
  49. parseWithOptions:
  50. parseWithOptions:Timeout:
  51. parsedStatus
  52. storeCookie:forHost:path:
  53. clearStoredCookies
  54. - added enums: VLCMediaType, VLCMediaParsingOptions, VLCMediaParsedStatus,
  55. VLCMediaOrientation, VLCMediaProjection
  56. - changed behavior: media will no longer be parsed automatically if meta
  57. data is requested prior to concluded parsing
  58. - VLCTime
  59. - added selectors: isEqual:
  60. hash
  61. - VLCAudio
  62. - added property: passthrough
  63. Deprecated APIs:
  64. - VLCAudio
  65. - setMute:
  66. - VLCMedia
  67. - parse, isParsed, synchronousParse
  68. - VLCMediaDiscoverer
  69. - availableMediaDiscoverer, localizedName
  70. - VLCMediaPlayer
  71. - titles, chaptersForTitleIndex:, countOfTitles, framesPerSecond, openVideoSubTitlesFromFile:
  72. - VLCMediaListPlayer
  73. - playItemAtIndex
  74. - VLCStreamSession
  75. - VLCStreamOutput
  76. - VLCMediaLibrary
  77. Removed APIs:
  78. - VLCExtension
  79. - VLCExtensionsManager
  80. - VLCMedia:
  81. - fps
  82. - media:metaValueChangedFrom:forKey:
  83. - VLCMediaPlayer
  84. - audioTracks
  85. - videoTracks
  86. - videoSubTitles
  87. - VLCServicesDiscoverer
  88. - VLCPlaylistDataSource
  89. Version 2.2.2:
  90. --------------
  91. New APIs:
  92. - VLCMediaPlayer
  93. - added properties: numberOfVideoTracks, numberOfSubtitlesTracks
  94. numberOfAudioTracks
  95. Version 2.2.0:
  96. --------------
  97. Cross-platform:
  98. - Fixed deinterlacing if requested
  99. - Fixed decoding and display of Teletext-based subtitles
  100. - Improved thumbnailing reliability
  101. - Added support for inclusion in swift projects
  102. - Switched to Automatic Reference Counting
  103. - Various stability improvements
  104. MobileVLCKit:
  105. - It is finally possible to compile the framework without relying on third
  106. party scripts
  107. - Added 2 sample projects illustrating video playback
  108. - Added support for https and hls playback
  109. - VLCMediaListPlayer is available now
  110. - Added support for https connectivity
  111. VLCKit:
  112. - VLCMediaThumbnailer is a public API on the Mac now matching the mobile
  113. counterpart
  114. - Updated samples projects illustrating playback, file conversation, ...
  115. New APIs:
  116. - VLCMediaThumbnailer:
  117. - added property: snapshotPosition to overwrite the default
  118. - VLCMediaListPlayer:
  119. - added initWithOptions selector matching VLCMediaPlayer's implementation
  120. - added pause selector
  121. - added previous, next and playItemAtIndex selectors
  122. - VLCMedia:
  123. - added delegate method mediaMetaDataDidChange
  124. - VLCMediaPlayer:
  125. - added equalizer
  126. - added countOfTitles
  127. Modified API behavior:
  128. - VLCMediaPlayer:
  129. - implementing mediaPlayerTimeChanged and mediaPlayerStateChanged within a
  130. delegate object is optional now
  131. - VLCMedia:
  132. - nowPlaying meta information is correctly handled now
  133. Deprecated APIs:
  134. - VLCMedia:
  135. - media:metaValueChangedFrom:forKey:
  136. Changes within VLCKit between 2.0.0 and 2.1.0:
  137. ----------------------------------------------
  138. The entire framework was relicensed to LGPL 2.1 or later as well as its
  139. underlying playback modules.
  140. Support for transcoding and streaming as well as DVD playback was not affected
  141. by this move and stays under GPL until further notice.
  142. Please note that the Objective-C syntax was updated, so VLCKit may no longer
  143. compile with outdated versions of Xcode / clang.
  144. New APIs:
  145. - VLCStreamOutput:
  146. - support for subtitle transcoding
  147. - VLCMedia:
  148. - extended media track information for bitrate, language, description, source
  149. aspect ratio, source aspect denominator, frame rate, frame rate denominator,
  150. and text encoding
  151. - added setter and getter for individual meta data values as well as the
  152. ability to write changes to the media file
  153. - added (BOOL)isMediaSizeSuitableForDevice to let VLCKit determine whether the
  154. current media is considered to be suitable for the current device or
  155. playback is discouraged. Will always return true on OS X devices.
  156. - added individual getters for all statistic values, so client application can
  157. fetch single values instead of having to process a NSDictionary with all the
  158. available values. The old API is still available and will stay.
  159. - VLCMediaPlayer:
  160. - added support to enable, switch and disable video tracks
  161. - added setter/getter for SPU and audio delays
  162. - added setter/getter for the video scale factor
  163. - added support for the "adjust" video filter to manipulate contrast,
  164. brightness, hue, saturation and gamma on the fly
  165. - new interfaces to fetch names and IDs of audio, subtitle and video tracks
  166. - added the ability to launch instances with custom libvlc options
  167. - VLCLibrary:
  168. - added the ability to launch instances with custom libvlc options
  169. - added methods to set App ID and User-Agent
  170. - added readonly property to fetch compiler information
  171. Deprecated APIs:
  172. - VLCMediaPlayer:
  173. @property (readonly) NSUInteger fps;
  174. - use (float)fps instead.
  175. - (NSArray *)videoSubTitles;
  176. - use - (NSArray *)videoSubtitleNames; instead
  177. - (NSArray *)audioTracks;
  178. - use - (NSArray *)audioTrackNames; instead
  179. - (NSArray *)videoTracks;
  180. - use - (NSArray *)videoTrackNames; instead
  181. Modified behavior:
  182. - use of clang instead of llvm-gcc-4.2
  183. - updated project file for Xcode 4.3 and later
  184. - iOS Deployment target was raised to iOS 5.1
  185. - dropped support for the PowerPC architecture
  186. - Mac Deployment target was raised to OS X 10.7
  187. - different logging behavior: to see any debug messages, the framework needs
  188. to be compiled in debug mode
  189. MobileVLCKit features:
  190. - added support for Opus
  191. - slimmed binary by removing dysfunctional or irrelevant modules
  192. - screen sleep is prevented during playback
  193. - functionality is strictly limited for full LGPL compliance
  194. Removed APIs:
  195. - VLCMedia:
  196. - (void)setValue:(id)value forMeta:(NSString *)VLCMetaInformation;
  197. use setMetadata:(NSString *)data forKey:(NSString *)key instead