Skip to content
Snippets Groups Projects

lua: expose the media library to lua API

Closed Aymeric Guillien requested to merge luamedialib into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Aymeric Guillien added 3 commits

    added 3 commits

    • 29eedb51 - medialibrary: add documentation for lua/libs/medialibrary.c
    • 56247408 - lua: expose the media library to lua interfaces
    • a1c3239a - lua: setup medialib handlers

    Compare with previous version

  • Aymeric Guillien added 4 commits

    added 4 commits

    • cd9d7a90 - lua: add medialibrary API
    • c05e7688 - medialibrary: add documentation for lua/libs/medialibrary.c
    • 04038434 - lua: expose the media library to lua interfaces
    • f7907ca5 - lua: setup medialib handlers

    Compare with previous version

  • added 1 commit

    • 3b99e2a5 - lua: expose the media library to lua API

    Compare with previous version

  • Aymeric Guillien changed title from lua: expose the media library to lua interfaces to lua: expose the media library to lua API

    changed title from lua: expose the media library to lua interfaces to lua: expose the media library to lua API

  • Aymeric Guillien added 2 commits

    added 2 commits

    • ecd58cd5 - medialibrary: add documentation for lua/libs/medialibrary.c
    • a78d4098 - lua: expose the media library to lua API

    Compare with previous version

  • Aymeric Guillien added 54 commits

    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

    Compare with previous version

Please register or sign in to reply
Loading