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

Image VFS support for JSON-RPC #958

Merged
merged 14 commits into from May 14, 2012
Merged

Commits on May 13, 2012

  1. default the type param of GetWrappedImageURL to empty to save specify…

    …ing it all the time
    Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    fe9f873 View commit details
    Browse the repository at this point in the history
  2. adds UnwrapImageURL() to unwrap trivially wrapped image://<get_encode…

    …d_path>/ urls
    Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    863c41d View commit details
    Browse the repository at this point in the history
  3. ensure GetWrappedImageURL() doesn't wrap already wrapped URLs

    Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    a21766a View commit details
    Browse the repository at this point in the history
  4. make sure all calls into the TextureCache check and unwrap trivially …

    …wrapped images
    Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    4a110c9 View commit details
    Browse the repository at this point in the history
  5. adds image:// file protocol as a wrapper for texture cache, to be use…

    …d for JSON-RPC images
    Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    0994e1a View commit details
    Browse the repository at this point in the history
  6. factor out CVideoThumbLoader::FillLibraryArt

    Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    5ce4a5b View commit details
    Browse the repository at this point in the history
  7. move thumbnail handling in the JSON-RPC FileItemHandler into where fa…

    …nart handling is done
    Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    d6dd972 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e75baf2 View commit details
    Browse the repository at this point in the history
  9. use wrapped image URLs for the http-api video+picture art

    Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    46e6b0b View commit details
    Browse the repository at this point in the history
  10. cleanup: remove unused texturecache functions

    Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    d203824 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    a52e179 View commit details
    Browse the repository at this point in the history
  12. webserver: add handler for image://

    Montellese authored and Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    4187d2e View commit details
    Browse the repository at this point in the history
  13. jsonrpc: adjust Files.PrepareDownload for HTTP to use the new image h…

    …andler
    Montellese authored and Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    a502968 View commit details
    Browse the repository at this point in the history
  14. [webinterface.default] make sure to URL-encode any image-paths return…

    …ed by JSON-RPC when calling http://<ip>:<port>/vfs/
    Montellese authored and Jonathan Marshall committed May 13, 2012
    Copy the full SHA
    805ab67 View commit details
    Browse the repository at this point in the history