NEWS 7.0 KB

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