lua: expose the media library to lua API
Merge request reports
Activity
Filter activity
assigned to @Aymeriic
added 54 commits
- f5a4a03e - lua: httpd: Return a valid body in case of errors
- c78826ba - httpd: Properly handle missing body
- d0b87b53 - Contrib: update libbluray to 1.3.2
- 815116d8 - Use static assertions to check constant predicates
- 5db447c8 - macosx: Improve detail view labels
- 4c999964 - webvtt: yyerror() should return void
- db807b51 - macosx: Unify the video library view into one collection view with sections
- ff325fcc - macosx: Unify fetching in VLCLibraryDataTypes.m
- 21819cb0 - macosx: Reload audio data source more cleanly, only when needed
- 0bb7fff7 - hotkeys: don't assume "deinterlace-mode" exists
- 2322d55d - subsdelay: handle NULL segment text
- d5e1dd70 - vlc_fixups: don't declare swab() on Android NDK25
- 9e4252a5 - contrib: x264: with build with Android NDK25
- b10f0705 - contrib: libplacebo: fix build with Android NDK25
- 03f8817f - contrib: gnutls: fix build with Android NDK25
- e196a6ff - contrib: rav1e: fix build on Android NDK25
- 74222f93 - contrib: libaribcaption: update Hash
- 7be5d4d8 - contrib: vpx: fix build with NDK25
- 46dcd6ea - contrib: ffmpeg: fix relocation out of range error on AArch64
- 96b76894 - contrib: ffmpeg: enable back x86_64 asm on Android
- 047cc58a - contrib: x264: enable back x86_64 asm on Android
- 4386bd5f - contrib: vpx: enable back i386/x86_64 asm on Android
- 488ee616 - ci: android: use last image and last build script
- 61418e68 - ci: fix typo
- 82b9e5f1 - snapshot: remove unused dirent include
- b578d8e7 - darwin: remove unused dirent include
- a7b090d3 - access: file: remove direct dirent.h include
- 30375359 - vlc_fs: add vlc_closedir/vlc_rewinddir for all platforms
- 63d09289 - dcp: use the portable opendir API
- 62c6b3d7 - skins2: use the portable opendir API
- fbb6f140 - modules: use vlc_closedir instead of direct closedir
- f52bf066 - core: use vlc_closedir instead of direct closedir
- d19b32ac - core: use vlc_rewinddir to match vlc_opendir
- 92240d23 - vlc_fs: move up vlc_DIR declaration
- 4862e419 - vlc_fs: always use a custom type for our opendir API's
- ab47fa08 - win32: filesystem: allow GetLogicalDrives() in Win10 RS3 UAP builds
- 5c72b261 - win32: filesystem: only convert to wide when necessary
- e0efe396 - win32: filesystem: initialize entry once
- d91f33c2 - win32: filesystem: check the drive letter bitmask is valid
- 15b65c60 - win32: filesystem: use the native Win32 API to list folder contents
- b95df4e1 - vlc_fs: export vlc_closedir/vlc_rewinddir
- d57b9a4c - vlc_fs: make the internal vlc_DIR type private on Windows
- 9df66662 - win32: filesystem: reuse the drive string
- 2d8beeb2 - win32: filesystem: allow access to very long folder names
- 993a7b87 - macosx: Unify and refactor VLCLibraryTableCellView representation setting
- cd371307 - macosx: Remember last opened library view
- eb06aa44 - qml: add option to ScaledImage for integer upscaling
- 726f58f9 - macosx: consistently use . in availability check
- eeb078dd - macosx: NSView+VLCAdditions: remove no-break space
- be9bc069 - contrib: upnp: Remove unneeded patch
- bf2819fd - contrib: upnp: Bump to 1.14.13
- 9af90cca - lua: add medialibrary API
- 681b89d7 - medialibrary: add documentation for lua/libs/medialibrary.c
- 8442b7c4 - lua: expose the media library to lua API
Toggle commit list
Please register or sign in to reply