História revízii

Autor SHA1 Správa Dátum
  Carola Nitz a70b6ace13 VLCPlaybackController: remove currentlyPlayingMediaFile that returns MLFile and replace it with VLCMedia to be available on both platforms 7 rokov pred
  Carola Nitz 7153bd377a VLCTrackSelectorView: remove knowledge of mediaplayer 7 rokov pred
  Carola Nitz 9bd1fc99f0 VLCplaybackController: rename backward and forward to next and previous 7 rokov pred
  Carola Nitz 8719110595 VLCWatchCommunication: remove knowledge of mediaPlayer and add method for playbacktime instead 7 rokov pred
  Carola Nitz 24762a2fbc VLCPlaybackController: remove activePlaybackSession. isPlaying can be used instead 7 rokov pred
  Carola Nitz 3b85ec4592 VLCPlaybackController: remove state for _playbackFailed 7 rokov pred
  Carola Nitz 8a138512e2 VLCPlaybackController: move properties that are not used outside the playbackcontroller into the source file 7 rokov pred
  Carola Nitz 26264da599 VLCPlaybackController : remove playURL calls and use medialist instead everywhere 7 rokov pred
  Carola Nitz 0f8bdb39c1 VLCPlaybackController: Decouple Metadata and controlcenter code from playback 7 rokov pred
  Carola Nitz ce03cb9c3f VLCRemoteControlService: remove < iOS 9 code and Decouple the remotecontrolEvents from the playbackController 7 rokov pred
  Felix Paul Kühne bee14b5a95 Expose 'hardware decoding' option on tvOS 7 rokov pred
  Felix Paul Kühne 590edf8f66 Rename hardware decoding constants to make them easier to find 7 rokov pred
  Thomas Guillem 8656f70b9a VLCPlaybackController: fix video track activation 7 rokov pred
  Carola Nitz 332b82d8ba UIDevice: Remove the Speedcategory entirely. We're okay with VLCKit dropping frames if the device is too slow and for the UI the devices with iOS 9 are fast enough to be without tweaking 7 rokov pred
  Carola Nitz d540e6de72 UIDevice: remove unneeded speedcategory 1 and refactored the code 7 rokov pred
  Carola Nitz a6d004009a added basic Tests for codecs 7 rokov pred
  Felix Paul Kühne 0811604853 Fix crop-to-fill-screen 7 rokov pred
  Carola Nitz bf7bb7e950 VLCPlaybackController: fix rounding error which prevented crop to fill to be applied on iPad 7 rokov pred
  Carola Nitz 7dc66c6d61 VLCPlaybackController: Add aspect ratio for crop fill for iPhone 4 7 rokov pred
  Carola Nitz 3a67439c72 VLCPlaybackController: don't localize the formats 7 rokov pred
  Carola Nitz da60f1297c VLCPlaybackController: use scalefactor and added enum for different aspectratios to fix changing between different aspectratios 7 rokov pred
  Carola Nitz 0d5c545213 VLCPlaybackController: videooutput shouldn't be set to nil when the app is send to the background to avoid crash (Closes #60) 7 rokov pred
  Carola Nitz 857f410d49 VLCMovieViewcontroller: move navigationbar into Movieviewcontroller to use autolayoutconstraints and use the presenting navigationbar instead of creating a new one. This removes a lot of unnecessary code and fixes an issue where the navigation bar was colliding with the statusbar (closes #34) 7 rokov pred
  Carola Nitz 72a456dd90 Move the update UI with metadata call to the mainqueue to avoid crashes when the UI was updated from the background. 7 rokov pred
  Felix Paul Kühne 386ebd55cd VLCPlaybackController: replace another occurance of deprecated API 8 rokov pred
  Felix Paul Kühne c8d2d628bc VLCPlaybackController: replace deprecated, thread-unsafe-API 8 rokov pred
  Carola Nitz eecd44e956 Replace setting the passthrough via private Api with now exposed property 8 rokov pred
  Soomin Lee 0bd209b858 tvOS: Fix compilation 8 rokov pred
  Carola Nitz d781d85e8f update tvOS framework to compile again 8 rokov pred
  Carola Nitz 12d0a02ff2 move updateDisplayMetadata call out of mainqueue to avoid unresponsive UI 8 rokov pred