1. 07 Aug, 2020 38 commits
  2. 01 Aug, 2020 2 commits
    • Add an example of tx3g subtitles in an MP4 container · 132cff1e
      Issue: #7677
      PiperOrigin-RevId: 324180797
      ibaker committed
    • Add load cancelation support to DASH and SS · d625af67
      Issue: #7244 added this feature to HLS. This change is the exact copy
      in ChunkSampleStream to add the same support to the other adaptive
      formats.
      
      Note that ChunkSampleStream doesn't support slicing, so we can't cancel
      a read-from chunk, and we need to prevent reading into an already
      canceled chunk load so that the chunk can be automatically discarded
      after the cancelation.
      
      Issue: #2848
      PiperOrigin-RevId: 324179972
      tonihei committed