1. 09 Jul, 2019 17 commits
  2. 26 Jun, 2019 1 commit
  3. 23 Jun, 2019 1 commit
  4. 21 Jun, 2019 4 commits
  5. 19 Jun, 2019 13 commits
  6. 18 Jun, 2019 3 commits
  7. 06 Jun, 2019 1 commit
    • Don't throw DecoderQueryException from getCodecMaxSize · d3967b55
      It's only thrown in an edge case on API level 20 and below. If it
      is thrown it causes playback failure when playback could succeed,
      by throwing up through configureCodec.
      
      It seems better just to catch the exception and have the codec be
      configured using the format's own width and height.
      
      PiperOrigin-RevId: 251745539
      olly committed