1. 15 Aug, 2019 2 commits
  2. 09 Aug, 2019 14 commits
  3. 06 Aug, 2019 5 commits
  4. 05 Aug, 2019 6 commits
  5. 02 Aug, 2019 12 commits
  6. 01 Aug, 2019 1 commit
    • Revert to using header bitrate for CBR MP3s · 5eab5199
      A previous change switched to calculation of the bitrate based on the
      first MPEG audio header in the stream. This had the effect of fixing
      seeking to be consistent with playing from the start for streams where
      every frame has the same padding value, but broke streams where the
      encoder (correctly) modifies the padding value to match the declared
      bitrate in the header.
      
      Issue: #6238
      PiperOrigin-RevId: 261163904
      andrewlewis committed