Initial iOS and macOS support
Merge request reports
Activity
Filter activity
added 108 commits
-
d0d5975e...63f7d5c9 - 3 commits from branch
videolan:master
- 797767d6 - PluginSource: change #if into #if defined()
- 8d829e59 - RenderAPI_OpenGLBase: limit glew to WIN
- 22b33b46 - RenderAPI_OpenGLWatermark: error if OpenGL unavailable
- c0462a00 - PlatformBase: detect iOS with TargetsConditionals
- b735c673 - RenderAPI_OpenGLBase: import GL.h on macos
- 182376b4 - RenderAPI_OpenGLWatermark: import GL.h on macos
- c793a8fb - RenderAPI: fix unused variable warnings
- d656d203 - RenderAPI_OpenGLBase: fix unused variable warnings
- d8c3fdab - RenderAPI_OpenGL: remove write-only m_APIType
- 1187556f - Log: remove trailing characters
- 26819ff5 - RenderAPI_D3D11: replace new/delete with unique_ptr
- 8b529820 - RenderAPI_D3D11: fix zero-initializer
- cd863001 - RenderAPI_D3D11: fix D3D11CreateDevice parameter
- 27bdfd37 - RenderAPI_D3D11: silence unused parameter warnings
- 85422042 - RenderAPI_OpenGLBase: move glGetError in ifdef
- 9b87b175 - RenderAPI_OpenGLBase: ensure orientation is set
- 185b694a - VLCNativePluginProcessor: load plugins on macOS
- cb9b2df3 - Unity/IUnityGraphicsMetal: add header from Unity
- 3e9a9d0b - meson: add initial meson support
- 7973a65f - meson: add darwin support
- f1443574 - RenderAPI: enable CGL renderer
- a5966ac0 - RenderingPlugin: expose SetPluginPath for MacOS
- 8e4fc456 - RenderingPlugin: refactor for SetPluginPath
- 5b103cac - RenderingPlugin: provide MacOS implementation for SetPluginPath
- 18e1f5a6 - RenderAPI_OpenGLCGL: add macos support
- 4426111e - VLCPlayerExample: remove trailing characters
- 753f1965 - meson: [2] WIP iOS support
- 33523970 - RenderAPI: add support for iOS
- 754d480f - RenderAPI: remove trailing characters
- d6fa276f - RenderingPlugin: remove trailing characters
- 913e78f6 - [2] WIP: meson windows
- e6f0a022 - RenderAPI_OpenGLBase: remove warning
- 3d7fbd99 - meson.build: link framework for static build
- 219c9492 - WIP iOS: OpenGLEAGL
- 4f7061da - WIP: include fixes
- 8504f768 - WIP: copy_ios + Info.plist
- 4879edaa - WIP: iphone crossfile
- 561d801c - WIP: windows crossfile
- 7b9bf555 - VLCNativePluginProcessor: copy VLC frameworks
- ffe612e2 - manifest.json: enable audio and physics
- 5e06edfd - Remove, appicon
- 02cbae22 - VLCNativePluginProcessor: fixup path for framework
- b29e81c8 - Internal: Onload.cs: setup for ios
- 0a8d4043 - Internal: OnLoad.cs: remove trailing line
- 1c56162d - RenderAPI: remove return NULL
- 1c713f85 - RenderAPI_OpenGLEAGL: fixup for ios
- 2f716395 - RenderingPlugin: expose symbol for iOS
- e0508403 - Add LoadPlugin.mm
- 91dbdddc - OnLoad.cs: fix plugin name on MacOS
- fab3e8ab - rename windows jobs
- 06b89c65 - libvlc macOS initial CI
- 94e1d1fd - variable
- b4ee7730 - libvlc ios
- 8de18b8b - try no-gpl builds
- 3c18040f - line endings
- 2add87ad - utf8
- c8e935f2 - enable ad-clauses
- 0d75be6b - add VLC_PATH
- 866895f6 - disable faad2
- fdd5aacd - disable faad again
- aac75afc - disable a52
- 3b925602 - try disable ios lgpl for now
- 3a112bd1 - disable iOS for now
- a6a4869d - regular macOS builds
- 38f1e094 - re-enable ios
- 49697942 - ios artifacts
- acdf5f8c - duh
- 79f815a4 - try unity macos plugin build
- 1ea62694 - disable ios for now
- d844ab1f - try fix path
- 083006a7 - try fix path2
- 19d89888 - try keep built meson?
- 178eb466 - capture the whole build folder
- b0e4fa6a - capture the whole extras/tools folder
- f2386726 - try portable meson version
- 84bf24db - use curl not get
- 75547a0e - build all in one job
- e304e7d0 - try download build for faster ci test
- e2fbad85 - disable lvs build for now
- e2f20848 - .
- 65bafa06 - path
- 9fdcf4be - full rebuild
- 391b5777 - needs the make clean afterall
- b9e37667 - try export
- 21d8bcf8 - try both builds
- 62c2d21d - shuffle tags around
- 14decc48 - artifact
- 898c0346 - add cross file for macos x86_64
- b8227f55 - enable iOS builds
- 6242f4db - TO REVERT: disable macOS builds for now
- 2deb4e26 - call copy_ios.sh
- 1f998ca2 - chmod +x
- 0a83a680 - are there any?
- e825e724 - add pkg-config
- 755a8380 - try building plugin
- 82d67e43 - don't forget extras/tools
- c5462c96 - patch pc
- dd00414d - variables missing
- d7d7a001 - path
- cd0ca53a - .
- 48df864d - add unity plugin simulator job
- 574b91e0 - add tags for libvlc ios
- c5c27e8e - .
- f9d753fb - .
- 249d7b67 - ..
Toggle commit list-
d0d5975e...63f7d5c9 - 3 commits from branch
added 110 commits
-
249d7b67...2841ee57 - 5 commits from branch
videolan:master
- fcda4aec - PluginSource: change #if into #if defined()
- 9a6181c6 - RenderAPI_OpenGLBase: limit glew to WIN
- be818810 - RenderAPI_OpenGLWatermark: error if OpenGL unavailable
- 523b697d - PlatformBase: detect iOS with TargetsConditionals
- d2565bf3 - RenderAPI_OpenGLBase: import GL.h on macos
- 6be80c56 - RenderAPI_OpenGLWatermark: import GL.h on macos
- 08138eed - RenderAPI: fix unused variable warnings
- 1fa8482c - RenderAPI_OpenGLBase: fix unused variable warnings
- f409b427 - RenderAPI_OpenGL: remove write-only m_APIType
- fd119952 - Log: remove trailing characters
- 4c4c5e42 - RenderAPI_D3D11: replace new/delete with unique_ptr
- 3d357374 - RenderAPI_D3D11: fix zero-initializer
- a88ef5ea - RenderAPI_D3D11: fix D3D11CreateDevice parameter
- 8cccc297 - RenderAPI_D3D11: silence unused parameter warnings
- 5113646d - RenderAPI_OpenGLBase: move glGetError in ifdef
- 48c783bf - RenderAPI_OpenGLBase: ensure orientation is set
- c0fd3fd3 - VLCNativePluginProcessor: load plugins on macOS
- f77201fe - Unity/IUnityGraphicsMetal: add header from Unity
- 6b43af07 - meson: add initial meson support
- 6782a225 - meson: add darwin support
- 42664e0a - RenderAPI: enable CGL renderer
- 3addc38f - RenderingPlugin: expose SetPluginPath for MacOS
- 196a166b - RenderingPlugin: refactor for SetPluginPath
- 51d497fc - RenderingPlugin: provide MacOS implementation for SetPluginPath
- fd579884 - RenderAPI_OpenGLCGL: add macos support
- 9ba8e62d - VLCPlayerExample: remove trailing characters
- e54aff70 - meson: [2] WIP iOS support
- ed7e5cbd - RenderAPI: add support for iOS
- cc017b2f - RenderAPI: remove trailing characters
- 3bc95978 - RenderingPlugin: remove trailing characters
- 379391c9 - [2] WIP: meson windows
- c030d449 - RenderAPI_OpenGLBase: remove warning
- cdd27166 - meson.build: link framework for static build
- e4a7ac4d - WIP iOS: OpenGLEAGL
- 0c57decb - WIP: include fixes
- b225d448 - WIP: copy_ios + Info.plist
- c2ee9a86 - WIP: iphone crossfile
- ea225c0c - WIP: windows crossfile
- 2a70596c - VLCNativePluginProcessor: copy VLC frameworks
- 3578913a - manifest.json: enable audio and physics
- 6a03402f - Remove, appicon
- 732c5285 - VLCNativePluginProcessor: fixup path for framework
- 7060669e - Internal: Onload.cs: setup for ios
- ff363845 - Internal: OnLoad.cs: remove trailing line
- ade989ff - RenderAPI: remove return NULL
- f644dd7e - RenderAPI_OpenGLEAGL: fixup for ios
- 7f483a6d - RenderingPlugin: expose symbol for iOS
- 3eb70da3 - Add LoadPlugin.mm
- 623e9287 - OnLoad.cs: fix plugin name on MacOS
- d557431e - rename windows jobs
- cbe42ad5 - libvlc macOS initial CI
- 0e87c7ae - variable
- 5bb41b07 - libvlc ios
- d1d7842b - try no-gpl builds
- bd8a970b - line endings
- d7134b8f - utf8
- 7b034235 - enable ad-clauses
- cf21def7 - add VLC_PATH
- a74af910 - disable faad2
- 95b974cf - disable faad again
- de60a05b - disable a52
- 6a582726 - try disable ios lgpl for now
- 4805df50 - disable iOS for now
- 211c46f2 - regular macOS builds
- 5a49cabb - re-enable ios
- 578f04f6 - ios artifacts
- 78555b8c - duh
- 12d79ded - try unity macos plugin build
- a707fdbe - disable ios for now
- edf1d2dd - try fix path
- b9b514c2 - try fix path2
- 5a8644b2 - try keep built meson?
- 0f635123 - capture the whole build folder
- f9d7c620 - capture the whole extras/tools folder
- d3de3a59 - try portable meson version
- b30d5e00 - use curl not get
- 9367af45 - build all in one job
- 9465f9ce - try download build for faster ci test
- 57d2ce78 - disable lvs build for now
- f1b13e4f - .
- cb8e9d92 - path
- a2647933 - full rebuild
- 9963c03f - needs the make clean afterall
- e2f5db98 - try export
- 1255f241 - try both builds
- 5d39c601 - shuffle tags around
- 7d21a53b - artifact
- 176b0e44 - add cross file for macos x86_64
- 79f98ae5 - enable iOS builds
- 7d9ee8ed - TO REVERT: disable macOS builds for now
- 0bfa1707 - call copy_ios.sh
- 4a9f132c - chmod +x
- 9d6d43e0 - are there any?
- 4d312760 - add pkg-config
- 07ccea46 - try building plugin
- 7cbbb236 - don't forget extras/tools
- 5115f416 - patch pc
- 0a72b3f1 - variables missing
- a2f6ab10 - path
- 2da08ebd - .
- 5a033b32 - add unity plugin simulator job
- a8a48447 - add tags for libvlc ios
- 7046029d - .
- 225eb5f0 - .
- fbe85c44 - ..
Toggle commit list-
249d7b67...2841ee57 - 5 commits from branch
added 2 commits
added 2 commits
added 113 commits
-
4c0ece8e...0a83150e - 2 commits from branch
videolan:master
- 0a83150e...5afe2611 - 101 earlier commits
- 408bd2a9 - add tags for libvlc ios
- 21968fe2 - .
- 2d5838f3 - .
- dfb07b05 - ..
- ad9bb2c5 - code sign on copy
- a87a1d84 - remove codesign from script
- 409fea74 - fix build on non-iOS
- 5aca4c4d - flip texture with libvlc
- 9ebe2a8d - make libvlcsharp-ios specific build
- a13bc299 - try lgpl 3 build on mac/win
Toggle commit list-
4c0ece8e...0a83150e - 2 commits from branch
added 2 commits
cleaned up version in !78 (merged)
Please register or sign in to reply