Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Android exoplayer caching #7

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2018

  1. Add ExoPlayer cache

    RalfNieuwenhuizen committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    21e635a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b695bc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d8bca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b7a47d View commit details
    Browse the repository at this point in the history
  5. Cleanup imports

    RalfNieuwenhuizen committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    713cffb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc78bfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7662158 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06c3ce8 View commit details
    Browse the repository at this point in the history
  9. Add some notes

    RalfNieuwenhuizen committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    fdfae80 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a7f4af View commit details
    Browse the repository at this point in the history
  11. Remove autoformat

    RalfNieuwenhuizen committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    952909d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    941ecc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    e657d37 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    74dd520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf94740 View commit details
    Browse the repository at this point in the history
  3. Retry on video codec error

    jochem725 authored and RalfNieuwenhuizen committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    65a30a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff7c1ff View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    jaspermeijaard authored and RalfNieuwenhuizen committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    557e295 View commit details
    Browse the repository at this point in the history
  6. Remove test parameter

    bryanvanwijk authored and RalfNieuwenhuizen committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    77de90d View commit details
    Browse the repository at this point in the history
  7. Remove unreachable case

    bryanvanwijk authored and RalfNieuwenhuizen committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9a03f8c View commit details
    Browse the repository at this point in the history
  8. Return arguments from exportVideo method (TheWidlarzGroup#30)

    * Return bytes read and written in export video method
    
    * Cleanup unused vars
    jaspermeijaard authored and RalfNieuwenhuizen committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ce495d6 View commit details
    Browse the repository at this point in the history
  9. Make exo player cache size and directory configurable (TheWidlarzGrou…

    …p#31)
    
    * Store exo player cache in subdirectory
    
    * Let exo player fully manage cache size
    
    * Restrict cache size to 380MB
    
    * Make cache evictor configurable
    
    * Make sub cache directory configurable
    
    * Use correct type
    jaspermeijaard authored and RalfNieuwenhuizen committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    977261c View commit details
    Browse the repository at this point in the history