Commits on Source (81)
-
Hank Anderson authored
-
Felix Paul Kühne authoredd388b949
-
Felix Paul Kühne authored3b7df102
-
Felix Paul Kühne authoreda82f97b8
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This moves both sources and headers to new designated places and groups
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This removes the forks for iOS and tvOS to achieve a universal API
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored571332d8
-
Felix Paul Kühne authored8da8849a
-
Felix Paul Kühne authored0de19733
-
Felix Paul Kühne authored9abfcd0d
-
Felix Paul Kühne authored14297b6c
-
Felix Paul Kühne authoredeced9160
-
Felix Paul Kühne authored32f2b893
-
Felix Paul Kühne authored
You can now package as many platforms as you want
cb14ea6a -
Felix Paul Kühne authored1effcc13
-
Felix Paul Kühne authored11258b2f
-
Felix Paul Kühne authoredcaedf391
-
Felix Paul Kühne authored0b5aed5a
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authoredcadaf777
-
Felix Paul Kühne authored2f937e95
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored9adbd6af
-
Felix Paul Kühne authored20d99ce5
-
Felix Paul Kühne authored264014b9
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Hank Anderson authored
-
Felix Paul Kühne authored
-
Martin Finkel authored1d7f8a31
-
Martin Finkel authored
-
Felix Paul Kühne authored
This fixes #728 for v4
-
Felix Paul Kühne authored
This enables distribution to visionOS
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authoredb9c96cca
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored48beb318
-
Felix Paul Kühne authored4d1789b2
-
Felix Paul Kühne authoreda9b4574e
-
Felix Paul Kühne authoredd9d242b5
-
Felix Paul Kühne authored
This would only enable the Apple Watch Series 3 that is too old for VLC
41ea784d -
Felix Paul Kühne authoredb0868279
-
Felix Paul Kühne authorede1330d9f
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This enables distribution to watchOS
-
Maxime Chapelet authoredeca3ae90
-
Maxime Chapelet authored3ba0319b
-
Maxime Chapelet authored
-
Maxime Chapelet authored
This lidvlc update is mandatory to support on_seek events
4f1a3398 -
Maxime Chapelet authored
-
-
Maxime Chapelet authored
-
-
Felix Paul Kühne authored
This fixes #738
-
Felix Paul Kühne authored
This solves timing issues among other things
-
Maxime Chapelet authorede38df5db
-
Maxime Chapelet authored
-
Picture in Picture in libvlc now require to dispatch an event when seeking is finished and needs to know if the played media is seekable. An API change in VLCMediaPlayer allows VLCKit users to pass a dispatch block that will be called when seeking is complete. Picture in Picture example is also updated to work with these changes.
-
Felix Paul Kühne authored455d9d2e
-
Felix Paul Kühne authored9568fa81
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
-
Felix Paul Kühne authored
-
Maxime Chapelet authored
-
669b79c9
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 53 additions, 19 deletions.gitlab-ci.yml
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture.xcodeproj/project.pbxproj 400 additions, 0 deletions...reInPicture/VLCPictureInPicture.xcodeproj/project.pbxproj
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture.xcworkspace/contents.xcworkspacedata 10 additions, 0 deletions.../VLCPictureInPicture.xcworkspace/contents.xcworkspacedata
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/AppDelegate.h 30 additions, 0 deletions...iOS/VLCPictureInPicture/VLCPictureInPicture/AppDelegate.h
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/AppDelegate.m 56 additions, 0 deletions...iOS/VLCPictureInPicture/VLCPictureInPicture/AppDelegate.m
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/Assets.xcassets/AccentColor.colorset/Contents.json 11 additions, 0 deletions...icture/Assets.xcassets/AccentColor.colorset/Contents.json
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/Assets.xcassets/AppIcon.appiconset/Contents.json 13 additions, 0 deletions...nPicture/Assets.xcassets/AppIcon.appiconset/Contents.json
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/Assets.xcassets/Contents.json 6 additions, 0 deletions...Picture/VLCPictureInPicture/Assets.xcassets/Contents.json
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/Base.lproj/LaunchScreen.storyboard 25 additions, 0 deletions...re/VLCPictureInPicture/Base.lproj/LaunchScreen.storyboard
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/Base.lproj/Main.storyboard 74 additions, 0 deletions...eInPicture/VLCPictureInPicture/Base.lproj/Main.storyboard
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/Info.plist 29 additions, 0 deletions...es/iOS/VLCPictureInPicture/VLCPictureInPicture/Info.plist
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/SceneDelegate.h 31 additions, 0 deletions...S/VLCPictureInPicture/VLCPictureInPicture/SceneDelegate.h
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/SceneDelegate.m 73 additions, 0 deletions...S/VLCPictureInPicture/VLCPictureInPicture/SceneDelegate.m
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/ViewController.h 30 additions, 0 deletions.../VLCPictureInPicture/VLCPictureInPicture/ViewController.h
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/ViewController.m 170 additions, 0 deletions.../VLCPictureInPicture/VLCPictureInPicture/ViewController.m
- Examples/iOS/VLCPictureInPicture/VLCPictureInPicture/main.m 34 additions, 0 deletionsExamples/iOS/VLCPictureInPicture/VLCPictureInPicture/main.m
- Examples/visionOS/SimplePlayback/SimplePlayback.xcodeproj/project.pbxproj 360 additions, 0 deletions...S/SimplePlayback/SimplePlayback.xcodeproj/project.pbxproj
- Examples/visionOS/SimplePlayback/SimplePlayback.xcworkspace/contents.xcworkspacedata 10 additions, 0 deletions...yback/SimplePlayback.xcworkspace/contents.xcworkspacedata
- Examples/visionOS/SimplePlayback/SimplePlayback/Default-568h@2x.png 0 additions, 0 deletions...isionOS/SimplePlayback/SimplePlayback/Default-568h@2x.png
18.2 KiB