NEWS 7.3 KB

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