1. 24 Jul, 2018 1 commit
  2. 23 Jul, 2018 4 commits
  3. 22 Jul, 2018 3 commits
  4. 21 Jul, 2018 4 commits
  5. 20 Jul, 2018 8 commits
  6. 19 Jul, 2018 5 commits
  7. 18 Jul, 2018 5 commits
  8. 16 Jul, 2018 2 commits
  9. 15 Jul, 2018 7 commits
  10. 14 Jul, 2018 1 commit
    • Karsten Otto's avatar
      aadec: improve seeking in mp3 content · c5329d64
      Karsten Otto authored
      MP3 frames may not be aligned to aa chunk boundaries. When seeking,
      calculate the expected frame offset in the target chunk. Adjust the
      timestamp and truncate the next packet accordingly.
      
      This solution works for the majority of tested audio material. For
      some rare encodings with mp3 padding or embedded id3 tags, it will
      mispredict the correct offset, and at worst skip an extra frame.
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      c5329d64