Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playlist improvements #269

Draft
wants to merge 8 commits into
base: dev
Choose a base branch
from

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    d39fe3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f6296 View commit details
    Browse the repository at this point in the history
  3. Work on the queue side of the playlist

    Add function to request a file path from the playlist. Needed since we do not make the playlist itself directly accessible.
    laszloh committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6806501 View commit details
    Browse the repository at this point in the history
  4. remove playlist cache support

    laszloh committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    57d031c View commit details
    Browse the repository at this point in the history
  5. Remove mock server test files

    laszloh committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b8796e2 View commit details
    Browse the repository at this point in the history
  6. Add test files for webstream and file playlist

    These test files check malloc, realloc and dealloc calls from the new playlist system with a mock file system.
    laszloh committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f43e0b0 View commit details
    Browse the repository at this point in the history
  7. Apply automatic code formatting after rebase

    Rebase on dev finished. Applied automatic code formatting and removed duplicated test code, fix warning and reomve prototype code and unused queues.
    laszloh committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    67f90a7 View commit details
    Browse the repository at this point in the history
  8. Secure gPlayProperties more with the lock_guard

    Aquire the lock before making write access to the gPlayProperties.
    laszloh committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2e810d2 View commit details
    Browse the repository at this point in the history