1. 12 Jan, 2015 4 commits
  2. 06 Jan, 2015 1 commit
    • Refine logic for determining AudioTrack size. · 1613c9c7
      - Target 4x the minimum specified by the framework.
      - Impose a minimum duration (250ms).
      - Impose a maximum duration (750ms, or the minimum
        specified by the framework if that's larger).
      
      I've removed the ability to specify the multiplication
      factor, since the underlying implementation is getting more
      complicated, and we should really be able to figure this out
      internally.
      Oliver Woodman committed
  3. 02 Jan, 2015 4 commits
  4. 23 Dec, 2014 3 commits
  5. 22 Dec, 2014 1 commit
  6. 20 Dec, 2014 2 commits
  7. 19 Dec, 2014 3 commits
  8. 18 Dec, 2014 1 commit
  9. 17 Dec, 2014 5 commits
  10. 15 Dec, 2014 5 commits
  11. 12 Dec, 2014 7 commits
  12. 10 Dec, 2014 3 commits
  13. 08 Dec, 2014 1 commit
    • Allow out-of-band pssh data for DASH playbacks. · c4b2a012
      This fixes the referenced issue, except that the MPD parser
      needs to actually parse out UUID and binary data for schemes
      that we wish to support. Alternatively, it's easy to applications
      to do this themselves by extending the parser and overriding
      the parseContentProtection and buildContentProtection methods.
      
      Github Issue: #119
      Oliver Woodman committed